Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 98545 invoked from network); 8 Nov 2005 23:08:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Nov 2005 23:08:30 -0000 Received: (qmail 91633 invoked by uid 500); 8 Nov 2005 23:08:20 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 90735 invoked by uid 500); 8 Nov 2005 23:08:16 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 90713 invoked by uid 99); 8 Nov 2005 23:08:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2005 15:08:16 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of pratik.parikh@cerner.com designates 159.140.213.148 as permitted sender) Received: from [159.140.213.148] (HELO ns02.cerner.com) (159.140.213.148) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2005 15:08:09 -0800 Received: from cerner.com ([159.140.213.242]) by ns02.cerner.com (smtp) with ESMTP id jA8N7sJe026755; Tue, 8 Nov 2005 17:07:54 -0600 Received: from ([10.160.12.234]) by CT03.cerner.com with ESMTP id KP-TRRB5.7838769; Tue, 08 Nov 2005 17:07:39 -0600 Received: from msbhwhq03.northamerica.cerner.net ([10.160.16.183]) by msscanwhq02.northamerica.cerner.net with InterScan Messaging Security Suite; Tue, 08 Nov 2005 17:07:38 -0600 Received: from MSMBWHQ10.northamerica.cerner.net ([10.160.16.10]) by msbhwhq03.northamerica.cerner.net with Microsoft SMTPSVC(6.0.3790.1830); Tue, 8 Nov 2005 17:07:38 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5E4B9.3649AAEC" Subject: Is this a bug?? Date: Tue, 8 Nov 2005 17:07:37 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Is this a bug?? Thread-Index: AcXkuTWcOf2AL7DdSumlt0nzbNMpYA== From: "Parikh,Pratik" To: Cc: X-OriginalArrivalTime: 08 Nov 2005 23:07:38.0396 (UTC) FILETIME=[3679C5C0:01C5E4B9] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C5E4B9.3649AAEC Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Hi Everyone, I am getting a following exception when I try to send a message thought my client to my web service. I looked around for solution and it seems like it is a bug, but am not sure can some one help me??? I am also using a MQ Logger where it does the same.... Please help me??? java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: Non nillable element 'id' is null. java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: Non nillable element 'id' is null. at org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.jav a:275) at org.apache.axis.encoding.SerializationContext.serializeActual(Serializat ionContext.java:1502) at org.apache.axis.encoding.SerializationContext.serialize(SerializationCon text.java:978) at org.apache.axis.encoding.SerializationContext.serialize(SerializationCon text.java:799) at org.apache.axis.message.RPCParam.serialize(RPCParam.java:208) at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433) at org.apache.axis.message.MessageElement.output(MessageElement.java:1208) at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139) at org.apache.axis.message.MessageElement.output(MessageElement.java:1208) at org.apache.axis.message.MessageElement.getAsString(MessageElement.java:1 111) at com.cerner.endpoint.fsi.axis.handlers.auditing.MQLoggerHandler.invoke(MQ LoggerHandler.java:90) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:121) at org.apache.axis.client.Call.invokeEngine(Call.java:2784) at org.apache.axis.client.Call.invoke(Call.java:2767) at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) Reference Links Thanks, Parikh, Pratik CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. ---------------------------------------- -- ------_=_NextPart_001_01C5E4B9.3649AAEC Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Is this a bug??

Hi Everyone,

        I am getting a following exception when I try to send a message= thought my client to my web service. I looked around for solution and it= seems like it is a bug, but am not sure can some one help me??? I am also= using a MQ Logger where it does the same…. Please help= me???

java.io.IOException: java.io.IOException:= java.io.IOException: java.io.IOException: java.io.IOException: Non= nillable element 'id' is null.

java.io.IOException: java.io.IOException:= java.io.IOException: java.io.IOException: java.io.IOException:= java.io.IOException: Non nillable element 'id' is null.

        at= org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:= 275)
        at= org.apache.axis.encoding.SerializationContext.serializeActual(Serializatio= nContext.java:1502)
        at= org.apache.axis.encoding.SerializationContext.serialize(SerializationConte= xt.java:978)
        at= org.apache.axis.encoding.SerializationContext.serialize(SerializationConte= xt.java:799)
        at= org.apache.axis.message.RPCParam.serialize(RPCParam.java:208)
        at= org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at= org.apache.axis.message.MessageElement.output(MessageElement.java:1208)
        at= org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at= org.apache.axis.message.MessageElement.output(MessageElement.java:1208)
        at= org.apache.axis.message.MessageElement.getAsString(MessageElement.java:111= 1)
        at= com.cerner.endpoint.fsi.axis.handlers.auditing.MQLoggerHandler.invoke(MQLo= ggerHandler.java:90)
        at= org.apache.axis.client.AxisClient.invoke(AxisClient.java:121)
        at= org.apache.axis.client.Call.invokeEngine(Call.java:2784)
        at org.apache.axis.client.Call.invoke(Call.java:2767)
        at org.apache.axis.client.Call.invoke(Call.java:2443)
        at org.apache.axis.client.Call.invoke(Call.java:2366)
        at org.apache.axis.client.Call.invoke(Call.java:1812)

Reference Links
<http://www.opensubscriber.com/message/kandula-dev@ws.apache.org/= 2450136.html>


Thanks,
Parikh, Pratik



CONFIDENTIALITY= NOTICE

This message and any included attachments
are from Cerner Corporation and are intended
only for the addressee. The information
contained in this message is confidential and
may constitute inside or non-public information
under international, federal, or state
securities laws. Unauthorized forwarding,
printing, copying, distribution, or use of such
information is strictly prohibited and may be
unlawful. If you are not the addressee, please
promptly delete this message and notify the
sender of the delivery error by e-mail or you
may call Cerner's corporate offices in Kansas
City, Missouri, U.S.A at (+1) (816)221-1024.
---------------------------------------- --
------_=_NextPart_001_01C5E4B9.3649AAEC--