Actions
bug #6174
closedLIE when deleting new name
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
normal
Found in Version:
Description
What I did:
- Open name bulk editor
- Create new name (e.g. Testus species)
- Save
- Search for Testus*
- Delete name => Exception
LIE for hybridParentRelations, but for some reason this exception is not caught correctly. Please also check why exception handling does not work correctly.
login : admin editor version : 4.4.0.201611012350 server : 160.45.63.175 / edit-test schema version : 4.0.0.0.201604200000 os : Windows 7 6.1 amd64 java : 1.8.0_91 java.lang.Throwable: Error thrown but no associated exception at eu.etaxonomy.taxeditor.model.MessagingUtils.getDefaultThrowable(MessagingUtils.java:239) at eu.etaxonomy.taxeditor.model.MessagingUtils.errorDialog(MessagingUtils.java:323) at eu.etaxonomy.taxeditor.model.MessagingUtils.errorDialog(MessagingUtils.java:288) at eu.etaxonomy.taxeditor.bulkeditor.handler.DeleteHandler.execute(DeleteHandler.java:364) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241) at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829) at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815) at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at eu.etaxonomy.taxeditor.Application.start(Application.java:24) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
found in 4.4 nightly
Related issues
Updated by Andreas Müller over 6 years ago
- Related to bug #5692: Delete a person within the bulk editor deletes the person even if not saved added
Updated by Andreas Müller over 6 years ago
It looks like the error does not happen always. So please play around a bit, also with different order for save, search, etc.
Updated by Andreas Müller over 6 years ago
- Related to bug #6175: Exception when deleting transient object added
Updated by Katja Luther over 6 years ago
the original exception is :
org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: eu.etaxonomy.cdm.model.name.NonViralName.hybridParentRelations, could not initialize proxy - no Session
at org.hibernate.collection.internal.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:567)
at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:205)
at org.hibernate.collection.internal.AbstractPersistentCollection.readSize(AbstractPersistentCollection.java:146)
at org.hibernate.collection.internal.PersistentSet.isEmpty(PersistentSet.java:149)
at eu.etaxonomy.cdm.api.service.NameServiceImpl.isDeletable(NameServiceImpl.java:908)
at eu.etaxonomy.cdm.api.service.NameServiceImpl.isDeletable(NameServiceImpl.java:1)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
Updated by Katja Luther over 6 years ago
this is fixed by changing the args of isDeletable to UUID.
Updated by Katja Luther over 6 years ago
- Target version changed from Unassigned CDM tickets to Release 4.4
Updated by Katja Luther over 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib|645658b9cc716e53f2a6ccf1d8d200c771c1a4c6.
Updated by Katja Luther over 6 years ago
- Assignee changed from Katja Luther to Andreas Müller
Updated by Andreas Müller over 6 years ago
- Status changed from Resolved to Closed
- Assignee changed from Andreas Müller to Katja Luther
- % Done changed from 50 to 100
Seems to be fixed
Actions