• 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

Jforum Hanging

 
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 a JForum installation that has been working for several months. I went to check on a problem today and noticed that I was unable to post any messages - I got a stack trace and that was it. I then started looking at the logs to see if I could figure out what was wrong - I couldn't see anything obvious so I stopped and started Tomcat. I then tried to got to Jforum again, but it simply hangs there with a white screen. I have even tried rebooting my server but to no avail.

Every time I restart Tomcat and then try to go to Jforum it writes in its log file that it is creating a connection pool. It then continuously uses 50% of my CPU processor, but then nothing happens. All other applications that I have running under Tomcat work fine, but Jforum just hangs. I get nothing at all.

Does anyone have any ideas on what could possibly be wrong with it?

Thanks
[originally posted on jforum.net by lrazz]
 
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
When you get this blank page, the source code is also empty?

How big is the database?

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
The database is very small - it is in a Beta mode so there isn't much information in it.

I'm not sure I understand what you mean by the source code being empty. The directory structure looks intact. Did you want me to check something else?


[originally posted on jforum.net by lrazz]
 
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 mean, the page's source code. When you get the error, open the html source code and paste here what's in there.

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
What Rafael wants you to do is this:

When you get the blank page, right click your mouse anywhere on the page, and then select "View Source" or "View Page Source." A new window will open showing the HTML code that renders the blank page. Do a "Select All" (or CTRL-A), then "Copy" (CTRL-C), and come back to this forum page, post a reply and do a "Paste" (CTRL-V) into the message.

[originally posted on jforum.net by GatorBait3]
 
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 needed to get jforum back up so I completely reinstalled it and reconfigured. We can just close this one out and hope it doesn't happen again.
[originally posted on jforum.net by lrazz]
 
That new kid is a freak. Show him 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