OSError when Starting for First Time ... In update.py

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

NightOwl
Posts: 1
Joined: Sun Jul 25, 2010 6:30 pm

OSError when Starting for First Time ... In update.py

Post by NightOwl »

I am having the following error when starting OpenEMM for the first time. Running OpenEMM 6.1... The OpenEMM\var\log logfile has the following entry:

Code: Select all

[25.07.2010  13:18:56] 3568 FATAL/except: CAUGHT EXCEPTION:
Traceback (most recent call last):
  File "C:\OpenEMM\bin\openemm.py", line 480, in <module>
    p_upd = pystart (schome + os.path.sep + 'update.py account bounce')
  File "C:\OpenEMM\bin\openemm.py", line 444, in pystart
    return os.spawnv (os.P_NOWAIT, args[0], args)
OSError: [Errno 22] Invalid argument
I am running on a Windows 7 client with full administrative priviledges on the machine. The MySQL database, et al supporting tools for this version of OpenEMM are all on the local machine. The database appears to be working fine.

Has anyone run into this? Does anyone have an idea for how to find the root cause of such an error?

Thank you!
maschoff
Site Admin
Posts: 2608
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

We do not test OpenEMM with Windows 7, only with Windows XP. Is there anyone who installed OpenEMM successfully with Windows 7?
OpenEMM Maintainer
zuidweg
Posts: 1
Joined: Thu Nov 18, 2010 4:49 pm

Re: OSError when Starting for First Time ... In update.py

Post by zuidweg »

Have you found a solving for this problem??

I have the same in Windows Server 2003
NightOwl wrote:I am having the following error when starting OpenEMM for the first time. Running OpenEMM 6.1... The OpenEMM\var\log logfile has the following entry:

Code: Select all

[25.07.2010  13:18:56] 3568 FATAL/except: CAUGHT EXCEPTION:
Traceback (most recent call last):
  File "C:\OpenEMM\bin\openemm.py", line 480, in <module>
    p_upd = pystart (schome + os.path.sep + 'update.py account bounce')
  File "C:\OpenEMM\bin\openemm.py", line 444, in pystart
    return os.spawnv (os.P_NOWAIT, args[0], args)
OSError: [Errno 22] Invalid argument
I am running on a Windows 7 client with full administrative priviledges on the machine. The MySQL database, et al supporting tools for this version of OpenEMM are all on the local machine. The database appears to be working fine.

Has anyone run into this? Does anyone have an idea for how to find the root cause of such an error?

Thank you!
Daniell
Posts: 6
Joined: Thu Sep 08, 2011 1:45 pm

Re: OSError when Starting for First Time ... In update.py

Post by Daniell »

i believe someone already did install it on Win7. in here forum.openemm.org/installation-upgrades-f2/topic1694.html :D
Post Reply