Originally created by: veit.g...@googlemail.com
Originally owned by: heribender
What steps will reproduce the problem?
1. Deploy Jforum 2.3.5
2. See error message in Log
What is the expected output? What do you see instead?
No error message on deployment. Error message on deployment.
What version of the product are you using? On what operating system,
database, and application server/servlet container?
* Product: JForum 2.3.5
* OS: Windows 7 64bit
* DB: HSQLDB
* AP: Tomcat 7.0.52
* JDK: 1.7.51, 64bit
Please provide any additional information below.
When deploying JForum the first time, the following error is logged:
JForum: given folder is not classpath:
--cut here--
Information: Deploying web application archive E:\Downloads\tomcat\webapps\jforum.war
JForum: given folder is not classpath: "E:\Downloads\tomcat\webapps\jforum/WEB-INF/classes"
java.lang.Exception: given folder is not classpath: "E:\Downloads\tomcat\webapps\jforum/WEB-INF/classes"
at net.jforum.util.log.LoggerHelper.checkClasspathDir(LoggerHelper.java:198)
at net.jforum.util.log.LoggerHelper.provideJForumLogConfig(LoggerHelper.java:132)
at net.jforum.util.log.LoggerHelper.checkLoggerInitialization(LoggerHelper.java:101)
at net.jforum.ContextListener.contextInitialized(ContextListener.java:74)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4973)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
JForum: Going to initialize logger with E:\Downloads\tomcat\webapps\jforum\WEB-INF\log4j_template.xml
--cut here--
Although the installation works ok. Any ideas?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: andow... (code.google.com)@gmail.com
Please help to check it.
Owner: heribender
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: andow... (code.google.com)@gmail.com
(No comment was entered for this change.)
Status: Fixed
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: drop2sac... (code.google.com)@gmail.com
I am also getting the same error in the same version of jforum 2.3.5.
Kindly let me know the fix.
Regards,
Sachin Kumar
drop2sachin@gmail.com
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: andow... (code.google.com)@gmail.com
This is fixed in [r324] and will be released in JForum 2.3.6(Currently under development for fixing CSRF issue). You can checkout the source code from SVN and build it with maven.