I have set up a Webware applicaiton in an iBay. When I launch the Webware AppServer I get a python error...
Traceback (innermost last):
File "Launch.py", line 34, in ?
main(sys.argv)
File "Launch.py", line 13, in main
if arg.startswith('--webware-path='):
AttributeError: 'string' object has no attribute 'startswith'
This setup worked fine on my MacOS X box using "localhost". This error was raised on the SME Server box.
Is it possible there is a problem with file permissions? The Webware application needs to be able to write to selected directories. Here is sample from the working directory for this application.
-rwxr-xr-x 1 root consulta 192 Jul 25 23:26 AppServer
drwxrws--- 2 root consulta 4.0k Jul 25 09:29 Cache
drwxrws--- 2 root consulta 4.0k Jul 25 23:28 cgi-bin
Any ideas, suggestions or links are grealy appreciated.
- Mophilly