• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Standalone OC4J - RMI-access deny

 
Ranch Hand
Posts: 175
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a web application that connect to a standalaone JAVA application using RMI.

The web application runs in the standalone oc4j_10_1_2 in my local machine (Windows XP). The standalone JAVA application runs in a remote server.

When I tried to connect from the web application from my local machine to the standalone Java application in the remote server, I got following error:

In server.log,
java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:3770 accept,resolve)

In application.log,
java.security.AccessControlException: access denied (java.io.FilePermission C:\JDeveloper10g\oc4j_10_1_2\BC4J\lib\org\apache\struts\action\ActionResources_en_US.properties read)

In my application code, I did not use org\apache\struts\action\ActionResources_en_US.properties .

Can someone help?

Thanks
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic