Opened 10 years ago
Last modified 10 years ago
#1900 closed defect
Raw data importer fails: A handler with ID '1728751927' is already registered — at Initial Version
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.4 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
There have been a couple of cases on the production server when the raw data importer fails with:
net.sf.basedb.core.signal.SignalException: A handler with ID '1728751927' is already registered: net.sf.basedb.core.signal.DelegatingSignalHandler@670aa937 at net.sf.basedb.core.signal.AbstractSignalReceiver.registerSignalHandler(AbstractSignalReceiver.java:173) at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:109) at net.sf.basedb.core.InternalJobQueue$JobRunner.run(InternalJobQueue.java:571) at java.lang.Thread.run(Thread.java:745)
Restarting the import usually resolves the problem.
Note:
See TracTickets
for help on using tickets.