Re: [xwiki-users] installation problems
Thanks Ricardo, My server's 8080 is behind a firewall, but I can see it and have no problem running other JSP / servlets. thanks for reminding me about hibernate.cfg.xml I also realized that I hadn't installed a MySql driver in WB-INF. However, even though I fixed these two issues, I'm still getting a blank page. Also, I wasn't sure with settings to use in hibernate: <!-- settings commented out in original file --> <property name="connection.url ">jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&sessionVariables=sql_mode=''</property> <property name="connection.username">xwiki</property> <property name="connection.password">xwiki</property> <property name="connection.driver_class">com.mysql.jdbc.Driver </property> <property name="dialect">org.hibernate.dialect.MySQLDialect</property> <property name="connection.provider_class"> com.xpn.xwiki.store.DBCPConnectionProvider</property> <property name="connection.pool_size">2</property> <property name="statement_cache.size">2</property> <mapping resource="xwiki.hbm.xml"/> <mapping resource="feeds.hbm.xml"/> <!-- instructions from http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL --> <property name="connection.url">jdbc:mysql://localhost/xwiki</property> <property name="connection.username">xwiki</property> <property name="connection.password">xwiki</property> <property name="connection.driver_class">com.mysql.jdbc.Driver </property> <property name="dialect">org.hibernate.dialect.MySQLDialect</property> Date: Wed, 12 Mar 2008 01:29:07 +0100
From: "[Ricardo Rodriguez] Your EPEC Network ICT Team" <[email protected]> Subject: Re: [xwiki-users] installation problems To: XWiki Users <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi, Yishay,
Yishay Mor wrote:
Hi all,
I'm trying to install xwiki 1.3 on a Mac XSERVE Leopard (osx 1.5) server, and I'm not getting very far.
I downloaded the war, opened http://localhost:8080/manager/html, and deployed. My manager shows XWiki up and running. I click http://localhost:8080/xwiki and get redirected to http://localhost:8080/xwiki/bin/view/Main/WebHome and then I get a blank page. same for http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences
Just to be sure, have you edited your hibernate.cfg.xml? It is a bit strange that you get a blank page instead of an error, but...
Another doubt, does XServe Leopard has a firewall? Is port 8080 accessible?
My 2 c.,
Ricardo
-- Ricardo Rodr?guez Your EPEC Network ICT Team
___________________________ Yishay Mor, Researcher, London Knowledge Lab http://www.lkl.ac.uk/people/mor.html http://yishaym.wordpress.com https://www.linkedin.com/in/yishaymor http://www.google.com/calendar/embed?src=yishaym%40gmail.com +44-20-78378888 x5737
Hi, Yishay Mor wrote:
Thanks Ricardo,
My server's 8080 is behind a firewall, but I can see it and have no problem running other JSP / servlets.
If you can manage your network, could you try by stopping the firewall? I am guessing it could be easy for you if xwiki and MySQL are running on the same server and you have an administrative account there. It is weird that you don't get errors if you had not hibernate.cfg.xml configured and a MySQL drivers in place. Could you also take a look to your catalina.out and/or the console of your server? There must be useful information there.
thanks for reminding me about hibernate.cfg.xml I also realized that I hadn't installed a MySql driver in WB-INF. However, even though I fixed these two issues, I'm still getting a blank page.
Also, I wasn't sure with settings to use in hibernate:
Use always the uncommented lines from your current release as the base for your configuration. Documentation is mostly manually updated, so there could be changes not reflected there. This is a wiki, so our contribution will be welcome... when we know what we are doing :-) Thanks! Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team
You also have to manually create the xwiki user in MySql. Don't forget to give the user all required permissions. - Glenn Everitt [Ricardo Rodríguez] wrote:
Hi,
Yishay Mor wrote:
Thanks Ricardo,
My server's 8080 is behind a firewall, but I can see it and have no problem running other JSP / servlets.
If you can manage your network, could you try by stopping the firewall? I am guessing it could be easy for you if xwiki and MySQL are running on the same server and you have an administrative account there. It is weird that you don't get errors if you had not hibernate.cfg.xml configured and a MySQL drivers in place.
Could you also take a look to your catalina.out and/or the console of your server? There must be useful information there.
thanks for reminding me about hibernate.cfg.xml I also realized that I hadn't installed a MySql driver in WB-INF. However, even though I fixed these two issues, I'm still getting a blank page.
Also, I wasn't sure with settings to use in hibernate:
Use always the uncommented lines from your current release as the base for your configuration. Documentation is mostly manually updated, so there could be changes not reflected there. This is a wiki, so our contribution will be welcome... when we know what we are doing :-)
Thanks!
Ricardo
-- Ricardo Rodríguez Your EPEC Network ICT Team
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://www.nabble.com/installation-problems-tp15985831p16072559.html Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (3)
-
[Ricardo Rodriguez] Your EPEC Network ICT Team -
Glenn Everitt -
Yishay Mor