[Remoting] - Re: java.lang.ClassNotFoundException
by yantriki
When I remove Serializable interface from the ClientCallbackHandler then I get the following error:
| socket://localhost:6034
| Starting remoting server with locator uri of: InvokerLocator [socket://127.0.0.1:6035/]
| java.rmi.MarshalException: Failed to communicate. Problem during marshalling/unmarshalling; nested exception is:
| java.io.NotSerializableException: org.vss.service.license.client.ClientCallbackHandler
| at org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:306)
| at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:143)
| at org.jboss.remoting.Client.invoke(Client.java:525)
| at org.jboss.remoting.Client.invoke(Client.java:488)
| at org.jboss.remoting.Client.addListener(Client.java:714)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959301#3959301
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959301
19 years, 9 months
[Security & JAAS/JBoss] - Re: CLIENT-CERT configuration
by adamw
Hello,
I have read the three pages (the first two I have already read before), but they didn't bring any help. I added
| <category name="org.jboss.security">
| <priority value="TRACE" class="org.jboss.logging.XLevel"/>
| </category>
|
to log4j.xml but still I don't see any logging. Also, I noticed that when I invoke my servlet through https I get "HTTP Status 401 - Cannot authenticate with the provided credentials", and when I invoke it through http I get "HTTP Status 400 - No client certificate chain in this request". I'm still not sure what certificates should be where - files, that is. I assume that server.keystore should contain both server and authorized clients certificates? And that file should be in /serfer/all/conf?
--
Cheers,
Adam
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959298#3959298
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959298
19 years, 9 months