Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deegree console shows an "unable to activate resource: null" when saving an resource #1114

Closed
tfr42 opened this issue Jan 15, 2021 · 2 comments
Labels
bug error issue and bug (fix) console deegree administration console

Comments

@tfr42
Copy link
Member

tfr42 commented Jan 15, 2021

With deegree 3.4.14 the deegree admin console shows the error message "unable to activate resource: null" when saving a change of a configuration file. And the changes are not saved in the file system.

@tfr42 tfr42 added the bug error issue and bug (fix) label Jan 15, 2021
@lgoltz
Copy link
Contributor

lgoltz commented Jan 19, 2021

Stacktrace from the log:

deegree3_1  | [11:50:23]  WARN: [XmlEditorBean] Could not activate Resource null
deegree3_1  | [11:50:23] TRACE: [XmlEditorBean] Exception
deegree3_1  | java.util.ConcurrentModificationException
deegree3_1  | 	at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
deegree3_1  | 	at java.util.ArrayList$Itr.next(ArrayList.java:859)
deegree3_1  | 	at org.deegree.workspace.standard.DefaultWorkspace.destroy(DefaultWorkspace.java:514)
deegree3_1  | 	at org.deegree.console.generic.XmlEditorBean.activate(XmlEditorBean.java:252)
deegree3_1  | 	at org.deegree.console.generic.XmlEditorBean.save(XmlEditorBean.java:210)
deegree3_1  | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
deegree3_1  | 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
deegree3_1  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
deegree3_1  | 	at java.lang.reflect.Method.invoke(Method.java:498)

Relates to #1096

@tfr42
Copy link
Member Author

tfr42 commented Feb 12, 2021

Fixed in v3.4.15 with PR #1097

@tfr42 tfr42 closed this as completed Feb 12, 2021
@tfr42 tfr42 added the console deegree administration console label Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix) console deegree administration console
Projects
None yet
Development

No branches or pull requests

2 participants