You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Oliver Rettig <Ol...@telda.net> on 2001/05/22 12:29:15 UTC

addressbook example fails

Hallo,

if I try to start getAddress I get the following error-msg:

...
[Loaded java.lang.IllegalAccessException from
/opt3/javalib/jdk1.3.0-rc1/jre/lib/rt.jar]
[Loaded org.apache.soap.util.xml.QName]
[Loaded org.apache.soap.encoding.soapenc.MimePartSerializer]
#
# HotSpot Virtual Machine Error, Unexpected Signal 11
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 4F533F4C494E55580E43505005BC
#
# Problematic Thread: prio=1 tid=0x804e9f8 nid=0xd94 runnable
#
Abgebrochen

I start the example by

java -cp samples.jar:soap.jar samples.addressbook.GetAddress
http://192.168.1.6:8080/soap/servlet/rpcrouter "John B. Good"

I´ve doployed the example with the web-interface.

How can I get more error-information?

I´m using soap2.0, tomcat3.3, xerces1.2.0.

Thanks

Oliver Rettig