Task #6866 (closed)
DOC: fix install_web docs re. quote handling on Windows
| Reported by: | jamoore | Owned by: | bpindelski |
|---|---|---|---|
| Priority: | blocker | Milestone: | OMERO-4.4 |
| Component: | Documentation | Version: | n.a. |
| Keywords: | n.a. | Cc: | rleigh, bpindelski |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | n.a. |
Description (last modified by atarkowska)
There is still some confusion about the use of single v. double quotes for Windows users. We will need to be careful with all our examples, making it explicit which system they are intended for.
NB: Also see the issue of the bin\omero admin diagnostics complaint from the same thread.
See: https://www.openmicroscopy.org/community/viewtopic.php?f=5&t=831
OMERO.web status... Traceback (most recent call last):
File "C:\apps\omero_dist\bin\\omero", line 123, in <module>
rv = omero.cli.argv()
File "C:\apps\omero_dist\lib\python\omero\cli.py", line 1172, in argv
cli.invoke(args[1:])
File "C:\apps\omero_dist\lib\python\omero\cli.py", line 722, in invoke
stop = self.onecmd(line, previous_args)
File "C:\apps\omero_dist\lib\python\omero\cli.py", line 791, in onecmd
self.execute(line, previous_args)
File "C:\apps\omero_dist\lib\python\omero\cli.py", line 871, in execute
args.func(args)
File "C:\apps\omero_dist\lib\python\omero\plugins\prefs.py", line 67, in open_
and_close_config
return func(*args, **kwargs)
File "C:\apps\omero_dist\lib\python\omero\plugins\admin.py", line 780, in diag
nostics
WebControl().status(args)
File "C:\apps\omero_dist\lib\python\omero\plugins\web.py", line 391, in status
import omeroweb.settings as settings
File "C:\apps\omero_dist\lib\python\omeroweb\settings.py", line 76, in <module
>
CONFIG_XML = omero.config.ConfigXml(CONFIG_XML)
File "C:\apps\omero_dist\lib\python\omero\config.py", line 58, in __init__
portalocker.lock(self.lock, portalocker.LOCK_NB|portalocker.LOCK_EX)
File "C:\apps\omero_dist\lib\python\portalocker.py", line 93, in lock
raise LockException(LockException.LOCK_FAILED, exc_value[2])
portalocker.LockException: (1, 'The process cannot access the file because anoth
er process has locked a portion of the file.')
Traceback (most recent call last):
File "C:\path1\omeroinstdir\bin\\omero", line 123, in <module>
rv = omero.cli.argv()
File "C:\path1\omeroinstdir\lib\python\omero\cli.py", line 1172, in argv
cli.invoke(args[1:])
File "C:\path1\omeroinstdir\lib\python\omero\cli.py", line 722, in invoke
stop = self.onecmd(line, previous_args)
File "C:\path1\omeroinstdir\lib\python\omero\cli.py", line 791, in onecmd
self.execute(line, previous_args)
File "C:\path1\omeroinstdir\lib\python\omero\cli.py", line 871, in execute
args.func(args)
File "C:\path1\omeroinstdir\lib\python\omero\plugins\web.py", line 200, in syncmedia
apps = map(lambda x: x.startswith('omeroweb.') and x[9:] or x, settings.INSTALLED_APPS)
NameError: global name 'settings' is not defined
Change History (18)
comment:1 Changed 8 years ago by jmoore
- Description modified (diff)
comment:2 Changed 8 years ago by ajpatterson
- Sprint set to 2011-10-13 (1)
comment:3 Changed 8 years ago by jburel
- Owner set to atarkowska
comment:4 Changed 8 years ago by jmoore
- Milestone changed from OMERO-Beta4.3.3 to OME-5.0
- Priority changed from minor to blocker
- Sprint changed from 2011-10-13 (1) to 2011-10-27 (1)
comment:5 Changed 8 years ago by jburel
- Sprint changed from 2011-10-27 (1) to 2011-11-10 (2)
Moved from sprint 2011-10-27 (1)
comment:6 Changed 8 years ago by jburel
- Sprint changed from 2011-11-10 (2) to 2011-11-29 (3)
Moved from sprint 2011-11-10 (2)
comment:7 Changed 8 years ago by jmoore
- Sprint changed from 2011-11-29 (3) to 2011-12-13 (4)
Moved from sprint 2011-11-29 (3)
comment:8 Changed 8 years ago by jburel
- Sprint changed from 2011-12-13 (4) to 2011-12-27 (5)
Moved from sprint 2011-12-13 (4)
comment:9 Changed 8 years ago by jburel
- Sprint changed from 2012-01-03 (5) to 2012-01-17 (6)
Moved from sprint 2012-01-03 (5)
comment:10 Changed 8 years ago by jburel
- Sprint changed from 2012-01-17 (6) to 2012-01-31 (7)
Moved from sprint 2012-01-17 (6)
comment:11 Changed 8 years ago by jmoore
- Sprint changed from 2012-01-31 (7) to 2012-02-14 (8)
Moved from sprint 2012-01-31 (7)
comment:12 Changed 8 years ago by atarkowska
- Description modified (diff)
- Sprint 2012-02-14 (8) deleted
I remove that ticket from the sprint as this issue requires testing Windows environment. In the nearest web meeting we will discuss how do we want to deploy it and when it will happen.
comment:13 Changed 8 years ago by atarkowska
- Summary changed from Bug: fix install_web docs re. quote handling on Windows to DOC: fix install_web docs re. quote handling on Windows
comment:14 Changed 7 years ago by jmoore
- Cc rleigh bpindelski added; omero-team@… removed
Roger / Blazej: could one of you pick up this ticket?
comment:15 Changed 7 years ago by bpindelski
- Owner changed from atarkowska to bpindelski
- Status changed from new to accepted
comment:16 Changed 7 years ago by bpindelski
- Remaining Time set to 0.5
comment:17 Changed 7 years ago by bpindelski
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from accepted to closed
Pushing solely because we'd like to go ahead and close the milestone though Ola is away. But this should be taken care of as soon as possible. If anyone knows the best explanation of whitespace handling for Windows, please speak up.