[Concern-users] RE: server.log and jmx-console output
Brought to you by:
hengels,
leonchiver
|
From: Raoul Z. <rao...@to...> - 2004-05-14 08:04:57
|
Holger, I've checked in the new AbstractActivity class. I've tried running both: <pk> and the primary key, both fail. The first one (how stupid of me to even try...) gives the newline error. The other one gives: "[: =3D=3D: unknown operand Exception in thread "main" java.lang.NoClassDefFoundError: org/concern/j2ee/client/commandline/Concern" I've checked the dist/lib and the jar containing the class does exist. I've tried setting the classpath manually by overriding the shellscript, but without success. I run the command from the root of the project...in my case: /cygdrive/c/eclipse/workspace/concern Shouldn't this action be integral part of the build?! Any suggestions?? Regards, Raoul -----Oorspronkelijk bericht----- Van: Holger Engels [mailto:he...@me...]=20 Verzonden: donderdag 13 mei 2004 18:10 Aan: Raoul Zon CC: rj...@zo... Onderwerp: RE: server.log and jmx-console output Quoting Raoul Zon <rao...@to...>:=20 =20 > Holger, > =20 > My sourceforge account is: rj...@us... =20 I have added you as a developer. =20 =20 > Somehow I keep losing my mail here at Topicus so could you, once=20 > again, > explain how to check in changes made to the con:cern code.=20 > Please also CC to rj...@zo..., so I have a backup in case I=20 > lose that e-mail as well.=20 =20 You can either get a fresh checkout as described on the sf site or you can=20 relocate your anonymous checkout, using the following command:=20 =20 for f in `find -name Root` =20 do =20 echo ":ext:rj...@cv...:/cvsroot/concern" > $f =20 done=20 =20 =20 > Having difficulties running the shell scripts..... > Running "client/dist/bin/cc.sh Engagement create <pk>" gives error:=20 > bash: syntax error near unexpected token `newline'=20 =20 Did you run exactly this command or did you replace <pk> with the primary key=20 of the engagements?=20 =20 Holger=20 =20 =20 > Regards, > =20 > Raoul > =20 > -----Oorspronkelijk bericht----- > Van: Holger Engels [mailto:he...@me...] =20 > Verzonden: donderdag 13 mei 2004 17:11=20 > Aan: Raoul Zon=20 > CC: con...@li...=20 > Onderwerp: RE: server.log and jmx-console output=20 > =20 > =20 > Quoting Raoul Zon <rao...@to...>: > =20 > > Hi Holger, > > =20 > > I fixed the servlet errors I received yesterday by fixing some bugs=20 > > in > > the code in the j2ee folder. =20 > > There are ClassCastExceptions in org.concern.j2ee.AbstractActivity =20 > > =20 > > Where you do a Classcast in the getDescriptor method you cast "this" > > to=20 > > the wrong type. My guess (and it works), is to cast the code in the > > first if to AbstractAsynchronousActivity and the second to =20 > > AbstractSynchronousActivity as you also check for that type with =20 > > instanceof. =20 > > =20 > > After the recompile and redeploy I don't have errors anymore. > =20 > .. so, what was your sourceforge account? > =20 > > Still one problem though.....: > > I can create engagements, but can't see them or alter them in the =20 > > worklist parts. I CAN see them in the supervisor part.... =20 > > My guess here is the problem has to do something with the =20 > > AdvertisedInternally and AdvertisedExternally as they seem to be asked=20 > =20 > > from the DB and are not present. > =20 > The supervisor shows the content of the engagement table. Check, if=20 > the > engagements are in the engagement_subject table, too. I suppose they're=20 > not. =20 > If you don't see them, use the command line client to create them: =20 > =20 > client/dist/bin/cc.sh Engagement create <pk> > =20 > and tell the controller to process them: > =20 > client/dist/bin/cc.sh Engagement process <pk> > =20 > watch the jboss log. The controller should present the engagement to > all activities. The precondition of InternalAdvertising will match and > thus it will be enlisted. The following command should list your=20 > engagements: =20 > =20 > client/dist/bin/cc.sh Engagement list InternalAdvertising > =20 > ciao, > =20 > holger > =20 > > =20 > > -----Oorspronkelijk bericht-----=20 > > Van: Holger Engels [mailto:he...@me...] =20 > > Verzonden: donderdag 13 mei 2004 14:47 > > Aan: Raoul Zon =20 > > Onderwerp: RE: server.log and jmx-console output =20 > > =20 > > =20 > > Hi, > > =20 > > there's a delay of up to 5h between cvs checkins and availability on > > anonymous =20 > > cvs. This was the reason, why you didn't see the changes, I made =20 > > yesterday. =20 > > =20 > > Holger > > =20 > > =20 > > ------------------------------------------------- > > This mail sent through IMP: http://horde.org/imp/ =20 > > =20 > > =20 > =20 > =20 > Holger Engels > (Dipl Inf Med) =20 > =20 > -- > Consultant, Architect, Developer =20 > Mobile: +49 176 20119752 =20 > =20 > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/=20 > =20 > =20 =20 =20 Holger Engels=20 (Dipl Inf Med)=20 =20 --=20 Consultant, Architect, Developer=20 Mobile: +49 176 20119752=20 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |