Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Problem while connecting from orion server to a RMI Server

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to connect from orion application server to a RMI server, but I am getting the following error,
Exception : access denied (java.net.SocketPermission 176.1.111.44:2005 connect,resolve)
java.security.AccessControlException: access denied (java.net.SocketPermission 176.1.111.44:2005 connect,resolve)
Can any one help me to solve the problem. Is there any special configuration to be made in orion server? If so please pass on the steps to be done the orion server. I have given below exact scenario,
1. I have an application, which uses EJB and JSP.
2. I am trying to access a RMI method, which has in different machine, from my JSP file.
3. I would like to display the value, which returns from the RMI method.
Thanks in advance.
Venkat
 
reply
    Bookmark Topic Watch Topic
  • New Topic