Can anyone explain what the underlying problem is that causes the below exception (visible in the client log at startup), or at least what ARIS is trying to do when the exception occurs?
java.lang.NullPointerException
at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.tryMultipleMechanisms(Unknown Source)
at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.detectProxySettings(Unknown Source)
at com.idsscheer.aris.client.container.common.AARISClientContainer.init(Unknown Source)
at com.idsscheer.aris.client.container.common.AARISClientContainer.init(Unknown Source)
at com.idsscheer.aris.client.arisloader.AAbstactLoader.start(Unknown Source)
at com.idsscheer.aris.expresslauncher.AExpressLauncher.startClient(AExpressLauncher.java:128)
at com.idsscheer.aris.expresslauncher.AExpressLauncher.main(AExpressLauncher.java:95)
Frank Weyand on
Hi,
the exception occurrs during proxy detection in order to check whether Express is registered (or just to load the banner on the top of the application).
This is just a log, that does not have any side effects and the should not be shown anymore in 2.4d.
Bye,
Frank