From: Alistair Y. <ali...@sm...> - 2005-05-24 09:05:37
|
I built head, deployed, started the setup but forgot to add the posgtres jar. So I stopped tomcat to add the jar. When I restarted tomcat I couldn't access bod again. I just get this error: 2005-05-24 10:01:16 StandardContext[/bodhead]Exception sending context initialized event to listener instance of class org.bodington.servlet.BuildingContextListener java.lang.NoSuchMethodError: org.apache.log4j.spi.LoggingEvent.getLevel()Lorg/apache/log4j/Level; at org.bodington.logging.SimpleThrowableLayout.format(SimpleThrowableLayout .java:34) Alistair |
From: Matthew B. <mat...@co...> - 2005-05-24 09:11:23
|
Alistair Young wrote: > I built head, deployed, started the setup but forgot to add the > posgtres jar. So I stopped tomcat to add the jar. > When I restarted tomcat I couldn't access bod again. I just get this > error: > > 2005-05-24 10:01:16 StandardContext[/bodhead]Exception sending context > initialized event to listener instance of class > org.bodington.servlet.BuildingContextListener > java.lang.NoSuchMethodError: > org.apache.log4j.spi.LoggingEvent.getLevel()Lorg/apache/log4j/Level; > at > org.bodington.logging.SimpleThrowableLayout.format(SimpleThrowableLayout > .java:34) Do you have Log4J in your build? It should be in /lib and copied into the WAR/build. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Alistair Y. <ali...@sm...> - 2005-05-24 09:17:55
|
WEB-INF/lib -rw-r--r-- 1 alistair staff 350115 24 May 09:49 log4j-1.2.5.jar -rw-r--r-- 1 alistair staff 352291 24 May 09:49 log4j.jar two get copied by the build but only log4j.jar has the required method. I deleted log4j-1.2.5.jar from lib and it now works. Will I remove log4j-1.2.5.jar from head? Alistair On 24 May 2005, at 10:11, Matthew Buckett wrote: > Alistair Young wrote: >> I built head, deployed, started the setup but forgot to add the >> posgtres jar. So I stopped tomcat to add the jar. >> When I restarted tomcat I couldn't access bod again. I just get this >> error: >> 2005-05-24 10:01:16 StandardContext[/bodhead]Exception sending >> context initialized event to listener instance of class >> org.bodington.servlet.BuildingContextListener >> java.lang.NoSuchMethodError: >> org.apache.log4j.spi.LoggingEvent.getLevel()Lorg/apache/log4j/Level; >> at >> org.bodington.logging.SimpleThrowableLayout.format(SimpleThrowableLayo >> ut .java:34) > > Do you have Log4J in your build? It should be in /lib and copied into > the WAR/build. > > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Matthew B. <mat...@co...> - 2005-05-24 09:27:06
|
Alistair Young wrote: > WEB-INF/lib > > -rw-r--r-- 1 alistair staff 350115 24 May 09:49 log4j-1.2.5.jar > -rw-r--r-- 1 alistair staff 352291 24 May 09:49 log4j.jar > > two get copied by the build but only log4j.jar has the required method. > > I deleted log4j-1.2.5.jar from lib and it now works. > > Will I remove log4j-1.2.5.jar from head? This one comes from the old shib files (/shibbadd). They were going to be removed before 2.6. Building with shibb off should fix this. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Sean M. <se...@sm...> - 2005-05-27 00:19:03
|
On 24 May 2005, at 10:26, Matthew Buckett wrote: > Alistair Young wrote: > >> WEB-INF/lib >> -rw-r--r-- 1 alistair staff 350115 24 May 09:49 log4j-1.2.5.jar >> -rw-r--r-- 1 alistair staff 352291 24 May 09:49 log4j.jar >> two get copied by the build but only log4j.jar has the required >> method. >> I deleted log4j-1.2.5.jar from lib and it now works. >> Will I remove log4j-1.2.5.jar from head? >> > > This one comes from the old shib files (/shibbadd). They were going > to be removed before 2.6. Building with shibb off should fix this. > who/what/when? who is chopping out shibbadd? Hello, Leeds? > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > |
From: Matthew B. <mat...@co...> - 2005-05-27 09:40:00
|
Sean Mehan wrote: > > On 24 May 2005, at 10:26, Matthew Buckett wrote: > >> Alistair Young wrote: >> >>> WEB-INF/lib >>> -rw-r--r-- 1 alistair staff 350115 24 May 09:49 log4j-1.2.5.jar >>> -rw-r--r-- 1 alistair staff 352291 24 May 09:49 log4j.jar >>> two get copied by the build but only log4j.jar has the required method. >>> I deleted log4j-1.2.5.jar from lib and it now works. >>> Will I remove log4j-1.2.5.jar from head? Sorry I didn't see this comment Alistair. >> This one comes from the old shib files (/shibbadd). They were going >> to be removed before 2.6. Building with shibb off should fix this. >> Alexis just mentioned that the guanxi stuff depends on some of the old shibadd stuff. Is this true? > who/what/when? > > who is chopping out shibbadd? > > Hello, Leeds? I think there is a post in the archives about how I removed /shibbadd from WebLearn HEAD but if there is a dependacy between Guanxi and the old shibbadd this may not work for Bodington HEAD. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Alistair Y. <ali...@sm...> - 2005-05-27 10:28:46
|
there's an overlap with shibb and Guanxi but here's what Guanxi needs: activation.jar axis.jar bcprov-jdk14-128.jar commons-discovery.jar jaxrpc.jar ldap.jar (optional for bod::guanxi though useful for chaining attribute stores onto the bod database) mail.jar saaj.jar xalan-2.4.1.jar xercesImpl.jar xml-apis.jar xmlsec.jar I don't think I've got round to removing the version numbers from the above but please feel free... Alistair On 27 May 2005, at 10:39, Matthew Buckett wrote: > Sean Mehan wrote: >> On 24 May 2005, at 10:26, Matthew Buckett wrote: >>> Alistair Young wrote: >>> >>>> WEB-INF/lib >>>> -rw-r--r-- 1 alistair staff 350115 24 May 09:49 log4j-1.2.5.jar >>>> -rw-r--r-- 1 alistair staff 352291 24 May 09:49 log4j.jar >>>> two get copied by the build but only log4j.jar has the required >>>> method. >>>> I deleted log4j-1.2.5.jar from lib and it now works. >>>> Will I remove log4j-1.2.5.jar from head? > > Sorry I didn't see this comment Alistair. > >>> This one comes from the old shib files (/shibbadd). They were going >>> to be removed before 2.6. Building with shibb off should fix this. >>> > > Alexis just mentioned that the guanxi stuff depends on some of the old > shibadd stuff. Is this true? > >> who/what/when? >> who is chopping out shibbadd? >> Hello, Leeds? > > I think there is a post in the archives about how I removed /shibbadd > from WebLearn HEAD but if there is a dependacy between Guanxi and the > old shibbadd this may not work for Bodington HEAD. > > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit > http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Matthew B. <mat...@co...> - 2005-05-27 10:36:49
|
Alistair Young wrote: > there's an overlap with shibb and Guanxi but here's what Guanxi needs: > > activation.jar > axis.jar > bcprov-jdk14-128.jar > commons-discovery.jar > jaxrpc.jar > ldap.jar (optional for bod::guanxi though useful for chaining attribute > stores onto the bod database) > mail.jar > saaj.jar > xalan-2.4.1.jar > xercesImpl.jar > xml-apis.jar > xmlsec.jar > I don't think I've got round to removing the version numbers from the > above but please feel free... At the moment Guanxi isn't in HEAD, is it going in soon? So that we don't have superfluous JARs hanging around would it be an idea to remove the old shibadd first and then add in the Guanxi stuff with just the JARs it needs? -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Alistair Y. <ali...@sm...> - 2005-05-27 10:51:45
|
> At the moment Guanxi isn't in HEAD, is it going in soon? oh dear, that's right. Yes, I'll add it at some point. It's changed since the 2.4.2 release though - multi fed support etc. so the docs will need changed too. > would it be an idea to remove the old shibadd first and then add in > the Guanxi stuff with just the JARs it needs? yes, that's a good idea. If you remove every last scrap of shibb I'll add Guanxi and it's jars. Do you want the jar version numbers removed beforehand? Alistair On 27 May 2005, at 11:36, Matthew Buckett wrote: > Alistair Young wrote: >> there's an overlap with shibb and Guanxi but here's what Guanxi needs: >> activation.jar >> axis.jar >> bcprov-jdk14-128.jar >> commons-discovery.jar >> jaxrpc.jar >> ldap.jar (optional for bod::guanxi though useful for chaining >> attribute stores onto the bod database) >> mail.jar >> saaj.jar >> xalan-2.4.1.jar >> xercesImpl.jar >> xml-apis.jar >> xmlsec.jar > >> I don't think I've got round to removing the version numbers from the >> above but please feel free... > > At the moment Guanxi isn't in HEAD, is it going in soon? > > So that we don't have superfluous JARs hanging around would it be an > idea to remove the old shibadd first and then add in the Guanxi stuff > with just the JARs it needs? > > > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit > http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Matthew B. <mat...@co...> - 2005-05-27 11:04:19
|
Alistair Young wrote: >> would it be an idea to remove the old shibadd first and then add in >> the Guanxi stuff with just the JARs it needs? > > yes, that's a good idea. If you remove every last scrap of shibb I'll > add Guanxi and it's jars. Was someone down to do this? > Do you want the jar version numbers removed > beforehand? I think so, just need to make sure that the commit comments list the version and maybe the website it came from. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |