Task #5811 (closed)
Opened 8 years ago
Closed 8 years ago
BUG: DropBox not starting on Windows boot
| Reported by: | dzmacdonald | Owned by: | cblackburn |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2011-06-16 (14) |
Description
Dropbox does not seem to start if server is started automatically on windows boot.
On Startup of Windows; Server working for insight/Importer.
{
proxy = BlitzManager -t @ BlitzAdapters
}
2011-06-07 03:42:56,775 ERROR [ fsclient.DropBox] (MainThread) Failed to get Session:
Traceback (most recent call last):
File "c:\\omero_dist\\lib\\python\\fsDropBox.py", line 87, in run
retries=self.maxRetries, interval=self.retryInterval)
File "c:\omero_dist\lib\python\omero\util\__init__.py", line 193, in internal_service_factory
raise excpt
NoEndpointException: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2011-06-07 03:42:56,775 ERROR [ fsclient.DropBox] (MainThread) Quitting
2011-06-07 03:42:56,790 INFO [ fsclient.DropBox] (MainThread) Exiting with exit code: -1
Change History (3)
comment:1 Changed 8 years ago by cblackburn
comment:2 Changed 8 years ago by dzmacdonald
Works with
<properties id="DropBox">
...
<property name="omero.fs.maxRetries" value="5"/>
<property name="omero.fs.retryInterval" value="15"/>
comment:3 Changed 8 years ago by cblackburn
- Resolution set to fixed
- Status changed from new to closed
Entry added to Troubleshooting page.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
This may simply be a case of changing the start-up configuration for this use case, increasing the number of retries and/or the period between retries in etc\grid\templates.xml
<properties id="DropBox"> ... <property name="omero.fs.maxRetries" value="5"/> <property name="omero.fs.retryInterval" value="3"/>Donald, if you get a chance to test this can you let me know?