Message5883

Author rafanunes
Recipients rafanunes
Date 2010-07-08.18:47:53
SpamBayes Score 0.0007683304
Marked as misclassified No
Message-id <1278614875.76.0.705384014693.issue1629@psf.upfronthosting.co.za>
In-reply-to
Content
I have followed the install instructions for the latest versions of
the following: jython (version: jython-2.5.2b1), django (1.2.1) and
jython-django (version 1.1.1) and have built a war of my very simple
test application.

Oh i built the war on my linux box and have tested in tomcat on both
windows and linux machines. When i went to the url i got a 500
exception:

javax.servlet.ServletException: Exception creating modjy servlet:
ImportError: No module named site

        com.xhaus.modjy.ModjyJServlet.init(ModjyJServlet.java:124)
        javax.servlet.GenericServlet.init(GenericServlet.java:211)

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
105)
        org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
541)

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:619)
History
Date User Action Args
2010-07-08 18:47:56rafanunessetrecipients: + rafanunes
2010-07-08 18:47:55rafanunessetmessageid: <1278614875.76.0.705384014693.issue1629@psf.upfronthosting.co.za>
2010-07-08 18:47:55rafanuneslinkissue1629 messages
2010-07-08 18:47:53rafanunescreate