Search code examples
websphereaccess-deniedapplication-server

Websphere application server start access denied


After the installation of websphere in my machine(Windows 7), I created a new websphere application server. gave the classpath and everything. Now when I am trying to start the server there is an error coming: server could not be started. View JVM logs for further details.

In the logs it was mentioned : Caused by: java.security.AccessControlException: Access denied (java.util.PropertyPermission com.ibm.ws.dist.trace.format.on.zos read)


Solution

  • Right click on the start server and select "Run as administrator"...see if that help.