ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Java Corba Agent

Post new topic  Reply to topic
 Java Corba Agent « View previous topic :: View next topic » 
Author Message
Mark
PostPosted: Wed Jan 30, 2002 7:45 pm    Post subject: Reply with quote

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
View user's profile Send private message
manoj
PostPosted: Thu Jan 31, 2002 2:23 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Yahoo Messenger
Mark
PostPosted: Thu Jan 31, 2002 8:01 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Java Corba Agent
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.