• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

AccessControlException

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have deployed an application for client callback using rmi in tomcat.
Now when i try to run the applet as :
http://localhost:8080/ProgressBar/jsp/rmi.html
i get the following exception :
java.security.AccessControlException: access denied (java.net.SocketPermission 192.168.0.24:2293 connect,resolve)

How do i resolve this?
regards
 
High Plains Drifter
Posts: 7289
Netbeans IDE VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Deshmukh N -
Please change your display name to conform to JavaRanch's naming policy.
Thanks,
[ July 10, 2002: Message edited by: Michael Ernest ]
 
Michael Ernest
High Plains Drifter
Posts: 7289
Netbeans IDE VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Probably your server application doesn't have an associated policy file that allows the client to pass it a stub. You'll have to do that through the Tomcat container, so I've moved your other question into that forum.
PLease do not cross-post or post the same question under multiple topics. It's easiest for people to help you if there is one question to answer in one place.
Thank you,
 
veda patil
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i got it
sign the applet.
 
reply
    Bookmark Topic Watch Topic
  • New Topic