Hi Helmut, hel-o wrote: > Hi Marius, > > > Marius Dumitru Florea wrote: >> It looks like the list boxes are not filled because the AJAX request >> fails. From your server log I see that XWikiServiceImpl is missing. >> Please make sure you have xwiki-web-gwt-*.jar in WEB-INF/lib directory. >> > > The following files are in the lib directory: > > - xwiki-web-gwt-1.7.1-sources.jar > - xwiki-web-gwt-1.7.1.jar > - xwiki-web-wysiwyg-1.7.1-sources.jar
You also have xwiki-web-wysiwyg-1.7.1.jar right? Thanks, Marius > > > Marius Dumitru Florea wrote: >> Also, it would be of great help if you could tell me what errors appear >> in the Firebug console. For instance you should see a >> >> POST http://localhost:8080/xwiki/WysiwygService 200 OK 519ms >> >> with >> >> 5|0|4|http://localhost:8080/xwiki/resources/js/xwiki/wysiwyg/gwt/com.xpn.xwiki.wysiwyg.Wysiwyg/|B35505E580C2C6E5A77218C10E8607F8 >> |com.xpn.xwiki.wysiwyg.client.WysiwygService|isMultiWiki|1|2|3|4|0| >> ... >> > > In the Firebug console i find: > > POST http://semantic-web.hel.at/xwiki/WysiwygService 500 Internal Server > Error 295ms > > 5|0|4|http://semantic-web.hel.at/xwiki/com.xpn.xwiki.wysiwyg.Wysiwyg/|43B5EB29AA994FF14B61B1AD21FE77DD > |com.xpn.xwiki.wysiwyg.client.WysiwygService|isMultiWiki|1|2|3|4|0| > > <html><head><title>Apache Tomcat/5.5 - Error report</title><style><!--H1 > {font-family:Tahoma,Arial,sans-serif > ;color:white;background-color:#525D76;font-size:22px;} H2 > {font-family:Tahoma,Arial,sans-serif;color > :white;background-color:#525D76;font-size:16px;} H3 > {font-family:Tahoma,Arial,sans-serif;color:white > ;background-color:#525D76;font-size:14px;} BODY > {font-family:Tahoma,Arial,sans-serif;color:black;background-color > :white;} B > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} > P {font-family > :Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A > {color : black;}A.name {color > : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 > - </h1><HR size="1" noshade > ="noshade"><p>type Exception report</p><p>message <u></u></p><p>description > <u>The > server encountered an internal error () that prevented it from fulfilling > this request.</u></p><p>exception <pre>javax.servlet.ServletException: Error > allocating a servlet instance > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) > > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol > .java:664) > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) > java.lang.Thread.run(Thread.java:595) > </pre></p><p>root cause <pre>java.lang.NoClassDefFoundError: > com/xpn/xwiki/gwt/api/server/XWi > kiServiceImpl > java.lang.ClassLoader.defineClass1(Native Method) > java.lang.ClassLoader.defineClass(ClassLoader.java:620) > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) > > org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1815) > > org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:869) > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1322) > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1201) > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) > > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol > .java:664) > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) > java.lang.Thread.run(Thread.java:595) > </pre></p><p>note <u>The full stack trace of the root cause is available in > the Apache Tomcat > /5.5 logs.</u></p><HR size="1" noshade="noshade"><h3>Apache > Tomcat/5.5</h3></body></html> > > There are five Post errors which all are similar. > > hel. > > > ----- > Helmut Lehner > [email protected] > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
