• 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

EJB Deployment Problem

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,
I am having problems deploying EJB using J2ee(Sun's) Deployment tool.
I am getting the following error:
java.rmi.RemoteException: Error processing ejb jar:access denied(java.io.FilePermission g:\jdk1.2\lib\ext read)
I have tried several ways to rectify this error but in vain.For eg. I have checked the file permissions on that directory ensured that they have full access..i have also tried to grant permissions on that directory in the policy file, given security permissions, even crosschecked the server.policy file in the lib/security folder of j2ee but still the problem persists.
There is also another problem i am facing..i am unable to run jsp pages in the browser..it is giving the root cause as AccessControlException ..access
denied(java.io.FilePermission g:\jdk1.2\lib\ext read).
For your information ..the platform that I work on is WinNT Workstation 4.0.
Could anybody guide me as to what the problem could be and find me a solution towards it.
Thanks in advance ..
Sumit
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic