java.lang.IllegalArgumentException: No enum const class com.sap.portal.system.SystemCapability.NAV_HEIRARCHY
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 843851, 1 year ago
via freecol by avaris
, 2 years agovia GitHub by dexception
, 2 months agovia GitHub by lodici
, 7 months agovia apache.org by Unknown author, 2 years ago
java.lang.IllegalArgumentException: No enum const class com.sap.portal.system.SystemCapability.NAV_HEIRARCHY
at java.lang.Enum.valueOf(Enum.java:196)
at com.sap.portal.system.SystemCapability.valueOf(SystemCapability.java:1)
at com.sap.portal.system.SystemsService.propertiesToSystem(SystemsService.java:107)
at com.sap.portal.system.SystemsService.loadFromFile(SystemsService.java:73)
at com.sap.portal.system.SystemsService.
(SystemsService.java:21) at systemmanager.sysutils.SystemHandler.getSystems(SystemHandler.java:23)
at systemmanager.SystemDataHandler.retrieveSystems(SystemDataHandler.fx:85)
at systemmanager.SystemDataHandler.retrieveSystems(SystemDataHandler.fx:85)
at systemmanager.SystemDataHandler.userInit$(SystemDataHandler.fx:77)
at systemmanager.SystemDataHandler.userInit$(SystemDataHandler.fx:77)
at com.sun.javafx.runtime.FXBase.complete$(FXBase.java:56)
at systemmanager.SystemDataHandler.initialize$(SystemDataHandler.fx:68)
at systemmanager.SystemDataHandler.initialize$(SystemDataHandler.fx:68)
at systemmanager.SystemDataHandler.
(SystemDataHandler.fx:68) at systemmanager.SystemDataHandler.
(SystemDataHandler.fx:68) at systemmanager.Controller.applyDefaults$(Controller.fx:60)
at systemmanager.Controller.applyDefaults$(Controller.fx:60)
at com.sun.javafx.runtime.FXBase.applyDefaults$(FXBase.java:65)
at systemmanager.Controller.initialize$(Controller.fx:49)
at systemmanager.Controller.initialize$(Controller.fx:49)
at systemmanager.Controller.
(Controller.fx:49) at systemmanager.Controller.
(Controller.fx:49) at systemmanager.Main.javafx$run$(Main.fx:142)
at systemmanager.Main.javafx$run$(Main.fx:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)