[veryquickwiki-users] Strange behaviour
Status: Abandoned
Brought to you by:
mteodori
|
From: Developer <mar...@de...> - 2009-01-02 18:13:49
|
Hello,
I started to use VQWiki version 2.8. I added a few topics and it worked fine. Then I changed the persistency to (a MySQL) database. The upload went well. I see all the information (including the history) in the database.
The problem is that when I go to the StartingPoints. I see all the topics as unknown (red dashed underline). The URL marks them with "action=action_edit". When I click on the link I get the edit page with the latest contents. If I do an accept then a new row is added to the TopicVersion table. The page is displayed correctly. When I access the pages through the breadcrumbs then VQWiki acts as expected.
Does anybody have an idea?
I use Tomcat 5.5.17 and Java 1.5.0_07. In the logfile catalina.log I find the following errormessage that might help:
Jan 2, 2009 4:54:54 PM vqwiki.SearchRefreshThread run
INFO: Starting refresh....
Jan 2, 2009 4:54:54 PM vqwiki.SearchRefreshThread run
SEVERE:
java.util.MissingResourceException: Can't find bundle for base name ApplicationResources, locale en
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle
.java:836)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:726)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:576)
at vqwiki.db.DatabaseHandler.setDefaults(DatabaseHandler.java:110)
at vqwiki.db.DatabaseHandler.<init>(DatabaseHandler.java:98)
at vqwiki.WikiBase.<init>(WikiBase.java:131)
at vqwiki.WikiBase.getInstance(WikiBase.java:153)
at vqwiki.SearchRefreshThread.run(SearchRefreshThread.java:63)
Regards,
Marco
|