Hello,
I have problems with getting the RPC part/the backend to run on my local
installation. Even the RPC samples won't run.
I have already tried the 0.6.5 version, and it also didn't work there, but today
I've tried it out with the current 0.6.6 release and I followed the instructions
on this website:
http://qooxdoo.org/documentation/user_manual/rpc
That means, I have downloaded and unzipped the SDK and the backend, I have
executed make, make api and make build in the SDK, I have executed ant in the
/frontend/java directory and I have deployed the resulting qooxdoo.war file with
my TomCat 6.0.10 installation. Tomcat also states in the log that the war file
has been deployed successfully and I can run most of the test, but if I run one
of the RPC tests, for instance
http://localhost:8080/qooxdoo/sample/html/test/RPC_1.html I always get a 500
server error when trying make the RPC to the server.

The Tomcat log shows the following error:
07.03.2007 10:09:27 org.apache.catalina.core.StandardWrapperValve invoke
SCHWERWIEGEND: Servlet.service() for servlet rpc threw exception
java.lang.NoClassDefFoundError
        at net.sf.qooxdoo.rpc.RpcServlet.getServiceInstance(RpcServlet.java:136)
        at net.sf.qooxdoo.rpc.RpcServlet.handleRPC(RpcServlet.java:350)
        at net.sf.qooxdoo.rpc.RpcServlet.doPost(RpcServlet.java:464)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(ApplicationFilterChain.java:290)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter
(ApplicationFilterChain.java:206)
        at
org.apache.catalina.core.StandardWrapperValve.invoke
(StandardWrapperValve.java:228)
        at
org.apache.catalina.core.StandardContextValve.invoke
(StandardContextValve.java:175)
        at org.apache.catalina.core.StandardHostValve.invoke
(StandardHostValve.java:128)
        at org.apache.catalina.valves.ErrorReportValve.invoke
(ErrorReportValve.java:104)
        at
org.apache.catalina.core.StandardEngineValve.invoke
(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service
(CoyoteAdapter.java:216)
        at org.apache.coyote.http11.Http11Processor.process
(Http11Processor.java:844)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process
(Http11Protocol.java:634)
        at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
        at java.lang.Thread.run(Thread.java:595)

What am I missing, what am I doing wrong?
Thanks for any helpful suggestions!


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to