I am trying to just deploy the war file but get the following in my
catalina.out file:


SEVERE: Error listenerStart
Aug 18, 2011 12:48:17 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/artifactory] startup failed due to previous errors
Aug 18, 2011 12:48:17 AM org.apache.catalina.loader.WebappClassLoader
clearReferencesJdbc
SEVERE: The web application [/artifactory] registered the JBDC driver
[org.apache.derby.jdbc.AutoloadedDriver] but failed to unregister it when
the web application was stopped. To prevent a memory leak, the JDBC Driver
has been forcibly unregistered.
Aug 18, 2011 12:48:17 AM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/artifactory] appears to have started a thread
named [art-init] but has failed to stop it. This is very likely to create a
memory leak.
Aug 18, 2011 12:48:17 AM org.apache.catalina.loader.WebappClassLoader
loadClass
INFO: Illegal access: this web application instance has been stopped
already.  Could not load java.beans.MethodDescriptor.  The eventual
following stack trace is caused by an error thrown for debugging purposes as
well as to attempt to terminate the thread which caused the illegal access,
and has no functional impact.
java.lang.IllegalStateException
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1531)
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1491)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
        at
ch.qos.logback.core.joran.spi.PropertySetter.getMethod(PropertySetter.java:506)
        at
ch.qos.logback.core.joran.spi.PropertySetter.findAdderMethod(PropertySetter.java:203)
        at
ch.qos.logback.core.joran.spi.PropertySetter.computeAggregationType(PropertySetter.java:177)
        at
ch.qos.logback.core.joran.action.NestedComplexPropertyIA.isApplicable(NestedComplexPropertyIA.java:61)
        at
ch.qos.logback.core.joran.spi.Interpreter.lookupImplicitAction(Interpreter.java:232)
        at
ch.qos.logback.core.joran.spi.Interpreter.getApplicableActionList(Interpreter.java:251)
        at
ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:140)
        at
ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:125)
        at
ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:40)
        at
ch.qos.logback.core.joran.spi.Interpreter.play(Interpreter.java:328)
        at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:126)
        at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:93)
        at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:52)
        at
ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:60)
        at
ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:121)
        at
org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:89)
        at
org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:60)
        at org.slf4j.LoggerFactory.getSingleton(LoggerFactory.java:230)
        at org.slf4j.LoggerFactory.bind(LoggerFactory.java:121)
        at
org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:112)
        at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:275)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:248)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:261)
        at
org.artifactory.log.LoggerFactory.getLogger(LoggerFactory.java:43)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.getLogger(ArtifactoryContextConfigListener.java:109)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$000(ArtifactoryContextConfigListener.java:48)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:66)
Aug 18, 2011 12:48:17 AM org.apache.catalina.loader.WebappClassLoader
loadClass
INFO: Illegal access: this web application instance has been stopped
already.  Could not load java.beans.PropertyDescriptor.  The eventual
following stack trace is caused by an error thrown for debugging purposes as
well as to attempt to terminate the thread which caused the illegal access,
and has no functional impact.
java.lang.IllegalStateException
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1531)
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1491)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
        at
ch.qos.logback.core.joran.spi.PropertySetter.getPropertyDescriptor(PropertySetter.java:522)
        at
ch.qos.logback.core.joran.spi.PropertySetter.findSetterMethod(PropertySetter.java:209)
        at
ch.qos.logback.core.joran.spi.PropertySetter.computeAggregationType(PropertySetter.java:192)
        at
ch.qos.logback.core.joran.action.NestedComplexPropertyIA.isApplicable(NestedComplexPropertyIA.java:61)
        at
ch.qos.logback.core.joran.spi.Interpreter.lookupImplicitAction(Interpreter.java:232)
        at
ch.qos.logback.core.joran.spi.Interpreter.getApplicableActionList(Interpreter.java:251)
        at
ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:140)
        at
ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:125)
        at
ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:40)
        at
ch.qos.logback.core.joran.spi.Interpreter.play(Interpreter.java:328)
        at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:126)
        at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:93)
        at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:52)
        at
ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:60)
        at
ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:121)
        at
org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:89)
        at
org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:60)
        at org.slf4j.LoggerFactory.getSingleton(LoggerFactory.java:230)
        at org.slf4j.LoggerFactory.bind(LoggerFactory.java:121)
        at
org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:112)
        at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:275)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:248)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:261)
        at
org.artifactory.log.LoggerFactory.getLogger(LoggerFactory.java:43)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.getLogger(ArtifactoryContextConfigListener.java:109)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$000(ArtifactoryContextConfigListener.java:48)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:66)
Aug 18, 2011 12:48:17 AM org.apache.catalina.loader.WebappClassLoader
loadClass
INFO: Illegal access: this web application instance has been stopped
already.  Could not load java.lang.Package.  The eventual following stack
trace is caused by an error thrown for debugging purposes as well as to
attempt to terminate the thread which caused the illegal access, and has no
functional impact.
java.lang.IllegalStateException
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1531)
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1491)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
        at
ch.qos.logback.core.joran.spi.PropertySetter.computeRawAggregationType(PropertySetter.java:237)
        at
ch.qos.logback.core.joran.spi.PropertySetter.computeAggregationType(PropertySetter.java:194)
        at
ch.qos.logback.core.joran.action.NestedComplexPropertyIA.isApplicable(NestedComplexPropertyIA.java:61)
        at
ch.qos.logback.core.joran.spi.Interpreter.lookupImplicitAction(Interpreter.java:232)
        at
ch.qos.logback.core.joran.spi.Interpreter.getApplicableActionList(Interpreter.java:251)
        at
ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:140)
        at
ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:125)
        at
ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:40)
        at
ch.qos.logback.core.joran.spi.Interpreter.play(Interpreter.java:328)
        at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:126)
        at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:93)
        at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:52)
        at
ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:60)
        at
ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:121)
        at
org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:89)
        at
org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:60)
        at org.slf4j.LoggerFactory.getSingleton(LoggerFactory.java:230)
        at org.slf4j.LoggerFactory.bind(LoggerFactory.java:121)
        at
org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:112)
        at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:275)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:248)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:261)
        at
org.artifactory.log.LoggerFactory.getLogger(LoggerFactory.java:43)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.getLogger(ArtifactoryContextConfigListener.java:109)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$000(ArtifactoryContextConfigListener.java:48)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:66)
Aug 18, 2011 12:48:17 AM org.apache.catalina.loader.WebappClassLoader
loadClass
INFO: Illegal access: this web application instance has been stopped
already.  Could not load ch.qos.logback.core.util.AggregationType.  The
eventual following stack trace is caused by an error thrown for debugging
purposes as well as to attempt to terminate the thread which caused the
illegal access, and has no functional impact.
java.lang.IllegalStateException
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1531)
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1491)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
        at
ch.qos.logback.core.joran.spi.PropertySetter.computeRawAggregationType(PropertySetter.java:244)
        at
ch.qos.logback.core.joran.spi.PropertySetter.computeAggregationType(PropertySetter.java:194)
        at
ch.qos.logback.core.joran.action.NestedComplexPropertyIA.isApplicable(NestedComplexPropertyIA.java:61)
        at
ch.qos.logback.core.joran.spi.Interpreter.lookupImplicitAction(Interpreter.java:232)
        at
ch.qos.logback.core.joran.spi.Interpreter.getApplicableActionList(Interpreter.java:251)
        at
ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:140)
        at
ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:125)
        at
ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:40)
        at
ch.qos.logback.core.joran.spi.Interpreter.play(Interpreter.java:328)
        at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:126)
        at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:93)
        at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:52)
        at
ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:60)
        at
ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:121)
        at
org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:89)
        at
org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:60)
        at org.slf4j.LoggerFactory.getSingleton(LoggerFactory.java:230)
        at org.slf4j.LoggerFactory.bind(LoggerFactory.java:121)
        at
org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:112)
        at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:275)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:248)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:261)
        at
org.artifactory.log.LoggerFactory.getLogger(LoggerFactory.java:43)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.getLogger(ArtifactoryContextConfigListener.java:109)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$000(ArtifactoryContextConfigListener.java:48)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:66)
Aug 18, 2011 12:48:17 AM org.apache.catalina.loader.WebappClassLoader
loadClass
INFO: Illegal access: this web application instance has been stopped
already.  Could not load org.slf4j.helpers.Util.  The eventual following
stack trace is caused by an error thrown for debugging purposes as well as
to attempt to terminate the thread which caused the illegal access, and has
no functional impact.
java.lang.IllegalStateException
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1531)
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1491)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
        at
org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:111)
        at
org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:60)
        at org.slf4j.LoggerFactory.getSingleton(LoggerFactory.java:230)
        at org.slf4j.LoggerFactory.bind(LoggerFactory.java:121)
        at
org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:112)
        at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:275)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:248)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:261)
        at
org.artifactory.log.LoggerFactory.getLogger(LoggerFactory.java:43)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.getLogger(ArtifactoryContextConfigListener.java:109)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$000(ArtifactoryContextConfigListener.java:48)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:66)
Aug 18, 2011 12:48:17 AM org.apache.catalina.loader.WebappClassLoader
loadClass
INFO: Illegal access: this web application instance has been stopped
already.  Could not load java.util.concurrent.BlockingQueue.  The eventual
following stack trace is caused by an error thrown for debugging purposes as
well as to attempt to terminate the thread which caused the illegal access,
and has no functional impact.
java.lang.IllegalStateException
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1531)
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1491)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:79)
Exception in thread "art-init" java.lang.NullPointerException
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:79)


--
View this message in context: 
http://forums.jfrog.org/artifactory-wont-startup-on-new-install-tp6696760p6696760.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to