Hello all,
I am now through with the basic development installation which workes on localhost under Windows 7 Pro.Thus done I started with setting up Web on production. Everything went sort of smooth. I can access via the webadmin and -client and also via firefox browser.
Only if I do th eweb syncmedia I get a bunch of error messages about access denied problems.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
C:\Omero_dist>bin\omero web syncmedia
Traceback (most recent call last):
File "C:\Omero_dist\bin\\omero", line 123, in <module>
rv = omero.cli.argv()
File "c:\Omero_dist\lib\python\omero\cli.py", line 1172, in argv
cli.invoke(args[1:])
File "c:\Omero_dist\lib\python\omero\cli.py", line 722, in invoke
stop = self.onecmd(line, previous_args)
File "c:\Omero_dist\lib\python\omero\cli.py", line 791, in onecmd
self.execute(line, previous_args)
File "c:\Omero_dist\lib\python\omero\cli.py", line 871, in execute
args.func(args)
File "C:\Omero_dist\lib\python\omero\plugins\web.py", line 211, in syncmedia
os.remove(os.path.abspath(location / 'media' / app))
WindowsError: [Error 5] Access denied: u'C:\\Omero_dist\\lib\\python\\omero
web\\media\\webgateway'
Can anyone be of help, as I cant fix that problem.
Cheers Ralf