Look in OneShot.cgi and in OneShotAdapter.py.  In both files there are
exception handlers that attempt to log to sys.stderr.  Perhaps you can
temporarily modify those places so that they instead log to a file that
you've opened, and see if the whole traceback shows up in the file.

Just search for "sys.stderr" in those two files, and replace it with
"open(r'c:\debug.log', 'a+')" or something like that.

- Geoff


> -----Original Message-----
> From: John Holland [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 17, 2002 12:11 PM
> To: webware discuss
> Subject: Re: [Webware-discuss] OneShot.cgi on Win NT
> 
> 
> Unfortunately I can't. this is all I get (in the web browser, 
> if anyone
> knows any log file that will have it let me know).
> 
> 
> On Thu, Jan 17, 2002 at 10:52:38AM -0500, Geoffrey Talvola wrote:
> > It looks like the traceback got chopped off, so it's hard 
> to tell what's
> > going wrong.  Could you include the whole traceback?
> > 
> > - Geoff
> > 
> > 
> > > -----Original Message-----
> > > From: John Holland [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, January 16, 2002 3:55 PM
> > > To: webware discuss
> > > Subject: Re: [Webware-discuss] OneShot.cgi on Win NT
> > > 
> > > 
> > > I have it working to the point that the oneshot.cgi is 
> > > calling python and
> > > calling webware. it gives the following error (in the browser):
> > > 
> > > Python exception:
> > > Traceback (most recent call last):
> > >   File "c:\webware\WebKit\OneShotAdapter.py", line 71, in run
> > >       appSvr = OneShotAppServer(self._webKitDir)
> > >         File "c:\webware\WebKit\AppServer.py", line 59, 
> in __init__
> > >       self._app = self.createApplication()
> > >         File "c:\webware\WebKit\OneShotAppServer.py", line 24, in
> > > createApplication
> > >     return Application(server=self, useSessionSweeper=0)
> > >       File "c:\webware\WebKit\Application.py", line 104, 
> in __init__
> > >           self._instanceCacheSize = 
> > > self._server.setting('MaxServerThreads')
> > >       File 
> > > "c:\webware\WebKit\ConfigurableForServerSidePath.py", line
> > > 15, in setting
> > >     value = Configurable.setting(self, name, default)
> > >       File "c:\webware\MiscUtils\
> > >       
> > > -- 
> > > ----------------
> > > Politics is the art of looking for trouble, finding it, 
> > > misdiagnosing it
> > >     and then misapplying the wrong remedies.  --Groucho Marx
> > > 
> > > _______________________________________________
> > > Webware-discuss mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/webware-discuss
> > > 
> 
> -- 
> ----------------
> The husband who wants a happy marriage should learn to keep 
> his mouth shut
>     and his checkbook open.  --Groucho Marx
> 
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss
> 

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to