Hi,

I have configured the KMIP4J Server,

  1. Started the DB (Ant Task)
  2. Deployed KMIPWebAppServer
  3. Configured KMIP4J Client
  4. Ran the Client program

I was getting below error, please advise

INFO :: Hello KMIPClient! What a beatiful day;)
INFO :: KMIPStubTransportLayerHTTPS initialized...
INFO :: Connection to: https://localhost:8443/KMIPWebAppServer/KMIPServlet
java.io.FileNotFoundException:
https://localhost:8443/KMIPWebAppServer/KMIPServlet
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1688)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
at
ch.ntb.inf.kmip.stub.transport.KMIPStubTransportLayerHTTPSLocalHost.executePost(KMIPStubTransportLayerHTTPSLocalHost.java:144)
at
ch.ntb.inf.kmip.stub.transport.KMIPStubTransportLayerHTTPSLocalHost.send(KMIPStubTransportLayerHTTPSLocalHost.java:106)
at ch.ntb.inf.kmip.stub.KMIPStub.processRequest(KMIPStub.java:101)
at ch.ntb.inf.kmip.client.SimpleKMIPClient.main(SimpleKMIPClient.java:25)

Thanks
Sreekanth P.