Re: java.security.AccessControlException

2004-11-09 Thread tony . q . weddle
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

Re: java.security.AccessControlException

2004-11-09 Thread Christian Schröder
[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

Re: java.security.AccessControlException

2004-11-09 Thread tony . q . weddle
++) 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

Re: java.security.AccessControlException

2004-11-09 Thread Christian Schröder
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

java.security.AccessControlException

2004-11-08 Thread Christian Schröder
: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

Re: java.security.AccessControlException: access denied (java.io.FilePermission

2003-12-10 Thread shadin_10-postings
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

Re: java.security.AccessControlException: access denied (java.io.FilePermission client-config.wsdd read)

2003-12-06 Thread kevinc
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

java.security.AccessControlException: access denied (java.io.FilePermission client-config.wsdd read)

2003-12-06 Thread Dinesh Ganesh
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

java.security.AccessControlException

2003-07-22 Thread Kareem S. Ghazal
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