Menu

Deploy artifactory.war problem

Help
2009-09-14
2013-04-05
  • Jose Roberto Garcia Chico

    Hello everybody,

    After I have successfully compiled the artifactory from repositories, I have tried to deploy the "artifactory.war" located at "trunk/webapp/target" folder in my Tomcat 5.5.20 but I have got this problem

    Sep 14, 2009 4:08:16 PM org.apache.catalina.startup.HostConfig deployWAR
    INFO: Deploying web application archive artifactory.war
    Sep 14, 2009 4:08:19 PM org.apache.catalina.core.StandardContext start
    SEVERE: Error listenerStart
    Sep 14, 2009 4:08:19 PM org.apache.catalina.core.StandardContext start
    SEVERE: Context  startup failed due to previous errors
    WARN: The method class org.apache.commons.logging.impl.SLF4JLogFactory#release() was invoked.
    WARN: Please see http://www.slf4j.org/codes.html#release for an explanation.

    am I installing the correct .war file? if not, is there any other file that I could deploy?

    Thank you!

     
  • Fred Simon

    Fred Simon - 2009-09-15

    You should get more information in the logs/localhostXXX.log file under tomcat.
    I suspect a file permission issue.

     
  • Jose Roberto Garcia Chico

    Hi freddy33,

    Thanks for your reply!

    What kind of permission should the "artifactory" need?

    On "start", it says:

    FAIL - Application at context path /artifactory could not be started

    FAIL - Encountered exception java.lang.NullPointerException

    And in the localhost.log I have

    Sep 16, 2009 12:24:47 PM org.apache.catalina.core.ApplicationContext log

    INFO: SessionListener: contextDestroyed()

    Sep 16, 2009 12:24:47 PM org.apache.catalina.core.ApplicationContext log

    INFO: ContextListener: contextDestroyed()

    Sep 16, 2009 12:24:48 PM org.apache.catalina.core.ApplicationContext log

    INFO: SessionListener: contextDestroyed()

    Sep 16, 2009 12:24:48 PM org.apache.catalina.core.ApplicationContext log

    INFO: ContextListener: contextDestroyed()

    Sep 16, 2009 12:26:39 PM org.apache.catalina.core.ApplicationContext log

    INFO: ContextListener: contextInitialized()

    Sep 16, 2009 12:26:39 PM org.apache.catalina.core.ApplicationContext log

    INFO: SessionListener: contextInitialized()

    Sep 16, 2009 12:26:40 PM org.apache.catalina.core.ApplicationContext log

    INFO: ContextListener: contextInitialized()

    Sep 16, 2009 12:26:40 PM org.apache.catalina.core.ApplicationContext log

    INFO: SessionListener: contextInitialized()

    Sep 16, 2009 12:26:40 PM org.apache.catalina.core.ApplicationContext log

    INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: , , ]

    What do you think I should find in there?

    Could it be any missing library?

    Greetings

     

Log in to post a comment.