cancel
Showing results for 
Search instead for 
Did you mean: 

Can't find the jmxremote.access file specified

indpatil
Explorer
0 Kudos

Caused by: java.io.FileNotFoundException: jmxremote.access (The system cannot find the file specified) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at com.sun.jmx.remote.security.MBeanServerFileAccessController.propertiesFromFile(MBeanServerFileAccessController.java:294) at com.sun.jmx.remote.security.MBeanServerFileAccessController.<init>(MBeanServerFileAccessController.java:133) at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:372) ... 20 more

I DO NOT KNOW WHERE THE PATH IS SPECIFIED AND FROM WHERE IT IS ADDRESSING. COZ I CAN SEE MANY JMXREMOTE.ACCESS FILES IN HYBRIS FOLDER STRUCTURE. kINDLY HELP ME IN SOLVING. AM GETTING THIS ARROR WHILE STARTING THE HYBRIS SERVER ON LOCALHOST

vwuilbeaux
Discoverer

I have the same issue.
Have you found the solution ?

indpatil
Explorer
0 Kudos

Hi Valentin Wuilbeaux,

Please check the answer posted. WE gonna ROCK !!!!!!!!

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

indpatil
Explorer

Hello Folk,

I have found the solution for above question. I am not sure that this is the exact solution which is required, but it surely by passes the hurdle we face while starting the hybris server,

Adding below line into out local.properties file will allow us to start the server.

tomcat.generaloptions = -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false

Thanks

phoude
Participant
0 Kudos

I have the same error despite having the config from your answer.