concern-users Mailing List for osbl (Page 8)
Brought to you by:
hengels,
leonchiver
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(41) |
Feb
(3) |
Mar
|
Apr
(1) |
May
(24) |
Jun
|
Jul
(13) |
Aug
(5) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(6) |
Jun
(4) |
Jul
|
Aug
|
Sep
(7) |
Oct
(4) |
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(2) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(4) |
Dec
(3) |
| 2008 |
Jan
(1) |
Feb
(1) |
Mar
(3) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(12) |
Dec
(30) |
| 2009 |
Jan
|
Feb
(1) |
Mar
(5) |
Apr
(1) |
May
|
Jun
(17) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Lisa R. <lis...@sa...> - 2004-01-20 04:07:13
|
I should also mention that so far I have only gotten this working with an absolute path. Lisa Lisa Retief wrote: > Justin, > > I had this same issue - if I had completed my FAQ task you would know > without having to ask :-) > > The problem is in the current hard-coding of a param value in > $JBOSS_DEPLOY/enagagement.war/WEB-INF/web.xml. Change the value of all > template.directory params to point to a directory that has the *.thml > files in it ($CONCERN_HOME/demo/src/html). Then you should be there :-) > > Lisa > > Justin Walsh wrote: > >> Hi >> >> I've started the application server (JBoss) without errors and got to >> the engagement-index.html page. >> (http://localhost:8080/engagement/engagement-index.html) The problem >> is now that when I click on a link (Create Engagements etc) a blank >> page is displayed. I presume that although the DB is blank I should >> still see something. >> >> The only errors that I can find in the log are just after the server >> startup - presumably when I clicked on the link for the first time: >> >> 2004-01-19 23:32:28,216 INFO [org.jboss.system.server.Server] JBoss >> (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_3_2_3 >> date=200311301445)] Started in 2m:14s:86ms >> 2004-01-19 23:33:21,109 DEBUG >> [org.apache.tomcat.util.threads.ThreadPool] Getting new thread data >> 2004-01-19 23:34:05,978 ERROR [STDERR] 2004/01/19 11:34:05 >> org.wings.session.WingServlet initLookupName >> INFO: use session servlet lookup name >> SessionServlet:org.concern.test.engagement.gui.engagement.EngagementCreator >> >> 2004-01-19 23:34:06,036 ERROR [STDERR] 2004/01/19 11:34:06 >> org.wings.session.WingServlet getSessionServlet >> INFO: no session servlet, create new one >> 2004-01-19 23:34:07,175 ERROR [STDERR] 2004/01/19 11:34:07 >> org.wings.externalizer.AbstractExternalizeManager <init> >> INFO: final scope expires in 25900 seconds >> 2004-01-19 23:34:07,178 ERROR [STDERR] 2004/01/19 11:34:07 >> org.wings.externalizer.AbstractExternalizeManager <init> >> INFO: use prefix ca >> 2004-01-19 23:34:08,320 DEBUG >> [net.sf.hibernate.impl.SessionFactoryObjectFactory] JNDI lookup: >> hibernate/Engagement >> >> This error message is output once when the page is first hit. On >> subsequent clicks I just get >> >> 2004-01-19 23:55:21,091 INFO [STDOUT] begin >> 2004-01-19 23:55:21,096 INFO [STDOUT] end >> >> The HTTP log looks 100% with OK and NOT_MODIFIED_SINCE status codes. >> >> The WingsClient.jar is in the deploy folder. What is this >> additional jar? >> >> The page is displayed blank, but the source view is as follows (of >> the blank frame): >> >> <?xml version="1.0" encoding="ISO-8859-1"?> >> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" >> "DTD/xhtml1-transitional.dtd"> >> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> >> <head> >> <style type="text/css"> >> body { background-color:#ffffff; >> } >> </style> >> <meta http-equiv="Content-type" content="text/html; >> charset=ISO-8859-1"/> >> <link rel="stylesheet" type="text/css" href="../stylesheet.css"/> >> <link rel="stylesheet" type="text/css" href="-ca1.css"/> >> <link rel="stylesheet" type="text/css" href="W1_ca2.css"/> >> <script language="JavaScript" type="text/javascript" >> src="W1_ca3.js"></script> >> </head> >> <body class="n__7" bgcolor="#FFFFFF"> >> <span style="background-color:#ffffff;"><form method="post" name="" >> action="ca1"><input type="hidden" name="W1_1" value="1_" /></form> >> >> </span></body></html> >> >> Any ideas? >> >> Justin >> >> >> ------------------------------------------------------- >> The SF.Net email is sponsored by EclipseCon 2004 >> Premiere Conference on Open Tools Development and Integration >> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >> http://www.eclipsecon.org/osdn >> _______________________________________________ >> Concern-users mailing list >> Con...@li... >> https://lists.sourceforge.net/lists/listinfo/concern-users >> > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Concern-users mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/concern-users > |
|
From: Lisa R. <lis...@sa...> - 2004-01-20 03:51:11
|
Justin, I had this same issue - if I had completed my FAQ task you would know without having to ask :-) The problem is in the current hard-coding of a param value in $JBOSS_DEPLOY/enagagement.war/WEB-INF/web.xml. Change the value of all template.directory params to point to a directory that has the *.thml files in it ($CONCERN_HOME/demo/src/html). Then you should be there :-) Lisa Justin Walsh wrote: > Hi > > I've started the application server (JBoss) without errors and got to > the engagement-index.html page. > (http://localhost:8080/engagement/engagement-index.html) The problem > is now that when I click on a link (Create Engagements etc) a blank > page is displayed. I presume that although the DB is blank I should > still see something. > > The only errors that I can find in the log are just after the server > startup - presumably when I clicked on the link for the first time: > > 2004-01-19 23:32:28,216 INFO [org.jboss.system.server.Server] JBoss > (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445)] > Started in 2m:14s:86ms > 2004-01-19 23:33:21,109 DEBUG > [org.apache.tomcat.util.threads.ThreadPool] Getting new thread data > 2004-01-19 23:34:05,978 ERROR [STDERR] 2004/01/19 11:34:05 > org.wings.session.WingServlet initLookupName > INFO: use session servlet lookup name > SessionServlet:org.concern.test.engagement.gui.engagement.EngagementCreator > > 2004-01-19 23:34:06,036 ERROR [STDERR] 2004/01/19 11:34:06 > org.wings.session.WingServlet getSessionServlet > INFO: no session servlet, create new one > 2004-01-19 23:34:07,175 ERROR [STDERR] 2004/01/19 11:34:07 > org.wings.externalizer.AbstractExternalizeManager <init> > INFO: final scope expires in 25900 seconds > 2004-01-19 23:34:07,178 ERROR [STDERR] 2004/01/19 11:34:07 > org.wings.externalizer.AbstractExternalizeManager <init> > INFO: use prefix ca > 2004-01-19 23:34:08,320 DEBUG > [net.sf.hibernate.impl.SessionFactoryObjectFactory] JNDI lookup: > hibernate/Engagement > > This error message is output once when the page is first hit. On > subsequent clicks I just get > > 2004-01-19 23:55:21,091 INFO [STDOUT] begin > 2004-01-19 23:55:21,096 INFO [STDOUT] end > > The HTTP log looks 100% with OK and NOT_MODIFIED_SINCE status codes. > > The WingsClient.jar is in the deploy folder. What is this additional > jar? > > The page is displayed blank, but the source view is as follows (of the > blank frame): > > <?xml version="1.0" encoding="ISO-8859-1"?> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> > <head> > <style type="text/css"> > body { background-color:#ffffff; > } > </style> > <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1"/> > <link rel="stylesheet" type="text/css" href="../stylesheet.css"/> > <link rel="stylesheet" type="text/css" href="-ca1.css"/> > <link rel="stylesheet" type="text/css" href="W1_ca2.css"/> > <script language="JavaScript" type="text/javascript" > src="W1_ca3.js"></script> > </head> > <body class="n__7" bgcolor="#FFFFFF"> > <span style="background-color:#ffffff;"><form method="post" name="" > action="ca1"><input type="hidden" name="W1_1" value="1_" /></form> > > </span></body></html> > > Any ideas? > > Justin > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Concern-users mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/concern-users > |
|
From: Justin W. <jus...@sa...> - 2004-01-19 22:02:25
|
Hi I've started the application server (JBoss) without errors and got to the engagement-index.html page. (http://localhost:8080/engagement/engagement-index.html) The problem is now that when I click on a link (Create Engagements etc) a blank page is displayed. I presume that although the DB is blank I should still see something. The only errors that I can find in the log are just after the server startup - presumably when I clicked on the link for the first time: 2004-01-19 23:32:28,216 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445)] Started in 2m:14s:86ms 2004-01-19 23:33:21,109 DEBUG [org.apache.tomcat.util.threads.ThreadPool] Getting new thread data 2004-01-19 23:34:05,978 ERROR [STDERR] 2004/01/19 11:34:05 org.wings.session.WingServlet initLookupName INFO: use session servlet lookup name SessionServlet:org.concern.test.engagement.gui.engagement.EngagementCreator 2004-01-19 23:34:06,036 ERROR [STDERR] 2004/01/19 11:34:06 org.wings.session.WingServlet getSessionServlet INFO: no session servlet, create new one 2004-01-19 23:34:07,175 ERROR [STDERR] 2004/01/19 11:34:07 org.wings.externalizer.AbstractExternalizeManager <init> INFO: final scope expires in 25900 seconds 2004-01-19 23:34:07,178 ERROR [STDERR] 2004/01/19 11:34:07 org.wings.externalizer.AbstractExternalizeManager <init> INFO: use prefix ca 2004-01-19 23:34:08,320 DEBUG [net.sf.hibernate.impl.SessionFactoryObjectFactory] JNDI lookup: hibernate/Engagement This error message is output once when the page is first hit. On subsequent clicks I just get 2004-01-19 23:55:21,091 INFO [STDOUT] begin 2004-01-19 23:55:21,096 INFO [STDOUT] end The HTTP log looks 100% with OK and NOT_MODIFIED_SINCE status codes. The WingsClient.jar is in the deploy folder. What is this additional jar? The page is displayed blank, but the source view is as follows (of the blank frame): <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <style type="text/css"> body { background-color:#ffffff; } </style> <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1"/> <link rel="stylesheet" type="text/css" href="../stylesheet.css"/> <link rel="stylesheet" type="text/css" href="-ca1.css"/> <link rel="stylesheet" type="text/css" href="W1_ca2.css"/> <script language="JavaScript" type="text/javascript" src="W1_ca3.js"></script> </head> <body class="n__7" bgcolor="#FFFFFF"> <span style="background-color:#ffffff;"><form method="post" name="" action="ca1"><input type="hidden" name="W1_1" value="1_" /></form> </span></body></html> Any ideas? Justin |
|
From: Holger E. <he...@me...> - 2004-01-12 17:57:37
|
Quoting Lisa Retief <lis...@sa...>: > Yup, right again. The one in CVS points to > "/local/home/nina/jdevel/concern/demo/src/html". It seems only to work > with an absolute path from root? > > So, I am up and running with the demo :). Thanks for all the assistance. > > I am tasking myself with the following - shout if anyone else is doing > any of these things: > - Make a list of proposed 'fixes'/changes - eg. add hibernate jar. If > approved by this list implement them. > - Document the demo deploy, also with FAQ. > - Write ant tasks for generating database code and automating deploy > copying etc. Well, thanks for your patience !!! Nobody is working on the task, you are proposing at the moment. Create these tasks in the sf task manager and take them. I will commit some important changes to the modeller in a few hours / days (there is a nasty bug, that prevents me from committing it now). Holger Engels (Dipl Inf Med) -- Consultant, Architect, Developer Mobile: +49 176 20119752 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
|
From: Lisa R. <lis...@sa...> - 2004-01-12 16:51:17
|
Yup, right again. The one in CVS points to "/local/home/nina/jdevel/concern/demo/src/html". It seems only to work with an absolute path from root? So, I am up and running with the demo :). Thanks for all the assistance. I am tasking myself with the following - shout if anyone else is doing any of these things: - Make a list of proposed 'fixes'/changes - eg. add hibernate jar. If approved by this list implement them. - Document the demo deploy, also with FAQ. - Write ant tasks for generating database code and automating deploy copying etc. That's all for now. Lisa Holger Engels wrote: >.. blank screen looks like the path in engagement-web.xml is not correct. make >sure, the template.directory points to demo/src/html. > >holger > >Quoting Lisa Retief <lis...@sa...>: > > > >>Hi, >> >>I have successfully built and deployed the new Engagement demo, but it >>is not running. At the URL >>http://myhost1:8080/engagement/engagement-index.html the logon screen >>appears, and I log in. On the left when I click on Create..., Work >>on..., or Supervise... only a blank screen appears on the right. Lots of >>output to the server.log, but nothing that looks too bad, other than >>things like: >> >>[snip] >>2004-01-12 16:51:22,892 ERROR [STDERR] 12-Jan-2004 16:51:22 >>org.wings.session.WingServlet initLookupName >>INFO: use session servlet lookup name >>SessionServlet:org.concern.test.engagement.gui.engagement.EngagementSupervisor >>2004-01-12 16:51:22,914 ERROR [STDERR] 12-Jan-2004 16:51:22 >>org.wings.session.WingServlet getSessionServlet >>INFO: no session servlet, create new one >>2004-01-12 16:51:22,916 ERROR [STDERR] 12-Jan-2004 16:51:22 >>org.wings.externalizer.AbstractExternalizeManager <init> >>INFO: final scope expires in 25900 seconds >>2004-01-12 16:51:22,917 ERROR [STDERR] 12-Jan-2004 16:51:22 >>org.wings.externalizer.AbstractExternalizeManager <init> >>INFO: use prefix 22 >>[snip] >> >>[snip] >>2004-01-12 16:52:17,693 INFO [STDOUT] WARNING: no property with name id >>2004-01-12 16:52:17,693 INFO [STDOUT] WARNING: no property with name title >>2004-01-12 16:52:17,693 INFO [STDOUT] WARNING: no property with name >>jobDescription >>2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name >>publisher >>2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name >>department >>2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name >>advertisedInternally >>2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name >>advertisedExternally >>2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name >>closed >>2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name >>applications >>2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name >>confirmInternalAdvertising >>2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name >>confirmExternalAdvertising >>2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name id >>2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name >>engagement >>2004-01-12 16:52:17,696 INFO [STDOUT] WARNING: no property with name >>applicant >>2004-01-12 16:52:17,696 INFO [STDOUT] WARNING: no property with name >>invitation >>2004-01-12 16:52:17,696 INFO [STDOUT] WARNING: no property with name >>decision >>2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name notes >>2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name >>evaluators >>2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name >>disinvite >>2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name id >>2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name >>decision >>2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no property with name name >>2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no property with name EMail >>2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no compound with name >>description >>2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no compound with name >>description >>2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no compound with name >>description >>2004-01-12 16:52:17,699 INFO [STDOUT] WARNING: no compound with name >>description >>2004-01-12 16:52:17,699 INFO [STDOUT] WARNING: no compound with name >>description >>2004-01-12 16:52:17,699 INFO [STDOUT] WARNING: no compound with name >>description >>2004-01-12 16:52:17,699 INFO [STDOUT] WARNING: no compound with name >>description >>2004-01-12 16:52:17,700 INFO [STDOUT] WARNING: no compound with name >>description >>2004-01-12 16:52:17,700 INFO [STDOUT] WARNING: no compound with name >>description >>2004-01-12 16:52:17,700 INFO [STDOUT] WARNING: no compound with name >>description >>[snip] >> >>Compressed version attached. >> >>Please help, >>Lisa >> >> >> > > >Holger Engels >(Dipl Inf Med) > >-- >Consultant, Architect, Developer >Mobile: +49 176 20119752 > > >------------------------------------------------- >This mail sent through IMP: http://horde.org/imp/ > > >------------------------------------------------------- >This SF.net email is sponsored by: Perforce Software. >Perforce is the Fast Software Configuration Management System offering >advanced branching capabilities and atomic changes on 50+ platforms. >Free Eval! http://www.perforce.com/perforce/loadprog.html >_______________________________________________ >Concern-users mailing list >Con...@li... >https://lists.sourceforge.net/lists/listinfo/concern-users > > > |
|
From: Holger E. <he...@me...> - 2004-01-12 15:36:30
|
.. blank screen looks like the path in engagement-web.xml is not correct. make sure, the template.directory points to demo/src/html. holger Quoting Lisa Retief <lis...@sa...>: > Hi, > > I have successfully built and deployed the new Engagement demo, but it > is not running. At the URL > http://myhost1:8080/engagement/engagement-index.html the logon screen > appears, and I log in. On the left when I click on Create..., Work > on..., or Supervise... only a blank screen appears on the right. Lots of > output to the server.log, but nothing that looks too bad, other than > things like: > > [snip] > 2004-01-12 16:51:22,892 ERROR [STDERR] 12-Jan-2004 16:51:22 > org.wings.session.WingServlet initLookupName > INFO: use session servlet lookup name > SessionServlet:org.concern.test.engagement.gui.engagement.EngagementSupervisor > 2004-01-12 16:51:22,914 ERROR [STDERR] 12-Jan-2004 16:51:22 > org.wings.session.WingServlet getSessionServlet > INFO: no session servlet, create new one > 2004-01-12 16:51:22,916 ERROR [STDERR] 12-Jan-2004 16:51:22 > org.wings.externalizer.AbstractExternalizeManager <init> > INFO: final scope expires in 25900 seconds > 2004-01-12 16:51:22,917 ERROR [STDERR] 12-Jan-2004 16:51:22 > org.wings.externalizer.AbstractExternalizeManager <init> > INFO: use prefix 22 > [snip] > > [snip] > 2004-01-12 16:52:17,693 INFO [STDOUT] WARNING: no property with name id > 2004-01-12 16:52:17,693 INFO [STDOUT] WARNING: no property with name title > 2004-01-12 16:52:17,693 INFO [STDOUT] WARNING: no property with name > jobDescription > 2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name > publisher > 2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name > department > 2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name > advertisedInternally > 2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name > advertisedExternally > 2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name > closed > 2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name > applications > 2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name > confirmInternalAdvertising > 2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name > confirmExternalAdvertising > 2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name id > 2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name > engagement > 2004-01-12 16:52:17,696 INFO [STDOUT] WARNING: no property with name > applicant > 2004-01-12 16:52:17,696 INFO [STDOUT] WARNING: no property with name > invitation > 2004-01-12 16:52:17,696 INFO [STDOUT] WARNING: no property with name > decision > 2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name notes > 2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name > evaluators > 2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name > disinvite > 2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name id > 2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name > decision > 2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no property with name name > 2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no property with name EMail > 2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no compound with name > description > 2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no compound with name > description > 2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no compound with name > description > 2004-01-12 16:52:17,699 INFO [STDOUT] WARNING: no compound with name > description > 2004-01-12 16:52:17,699 INFO [STDOUT] WARNING: no compound with name > description > 2004-01-12 16:52:17,699 INFO [STDOUT] WARNING: no compound with name > description > 2004-01-12 16:52:17,699 INFO [STDOUT] WARNING: no compound with name > description > 2004-01-12 16:52:17,700 INFO [STDOUT] WARNING: no compound with name > description > 2004-01-12 16:52:17,700 INFO [STDOUT] WARNING: no compound with name > description > 2004-01-12 16:52:17,700 INFO [STDOUT] WARNING: no compound with name > description > [snip] > > Compressed version attached. > > Please help, > Lisa > Holger Engels (Dipl Inf Med) -- Consultant, Architect, Developer Mobile: +49 176 20119752 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
|
From: Lisa R. <lis...@sa...> - 2004-01-12 15:11:25
|
Hi, I have successfully built and deployed the new Engagement demo, but it is not running. At the URL http://myhost1:8080/engagement/engagement-index.html the logon screen appears, and I log in. On the left when I click on Create..., Work on..., or Supervise... only a blank screen appears on the right. Lots of output to the server.log, but nothing that looks too bad, other than things like: [snip] 2004-01-12 16:51:22,892 ERROR [STDERR] 12-Jan-2004 16:51:22 org.wings.session.WingServlet initLookupName INFO: use session servlet lookup name SessionServlet:org.concern.test.engagement.gui.engagement.EngagementSupervisor 2004-01-12 16:51:22,914 ERROR [STDERR] 12-Jan-2004 16:51:22 org.wings.session.WingServlet getSessionServlet INFO: no session servlet, create new one 2004-01-12 16:51:22,916 ERROR [STDERR] 12-Jan-2004 16:51:22 org.wings.externalizer.AbstractExternalizeManager <init> INFO: final scope expires in 25900 seconds 2004-01-12 16:51:22,917 ERROR [STDERR] 12-Jan-2004 16:51:22 org.wings.externalizer.AbstractExternalizeManager <init> INFO: use prefix 22 [snip] [snip] 2004-01-12 16:52:17,693 INFO [STDOUT] WARNING: no property with name id 2004-01-12 16:52:17,693 INFO [STDOUT] WARNING: no property with name title 2004-01-12 16:52:17,693 INFO [STDOUT] WARNING: no property with name jobDescription 2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name publisher 2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name department 2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name advertisedInternally 2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name advertisedExternally 2004-01-12 16:52:17,694 INFO [STDOUT] WARNING: no property with name closed 2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name applications 2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name confirmInternalAdvertising 2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name confirmExternalAdvertising 2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name id 2004-01-12 16:52:17,695 INFO [STDOUT] WARNING: no property with name engagement 2004-01-12 16:52:17,696 INFO [STDOUT] WARNING: no property with name applicant 2004-01-12 16:52:17,696 INFO [STDOUT] WARNING: no property with name invitation 2004-01-12 16:52:17,696 INFO [STDOUT] WARNING: no property with name decision 2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name notes 2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name evaluators 2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name disinvite 2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name id 2004-01-12 16:52:17,697 INFO [STDOUT] WARNING: no property with name decision 2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no property with name name 2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no property with name EMail 2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no compound with name description 2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no compound with name description 2004-01-12 16:52:17,698 INFO [STDOUT] WARNING: no compound with name description 2004-01-12 16:52:17,699 INFO [STDOUT] WARNING: no compound with name description 2004-01-12 16:52:17,699 INFO [STDOUT] WARNING: no compound with name description 2004-01-12 16:52:17,699 INFO [STDOUT] WARNING: no compound with name description 2004-01-12 16:52:17,699 INFO [STDOUT] WARNING: no compound with name description 2004-01-12 16:52:17,700 INFO [STDOUT] WARNING: no compound with name description 2004-01-12 16:52:17,700 INFO [STDOUT] WARNING: no compound with name description 2004-01-12 16:52:17,700 INFO [STDOUT] WARNING: no compound with name description [snip] Compressed version attached. Please help, Lisa |
|
From: Lisa R. <lis...@sa...> - 2004-01-12 14:51:35
|
Okay, answered this one myself, don't bother.
Lisa Retief wrote:
> Hi Holger,
>
> Holger Engels wrote:
>
>> Quoting Lisa Retief <lis...@sa...>:
>>
>>
>>
>>> Hi Holger,
>>>
>>> I am still having deployment problems. Do you have any idea what
>>> causes this exception:
>>>
>>> javax.ejb.FinderException: Find failed: java.sql.SQLException:
>>> ERROR: parser: parse error at or near "." at character [some number]
>>>
>>
>>
>> You're using postgres, right? some beans are configured to use row
>> locking.
>> jboss generates code like FOR UPDATE OF ... (list of columnnames).
>> this is not
>> implemented in postgresql. remove the row-locking from the entity bean
>> descriptors and try again.
>>
>> holger
>>
>>
> Okay, that fixed the FinderExceptions - woohoo. Now I get the issue
> below - any ideas? I promise to write a FAQ when
> I eventually deploy this sucker successfully.
>
> 2004-01-12 16:21:35,796 ERROR
> [org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException:
> Exception in MBean operation 'checkIncompleteDeployments()'
> Cause: Incomplete Deployment listing:
> Packages waiting for a deployer:
> <none>
> Incompletely deployed packages:
> [org.jboss.deployment.DeploymentInfo@5fe32e41 {
> url=file:/usr/java/jboss-3.2.3/server/default/deploy/EngagementModel.sar
> }
> deployer: org.jboss.deployment.SARDeployer@861f24
> status: Deployment FAILED reason: create operation failed for package
> file:/usr/java/jboss-3.2.3/server/default/deploy/EngagementModel.sar;
> - nested throwable: (org.jboss.deployment.DeploymentException: Trying
> to install an already registered mbean: jboss.jca:service=Engagement)
> state: FAILED
> watch:
> file:/usr/java/jboss-3.2.3/server/default/deploy/EngagementModel.sar
> lastDeployed: 1073917238857
> lastModified: 1073917238000
> mbeans:
> ]MBeans waiting for classes:
> <none>
> MBeans waiting for other MBeans:
> <none>
>
> I think the reason is this exception higher up in the log:
>
> org.jboss.deployment.DeploymentException: create operation failed for
> package
> file:/usr/java/jboss-3.2.3/server/default/deploy/EngagementModel.sar;
> - nested throwable: (org.jboss.deployment.DeploymentException: Trying
> to install an already registered mbean: jboss.jca:service=Engagement)
> at org.jboss.deployment.SARDeployer.create(SARDeployer.java:202)
> at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
> at
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>
> at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
> at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
> at $Proxy6.deploy(Unknown Source)
> at
> org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
>
> at
> org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
>
> at
> org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
>
> at
> org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
>
> at
> org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
> at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
> at
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>
> at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
> at
> org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
>
> at $Proxy0.start(Unknown Source)
> at
> org.jboss.system.ServiceController.start(ServiceController.java:394)
> at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
> at
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>
> at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
> at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
> at $Proxy4.start(Unknown Source)
> at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
> at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
> at
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>
> at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
> at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
> at $Proxy5.deploy(Unknown Source)
> at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
> at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
> at org.jboss.Main.boot(Main.java:150)
> at org.jboss.Main$1.run(Main.java:395)
> at java.lang.Thread.run(Thread.java:534)
> Caused by: org.jboss.deployment.DeploymentException: Trying to install
> an already registered mbean: jboss.jca:service=Engagement
> at org.jboss.system.ServiceCreator.install(ServiceCreator.java:69)
> at
> org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:151)
>
> at
> org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:114)
>
> at
> org.jboss.system.ServiceController.install(ServiceController.java:225)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
> at
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>
> at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
> at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
> at $Proxy4.install(Unknown Source)
> at org.jboss.deployment.SARDeployer.create(SARDeployer.java:183)
> ... 49 more
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> _______________________________________________
> Concern-users mailing list
> Con...@li...
> https://lists.sourceforge.net/lists/listinfo/concern-users
>
|
|
From: Lisa R. <lis...@sa...> - 2004-01-12 14:34:06
|
Hi Holger,
Holger Engels wrote:
>Quoting Lisa Retief <lis...@sa...>:
>
>
>
>>Hi Holger,
>>
>>I am still having deployment problems. Do you have any idea what causes
>>this exception:
>>
>>javax.ejb.FinderException: Find failed: java.sql.SQLException: ERROR:
>>parser: parse error at or near "." at character [some number]
>>
>>
>
>You're using postgres, right? some beans are configured to use row locking.
>jboss generates code like FOR UPDATE OF ... (list of columnnames). this is not
>implemented in postgresql. remove the row-locking from the entity bean
>descriptors and try again.
>
>holger
>
>
Okay, that fixed the FinderExceptions - woohoo. Now I get the issue
below - any ideas? I promise to write a FAQ when
I eventually deploy this sucker successfully.
2004-01-12 16:21:35,796 ERROR
[org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException:
Exception in MBean operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
<none>
Incompletely deployed packages:
[org.jboss.deployment.DeploymentInfo@5fe32e41 {
url=file:/usr/java/jboss-3.2.3/server/default/deploy/EngagementModel.sar }
deployer: org.jboss.deployment.SARDeployer@861f24
status: Deployment FAILED reason: create operation failed for package
file:/usr/java/jboss-3.2.3/server/default/deploy/EngagementModel.sar; -
nested throwable: (org.jboss.deployment.DeploymentException: Trying to
install an already registered mbean: jboss.jca:service=Engagement)
state: FAILED
watch:
file:/usr/java/jboss-3.2.3/server/default/deploy/EngagementModel.sar
lastDeployed: 1073917238857
lastModified: 1073917238000
mbeans:
]MBeans waiting for classes:
<none>
MBeans waiting for other MBeans:
<none>
I think the reason is this exception higher up in the log:
org.jboss.deployment.DeploymentException: create operation failed for
package
file:/usr/java/jboss-3.2.3/server/default/deploy/EngagementModel.sar; -
nested throwable: (org.jboss.deployment.DeploymentException: Trying to
install an already registered mbean: jboss.jca:service=Engagement)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:202)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
at
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:394)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.jboss.deployment.DeploymentException: Trying to install
an already registered mbean: jboss.jca:service=Engagement
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:69)
at
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:151)
at
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:114)
at
org.jboss.system.ServiceController.install(ServiceController.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:183)
... 49 more
|
|
From: Holger E. <he...@me...> - 2004-01-12 12:59:14
|
Quoting Lisa Retief <lis...@sa...>: > Hi Holger, > > I am still having deployment problems. Do you have any idea what causes > this exception: > > javax.ejb.FinderException: Find failed: java.sql.SQLException: ERROR: > parser: parse error at or near "." at character [some number] You're using postgres, right? some beans are configured to use row locking. jboss generates code like FOR UPDATE OF ... (list of columnnames). this is not implemented in postgresql. remove the row-locking from the entity bean descriptors and try again. holger > > My server.log is full of it. > > I have one database. Against it I ran: > > the Engagement_model.ddl in etc/db > the src/ddl/Engagement*-scripts that match your db > the src/ddl/Application*-scripts that match your db > > I scrubbed my deploy dir of all the old stuff. > > At the /engagement/engagement-index.html web page I get errors like this: > > javax.servlet.ServletException: null; CausedByException is: > Find failed: java.sql.SQLException: ERROR: parser: parse error at > or near "." at character 170 > > at org.wings.session.WingServlet.newSession(WingServlet.java:245) > at > org.wings.session.WingServlet.getSessionServlet(WingServlet.java:271) > at org.wings.session.WingServlet.doGet(WingServlet.java:385) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) > at > org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:553) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) > at > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197) > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781) > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549) > at > org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677) > at java.lang.Thread.run(Thread.java:534) > > root cause > > javax.servlet.ServletException: null; CausedByException is: > Find failed: java.sql.SQLException: ERROR: parser: parse error at > or near "." at character 170 > > at org.wings.session.SessionServlet.init(SessionServlet.java:270) > at org.wings.session.WingServlet.newSession(WingServlet.java:224) > at > org.wings.session.WingServlet.getSessionServlet(WingServlet.java:271) > at org.wings.session.WingServlet.doGet(WingServlet.java:385) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) > at > org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:553) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) > at > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197) > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781) > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549) > at > org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677) > at java.lang.Thread.run(Thread.java:534) > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Concern-users mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/concern-users > > Holger Engels (Dipl Inf Med) -- Consultant, Architect, Developer Mobile: +49 176 20119752 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
|
From: Lisa R. <lis...@sa...> - 2004-01-12 12:51:15
|
Hi Holger,
I am still having deployment problems. Do you have any idea what causes
this exception:
javax.ejb.FinderException: Find failed: java.sql.SQLException: ERROR:
parser: parse error at or near "." at character [some number]
My server.log is full of it.
I have one database. Against it I ran:
the Engagement_model.ddl in etc/db
the src/ddl/Engagement*-scripts that match your db
the src/ddl/Application*-scripts that match your db
I scrubbed my deploy dir of all the old stuff.
At the /engagement/engagement-index.html web page I get errors like this:
javax.servlet.ServletException: null; CausedByException is:
Find failed: java.sql.SQLException: ERROR: parser: parse error at
or near "." at character 170
at org.wings.session.WingServlet.newSession(WingServlet.java:245)
at org.wings.session.WingServlet.getSessionServlet(WingServlet.java:271)
at org.wings.session.WingServlet.doGet(WingServlet.java:385)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:553)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
at java.lang.Thread.run(Thread.java:534)
root cause
javax.servlet.ServletException: null; CausedByException is:
Find failed: java.sql.SQLException: ERROR: parser: parse error at
or near "." at character 170
at org.wings.session.SessionServlet.init(SessionServlet.java:270)
at org.wings.session.WingServlet.newSession(WingServlet.java:224)
at org.wings.session.WingServlet.getSessionServlet(WingServlet.java:271)
at org.wings.session.WingServlet.doGet(WingServlet.java:385)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:553)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
at java.lang.Thread.run(Thread.java:534)
|
|
From: Holger E. <he...@me...> - 2004-01-12 11:49:21
|
Quoting Lisa Retief <lis...@sa...>: > Hi Holger, > > Okay, I now have the generator working from the command line (not via > script). I will publish the debug process shortly. For now I am > continueing with the demo deploy to see if I can get it working end-to-end. congrats ;-) .. btw: the script _is_ working for susanne at freiheit dot com out of the box! hint: edit the demo/src/meta/engagement-web.xml and adapt the template directory property holger > > Lisa Retief wrote: > > > Which version of Java should I be using? > > > > When I run the java command with the java verbose setting on I get: > > > > [snip] > > [Loaded org.concern.devel.generator.Generator] > > [Loaded java.io.IOException from /usr/java/j2sdk1.4.2_03/jre/lib/rt.jar] > > [Loaded javax.xml.transform.TransformerException from > > ../devel/dist/lib/xml-apis.jar] > > [Loaded javax.xml.transform.Source from ../devel/dist/lib/xml-apis.jar] > > [Loaded javax.xml.transform.Result from ../devel/dist/lib/xml-apis.jar] > > [Loaded java.net.MalformedURLException from > > /usr/java/j2sdk1.4.2_03/jre/lib/rt.jar] > > -j src/java -m src/meta/ -c src/controller/ -d > > src/ddl/src/cpd/engagement.cpd -k ../devel/dist/etc/kernel > > -k ../devel/dist/etc/kernel -j src/java -m src/meta/ -c > > src/controller/ -d src/ddl/src/cpd/engagement.cpd[Loaded > > java.lang.Shutdown from /usr/java/j2sdk1.4.2_0 > > 3/jre/lib/rt.jar] > > [Loaded java.lang.Shutdown$Lock from > > /usr/java/j2sdk1.4.2_03/jre/lib/rt.jar > > > > > > Lisa Retief wrote: > > > >> Hi Holger, > >> > >> Holger Engels wrote: > >> > >>> Try this: > >>> cd $CONCERN_HOME/demo export GEN_HOME=../devel/dist for f in > >>> $GEN_HOME/lib/*.jar ; do CP=$CP:$f ; done export > >>> BOOTCLASSPATH="-Xbootclasspath/p:$GEN_HOME/lib/xalan.jar:$GEN_HOME/lib/ > >>> xml-apis.jar:$GEN_HOME/lib/xercesImpl.jar" > >> > >> All fine... > >> > >>> > >>> java $BOOTCLASSPATH -classpath $CP > >>> org.concern.devel.generator.Generator -k $GEN_HOME/etc/kernel -j > >>> src/java -m src/meta/ -c src/controller/ -d src/ddl/ > >>> src/cpd/engagement.cpd > >>> > >>> > >> Still fine, but with the following output and none of the expected > >> directories created : > >> > >> -j src/java -m src/meta/ -c src/controller/ -d > >> src/ddl/src/cpd/engagement.cpd -k > >> ../devel/dist/etc/kernel > >> -k ../devel/dist/etc/kernel -j src/java -m src/meta/ -c > >> src/controller/ -d src/ > >> ddl/src/cpd/engagement.cpd > >> > >> Under demo/src: > >> > >> [lisa@mandrake1 src]$ ls > >> cml/ cpd/ CVS/ html/ java/ meta/ res/ > >> > >> Lisa > >> > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Perforce Software. > > Perforce is the Fast Software Configuration Management System offering > > advanced branching capabilities and atomic changes on 50+ platforms. > > Free Eval! http://www.perforce.com/perforce/loadprog.html > > _______________________________________________ > > Concern-users mailing list > > Con...@li... > > https://lists.sourceforge.net/lists/listinfo/concern-users > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Concern-users mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/concern-users > > Holger Engels (Dipl Inf Med) -- Consultant, Architect, Developer Mobile: +49 176 20119752 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
|
From: Lisa R. <lis...@sa...> - 2004-01-12 10:34:12
|
Hi Holger, Okay, I now have the generator working from the command line (not via script). I will publish the debug process shortly. For now I am continueing with the demo deploy to see if I can get it working end-to-end. Lisa Lisa Retief wrote: > Which version of Java should I be using? > > When I run the java command with the java verbose setting on I get: > > [snip] > [Loaded org.concern.devel.generator.Generator] > [Loaded java.io.IOException from /usr/java/j2sdk1.4.2_03/jre/lib/rt.jar] > [Loaded javax.xml.transform.TransformerException from > ../devel/dist/lib/xml-apis.jar] > [Loaded javax.xml.transform.Source from ../devel/dist/lib/xml-apis.jar] > [Loaded javax.xml.transform.Result from ../devel/dist/lib/xml-apis.jar] > [Loaded java.net.MalformedURLException from > /usr/java/j2sdk1.4.2_03/jre/lib/rt.jar] > -j src/java -m src/meta/ -c src/controller/ -d > src/ddl/src/cpd/engagement.cpd -k ../devel/dist/etc/kernel > -k ../devel/dist/etc/kernel -j src/java -m src/meta/ -c > src/controller/ -d src/ddl/src/cpd/engagement.cpd[Loaded > java.lang.Shutdown from /usr/java/j2sdk1.4.2_0 > 3/jre/lib/rt.jar] > [Loaded java.lang.Shutdown$Lock from > /usr/java/j2sdk1.4.2_03/jre/lib/rt.jar > > > Lisa Retief wrote: > >> Hi Holger, >> >> Holger Engels wrote: >> >>> Try this: >>> cd $CONCERN_HOME/demo export GEN_HOME=../devel/dist for f in >>> $GEN_HOME/lib/*.jar ; do CP=$CP:$f ; done export >>> BOOTCLASSPATH="-Xbootclasspath/p:$GEN_HOME/lib/xalan.jar:$GEN_HOME/lib/ >>> xml-apis.jar:$GEN_HOME/lib/xercesImpl.jar" >> >> All fine... >> >>> >>> java $BOOTCLASSPATH -classpath $CP >>> org.concern.devel.generator.Generator -k $GEN_HOME/etc/kernel -j >>> src/java -m src/meta/ -c src/controller/ -d src/ddl/ >>> src/cpd/engagement.cpd >>> >>> >> Still fine, but with the following output and none of the expected >> directories created : >> >> -j src/java -m src/meta/ -c src/controller/ -d >> src/ddl/src/cpd/engagement.cpd -k >> ../devel/dist/etc/kernel >> -k ../devel/dist/etc/kernel -j src/java -m src/meta/ -c >> src/controller/ -d src/ >> ddl/src/cpd/engagement.cpd >> >> Under demo/src: >> >> [lisa@mandrake1 src]$ ls >> cml/ cpd/ CVS/ html/ java/ meta/ res/ >> >> Lisa >> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Concern-users mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/concern-users > |
|
From: Lisa R. <lis...@sa...> - 2004-01-11 18:30:15
|
Which version of Java should I be using? When I run the java command with the java verbose setting on I get: [snip] [Loaded org.concern.devel.generator.Generator] [Loaded java.io.IOException from /usr/java/j2sdk1.4.2_03/jre/lib/rt.jar] [Loaded javax.xml.transform.TransformerException from ../devel/dist/lib/xml-apis.jar] [Loaded javax.xml.transform.Source from ../devel/dist/lib/xml-apis.jar] [Loaded javax.xml.transform.Result from ../devel/dist/lib/xml-apis.jar] [Loaded java.net.MalformedURLException from /usr/java/j2sdk1.4.2_03/jre/lib/rt.jar] -j src/java -m src/meta/ -c src/controller/ -d src/ddl/src/cpd/engagement.cpd -k ../devel/dist/etc/kernel -k ../devel/dist/etc/kernel -j src/java -m src/meta/ -c src/controller/ -d src/ddl/src/cpd/engagement.cpd[Loaded java.lang.Shutdown from /usr/java/j2sdk1.4.2_0 3/jre/lib/rt.jar] [Loaded java.lang.Shutdown$Lock from /usr/java/j2sdk1.4.2_03/jre/lib/rt.jar Lisa Retief wrote: > Hi Holger, > > Holger Engels wrote: > >> Try this: >> cd $CONCERN_HOME/demo export GEN_HOME=../devel/dist for f in >> $GEN_HOME/lib/*.jar ; do CP=$CP:$f ; done export >> BOOTCLASSPATH="-Xbootclasspath/p:$GEN_HOME/lib/xalan.jar:$GEN_HOME/lib/ >> xml-apis.jar:$GEN_HOME/lib/xercesImpl.jar" >> > All fine... > >> >> java $BOOTCLASSPATH -classpath $CP >> org.concern.devel.generator.Generator -k $GEN_HOME/etc/kernel -j >> src/java -m src/meta/ -c src/controller/ -d src/ddl/ >> src/cpd/engagement.cpd >> >> > Still fine, but with the following output and none of the expected > directories created : > > -j src/java -m src/meta/ -c src/controller/ -d > src/ddl/src/cpd/engagement.cpd -k > ../devel/dist/etc/kernel > -k ../devel/dist/etc/kernel -j src/java -m src/meta/ -c > src/controller/ -d src/ > ddl/src/cpd/engagement.cpd > > Under demo/src: > > [lisa@mandrake1 src]$ ls > cml/ cpd/ CVS/ html/ java/ meta/ res/ > > Lisa > |
|
From: Lisa R. <lis...@sa...> - 2004-01-11 18:17:25
|
Hi Holger, Holger Engels wrote: >Try this: > >cd $CONCERN_HOME/demo >export GEN_HOME=../devel/dist >for f in $GEN_HOME/lib/*.jar ; do CP=$CP:$f ; done >export BOOTCLASSPATH="-Xbootclasspath/p:$GEN_HOME/lib/xalan.jar:$GEN_HOME/lib/ >xml-apis.jar:$GEN_HOME/lib/xercesImpl.jar" > > All fine... > >java $BOOTCLASSPATH -classpath $CP org.concern.devel.generator.Generator -k >$GEN_HOME/etc/kernel -j src/java -m src/meta/ -c src/controller/ -d src/ddl/ >src/cpd/engagement.cpd > > > Still fine, but with the following output and none of the expected directories created : -j src/java -m src/meta/ -c src/controller/ -d src/ddl/src/cpd/engagement.cpd -k ../devel/dist/etc/kernel -k ../devel/dist/etc/kernel -j src/java -m src/meta/ -c src/controller/ -d src/ ddl/src/cpd/engagement.cpd Under demo/src: [lisa@mandrake1 src]$ ls cml/ cpd/ CVS/ html/ java/ meta/ res/ Lisa |
|
From: Lisa R. <lis...@sa...> - 2004-01-11 18:00:29
|
Hi Oli,
As mentioned, I am using Mandrake 9.1.
With verbose on I get:
As myself:
bash: ../devel/dist/bin/cg.sh: /bin/sh: bad interpreter: Permission denied
As root:
/bin/sh: -^M: invalid option
Usage: /bin/sh [GNU long option] [option] ...
/bin/sh [GNU long option] [option] script-file ...
GNU long options:
--debug
etc....
Lisa
Oliver Scheck wrote:
> Hi Lisa,
>
> so you do use Linux, right? What distribution is it?
>
> I have another idea. Make the first line of cg.sh look like this
>
> #!/bin/sh -v
>
> and rerun it. Will give us verbose information.
>
> Regards,
> Oli
>
|
|
From: Holger E. <he...@me...> - 2004-01-09 07:57:09
|
> There is no ^M at the end of the lines, I promise. It does work, I promise ;-) Try this: cd $CONCERN_HOME/demo export GEN_HOME=../devel/dist for f in $GEN_HOME/lib/*.jar ; do CP=$CP:$f ; done export BOOTCLASSPATH="-Xbootclasspath/p:$GEN_HOME/lib/xalan.jar:$GEN_HOME/lib/ xml-apis.jar:$GEN_HOME/lib/xercesImpl.jar" java §BOOTCLASSPATH -classpath $CP org.concern.devel.generator.Generator -k $GEN_HOME/etc/kernel -j src/java -m src/meta/ -c src/controller/ -d src/ddl/ src/cpd/engagement.cpd Holger Engels (Dipl Inf Med) -- Consultant, Architect, Developer Mobile: +49 176 20119752 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
|
From: Lisa R. <lis...@sa...> - 2004-01-08 16:46:55
|
Holger Engels wrote: >>Running cg.sh by hand gives me: >>-bash: ../devel/dist/bin/cg.sh: /bin/sh^M: bad interpreter: Permission >>denied >> >> > >remove that ^M at the end of all lines. > > There is no ^M at the end of the lines, I promise. > > > >>Holger, what is the java command you are trying to execute - perhaps I >>could write an ant task replacement for your script and see how far I >>get that way. >> >> > >An ant task is a good idea! we need that anyway. nevertheless, it should work >like this, too. the command is > > java org.concern.devel.generator.Generator > >with a bunch of options. the options determine where the generated files >should go. > > > I'll do this then. Get back to you in a while... Will also look at auto-deploy task. Lisa |
|
From: Holger E. <he...@me...> - 2004-01-08 16:37:02
|
> Running cg.sh by hand gives me: > -bash: ../devel/dist/bin/cg.sh: /bin/sh^M: bad interpreter: Permission > denied remove that ^M at the end of all lines. > Holger, what is the java command you are trying to execute - perhaps I > could write an ant task replacement for your script and see how far I > get that way. An ant task is a good idea! we need that anyway. nevertheless, it should work like this, too. the command is java org.concern.devel.generator.Generator with a bunch of options. the options determine where the generated files should go. holger ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
|
From: Lisa R. <lis...@sa...> - 2004-01-08 16:30:46
|
Hi, Holger Engels wrote: >The problem is the dos line endings. remove them with emacs for example. > >holger > > Nope, that's not the problem. Recreated all line breaks using vi and emacs and still the same results. Running cg.sh by hand gives me: -bash: ../devel/dist/bin/cg.sh: /bin/sh^M: bad interpreter: Permission denied If I su to root I get: bash: ../devel/dist/bin/cg.sh: /bin/sh^M: bad interpreter: No such file or directory Holger, what is the java command you are trying to execute - perhaps I could write an ant task replacement for your script and see how far I get that way. Lisa |
|
From: Holger E. <he...@me...> - 2004-01-08 16:16:14
|
The problem is the dos line endings. remove them with emacs for example. holger Quoting Lisa Retief <lis...@sa...>: > > Hi, > > > > > So I don't have a quick answer, but check encoding, maybe edit & save > > file. > > > Tried without any luck :( > > Thanks for the attempt, > Lisa > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Concern-users mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/concern-users > > Holger Engels (Dipl Inf Med) -- Consultant, Architect, Developer Mobile: +49 176 20119752 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
|
From: Lisa R. <lis...@sa...> - 2004-01-08 16:12:07
|
Hi, > > So I don't have a quick answer, but check encoding, maybe edit & save > file. Tried without any luck :( Thanks for the attempt, Lisa |
|
From: Oliver S. <oli...@me...> - 2004-01-08 13:41:35
|
Hi Lisa, > Running cg.sh by hand gives me: > -bash: ../devel/dist/bin/cg.sh: /bin/sh^M: bad interpreter: Permission > denied > > If I su to root I get: > bash: ../devel/dist/bin/cg.sh: /bin/sh^M: bad interpreter: No such file > or directory To me this looks like an encoding issue (^M), typically happening when developers with windows and linux work together. -- Did I just mention the two in one sentence? -- Anyway, CVS takes care of that if you add it in ascii mode, which is the case for cg.sh. So I don't have a quick answer, but check encoding, maybe edit & save file. HIH, Oliver |
|
From: Lisa R. <lis...@sa...> - 2004-01-08 13:29:59
|
Holger,
In your cg.sh you refer to $HOME variable often - which concern
directory should this resolve to?
Lisa
Lisa Retief wrote:
> Running cg.sh by hand gives me:
> -bash: ../devel/dist/bin/cg.sh: /bin/sh^M: bad interpreter: Permission
> denied
>
> If I su to root I get:
> bash: ../devel/dist/bin/cg.sh: /bin/sh^M: bad interpreter: No such
> file or directory
>
> Will attempt to debug some more but if you have any suggestions let me
> know.
>
> Lisa
>
> Holger Engels wrote:
>
>> this codeblock is part of the xdoclet target in demo/build.xml:
>> <exec executable="../devel/dist/bin/cg.sh"> <env
>> key="JAVA_HOME" file="${java.home}"/> <arg value="-j"/>
>> <arg file="src/java"/> <arg value="-m"/>
>> <arg file="src/meta"/> <arg value="-c"/>
>> <arg file="src/controller"/> <arg value="-d"/>
>> <arg file="src/ddl"/> <arg
>> file="src/cpd/engagement.cpd"/> </exec>
>> it should produce those directories! Maybe it's going somewhere else
>> for whatever reason. try:
>> find -name ApplicationController.jar
>> maybe try running the code generator by hand.
>> holger
>>
>> Quoting Lisa Retief <lis...@sa...>:
>>
>>
>>> I ran
>>> ant xdoclet jca ejb web
>>> ant it reported BUILD SUCCESSFUL.
>>> Under demo/src I only have:
>>> [lisa@mandrake1 src]$ pwd
>>> /home/lisa/concern/concern-src-1.0.1/demo/src [lisa@mandrake1 src]$
>>> ls cml/ cpd/ CVS/ html/ java/ meta/ res/
>>> Any suggestions?
>>> Thanks, Lisa
>>> Holger Engels wrote:
>>>
>>>
>>>> Quoting Lisa Retief <lis...@sa...>:
>>>>
>>>>
>>>>
>>>>
>>>>> Also
>>>>> cp src/controller/Application* $DEPLOY cp
>>>>> src/controller/Engagement* $DEPLOY
>>>>> no src/controller directory?
>>>>>
>>>>
>>>>
>>>> and no demo/src/controller demo/src/ddl ?
>>>> did you run ant xdoclet in demo ? someting like:
>>>> ant xdoclet jca ejb web
>>>> please post to concern-users!
>>>> regards,
>>>> holger
>>>> ------------------------------------------------- This mail sent
>>>> through IMP: http://horde.org/imp/
>>>>
>>>> ------------------------------------------------------- This SF.net
>>>> email is sponsored by: Perforce Software. Perforce is the Fast
>>>> Software Configuration Management System offering advanced
>>>> branching capabilities and atomic changes on 50+ platforms. Free
>>>> Eval! http://www.perforce.com/perforce/loadprog.html
>>>> _______________________________________________ Concern-users
>>>> mailing list Con...@li...
>>>> https://lists.sourceforge.net/lists/listinfo/concern-users
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>> Holger Engels (Dipl Inf Med)
>>
>>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> _______________________________________________
> Concern-users mailing list
> Con...@li...
> https://lists.sourceforge.net/lists/listinfo/concern-users
>
|
|
From: Lisa R. <lis...@sa...> - 2004-01-08 13:08:14
|
Running cg.sh by hand gives me:
-bash: ../devel/dist/bin/cg.sh: /bin/sh^M: bad interpreter: Permission
denied
If I su to root I get:
bash: ../devel/dist/bin/cg.sh: /bin/sh^M: bad interpreter: No such file
or directory
Will attempt to debug some more but if you have any suggestions let me know.
Lisa
Holger Engels wrote:
>this codeblock is part of the xdoclet target in demo/build.xml:
>
> <exec executable="../devel/dist/bin/cg.sh">
> <env key="JAVA_HOME" file="${java.home}"/>
> <arg value="-j"/>
> <arg file="src/java"/>
> <arg value="-m"/>
> <arg file="src/meta"/>
> <arg value="-c"/>
> <arg file="src/controller"/>
> <arg value="-d"/>
> <arg file="src/ddl"/>
> <arg file="src/cpd/engagement.cpd"/>
> </exec>
>
>it should produce those directories! Maybe it's going somewhere else for
>whatever reason. try:
>
> find -name ApplicationController.jar
>
>maybe try running the code generator by hand.
>
>holger
>
>
>Quoting Lisa Retief <lis...@sa...>:
>
>
>
>>I ran
>>
>>ant xdoclet jca ejb web
>>
>>ant it reported BUILD SUCCESSFUL.
>>
>>Under demo/src I only have:
>>
>>[lisa@mandrake1 src]$ pwd
>>/home/lisa/concern/concern-src-1.0.1/demo/src
>>[lisa@mandrake1 src]$ ls
>>cml/ cpd/ CVS/ html/ java/ meta/ res/
>>
>>Any suggestions?
>>
>>Thanks,
>>Lisa
>>
>>Holger Engels wrote:
>>
>>
>>
>>>Quoting Lisa Retief <lis...@sa...>:
>>>
>>>
>>>
>>>
>>>
>>>>Also
>>>>
>>>>cp src/controller/Application* $DEPLOY
>>>>cp src/controller/Engagement* $DEPLOY
>>>>
>>>>no src/controller directory?
>>>>
>>>>
>>>>
>>>>
>>>
>>>and no demo/src/controller demo/src/ddl ?
>>>
>>>did you run ant xdoclet in demo ? someting like:
>>>
>>> ant xdoclet jca ejb web
>>>
>>>please post to concern-users!
>>>
>>>regards,
>>>
>>>holger
>>>
>>>-------------------------------------------------
>>>This mail sent through IMP: http://horde.org/imp/
>>>
>>>
>>>-------------------------------------------------------
>>>This SF.net email is sponsored by: Perforce Software.
>>>Perforce is the Fast Software Configuration Management System offering
>>>advanced branching capabilities and atomic changes on 50+ platforms.
>>>Free Eval! http://www.perforce.com/perforce/loadprog.html
>>>_______________________________________________
>>>Concern-users mailing list
>>>Con...@li...
>>>https://lists.sourceforge.net/lists/listinfo/concern-users
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>>
>
>
>Holger Engels
>(Dipl Inf Med)
>
>
>
|