• 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

Download not installing

 
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,

I've downloaded the latest version 2.1.7 and tried installing it according to the instructions Here but I keep getting a "HTTP Status 404 - /jforum/forums/list.page" error. I was trying to upgrade from my existing 2.1.6 version but decided to try a fresh new install. The fresh install does not work either.

I've unzipped the file and renamed the folder "jforum-2.1.7" to "jforum" and copied that folder into the %TOMCAT_HOME%\webapps folder where it belongs. I can do this with my old version of 2.1.6 and it works just fine but it will not work with the new version.

Here's my system configurations.
Tomcat 5.5.20
Java JDK 1.5.0_09
MySQL 5.0


Any help would be appreciated.
Thanks.
[originally posted on jforum.net by Fairbo]
 
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
I have the same problem.

The version 2.1.6 runs good.


[originally posted on jforum.net by Dagegen]
 
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
It's missing some lib files. Just copy from %JFORUM_SOURCE%/WEB-INF/lib to ur %JFORUM_PATH%/WEB-INF/lib.
It'll work.
Good luck!
[originally posted on jforum.net by kids]
 
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
Which files are missing in the 2.1.7-zip-archive?

Thanks.

Greetings
Maxi
[originally posted on jforum.net by Dagegen]
 
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
I've copied the lib folder and it is now at least recognizing that there is an application at that location but another exception is comming up.

Expression templateName is undefined on line 5, column 14 in exception.html. The problematic instruction: ---------- ==> ${templateName} [on line 5, column 12 in exception.html] in include "${templateName}/message.htm" [on line 5, column 1 in exception.html] ---------- Java backtrace for programmers: ---------- freemarker.core.InvalidReferenceException: Expression templateName is undefined on line 5, column 14 in exception.html. at freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:124) at freemarker.core.Expression.getStringValue(Expression.java:118) at freemarker.core.Expression.getStringValue(Expression.java:93) at freemarker.core.DollarVariable.accept(DollarVariable.java:76) at freemarker.core.Environment.visit(Environment.java:196) at freemarker.core.MixedContent.accept(MixedContent.java:92) at freemarker.core.Environment.visit(Environment.java:196) at freemarker.core.Environment.renderElementToString(Environment.java:1461) at freemarker.core.StringLiteral.getStringValue(StringLiteral.java:95) at freemarker.core.Include.accept(Include.java:110) at freemarker.core.Environment.visit(Environment.java:196) at freemarker.core.MixedContent.accept(MixedContent.java:92) at freemarker.core.Environment.visit(Environment.java:196) at freemarker.core.Environment.process(Environment.java:176) at freemarker.template.Template.process(Template.java:232) at net.jforum.exceptions.ExceptionWriter.handleExceptionData(ExceptionWriter.java:110) at net.jforum.JForum.handleException(JForum.java:287) at net.jforum.JForum.service(JForum.java:208) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at net.jforum.util.legacy.clickstream.ClickstreamFilter.doFilter(ClickstreamFilter.java:59) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:833) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:639) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1285) at java.lang.Thread.run(Unknown Source)"[/



This shouldn't be that hard for a brand new install.

[originally posted on jforum.net by Fairbo]
 
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
I'm getting the same results. This is my first installation of jforum. I have it configured and running under Tomcat.

When I try to load the http://www.mydomain.com/forum/ URL, I get



I tried copying the lib folder from the jforum-2.1.7-src folder, but that didn't have any effect. I've reloaded the application and restarted Tomcat.

Should I try a manual installation?

Is it possible to install 2.1.6 instead? I couldn't find anywhere that I could download older versions. I'm leery of trying out the beta at this point.
[originally posted on jforum.net by jbucanek]
 
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
Tried the manual installation, following the directions at http://www.jforum.net/install_no_wizard.jsp

JForum is still dead. As soon as I go to the main URL I now get



I've double-checked all of the properties in WEB-INF/config/database/mysql/mysql.properties and they all look correct (most of them are copied from another webapp that is accessing the data using the same connection address just fine).

Any suggestions?
[originally posted on jforum.net by jbucanek]
 
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
Just to follow up ...

I seem to have JForum installed and running now. I erased the entire previous install and started over, this time simplifying the installation by setting up JForum in its own domain. However, there were still a few bumps along the road:

Apache 1.3 + Tomcat 4.1 + MySQL 4.1

- the distribution archive jforum-2.1.7.zip is missing the log4j-1.2.12.jar in lib. Per the previous suggestion in this thread, I copied it from jforum-2.1.7-src.

- This is hosted under Apache. I skirted around Apache by creating a virtual host for my forum and used the proxy directive to redirect all Apache requests to Tomcat

This results in the port number getting inserted into the JForum URLs. I'd like to eliminate this if possible.

- The install wizard didn't work, but the manual installation did.

So far, things seem to be running OK. I haven't done much, except play around with the admin interface and send myself some test messages. But so far, so good!


[originally posted on jforum.net by jbucanek]
 
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 downloads are fixed so that they include log4j again.
[originally posted on jforum.net by lazee]
 
Everybody's invited. Even this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic