Troubleshooting
Problem
MDM Event Manager client script startScheduleController.sh / startScheduleController.bat throws java.security.PrivilegedActionException: java.io.FileNotFoundException as shown below.
Symptom
JSAS0631E: [file:/properties/sas.client.props] Exception reading com.ibm.CORBA.ConfigURL=java.security.PrivilegedActionException: java.io.FileNotFoundException: /properties/sas.client.props (No such file or directory)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:122)
at com.ibm.ws.security.config.ConfigURLProperties.loadPropertiesFile(ConfigURLProperties.java:153)
at com.ibm.ws.security.config.ConfigURLProperties.init(ConfigURLProperties.java:95)
...
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
at javax.naming.InitialContext.lookup(InitialContext.java:436)
at com.dwl.commoncomponents.eventmanager.client.EventDetectionJob$1.callEM(EventDetectionJob.java:169)
at com.dwl.commoncomponents.eventmanager.client.EventDetectionJob$1.run(EventDetectionJob.java:154)
at java.util.Timer$TimerImpl.run(Timer.java:296)
Caused by: java.io.FileNotFoundException: /properties/sas.client.props (No such file or directory)
at java.io.FileInputStream.<init>(FileInputStream.java:137)
at java.io.FileInputStream.<init>(FileInputStream.java:96)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:82)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.ja…
at java.net.URL.openStream(URL.java:1022)
at com.ibm.ws.security.config.ConfigURLProperties$1.run(ConfigURLProperties.java:160)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
... 39 more
. Exception: {2}
Note, the startScheduleController.sh / startScheduleController.bat starts up without a problem. The problem occurs only when you start running event detections by invoking runEventDetection.sh / runEventDetection.bat.
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
27 April 2022
UID
swg21686370