1 Reply Latest reply on May 30, 2006 5:32 AM by balteo

    FileNotFoundException and Keystore

    balteo

      Hello,
      I am trying to invoke a https-secured ejb endpoint. I generated a keystore as explained in the jboss documentation. I set the following properties in the "properties-service.xml" :

      javax.net.ssl.keyStore="/opt/jboss-4.0.3SP1/server/default/conf/chap8.keystore"
      javax.net.ssl.keyStorePassword="rmi+ssl"
      

      When I run the application I get this:
      16:02:56,719 ERROR [PortProxy] Port error
      java.io.FileNotFoundException: "/opt/jboss-4.0.3SP1/server/default/conf/chap8.keystore" (No such file or directory)
      

      I know for a fact that my keystore is indeed in the directory specified above.
      Can anyone help please?
      Thanks in advance,
      Julien.