I have rolled back to python 2.3.4, since Fedora Core 2 doesn't
support python 2.4.x. I ran my test suite. I am getting the following
error. This occurs once in a batch of requests, at about item 40 out
of 100.
I guess I have to revert to Webware 0.8.1 for this machine. If anyone
has an i
Problem solved.
It turns out the Fedora Core 2 does not support Python 2.4.x. I set
the default python to Python 2.3.4 and, so far, all seems well.
- Mark
On May 18, 2006, at 11:08 AM, Mark Phillips wrote:
It gets more interesting:
While watching AppServer run, I see this being raise now
On May 18, 2006, at 9:34 AM, Geoffrey Talvola wrote:
Check out this message from the archives:
http://www.mail-archive.com/webware-discuss@lists.sourceforge.net/
msg06849.h
tml
It suggests that using:
export LD_ASSUME_KERNEL=2.4.19
might solve the problem.
It turns out that the export sta
It gets more interesting:
While watching AppServer run, I see this being raise now and then:
XMLRPCServlet internal error
Traceback (most recent call last):
File "./WebKit/XMLRPCServlet.py", line 46, in respondToPost
File "/usr/local/lib/python2.4/xmlrpclib.py", line 1079, in loads
p.fee
Thank you, Geoff. I am looking into the note now.
I have been watching the terminal and this popped up:
6 2006-05-18 10:42:54 None
Traceback (most recent call last):
File "./WebKit/ThreadedAppServer.py", line 418, in threadloop
File "./WebKit/ThreadedAppServer.py", line 785, in handleRe
Check out this message from the archives:
http://www.mail-archive.com/webware-discuss@lists.sourceforge.net/msg06849.h
tml
It suggests that using:
export LD_ASSUME_KERNEL=2.4.19
might solve the problem.
- Geoff
-Original Message-
From: Mark Phillips [mailto:[EMAIL PROTECTED]
Sent: Th
On May 16, 2006, at 6:29 PM, Ruben Gutierrez wrote:
I'm guessing you don't have access to a graphical web browser on
the host? What about a text-based browser? I was thinking if you
could access the site from the host using a text-based browser, at
least you would know that your installatio
On a machine running GNU/Linux 2.4.22, Fedora Core. Python 2.4
installed. I modified the WebKit.cgi to call python 2.4 directly, as
the machine has several versions of python:
#!/usr/local/bin/python2.4
Nothing in Error_Msgs in the Webware application directory.
A couple of days ago