• 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

File Not Found Exception in JForum 2.1.7

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai Rafeal,
When I click the Admin Control Panel I am getting a error message in console:-
java.io.FileNotFoundException: http://localhost:8080/JForumBeta/latest_version.txt

Why does this occur and wats the solution


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

navs.twwi wrote:Hai Rafeal,
When I click the Admin Control Panel I am getting a error message in console:-
java.io.FileNotFoundException: http://localhost:8080/JForumBeta/latest_version.txt

Why does this occur and wats the solution


Make sure that the latest_version.txt file exists and has correct access permissions on it.
[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

navs.twwi wrote:I have solved the problem. i just changed the link
(jforum.version.url = http://www.jforum.net/latest_version.txt) in SystemGlobal.properties and now the application is working fine.

Thanks
GatorBait3


You're welcome! Glad it was an easy fix.
[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 have solved the problem. i just changed the link
(jforum.version.url = http://www.jforum.net/latest_version.txt) in SystemGlobal.properties and now the application is working fine.

Thanks
GatorBait3
[originally posted on jforum.net by navs.twwi]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic