
Yeah, I just caught this too. Thanks for the feedback. Peter Liang Zhong wrote:
This is because you didn't copy the ReferenParameters of the GenesisII EPR into your SOAP header. You have met the same problem when I first invoke the genesis service.. After I did some modification on my WS-Addressing module, everything is ok.
Best Regards, Liang ZHONG Grid Computing Research Group Institute of Advanced Computing Technology, Beihang University Tel: +86 10 8231 6262 Fax: +86 10 8231 6796 Addr: Room 507, Building G,The New Main Building, 37# Xueyuan Rd., Haidian District, Beijing 100083, PRC -----Original Message----- From: ogsa-hpcp-wg-bounces@ogf.org [mailto:ogsa-hpcp-wg-bounces@ogf.org] On Behalf Of Peter G. Lane Sent: Wednesday, November 08, 2006 11:18 PM To: ogsa-hpcp-wg@ggf.org Subject: [ogsa-hpcp-wg] Genesis ClassCastException
I tried to hack the correct ws-addressing version into my client but got this when trying to access the Genesis endpoint:
2006-11-07 16:48:16,165 DEBUG handlers.MessageLoggingHandler [main,logMessage:58] SOAPEnvelope: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv :Fault><faultcode>soapenv:Server.userException</faultcode><faultstring>java. lang.ClassCastException: edu.virginia.vcgr.htc.container.resource.db.DBServiceResource</faultstring>< detail><ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">warrenton</ns1:hostname></detail></s oapenv:Fault></soapenv:Body></soapenv:Envelope>
Could someone shed some light on this?
Peter