• 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

Problems, problems, problems ...

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Okay,

that part was easy. Sometimes it's good to run ant. ;-)

But again ... problems with connection to the MySql server ...

Thanks,

Norman
[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
Which error? please see if the file WEB-INF/config/database/mysql/mysql.conf have the correct config options. Also, look for a file named <username>.conf into your WEB-INF/conf directory. If this file exists, it will be loaded *after* all other config files, overriding the keys. (so, if the file exists and there are keys related to database, you will need to change them as well )

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 folks,

I have tried the 2.0.2 distibution, but it does work on my system. Got a lot of exceptions and where unable to run the automated installation process fully, always got some (My-)Sql connection problems.
So I tried running a good old handmade installation. That worked as far as it comes to the real forum. So it doesn't solve my problems. Still got a lot of exceptions an no running JForum.

So I get the cvs development release and everthing got worse. This time I even can't start the forum but got this error in the logs:



Isn't there an easy to install release of this (as far as i can see here) great forum software?

Thanks a lot

Norman
[originally posted on jforum.net by nmarkgraf]
 
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
Well, the error

java.lang.ClassNotFoundException: net.jforum.ForumSessionListener

points to some problems regard classes not found. Please look for the file "ForumSessionListener.class" in the directory WEB-INF/classes/net/jforum. Is it there?

Rafael
[originally posted on jforum.net by Rafael Steil]
 
reply
    Bookmark Topic Watch Topic
  • New Topic