Hello All,
I have a Wicket application on the JBoss-4.2.2 GA server. User visits the link: https://name_of_host.com:8443/webform/?code=c30bd05e-da65-45ab-9217-fcb72969 1138 And receive the error message in the browser: ================================================== Unexpected RuntimeException Last cause: $Proxy153 cannot be cast to org.omg.CORBA.Object WicketMessage: Can't instantiate page using constructor 'public de.connectodent.HomePage(org.apache.wicket.request.mapper.parameter.PagePara meters)' at . Stacktrace Root cause: java.lang.ClassCastException: $Proxy153 cannot be cast to org.omg.CORBA.Object at com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteOb ject.java:212) at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:131) at de.connectodent.server.ConnectToServer.lookupHandlers(ConnectToServer.java:5 12) ... ================================================== Immediately after pressing the browser's Refresh button - this message disappears and the application works fine. I see this error the same in FireFox and in Opera. Please prompt how to avoid the appearance of this message? Thanks, Ivan
