babloosony wrote:
No replies ? Can anyone just comment on my issue ?


The core issue here is the "java.lang.IncompatibleClassChangeError". This indicates that your code is calling (via an interface a method incorrectly.

I would run this method through a debugger (or add system.Println() calls) to figure out exactly which method call is dying.

        It may also be that this works for some elements, but not others.

Another cause of this problem may be bad class files, or bad class paths. You need to verify that your code is using the correct class files or jar files.


On Sun, 6 Feb 2005 17:47:36 +0530, babloosony <[EMAIL PROTECTED]> wrote:

Hi All,

I am using JiBX for implementing my own (De)Serializers replacing AXIS
default  (De)Serializers. However when I register my (De)Serializers
with AXIS's server-config.wsdd file and start my web service  deployed
on WebSphere 5.0, I am getting below detailed server stack trace :

[2/6/05 17:04:20:345 IST] 39ce702e WebGroup      I SRVE0180I:
[Apache-Axis] [/Axis11Rc2IrscEjbWeb] [Servlet.LOG]: AdminServlet: init
[2/6/05 17:04:20:814 IST] 39ce702e WebGroup      I SRVE0180I:
[Apache-Axis] [/Axis11Rc2IrscEjbWeb] [Servlet.LOG]:
SOAPMonitorService: init
[2/6/05 17:05:03:204 IST] 152a3029 WebGroup      I SRVE0180I:
[Apache-Axis] [/Axis11Rc2IrscEjbWeb] [Servlet.LOG]: AxisServlet: init
[2/6/05 17:05:07:236 IST] 152a3029 WebGroup      E SRVE0026E: [Servlet
Error]-[: incorrect call to interface method ]:
java.lang.IncompatibleClassChangeError: : incorrect call to interface
method


--
        Thomas Jones-Low            Softstart Services Inc.
        [EMAIL PROTECTED]      JobScheduler for Oracle
        Ph: 802-398-1012            http://www.softstart.com


------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to