• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

2.1.7 deploy fails / tomcat 5.5.20 / jdk 1.5.08_b03

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
2.1.7 deploy fails / tomcat 5.5.20 / jdk 1.5.08_b03

Just built and deployed under ubuntu edgy. catalina.out reports:
org.apache.catalina.core.StandardContext start
SEVERE: Error listenderStart
[originally posted on jforum.net by hanasaki]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you able to run tomcat without JForum?
[originally posted on jforum.net by lazee]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat runs fine. So do other WAR files deployed in the same instance... Hmm I did set unpackWAR to false. could this be it? could it cause other issues?
[originally posted on jforum.net by hanasaki]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

hanasaki wrote:2.1.7 deploy fails / tomcat 5.5.20 / jdk 1.5.08_b03

Just built and deployed under ubuntu edgy. catalina.out reports:
org.apache.catalina.core.StandardContext start
SEVERE: Error listenderStart



Had the same problem with listenerStart. I had to put a log4j jar (I used log4j-1.2.14.jar) in $CATALINA_HOME/common/lib.

Hope that helps.


[originally posted on jforum.net by dmangot]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

dmangot wrote:

hanasaki wrote:2.1.7 deploy fails / tomcat 5.5.20 / jdk 1.5.08_b03

Just built and deployed under ubuntu edgy. catalina.out reports:
org.apache.catalina.core.StandardContext start
SEVERE: Error listenderStart



Had the same problem with listenerStart. I had to put a log4j jar (I used log4j-1.2.14.jar) in $CATALINA_HOME/common/lib.

Hope that helps.



log4j are now included in the downloadable release again. It was left out in the first release Sorry!
[originally posted on jforum.net by lazee]
 
Clowns were never meant to be THAT big! We must destroy it with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic