Topic RSS22:19, EEST
February 21, 2014
OfflineI’m trying to compile the SDK from the sources into a jar. All works well until I’m trying to launch an UaServer built with the compiled jar. Running a server results in an exception, as the NodeManagerRoot class can’t find the Opc.Ua.Nodeset2.xml. The xml is in the same directory as the NodeManagerRoot.class file.
After copying the xml’s into a dedicated resource directory (maven project layout) and changing the loadPath to “/Opc.Ua.NodeSet2.xml” (leading slash) everything functions as expected.
Does the SDK rely on a special classLoader or does the originally provided jar change the loadPath in some initialization?
Thanks,
Hans-Uwe
**********
2015-04-11 23:59:03.614 ERROR [main] com.prosysopc.ua.server.NodeManagerRoot – RuntimeException from init():
java.lang.NullPointerException
at com.prosysopc.ua.server.NodeManagerRoot.loadUaNodeSet2Xml(NodeManagerRoot.java:348)
at com.prosysopc.ua.server.NodeManagerRoot.init(NodeManagerRoot.java:508)
at com.prosysopc.ua.server.NodeManagerTable.init(NodeManagerTable.java:2738)
at com.prosysopc.ua.server.NodeManagementServiceHandler.init(NodeManagementServiceHandler.java:1053)
at com.prosysopc.ua.server.UaServer.initServiceHandlers(UaServer.java:2524)
at com.prosysopc.ua.server.UaServer.init(UaServer.java:1194)
1 Guest(s)

Log In
Register