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

Not sure if this is a bug or I've just bolloxed something up

 
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 run a nice little Jforum for our internal teams

Somehow...we have managed to "disappear" a thread from a forum.

Question is:

How on earth did we do this?

How do we make the thread come back?

And...if we didn't do anything is this a bug?
[originally posted on jforum.net by Dr J]
 
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
Try stopping and restarting the forum. I know I've seen some odd conditions where the cache repository gets confused. Haven't been able to pin point the reason and it happens rarely.

If it doesn't come back, then splunk the Database to see if it still exists in the jforum_topics table. If it doesn't, check the jforum_posts table(s) to see if any of the individual postings still exist. If they are gone from both tables, then it's a high probability that someone deleted the topic.

If the posts exist but the topic's gone (or vice versa), then it's probably a bug.
[originally posted on jforum.net by monroe]
 
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
Rebooting the server solved this issue.
[originally posted on jforum.net by Dr J]
 
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
OOh we solved this....

By putting the temp file where everyone said it should be in 2.17 although we are using 2.16....
[originally posted on jforum.net by Dr J]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic