This is what I get for letting someone else set stuff up for me.
It seems that they set up webkit with a strange password (webware%pwd).
And when the configuration class tried to read through the file it took
%p as something to be replaced and barfed.

Thanks anyway.

----------------------

I'm trying to set up webware on a new machine and I'm getting a
configuration error that I've never seen before and I'm hoping that
someone has some idea of what is going wrong.

Apache 2 is installed and running.
Python2.3.3 is what is being used
webware 0.8.1.

I've created a working directory, modified the httpd.conf file to allow
for the WK directory. I've changed the permissions on the working
directory (and all subdirectories) to be completely open.
I'm trying to start the application server from my working directory and
I get this error;

[EMAIL PROTECTED]:~/webkit> ./AppServer
WebKit AppServer 0.8.1
part of Webware for Python
Copyright 1999-2001 by Chuck Esterbrook. All Rights Reserved.
WebKit and Webware are open source.
Please visit:  http://webware.sourceforge.net
 
Process id is 15563
Date/time is Thu Aug  5 14:07:54 2004
 
AutoReload             = 0
AutoReloadPollInterval = 1
CheckInterval          = 100
Host                   = 127.0.0.1
MaxServerThreads       = 20
MinServerThreads       = 5
PlugInDirs             = ['/usr/local/Webware-0.8.1']
PlugIns                = []
Port                   = 8086
PrintConfigAtStartUp   = 1
StartServerThreads     = 10
Verbose                = 1
 
Traceback (most recent call last):
  File "/usr/local/Webware-0.8.1/WebKit/ThreadedAppServer.py", line 592,
in run
    server = ThreadedAppServer(workDir)
  File "/usr/local/Webware-0.8.1/WebKit/ThreadedAppServer.py", line 66,
in __init__
    AppServer.__init__(self, path)
  File "/usr/local/Webware-0.8.1/WebKit/AutoReloadingAppServer.py", line
43, in __init__
    AppServer.__init__(self,path)
  File "/usr/local/Webware-0.8.1/WebKit/AppServer.py", line 67, in
__init__
    self._app = self.createApplication()
  File "/usr/local/Webware-0.8.1/WebKit/AppServer.py", line 171, in
createApplication
    return Application(server=self)
  File "/usr/local/Webware-0.8.1/WebKit/Application.py", line 76, in
__init__
    if self.setting('PrintConfigAtStartUp'):
  File
"/usr/local/Webware-0.8.1/WebKit/ConfigurableForServerSidePath.py", line
15, in setting
    value = Configurable.setting(self, name, default)
  File "/usr/local/Webware-0.8.1/MiscUtils/Configurable.py", line 66, in
setting
    return self.config()[name]
  File "/usr/local/Webware-0.8.1/MiscUtils/Configurable.py", line 59, in
config
    self._config.update(self.userConfig())
  File "/usr/local/Webware-0.8.1/MiscUtils/Configurable.py", line 115,
in userConfig
    raise ConfigurationError, 'Unable to embed replacement text in %s.'
% self.configFilename()
ConfigurationError: Unable to embed replacement text in
/home/gddl1/webkit/Configs/Application.config.
 
Exiting AppServer
[EMAIL PROTECTED]:~/webkit>




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to