Opened 9 years ago

Last modified 9 years ago

#1900 closed defect

Raw data importer fails: A handler with ID '1728751927' is already registered — at Version 1

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.4
Component: coreplugins Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

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.

Change History (1)

comment:1 by Nicklas Nordborg, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.