This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
socket problem applet not starting
Posted by SundaraPandian on May 03, 2001 at 3:32 AM
hi im also have got the same problem. If u got the solution for this problem Reply immediately thanks ill wait for your reply the java console message is as following com.ms.security.SecurityExceptionEx[clientnet1.start]: cannot access "ROY" at com/ms/security/permissions/NetIOPermission.check (NetIOPermission.java) at com/ms/security/PolicyEngine.deepCheck (PolicyEngine.java) at com/ms/security/PolicyEngine.checkPermission (PolicyEngine.java) at com/ms/security/StandardSecurityManager.chk (StandardSecurityManager.java) at com/ms/security/StandardSecurityManager.chkex (StandardSecurityManager.java) at com/ms/security/StandardSecurityManager.checkConnect (StandardSecurityManager.java) at java/net/InetAddress.getAllByName0 (InetAddress.java) at java/net/InetAddress.getByName (InetAddress.java) at java/net/Socket. (Socket.java) at clientnet1.start (clientnet1.java:30) at com/ms/applet/AppletPanel.securedCall0 (AppletPanel.java) at com/ms/applet/AppletPanel.securedCall (AppletPanel.java) at com/ms/applet/AppletPanel.processSentEvent (AppletPanel.java) at com/ms/applet/AppletPanel.run (AppletPanel.java) at java/lang/Thread.run (Thread.java)
Replies:
|