Search found 33 matches

by mkalen
Wed Jan 21, 2009 5:59 pm
Forum: Development
Topic: Create WSDL on Windows
Replies: 0
Views: 6940

Create WSDL on Windows

I have just created a new artefact in the OpenEMM SourceForge tracker , providing an improved EmmCreateWSDL.cmd that will read JAVA_HOME from Windows environment or registry. Click the download link on the attachment and replace C:\OpenEMM\webservices\EmmCreateWSDL.cmd to work around the "The s...
by mkalen
Tue Jan 20, 2009 10:20 pm
Forum: Installation & Upgrades
Topic: OSError: [Errno 22] Invalid argument in start.bat
Replies: 0
Views: 9090

OSError: [Errno 22] Invalid argument in start.bat

For those with Python-installations where the Python program path contains a space, the following exception will occur when running OpenEMM start.bat after configuration: Starting up .. home is C:\OpenEMM .. found codebase .. found database. CAUGHT EXCEPTION: Traceback (most recent call last): File ...
by mkalen
Tue Jan 20, 2009 8:00 pm
Forum: Installation & Upgrades
Topic: problem with installation -mysqladmin-
Replies: 6
Views: 10119

Re: problem with installation -mysqladmin-

Also note that setup.bat (openemm.py really) does not use the Windows PATH but rather reads hardcoded values from the registry to form a local path used by the install program. I found this out while trying if OpenEMM would install easily with MySQL Community Server v5.1 rather than v5.0. This is no...