• 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

Help needed : shows up a blank page after installation

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

After I followed the manual configuration steps. when I type http://localhost:8080/JForum-2.1.6/ the page gets redirected to the http://localhost:8080/JForum-2.1.6/install/install.page?module=install&action=welcome and browser shows up a blank page.

Here I am attaching the boot log file

What do I do ?

Thanks

Sunil S Ranka
[originally posted on jforum.net by sranka]
 
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
There is only this log file? inside there is nothing related to JForum.

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
Did you fail in the middle of the installation process? What database did you specify? You need to create the database unless you choose to use hsqldb database.

I just run into the same problem when I copied the war file to another machine but did not create the database (MySQL) and I forgot that I once disabled the "Install=..." control file in moduleMapping.properties when I successfully installed JForum in my development machine.

Just to share my experience. Hope it help somewhat!

[originally posted on jforum.net by michaelwu]
 
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 happens when you go to:

http://localhost:8080/JForum-2.1.6/forums/list.page ?

If you get the forum index you expected, I had exactly the same problem, and I believe it is something to do with how you redirect *.page
[originally posted on jforum.net by graeme]
 
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 was having the same problem. If you're installing by hand then you have to rename __index.redirect after all the other steps (removing index.htm first)
This file has a different name in the help page, so it might vary with version.
Hope this helps
[originally posted on jforum.net by falius]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic