ORBSingleton connect error
2 Message(s) by 2 Author(s) originally posted in java corba
| From: france.macchi |
Date: Tuesday, July 04, 2006
|
hi,
I've a problem with my
server application. When the
class runs it
generates this
message :
ERROR: JAVA.lang.Security.Exception: ORBSingleton: access denied
JAVA.lang.Security.Exception: ORBSingleton: access denied
at com.sun.corba.se.impl.orb.ORBSingleton.connect (Unknown
Source)
at LoginServer.main(LoginServer.JAVA:31)
wrote in message the
code with netbeans.
Can you help me to find the cause for this
error please??????
Thank you.
| From: =?ISO-8859-2?Q?Pawe=B3_Stobi=F1ski?= |
Date: Wednesday, July 05, 2006
|
france.macchi@xxxxxxxxxxx napisa³(a):
hi,
I've a problem with my server application. When the class runs it
generates this message:
ERROR: JAVA.lang.Security.Exception: ORBSingleton: access denied
JAVA.lang.Security.Exception: ORBSingleton: access denied
at com.sun.corba.se.impl.orb.ORBSingleton.connect (Unknown
Source)
at LoginServer.main(LoginServer.JAVA:31)
wrote in message the code with netbeans.
Can you help me to find the cause for this error please??????
As evident, grant some permissions in the policy def. file.br,
--
Pawe³ Stobiñski // SQ9NRY/5 // GG 0x4F9228
"Windows [n.], A 32-
bit extension and
GUI shell to a 16-bit
patch to
an 8-bit operating
system originally coded for a 4-bit microprocessor
and produced by a 2-bit company without 1 bit of sense
-
http://kevan.org/brain.cgi?pablosiak <<-
Next Message: Structs and null pointer exceptions
Blogs related to ORBSingleton connect error
Re: [tao-users] Java Orbacus Client not working with TAO Server
ORBSingleton \ CorbaGatewayClient "-OAversion 1.0" In case of Command 2,
... this is
error message print-out from the other-side (OrbArcus)
java.lang.
... Transport_Connector::
connect, opening Transport[18] in TAO_CLIENT_ROLE TAO
...
Re: [tao-users] Java Orbacus Client not working with TAO Server
java -Dorg.omg.CORBA.ORBClass=3Dcom.ooc.CORBA.ORB = \. -Dorg.omg.CORBA.ORBSingletonClass=3Dcom.ooc.CORBA.
ORBSingleton = \. CorbaGatewayClient "-OAversion = 1.0". In case of Command 2, I am getting following
error - warning: ORB.init:
...
ORBSingleton connect error
Summary: I have a problem with my server application. ...
ERROR:
java.lang.Security.Exception:
ORBSingleton: access denied ... I use windows xp, and I wrote the code with netbeans. ...