[xwiki-users] XEM - access issue to wiki instances
Hello, I installed XEM (version 2.3) from a distribution with Tomcat 6.0.26 and MySQL 5.1 on Windows XP. I followed the guide installation. After creating a new wiki instance, I tried to access it but unsuccessfully... I have some delay timeout expiration and wiki can't be displayed. I can only access to the main wiki. I don't know where to look for and what to do, do you have any suggestions ? When I imported the xem application xar, I had these error messages in Tomcat console : ERROR util.JDBCExceptionReporter - Incorrect string value: '\xC5\xABs va...' for column 'XWD_CONTENT' at row 1 ERROR .AbstractFlushingEventListener - Could not synchronize database state with session and after those, some like this one : ERROR packaging.Package - Failed to save document Sandbox.WebHome Do you think it's linked ? Marine
On Fri, Apr 30, 2010 at 13:24, Marine JULIAN <[email protected]> wrote:
Hello,
I installed XEM (version 2.3) from a distribution with Tomcat 6.0.26 and MySQL 5.1 on Windows XP. I followed the guide installation. After creating a new wiki instance, I tried to access it but unsuccessfully... I have some
How are you trying to access it what did you entered as wiki alias exactly ?
delay timeout expiration and wiki can't be displayed. I can only access to the main wiki. I don't know where to look for and what to do, do you have any suggestions ?
When I imported the xem application xar, I had these error messages in Tomcat console : ERROR util.JDBCExceptionReporter - Incorrect string value: '\xC5\xABs va...' for column 'XWD_CONTENT' at row 1
This error looks like you did not created UTF8 database for the main wiki. MySQL default is latin1.
ERROR .AbstractFlushingEventListener - Could not synchronize database state with session and after those, some like this one : ERROR packaging.Package - Failed to save document Sandbox.WebHome
Do you think it's linked ?
I doubt that.
Marine _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
How are you trying to access it what did you entered as wiki alias exactly ? Like I just would know how it works, I didn't change anything and let all default parameters. I let the default alias i.e. premierwiki.localdomain.com (with premierwiki as wiki instance name). So, I access it from http://premierwiki.localdomain.com:8080/xwiki/bin/view/Main/. I think it should work...
ERROR util.JDBCExceptionReporter - Incorrect string value: '\xC5\xABs va...' for column 'XWD_CONTENT' at row 1 This error looks like you did not created UTF8 database for the main wiki. MySQL default is latin1. Thank you, i'm going to change that. -- View this message in context: http://xwiki.475771.n2.nabble.com/XEM-access-issue-to-wiki-instances-tp49851... Sent from the XWiki- Users mailing list archive at Nabble.com.
On Fri, Apr 30, 2010 at 14:43, Marine Julian <[email protected]> wrote:
How are you trying to access it what did you entered as wiki alias exactly ? Like I just would know how it works, I didn't change anything and let all default parameters. I let the default alias i.e. premierwiki.localdomain.com (with premierwiki as wiki instance name). So, I access it from http://premierwiki.localdomain.com:8080/xwiki/bin/view/Main/. I think it should work...
"premierwiki.localdomain.com" is a a real internet domain name (it's this localdomain.com by default like it would be anything else we just had to choose something), your browser will search internet to find the adress of "premierwiki.localdomain.com" domain. It has nothing to do with XWiki, if you don't don't have any domain to link to you XWiki server you can use URL patch based multiwiki instead of domain based multiwiki. See http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki for more details about how to access a wiki in XWiki.
ERROR util.JDBCExceptionReporter - Incorrect string value: '\xC5\xABs va...' for column 'XWD_CONTENT' at row 1 This error looks like you did not created UTF8 database for the main wiki. MySQL default is latin1. Thank you, i'm going to change that. -- View this message in context: http://xwiki.475771.n2.nabble.com/XEM-access-issue-to-wiki-instances-tp49851... Sent from the XWiki- Users mailing list archive at Nabble.com.
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (3)
-
Marine Julian -
Marine JULIAN -
Thomas Mortagne