[midPoint] Java Connector Server
Davy Priem
davy.priem at vives.be
Mon Oct 25 15:39:16 CEST 2021
Hi,
I should be able to read/modify a csv file on a remote server so I looked at the Java Connector Server. I can start the server, but when I put the CSV jar file in the bundles directory, the server won’t start anymore, giving a null exception. Does anyone have a clue what could be wrong?
Exception in thread "main" java.lang.NullPointerException
at org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser.getAttributes(ConnectorBundleManifestParser.java:55)
at org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser.<init>(ConnectorBundleManifestParser.java:50)
at org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl.processURL(LocalConnectorInfoManagerImpl.java:200)
at org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl.lambda$expandBundles$0(LocalConnectorInfoManagerImpl.java:99)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1085)
at org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl.expandBundles(LocalConnectorInfoManagerImpl.java:89)
at org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl.<init>(LocalConnectorInfoManagerImpl.java:76)
at org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl.getLocalManager(ConnectorInfoManagerFactoryImpl.java:83)
at org.identityconnectors.framework.server.impl.ConnectorServerImpl.start(ConnectorServerImpl.java:71)
at org.identityconnectors.framework.server.Main.run(Main.java:175)
at org.identityconnectors.framework.server.Main.main(Main.java:101)
I tried connector version 1.5.0.10 and 1.5.0.18. CSV jar version 2.4
Davy Priem
More information about the midPoint
mailing list