|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Java Corba Agent |
« View previous topic :: View next topic » |
Author |
Message
|
Mark |
Posted: Wed Jan 30, 2002 7:45 pm Post subject: |
|
|
Acolyte
Joined: 30 Dec 2001 Posts: 55
|
HI All
I configured Java Corba Agent using FMCZUTIL which created a
batch file . When I run this Batch File it gives me Exception
java.security.AccessControlException . Pls tell me
what I should do to get through from this problem
Thnx in Advance |
|
Back to top |
|
 |
manoj |
Posted: Thu Jan 31, 2002 2:23 pm Post subject: |
|
|
 Master
Joined: 30 Jan 2002 Posts: 237 Location: Virgina
|
Add the following to u r JAVA_HOMEjdkjrelibsecurityjava.policy file
The second grant is required only if u r using websphere as the jndi server.
(start ur websphere server or else u can use tnameserv (sun's))
where 900 - jndiserver port
grant codeBase "file:/C:/Program Files/MQSeries Workflow/bin/-"
{
permission java.util.PropertyPermission "*","read,write";
permission java.net.SocketPermission "*:900","accept,connect,listen,resolve";
permission java.net.SocketPermission "*:1024-","accept,connect,listen,resolve";
permission java.lang.RuntimePermission "accessClassInPackage.sun.misc";
};
grant codeBase "file:/C:/WebSphere/AppServer/lib/-"
{
permission java.util.PropertyPermission "*", "read, write";
permission java.net.SocketPermission "*:*", "accept, connect, listen, resolve";
}; |
|
Back to top |
|
 |
Mark |
Posted: Thu Jan 31, 2002 8:01 pm Post subject: |
|
|
Acolyte
Joined: 30 Dec 2001 Posts: 55
|
Thnx a lot John.
A reply to my question regarding Persistent OID (in Topic List )would be highly helpful to move forward .
Rgds
[ This Message was edited by: Mark on 2002-01-31 20:03 ] |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|