Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

2.5.1 - installed today - register does not work on RHFC4 and tomcat5

 
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 I re-installed tonight .

I still have 2 errors.

1. When testing the email on config - no email gets delivered even with a test successful.
2. When I try and register I get the following:-

An error has occurred.

For detailed error information, please see the HTML source code, and contact the forum Administrator.

net.jforum.util.Captcha


Forum Index.

I decided to use the default database as mysql 4.1.12 would not install either.

Any thoughts?

Thanks

Kevin

[originally posted on jforum.net by kpassey]
 
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
For the Capcha error, you'll want to pass -Djava.awt.headless=true on the command that runs Java. In Tomcat, one way to do this is to modify $TOMCAT_HOME/bin/startup.sh to have:



at the beginning on their own lines somewhere after the "#!/bin/sh".

For email you're going to have to look in your mail server's error log - JForum will tell you what it knows but a single email message may go through several processes before it makes it out of your machine.

[originally posted on jforum.net by stdunbar]
 
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 I'm still getting this:-

An error has occurred.

For detailed error information, please see the HTML source code, and contact the forum Administrator.

while resolving class: com.octo.captcha.image.ImageCaptcha


This is what my tomcat5.conf file looks like


I'd appreciate any help.

Kevin
[originally posted on jforum.net by kpassey]
 
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
Can you post the full stack trace? This should be somewhere in your tomcat logs directory. That would help determine what the issue really is.
[originally posted on jforum.net by stdunbar]
 
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 looks like the same reason jive was crashing - something with the java compiler.



What do you think - this is a standard RHFC4 install with the exception of the TOMCAT update posted previuosly.

What do you think?

Thanks again.

Kevin
[originally posted on jforum.net by kpassey]
 
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 Virtual Machine are you using?

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


This is standard RHFC4

Thanks

Kev
[originally posted on jforum.net by kpassey]
 
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
Ha, that's the problem.

You should switch to Sun's 1.4.x VM, or any other decent implementation (ibm, bea etc)

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
OK thanks I'll change it and let you know.

Why do that pack RHFC with that then?

Regards

Kevin
[originally posted on jforum.net by kpassey]
 
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

kpassey wrote:Why do that pack RHFC with that then?



It is a bit of a religious debate. Some Linux folks don't like that Java does not have an open source license that they think is the right one. Therefore they package inferior software that matches the license that they feel is right, quality be damned.
[originally posted on jforum.net by stdunbar]
 
reply
    Bookmark Topic Watch Topic
  • New Topic