Re: java.lang.InstantiationException:$Proxy0
Gregg Wonderly <[email protected]> Sun, 8 Feb 2009 13:12:31 -0600
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
lachhman wrote: > I am getting this exception(java.lang.InstantiationException:$Proxy0) while > reconstructing the stub/proxy from the Class instance of stub/proxy. What would be helpful is the full stack trace and more information about whether "I am getting...while reconstructing" refers to actions you've programmed explicitly (such as marshalling and unmarshalling to disk etc.) or something associated with the client activities. Knowing what is being instantiated, in particular might reveal more about the source of the problem. It might be a simple codebase problem where the URL(s) in your codebase are not actually reachable from the client, but it's hard to tell from the information you've provided. Gregg Wonderly =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html