aspose file tools
The moose likes Other Java Products and Servers and the fly likes Security Exception - com.sun.jersey.api.client.ClientHandlerException java.security.AccessControl Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "Security Exception - com.sun.jersey.api.client.ClientHandlerException java.security.AccessControl" Watch "Security Exception - com.sun.jersey.api.client.ClientHandlerException java.security.AccessControl" New topic
Author

Security Exception - com.sun.jersey.api.client.ClientHandlerException java.security.AccessControl

Sabarish Venkat
Ranch Hand

Joined: Jan 18, 2012
Posts: 133

am getting a security exception when i run a servlet which access the third party API. Am using Google App engine as server. i had listed below the error log can any one help me to solve it
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
GAE does not support any and all Java libraries. Check Google's documentation whether you're running into a GAE-specific problem. As you've found out, there's also a security manager present which further limits what you can do (which there isn't generally if you use Tomcat to run your own web apps).


Android appsImageJ pluginsJava web charts
Sabarish Venkat
Ranch Hand

Joined: Jan 18, 2012
Posts: 133

Thank for your reply ulf, I had added a keytool file as it rises the security problem. With this help of code SSL CLIENT FOR JAVA am not getting the security error but when in the SSL CLIENT CODE i have to add a base url in the line this shows me 401 not authorized Exception
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Security Exception - com.sun.jersey.api.client.ClientHandlerException java.security.AccessControl
 
Similar Threads
database connection problem in gwt
Problem with Ext - GWT and hibernate (without Spring)
GWT with database connection
Error starting Applikation in Eclipse Developer Mode
Error when calling EntityManager