You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keywords are optional, but leaving this field empty results in a nullpointer exception causing a HTTP 500:
Caused by: java.lang.NullPointerException
at java.util.StringTokenizer.<init>(StringTokenizer.java:199) ~[?:?]
at java.util.StringTokenizer.<init>(StringTokenizer.java:221) ~[?:?]
at eu.clarin.cmdi.virtualcollectionregistry.gui.pages.crud.v2.editor.CreateAndEditPanel.persist(CreateAndEditPanel.java:524) ~[classes/:?]
at eu.clarin.cmdi.virtualcollectionregistry.gui.pages.crud.v2.editor.CreateAndEditPanel.access$700(CreateAndEditPanel.java:37) ~[classes/:?]
at eu.clarin.cmdi.virtualcollectionregistry.gui.pages.crud.v2.editor.CreateAndEditPanel$5.onClick(CreateAndEditPanel.java:279) ~[classes/:?]
The text was updated successfully, but these errors were encountered:
Keywords are optional, but leaving this field empty results in a nullpointer exception causing a HTTP 500:
The text was updated successfully, but these errors were encountered: