------=_NextPart_000_0005_01BE2907.25B680E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
I urgently need your help, please. We are developing a product, 90% =
written in java. CORBA (visibroker) is as well a technologie we are =
using.
Up to a few days ago, we developed using JDK1.1.6, and then we updated =
to JDK1.2.
When I now run our program (using an ORB) I get a java =
SecurityException, as follows:
***********************************************
java.lang.SecurityException: ORBSingleton: access denied
at =
com.sun.CORBA.idl.ORBSingleton.string_to_object(ORBSingleton.java:229
)
at smtool.SMT.init(SMT.java:185)
at sun.servlet.ServletLoader.loadServlet(ServletLoader.java:102)
at sun.servlet.http.HttpServer.getServlet(HttpServer.java:330)
at =
sun.servlet.http.HttpServerHandler.sendResponse(HttpServerHandler.jav
a:152)
at sun.servlet.http.HttpServerHandler.handleConnection(Compiled =
Code)
at sun.servlet.http.HttpServerHandler.run(Compiled Code)
at java.lang.Thread.run(Thread.java:479)
**************************************************
I noticed that JDK1.2 does some settings in registry (WinNT), and =
neither path nor a classpath setting is required. I fully installed it =
(126 MB) and do not want to remove it (I want to experience the new =
features), but I need to run the older JDK to get it working. Is there a =
way to modify the registry entry(ies) to not have the JDK1.2 being used =
automatically? I could manually run the java-interpreter of the JDK116 =
for one part of our product. But the second part (a serlvet...JDSK) is =
tested using the "servletrunner",which I cannot force the JDK to be =
used.
Help is highly appreciated. I could also guess, that this problem has to =
do with the new Security-Policy in JDK1.2...
I would really like to know, how I could get the ORB running using =
JDK1.2.
Thank you very much in advance !
Best regards,
Rainer
------=_NextPart_000_0005_01BE2907.25B680E0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">