Troubleshooting
Problem
When trying to create a PDContext an exception is thrown referring to a "Null configuration URL"
Symptom
Wrappered Exception: java.security.PrivilegedActionException: java.net.UnknownHostException: C[ HPDJA0108E Invalid argument: Null configuration URL]
Cause
The configuration file is not able to be loaded.
Resolving The Problem
When specifying the URL for the configuration file (properties file for the application which was specified when you ran the SvrSslCfg configuration), ensure that you have 3 "/" so that the file path is absolute....
file:///<yourpath>/file.properties
If you only use file://... then the path is considered relative, and the file will probably not be found.
Was this topic helpful?
Document Information
Modified date:
16 June 2018
UID
swg21512040