• 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

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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic