Title: Message
I am guessing you see this in applet log file.
 
Axis (client) tries to write its log file.  Since you are running in an applet, it tries to write on the client station.  Since it is not possible to write to the local disk from an applet sandbox, then you get this exception.
 
One way to prevent this is (maybe) to sign your applet.  The user will then grant the right to the applet to write to the local disk.
 
Unless there is a way to configure axis to NOT write to the local disk for logging?
 
Christian Faucher


-----Message d'origine-----
De : Philip Baruc [mailto:[EMAIL PROTECTED]]
Envoyé : mardi, février 15, 2005 10:37
À : [EMAIL PROTECTED]
Objet : problems invoking axis soap from an applet


I've seen acouple of post similiar to this one.

I'm trying to invoke axis soap from an applet and i
keep getting this error.

 Caused by: java.security.AccessControlException:
access denied \
(java.util.PropertyPermission org.apache.commons.discovery.log.level read)

I've seen acouple of people posting the same problem.
has there been a solution to this?

pbaruc

=====
---------------------------
Philip G. Baruc
[EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


"Ce message est confidentiel, à l'usage exclusif du destinataire ci-dessus et son contenu ne représente en aucun cas un engagement de la part de AXA, sauf en cas de stipulation expresse et par écrit de la part de AXA. Toute publication, utilisation ou diffusion, même partielle, doit être autorisée préalablement. Si vous n'êtes pas destinataire de ce message, merci d'en avertir immédiatement l'expéditeur."

"This e-mail message is confidential, for the exclusive use of the addressee and its contents shall not constitute a commitment by AXA, except as otherwise specifically provided in writing by AXA. Any unauthorized disclosure, use or dissemination, either whole or partial, is prohibited. If you are not the intended recipient of the message, please notify the sender immediately."

Reply via email to