Problem in signed applets

Hi,

Actually I have a signed applet, the applet is signed and with that applet I am able to write and do some other actions also. But, after sometime I upload the files to the server using the HttpClient from apache. When I do this it generates access denied exception.

The Stack trace is as follows

Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission org.apache.commons.logging.LogFactory.HashtableImpl read)

at java.security.AccessControlContext.checkPermission(Unknown Source)

at java.security.AccessController.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)

at java.lang.System.getProperty(Unknown Source)

at org.apache.commons.logging.LogFactory.createFactoryStore(LogFactory.java:320)

at org.apache.commons.logging.LogFactory.<clinit>(LogFactory.java:1725)

Any Pointers will help

Regards,

Gangotri

[1046 byte] By [Gangotri.a] at [2007-11-27 4:22:56]
# 1
Have you placed the security policy file in the right place?
kotaonlinea at 2007-7-12 9:30:24 > top of Java-index,Desktop,Core GUI APIs...
# 2

Hi,

Yes I have placed the policy file in a proper place, in my home directory.

Only because of the policy file, I am able to write contents to the host where the applet is running.

Thanks for the interest.

I wanted to know whether the area where the hash table log is in the restricted areas where the signed applet cannot access.

Regards,

Gangotri.

Gangotri.a at 2007-7-12 9:30:24 > top of Java-index,Desktop,Core GUI APIs...