Sorry, I can't help any more. However, I'm
surprised that any of the commons libraries would try to install a custom
class loader.
Tony
[EMAIL PROTECTED] wrote:
> It has been a long time since I worked with applets but I think that
> an applet can open connections with the host that served th
[EMAIL PROTECTED] wrote:
It has been a long time since I worked with applets but I think that
an applet can open connections with the host that served the applet.
In this case, if the web service is hosted on the same machine as the
applet, you should have no problems in either loading classes f
++) using Axis/SOAP.
> When I launch the containing HTML page in my webbrowser, I get the
> following stack trace in the java console:
>
> java.lang.ExceptionInInitializerError
> [...]
> Caused by: java.security.AccessControlException: access denied
> (java.lang.RuntimePermission c
rror
[...]
Caused by: java.security.AccessControlException: access denied
(java.lang.RuntimePermission createClassLoader)
[...]
I have already found out that creating a file with special permission
and passing the name of this file as an argument to the AppletViewer
helps to prevent this problem whe
:353)
at java.lang.Thread.run(Thread.java:534)
Caused by: java.security.AccessControlException: access denied
(java.lang.RuntimePermission createClassLoader)
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
at
which extends org.apache.axis.client.Service. I > get the following error:> > > > java.security.AccessControlException: access denied > (java.io.FilePermission client-config.wsdd read)> at > java.security.AccessControlContext.checkPermission(AccessContro
You need to change your security.policy file. So that it reflects io
permission for your class
Dinesh Ganesh wrote:
Hi,
I have written a class which extends
org.apache.axis.client.Service. I get the following error:
java.security.AccessControlException: access denied
Hi,
I have written a class which extends org.apache.axis.client.Service. I get the following error:
java.security.AccessControlException: access denied (java.io.FilePermission client-config.wsdd read) at java.security.AccessControlContext.checkPermission(AccessControlContext.java(Compiled Code
I'm using IBM's WSDK which uses axis and the service I deployed uses UDDI4J
to search for other services, and the UDDIProxy class calls init which
initializes TransportFactory which calls System.getProperties and that is
throwing a java.security.AccessControlException exception. Now I