1. Signed Java Applet Throws Security Exception on Connect to a Webservice stackoverflow.comI have an java applet running on tomcat 5.5. It is signed ( -selfcert). I still get an |
2. IBM WEME J9 Invalid Padding Exception stackoverflow.comI am using the IBM Websphere Everyplace Micro Environment JVM on a Windows Mobile 6 device. My application uses HTTPS connections and I have everything set up appropriately to use ... |
3. Will client JVM for a web service(https) throw an SSL Exception when the server is having a valid certificate from a CA? stackoverflow.comI have a web service deployed on tomcat hosted on a remote server. I have set it up such that it can be accessed only via HTTPS. For this, I generated a ... |
4. WebSphere MQ Security Authentication Exception on Unix stackoverflow.comWe have our application running on a Sun Solaris system and have a local WebSphere MQ installation. The applcation uses bindings mode to connect to queue manager. When trying to send ... |
5. Jboss SLF4J Security exception when deploying stackoverflow.comI had to deploy applications at work and i tried to deploy a file called "ReportService.WAR", then i deploy it using Jboss 6.0.0 and got this error
|
6. Why does a remote EJB Call throw a org.jboss.remoting.serialization.ClassLoaderUtility Exception? stackoverflow.comI have a login module which calls a remote EJB (JBOSS 5.1) to get a javax.security.auth.Subject:
On the remote side the subject is ... |
7. Axis2 Rampart client "Security Namespace null" exception stackoverflow.comThis is the exception that I am seeing when I try to consume a webservice.
|
8. getting exception while invoking a SOAP service on HTTPS with web security stackoverflow.comPlease help me in resolving this issue. I'm writing a java SOAP client to hit a SOAP service of some third party that is working on HTPPS & accepts web-security in header. ... |
9. security exception thrown will running application coderanch.comwhen i tried to load application it gave me this message. unsigned application requesting unrestricted access to system unsigned resource:http://localhost:8080/notepad/notepad.jar Now please give the steps to make my jar signed. My jnlp file is |
10. Web Service SOAP exception when security access denied. coderanch.comHi, I'm using CXF webservices generated from a WSDL with SOAP document style. Under normal conditions, the client and server work fine, and can I read info back from the the server (SOAP http messages passed between both) However, for some servers, I am using SUNs Policy Agent, which checks for an authentication token in the http header cookie before allowing ... |
11. security exception coderanch.comHi! I need your help. I'm working with IBM portal and portlets.When I am unmarshalling a xml with JAXB I get this error. I have no idea where is the problem. I have the jaxb libraries in \\IBM\\WebSphere\\PortalServer\\shared\\ext folder. [23/11/09 9:53:06:664 CET] 00000066 SystemErr R java.lang.SecurityException: Signers of 'com.sun.xml.bind.validator.SAXLocator' do not match signers of other classes in package [23/11/09 9:53:06:664 CET] ... |
12. web service security, Invalid Key exception. coderanch.comwe are getting java.security.InvalidKeyException: Illegal key size or default parameters exception while decrypting a data file. we have IBM web sphere 6.1. and in the websphere Java/jre/lib/Security I have the two jars. local_policy.jar and US_export_policy.jar but Still I'm getting this exception. Caused by: java.security.InvalidKeyException: Illegal key size or default parameters at javax.crypto.Cipher.a(Unknown Source) at javax.crypto.Cipher.init(Unknown Source) at javax.crypto.Cipher.init(Unknown Source) at com.edifecs.shared.filestore.ECCrypto.getDecryptionStream(ClientFileStore.java:539) ... |