Java RMI Applet Error
Hi All,
I have installed Windchill 10 M020. Everything seems to be working finr except the Workflow Template Management. I'm not able to open a workflow. After a few troubleshooting, I found that it's a RMI access permission. This is the error which I got in JRE console.
Exception in thread "Thread-12" java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:5003 connect,resolve)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkConnect(Unknown Source)
at sun.plugin2.applet.Applet2SecurityManager.checkConnect(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.checkConnectPermission(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at wt.method.MethodServerImpl_Stub.invoke(Unknown Source)
at wt.method.RemoteMethodServer.invoke(RemoteMethodServer.java:654)
at wt.clients.workflow.definer.ProcessInfo.getWfProcessTemplate(ProcessInfo.java:176)
at wt.clients.workflow.definer.WfTemplateEditorApplet$ViewThread.run(WfTemplateEditorApplet.java:335)
I'm using JRE 1.6.0_31 which seems to be a supported one.
I even added "permission java.security.AllPermission;" in the java.policy file under C:\ptc\Windchill_10.0\Java\jre\lib\security, but to no avail.
Please suggest.
Thanks,
Wasim

