• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

log4j:ERROR Could not open [null/WEB-INF/log4j.xml]

 
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'm working on an installation of jforum on linux via pelsk. When I restarted Tomcat the forum stopped working and I see the following error on catalina.out.

log4j:ERROR Could not open [null/WEB-INF/log4j.xml].
java.io.FileNotFoundException: null/WEB-INF/log4j.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:583)
at org.apache.log4j.xml.DOMConfigurator.configure (DOMConfigurator.java:687)
at net.jforum.JForumCommonServlet.init(JForumCommonServlet.java:91)
at net.jforum.JForum.init(JForum.java:89)
at org.apache.catalina.core.StandardWrapper.loadServlet (Unknown Source)

Tomcat version is 4.1. Any help would be greatly appreciated.
[originally posted on jforum.net by Anonymous]
 
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
If you run it outside plesk, it works?

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
Hi,
ist there a solution tu run jforum on Plesk?
I have the same Problem "/etc/init.d/null/WEB-INF/log4j.xml" installing jforum via Plesk 8.1.0

help would be greatly appreciated

Cheers
Dieter
[originally posted on jforum.net by netdieter]
 
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
Don't know. It appears to be some problem related to war files.

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
Tanx for your answer.
Well, you are right.
After deploying jforum as an exploded warfile, it worked.

Are there any plans to integrate a jarfileclassloader?

This would make it more easier for insatlation for exampel on plesk and others.

cheers
Dieter
[originally posted on jforum.net by netdieter]
 
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
Please register this bug at http://www.jforum.net/jira

Thank you

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Hey, sticks and stones baby. And maybe a wee mention of my stuff:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic