You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@juddi.apache.org by gr...@matiascuenca.com.ar on 2003/06/19 18:39:16 UTC

[juddi-Users] jUUDI & JWSDP 1.2

Hi, I'm just in the first steps in order to get jUDDI to run. I basically
have tomcat (as installed by JWSDP) running), I have copied juddi's war
file into the webapps directory and then configured the appropriate paths
for juddi.properties & log4j.properties (and its log file). Now the
problem is that tomcat can't start juddi (below are the errors from the
log file).  Any suggestions ?? 
Thanks
Matias
PS: Note that this is my first time using tomcat so it might be something
completely unrelated to jUDDI. 
INFO: Installing web application at context path /juddi from URL
file:/farm-unsupported/java/jwsdp-1.2/webapps/juddi Jun 19, 2003 6:11:46
PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance
of class com.sun.faces.config.ConfigListener
org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: No
suitable Log constructor [Ljava.lang.Class;@bc0eba for
org.apache.commons.logging.impl.Log4JLogger at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532) at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272) at
org.apache.commons.logging.LogFactory.getLog(LogFactory.java:414) at
org.apache.commons.digester.Digester.<init>(Digester.java:346) at
com.sun.faces.config.ConfigParser.createDigester(ConfigParser.java:182) at
com.sun.faces.config.ConfigParser.<init>(ConfigParser.java:78) at
com.sun.faces.config.ConfigListener.contextInitialized(ConfigListener.java:114) at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3670) at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4106) at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:843) at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:827) at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:623) at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:315) at
org.apache.catalina.core.StandardHost.install(StandardHost.java:837) at
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:630) at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470) at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:835) at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:429) at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166) at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1241) at
org.apache.catalina.core.StandardHost.start(StandardHost.java:804) at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1233) at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:532) at
org.apache.catalina.core.StandardService.start(StandardService.java:519) at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2314) at
org.apache.catalina.startup.Catalina.start(Catalina.java:577) 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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:328) at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425) 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.apache.commons.launcher.ChildMain.run(ChildMain.java:269) Caused
by: org.apache.commons.logging.LogConfigurationException: No suitable Log
constructor [Ljava.lang.Class;@bc0eba for
org.apache.commons.logging.impl.Log4JLogger at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:432) at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:525) ... 36
more Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Logger at
java.lang.Class.getDeclaredConstructors0(Native Method) at
java.lang.Class.privateGetDeclaredConstructors(Class.java:1590) at
java.lang.Class.getConstructor0(Class.java:1762) at
java.lang.Class.getConstructor(Class.java:1002) at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:429) ... 37
more Jun 19, 2003 6:11:46 PM org.apache.catalina.core.StandardContext
start SEVERE: Error listenerStart Jun 19, 2003 6:11:46 PM
org.apache.catalina.core.StandardContext start SEVERE: Context startup
failed due to previous errors Jun 19, 2003 6:11:47 PM
org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote
HTTP/1.1 on port 8080 Jun 19, 2003 6:11:47 PM
org.apache.catalina.startup.Catalina start







Re: [juddi-Users] jUUDI & JWSDP 1.2

Posted by Matias Cuenca <gr...@matiascuenca.com.ar>.
         First, thanks to Andy & Steve for their replies and sorry that I 
took so long to write back :)
         Steve: I have now tried the latest CVS source code and I'm still 
getting the same error.
         Andy: Tomcat is running fine, I have been able to run the examples 
that come with the tutorial. My web.xml file is the one inside the war file 
with the corrected paths. This is my log4j.properties
log4j.debug
log4j.appender.juddilog=org.apache.log4j.RollingFileAppender
log4j.appender.juddilog.File=/home/mcuenca/WebServices/juddi/juddi.log
log4j.appender.juddilog.MaxFileSize=10MB
log4j.appender.juddilog.MaxBackupIndex=3
log4j.appender.juddilog.layout=org.apache.log4j.TTCCLayout
log4j.appender.juddilog.layout.ContextPrinting=true
log4j.appender.juddilog.layout.DateFormat=ISO8601
log4j.additivity.org.juddi=false
log4j.rootLogger=DEBUG,juddilog
log4j.logger.org.juddi=DEBUG,juddilog

         Can it be a classpath problem?? since it says

Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Logger at
java.lang.Class.getDeclaredConstructors0(Native Method) at
java.lang.Class.privateGetDeclaredConstructors(Class.java:1590) at
java.lang.Class.getConstructor0(Class.java:1762) at
java.lang.Class.getConstructor(Class.java:1002) at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:429)

         Thanks for your help
                 Matias

At 10:02 6/20/2003 -0700, you wrote:
>hi,
>
>have you run tomcat without running juddi? i'd try that first. also, can 
>we see how you've configured your log4j? this appears to be a logging 
>initialization error. have you modified web.xml?
>
>cheers,
>andy
>
>grid@matiascuenca.com.ar wrote:
>
>>Hi, I'm just in the first steps in order to get jUDDI to run. I basically
>>have tomcat (as installed by JWSDP) running), I have copied juddi's war
>>file into the webapps directory and then configured the appropriate paths
>>for juddi.properties & log4j.properties (and its log file). Now the
>>problem is that tomcat can't start juddi (below are the errors from the
>>log file).  Any suggestions ?? Thanks
>>Matias
>>PS: Note that this is my first time using tomcat so it might be something
>>completely unrelated to jUDDI. INFO: Installing web application at 
>>context path /juddi from URL
>>file:/farm-unsupported/java/jwsdp-1.2/webapps/juddi Jun 19, 2003 6:11:46
>>PM org.apache.catalina.core.StandardContext listenerStart
>>SEVERE: Exception sending context initialized event to listener instance
>>of class com.sun.faces.config.ConfigListener
>>org.apache.commons.logging.LogConfigurationException: 
>>org.apache.commons.logging.LogConfigurationException: No
>>suitable Log constructor [Ljava.lang.Class;@bc0eba for
>>org.apache.commons.logging.impl.Log4JLogger at
>>org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532) 
>>at
>>org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272) 
>>at
>>org.apache.commons.logging.LogFactory.getLog(LogFactory.java:414) at
>>org.apache.commons.digester.Digester.<init>(Digester.java:346) at
>>com.sun.faces.config.ConfigParser.createDigester(ConfigParser.java:182) at
>>com.sun.faces.config.ConfigParser.<init>(ConfigParser.java:78) at
>>com.sun.faces.config.ConfigListener.contextInitialized(ConfigListener.java:114) 
>>at
>>org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3670) 
>>at
>>org.apache.catalina.core.StandardContext.start(StandardContext.java:4106) at
>>org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:843) 
>>at
>>org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:827) at
>>org.apache.catalina.core.StandardHost.addChild(StandardHost.java:623) at
>>org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:315) 
>>at
>>org.apache.catalina.core.StandardHost.install(StandardHost.java:837) at
>>org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:630) 
>>at
>>org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470) at
>>org.apache.catalina.startup.HostConfig.start(HostConfig.java:835) at
>>org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:429) at
>>org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166) 
>>at
>>org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1241) at
>>org.apache.catalina.core.StandardHost.start(StandardHost.java:804) at
>>org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1233) at
>>org.apache.catalina.core.StandardEngine.start(StandardEngine.java:532) at
>>org.apache.catalina.core.StandardService.start(StandardService.java:519) at
>>org.apache.catalina.core.StandardServer.start(StandardServer.java:2314) at
>>org.apache.catalina.startup.Catalina.start(Catalina.java:577) 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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:328) at
>>org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425) 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.apache.commons.launcher.ChildMain.run(ChildMain.java:269) Caused
>>by: org.apache.commons.logging.LogConfigurationException: No suitable Log
>>constructor [Ljava.lang.Class;@bc0eba for
>>org.apache.commons.logging.impl.Log4JLogger at
>>org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:432) 
>>at
>>org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:525) 
>>... 36
>>more Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Logger at
>>java.lang.Class.getDeclaredConstructors0(Native Method) at
>>java.lang.Class.privateGetDeclaredConstructors(Class.java:1590) at
>>java.lang.Class.getConstructor0(Class.java:1762) at
>>java.lang.Class.getConstructor(Class.java:1002) at
>>org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:429) 
>>... 37
>>more Jun 19, 2003 6:11:46 PM org.apache.catalina.core.StandardContext
>>start SEVERE: Error listenerStart Jun 19, 2003 6:11:46 PM
>>org.apache.catalina.core.StandardContext start SEVERE: Context startup
>>failed due to previous errors Jun 19, 2003 6:11:47 PM
>>org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote
>>HTTP/1.1 on port 8080 Jun 19, 2003 6:11:47 PM
>>org.apache.catalina.startup.Catalina start
>>
>>
>>
>>
>>
>>
>>-------------------------------------------------------
>>This SF.Net email is sponsored by: INetU
>>Attention Web Developers & Consultants: Become An INetU Hosting Partner.
>>Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
>>INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
>>_______________________________________________
>>juddi-users mailing list
>>juddi-users@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/juddi-users
>>
>
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: INetU
>Attention Web Developers & Consultants: Become An INetU Hosting Partner.
>Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
>INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
>_______________________________________________
>juddi-users mailing list
>juddi-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/juddi-users

Re: [juddi-Users] jUUDI & JWSDP 1.2

Posted by Andy Cutright <ac...@borland.com>.
hi,

have you run tomcat without running juddi? i'd try that first. also, can 
we see how you've configured your log4j? this appears to be a logging 
initialization error. have you modified web.xml?

cheers,
andy

grid@matiascuenca.com.ar wrote:

>Hi, I'm just in the first steps in order to get jUDDI to run. I basically
>have tomcat (as installed by JWSDP) running), I have copied juddi's war
>file into the webapps directory and then configured the appropriate paths
>for juddi.properties & log4j.properties (and its log file). Now the
>problem is that tomcat can't start juddi (below are the errors from the
>log file).  Any suggestions ?? 
>Thanks
>Matias
>PS: Note that this is my first time using tomcat so it might be something
>completely unrelated to jUDDI. 
>INFO: Installing web application at context path /juddi from URL
>file:/farm-unsupported/java/jwsdp-1.2/webapps/juddi Jun 19, 2003 6:11:46
>PM org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to listener instance
>of class com.sun.faces.config.ConfigListener
>org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: No
>suitable Log constructor [Ljava.lang.Class;@bc0eba for
>org.apache.commons.logging.impl.Log4JLogger at
>org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532) at
>org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272) at
>org.apache.commons.logging.LogFactory.getLog(LogFactory.java:414) at
>org.apache.commons.digester.Digester.<init>(Digester.java:346) at
>com.sun.faces.config.ConfigParser.createDigester(ConfigParser.java:182) at
>com.sun.faces.config.ConfigParser.<init>(ConfigParser.java:78) at
>com.sun.faces.config.ConfigListener.contextInitialized(ConfigListener.java:114) at
>org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3670) at
>org.apache.catalina.core.StandardContext.start(StandardContext.java:4106) at
>org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:843) at
>org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:827) at
>org.apache.catalina.core.StandardHost.addChild(StandardHost.java:623) at
>org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:315) at
>org.apache.catalina.core.StandardHost.install(StandardHost.java:837) at
>org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:630) at
>org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470) at
>org.apache.catalina.startup.HostConfig.start(HostConfig.java:835) at
>org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:429) at
>org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166) at
>org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1241) at
>org.apache.catalina.core.StandardHost.start(StandardHost.java:804) at
>org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1233) at
>org.apache.catalina.core.StandardEngine.start(StandardEngine.java:532) at
>org.apache.catalina.core.StandardService.start(StandardService.java:519) at
>org.apache.catalina.core.StandardServer.start(StandardServer.java:2314) at
>org.apache.catalina.startup.Catalina.start(Catalina.java:577) 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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:328) at
>org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425) 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.apache.commons.launcher.ChildMain.run(ChildMain.java:269) Caused
>by: org.apache.commons.logging.LogConfigurationException: No suitable Log
>constructor [Ljava.lang.Class;@bc0eba for
>org.apache.commons.logging.impl.Log4JLogger at
>org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:432) at
>org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:525) ... 36
>more Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Logger at
>java.lang.Class.getDeclaredConstructors0(Native Method) at
>java.lang.Class.privateGetDeclaredConstructors(Class.java:1590) at
>java.lang.Class.getConstructor0(Class.java:1762) at
>java.lang.Class.getConstructor(Class.java:1002) at
>org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:429) ... 37
>more Jun 19, 2003 6:11:46 PM org.apache.catalina.core.StandardContext
>start SEVERE: Error listenerStart Jun 19, 2003 6:11:46 PM
>org.apache.catalina.core.StandardContext start SEVERE: Context startup
>failed due to previous errors Jun 19, 2003 6:11:47 PM
>org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote
>HTTP/1.1 on port 8080 Jun 19, 2003 6:11:47 PM
>org.apache.catalina.startup.Catalina start
>
>
>
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: INetU
>Attention Web Developers & Consultants: Become An INetU Hosting Partner.
>Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
>INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
>_______________________________________________
>juddi-users mailing list
>juddi-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/juddi-users
>  
>





RE: [juddi-Users] jUUDI & JWSDP 1.2

Posted by Steve Viens <sv...@attbi.com>.
Matias, 

I strongly recommend taking the jUDDI source from CVS and building
jUDDI. There have been a significant number of bug fixes since the 0.7.0
release was made.

We'll have a new release ... 0.7.1 out around the end of June or early
July.

Steve

-----Original Message-----
From: juddi-users-admin@lists.sourceforge.net
[mailto:juddi-users-admin@lists.sourceforge.net] On Behalf Of
grid@matiascuenca.com.ar
Sent: Thursday, June 19, 2003 7:39 PM
To: juddi-users@lists.sourceforge.net
Subject: [juddi-Users] jUUDI & JWSDP 1.2


Hi, I'm just in the first steps in order to get jUDDI to run. I
basically have tomcat (as installed by JWSDP) running), I have copied
juddi's war file into the webapps directory and then configured the
appropriate paths for juddi.properties & log4j.properties (and its log
file). Now the problem is that tomcat can't start juddi (below are the
errors from the log file).  Any suggestions ?? 
Thanks
Matias
PS: Note that this is my first time using tomcat so it might be
something completely unrelated to jUDDI. 
INFO: Installing web application at context path /juddi from URL
file:/farm-unsupported/java/jwsdp-1.2/webapps/juddi Jun 19, 2003 6:11:46
PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance
of class com.sun.faces.config.ConfigListener
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: No suitable Log
constructor [Ljava.lang.Class;@bc0eba for
org.apache.commons.logging.impl.Log4JLogger at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImp
l.java:532) at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImp
l.java:272) at
org.apache.commons.logging.LogFactory.getLog(LogFactory.java:414) at
org.apache.commons.digester.Digester.<init>(Digester.java:346) at
com.sun.faces.config.ConfigParser.createDigester(ConfigParser.java:182)
at
com.sun.faces.config.ConfigParser.<init>(ConfigParser.java:78) at
com.sun.faces.config.ConfigListener.contextInitialized(ConfigListener.ja
va:114) at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.j
ava:3670) at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4106
) at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.ja
va:843) at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:827)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:623) at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeploy
er.java:315) at
org.apache.catalina.core.StandardHost.install(StandardHost.java:837) at
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java
:630) at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:835) at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:42
9) at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSu
pport.java:166) at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1241) at
org.apache.catalina.core.StandardHost.start(StandardHost.java:804) at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1233) at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:532)
at
org.apache.catalina.core.StandardService.start(StandardService.java:519)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2314)
at
org.apache.catalina.startup.Catalina.start(Catalina.java:577) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25) at
java.lang.reflect.Method.invoke(Method.java:324) at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:328) at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25) at
java.lang.reflect.Method.invoke(Method.java:324) at
org.apache.commons.launcher.ChildMain.run(ChildMain.java:269) Caused
by: org.apache.commons.logging.LogConfigurationException: No suitable
Log constructor [Ljava.lang.Class;@bc0eba for
org.apache.commons.logging.impl.Log4JLogger at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFact
oryImpl.java:432) at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImp
l.java:525) ... 36 more Caused by: java.lang.NoClassDefFoundError:
org/apache/log4j/Logger at
java.lang.Class.getDeclaredConstructors0(Native Method) at
java.lang.Class.privateGetDeclaredConstructors(Class.java:1590) at
java.lang.Class.getConstructor0(Class.java:1762) at
java.lang.Class.getConstructor(Class.java:1002) at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFact
oryImpl.java:429) ... 37 more Jun 19, 2003 6:11:46 PM
org.apache.catalina.core.StandardContext
start SEVERE: Error listenerStart Jun 19, 2003 6:11:46 PM
org.apache.catalina.core.StandardContext start SEVERE: Context startup
failed due to previous errors Jun 19, 2003 6:11:47 PM
org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote
HTTP/1.1 on port 8080 Jun 19, 2003 6:11:47 PM
org.apache.catalina.startup.Catalina start






-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
juddi-users mailing list
juddi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/juddi-users