473,320 Members | 1,825 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

PyServlet Error

Hi

I was trying to write a simple web application using Tomcat 6.0.14,
Jython 2.2.1.

My web.xml is as follows
<?xml version = '1.0' encoding = 'UTF-8'?>
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<display-name>test</display-name>
<description></description>

<servlet>
<servlet-name>PyServlet</servlet-name>
<servlet-class>org.python.util.PyServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>

<servlet-mapping>
<servlet-name>PyServlet</servlet-name>
<url-pattern>*.py</url-pattern>
</servlet-mapping>

<servlet>
<servlet-name>JythonServlet</servlet-name>
<servlet-class>JythonServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>JythonServlet</servlet-name>
<url-pattern>/JythonServlet</url-pattern>
</servlet-mapping>

</web-app>

I copied all the files from jython_home\Lib to context_root\WEB-INF\lib
\Lib

when i compile the file JythonServlet.py using jythonc everthng seems
to work fine but if i access it directly as localhost:8080/jython/
JythonServlet.py I get the following error

javax.servlet.ServletException: Traceback (innermost last):
(no code object) at line 0
Traceback (innermost last):

(no code object) at line 0

ImportError: no module named main
org.python.core.PyException: Traceback (innermost last):

(no code object) at line 0

ImportError: no module named main

org.python.util.PyServlet.loadServlet(Unknown Source)
org.python.util.PyServlet.getServlet(Unknown Source)
org.python.util.PyServlet.service(Unknown Source)

root cause

Traceback (innermost last):
(no code object) at line 0
Traceback (innermost last):

(no code object) at line 0

ImportError: no module named main
org.python.core.PyException: Traceback (innermost last):

(no code object) at line 0

ImportError: no module named main

org.python.core.Py.JavaError(Unknown Source)
org.python.core.PyInstance.makeProxy(Unknown Source)
org.python.core.PyInstance.__init__(Unknown Source)
org.python.core.PyClass.__call__(Unknown Source)
org.python.core.PyObject.__call__(Unknown Source)
org.python.util.PyServlet.loadServlet(Unknown Source)
org.python.util.PyServlet.getServlet(Unknown Source)
org.python.util.PyServlet.service(Unknown Source)

Thanks in advance.

Nov 12 '07 #1
0 911

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: deko | last post by:
I use this convention frequently: Exit_Here: Exit Sub HandleErr: Select Case Err.Number Case 3163 Resume Next Case 3376 Resume Next
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.