• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Error message when running jforum in tomcat..

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I downloaded 2.1.7 to:
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps and extracted it with winzip, to the same dir, and renamed to jforum.

It shows in tomcat manager as: /jforum JForum - Powering Communities

But when i hit the "Start" button in tomcat manager, i get this error:
Message: FAIL - Application at context path /jforum could not be started

anyone know what i missed in the installation?

C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\jforum is the location to my jforum root dir.

Apache Tomcat 6.0.9 Server
jre1.5.0_11
MySQL Server 5.2

Error log in tomcat:


another edit: it works fine with same setup and jforum 2.1.6 :roll:
[originally posted on jforum.net by Trout]
 
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
ClassNotFound when the class is obviously in the classpath (i.e., in the WEB-INF/classes/net/jforum directory) is usually either a ClassLoader security issue or a missing jar.

Looking at the code for ForumSessionListener I see that it uses log4j. This might be the problem. Make sure the log4j*.jar is in the WEB-INF/lib directory.

Greg
[originally posted on jforum.net by monroe]
 
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
Unfortulatelly, the current 2.1.7 release misses the log4j-jar. We'll release a second version that includes it.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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
The second release are now available
[originally posted on jforum.net by lazee]
 
This tiny ad is wafer thin:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic