[xwiki-users] Xwiki Enterprise installation problem on Ubuntu Server 8.04 + Tomcat 5.5 + PostGreSQL 8.3
Hi all, I've got many problems to install Xwiki Enterprise on my Ubuntu Server 8.04. I followed this official howto : http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch Then i've got some errors during the postgres database creation so i created the database and the user xwiki through my webmin interface. I finished the howto and i've got a blank page... I've read the xwiki.log and i found an error : Caused by: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/i386/libawt.so: libmlib_image.so: cannot open shared object file: No such file or directory So i've been searching on the net and i found this topic to fix the error : http://ubuntuforums.org/showthread.php?t=829866 http://ubuntuforums.org/showthread.php?t=829866 Now no more new errors in the xwiki.log but i still have a blank page... I think maybe it's a problem of connection between xwiki and the database because when there were no database, i already have this blank page. Someone can help me please ????... Thank you in advance -- View this message in context: http://n2.nabble.com/Xwiki-Enterprise-installation-problem-on-Ubuntu-Server-... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, I'm the author of the tutorial. I fought for couple of weeks with Ubuntu 8.04 Server on my own, in the end I had to give up as the implementation in Ubuntu is just lousy (IMHO). I never got it to work, so I switched back to Debian Etch and it worked right from the beginning. However, one thing that I haven't written in the howto (I'm going to correct that) is the change in 'etc/apache2/mods-enabled/proxy.conf: <Proxy *> AddDefaultCharset off Order deny,allow Allow from all #Allow from .example.com # Define the character set for proxied FTP directory listings ProxyFtpDirCharset UTF-8 </Proxy> Maybe that helps? On Wed, Jul 30, 2008 at 11:17 AM, lukweb <[email protected]> wrote:
Hi all,
I've got many problems to install Xwiki Enterprise on my Ubuntu Server 8.04.
I followed this official howto : http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch
Then i've got some errors during the postgres database creation so i created the database and the user xwiki through my webmin interface.
I finished the howto and i've got a blank page...
I've read the xwiki.log and i found an error : Caused by: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/i386/libawt.so: libmlib_image.so: cannot open shared object file: No such file or directory So i've been searching on the net and i found this topic to fix the error : http://ubuntuforums.org/showthread.php?t=829866 http://ubuntuforums.org/showthread.php?t=829866
Now no more new errors in the xwiki.log but i still have a blank page...
I think maybe it's a problem of connection between xwiki and the database because when there were no database, i already have this blank page.
Someone can help me please ????...
Thank you in advance
-- View this message in context: http://n2.nabble.com/Xwiki-Enterprise-installation-problem-on-Ubuntu-Server-... Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi man, thanks for your quick reply... Even with your modification, it doesn't work... But i think that the problem is about the postgres connector because when the dbengine is down, the result is a blank page... I let this work for a moment because i've got some other things to do first... Maybe i'll retry in a few weeks. Thanks and please tell me if you know someone who know how to get xwiki work on ubuntu server 8.04. Have a nice day. -- View this message in context: http://n2.nabble.com/Xwiki-Enterprise-installation-problem-on-Ubuntu-Server-... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, Hmm...and you are sure the table name is 'xwiki' with proper rights (I believe this is still hardcoded, I'm not so sure about the user)? Another proposal: Is it possible to install MySQL just to nail the problem to the DB? Cheers, Squirrel On Thu, Jul 31, 2008 at 2:43 AM, lukweb <[email protected]> wrote:
Hi man, thanks for your quick reply...
Even with your modification, it doesn't work...
But i think that the problem is about the postgres connector because when the dbengine is down, the result is a blank page...
I let this work for a moment because i've got some other things to do first...
Maybe i'll retry in a few weeks.
Thanks and please tell me if you know someone who know how to get xwiki work on ubuntu server 8.04.
Have a nice day. -- View this message in context: http://n2.nabble.com/Xwiki-Enterprise-installation-problem-on-Ubuntu-Server-... Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
I'm here again... I'm not working on this architecture anymore (Tomcat+PostGres+XwikiEntreprise) because you said me that it's not possible for the moment to run it on ubuntu server... But i tried with success to run it but with the standalone package ! The only problem is when i try to import a xar, i've got a java exception : 2008-07-31 16:46:20,814 [http://localhost:8080/xwiki/bin/import/XWiki/Import?action=getPackageInfos&n...] [P1-18] WARN web.XWikiAction - Uncaught exception: Error number 11015 in 11: Exception while importing Wrapped Exception: Unexpected end of ZLIB input stream com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while importing Wrapped Exception: Unexpected end of ZLIB input stream at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:94) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:596) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1565) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) at org.mortbay.http.HttpContext.handle(HttpContext.java:1517) at org.mortbay.http.HttpServer.service(HttpServer.java:954) at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) Wrapped Exception: java.io.EOFException: Unexpected end of ZLIB input stream at java.util.zip.InflaterInputStream.fill(Unknown Source) at java.util.zip.InflaterInputStream.read(Unknown Source) at java.util.zip.ZipInputStream.read(Unknown Source) at java.util.zip.ZipInputStream.closeEntry(Unknown Source) at java.util.zip.ZipInputStream.getNextEntry(Unknown Source) at com.xpn.xwiki.plugin.packaging.Package.ReadZipInfoFile(Package.java:754) at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:368) at com.xpn.xwiki.plugin.packaging.PackageAPI.Import(PackageAPI.java:199) at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:42) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:596) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1565) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) at org.mortbay.http.HttpContext.handle(HttpContext.java:1517) at org.mortbay.http.HttpServer.service(HttpServer.java:954) at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) Perhaps if i can resolve this java issue, i would import some datas from my old postgres db to the one stored in this standalone package...i hope so. Any idea ? -- View this message in context: http://n2.nabble.com/Xwiki-Enterprise-installation-problem-on-Ubuntu-Server-... Sent from the XWiki- Users mailing list archive at Nabble.com.
On Thu, Jul 31, 2008 at 4:55 PM, lukweb <[email protected]> wrote:
The only problem is when i try to import a xar, i've got a java exception :
Looks like the zip is corrupted, have you modified it since the inital export ? Have you tried to reexport your data again in a new xar ?
Perhaps if i can resolve this java issue, i would import some datas from my old postgres db to the one stored in this standalone package...i hope so.
Just curious, I thought you haven't been able to run XE on your postrgres db, how can you export data from it ? JV.
Ooops... I didnt' tell you the all story : In my office, there is a wiki that has been installed on a non-licensed W2K3 test server with tomcat 6.0 and postgres 8.2. So my job is to move this to a new server... -- View this message in context: http://n2.nabble.com/Xwiki-Enterprise-installation-problem-on-Ubuntu-Server-... Sent from the XWiki- Users mailing list archive at Nabble.com.
About Ubuntu-Server: There is a missunderstanding. Maybe it is possible somehow to make it work, but I was not able to do so (after dozens of hours). However, I'm not a pro. Personally I wouldn't use anything from Ubuntu as a server, it just makes no sense...on a desktop sure, but not on a server...but that's my and only my opinion ;-) My advice is still valid (before spending hours and hours in hunting the issue): Try it on Debian Etch (maybe in a virtualbox on your desktop machine, if you need help with that, just tell me). On Thu, Jul 31, 2008 at 10:08 AM, lukweb <[email protected]> wrote:
Ooops... I didnt' tell you the all story :
In my office, there is a wiki that has been installed on a non-licensed W2K3 test server with tomcat 6.0 and postgres 8.2.
So my job is to move this to a new server... -- View this message in context: http://n2.nabble.com/Xwiki-Enterprise-installation-problem-on-Ubuntu-Server-... Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thanks anyway but now i'm working with the standalone package of Xwiki Enterprise on my Ubuntu Server 8.04. It's working good and it's a better way to backup and restore (one folder and that's all...!). Thanks for your quick help. Have a nive day. -- View this message in context: http://n2.nabble.com/Xwiki-Enterprise-installation-problem-on-Ubuntu-Server-... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (3)
-
Jean-Vincent Drean -
lukweb -
Squirrel