hi Daniel,
can you explain me what a reboot server is and how it is to be checked? I
never heard of it before and I would like to improve my knowledge even
though it is working correctly now.
the plattform  I am using is windows 2000 + tomcat (4.something).

Malte

-----Urspr�ngliche Nachricht-----
Von: Daniel Zhang [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 19. M�rz 2004 17:58
An: [EMAIL PROTECTED]
Betreff: Re: AW: U R G E N T : funny Exception by SOAP-call


It seems that you are running client application with Java Network
Launch Protocol (JNLP).  Note that you have to run Java Web Start prior
to call JNLP API.  I don't know which platform you are running your
applications on. But you mentioned that sometimes it's working,
sometimes not.  Maybe you should check everytime you reboot server, the
Java Web Start also starts.

-Daniel

Malte Kempff wrote:

>That is really funny, because the Class is not used by BesttermServer at
>all,
>the client-applicataton uses this class for determining the Server where
the
>web-start Application
>is loaded from. It is crazy, that ususally that stuff worked not long ago
>and yesterday I got this Exception  a couple of times but somehow it went
>away and today I get the trouble all the time :-(
>I don't find the jnlp.jar but an javaws.jar. I try to put it in one of the
>lib-directories of Tomcat
>may be I am lucky
>
>Malte
>
>-----Urspr�ngliche Nachricht-----
>Von: Scott Nichol [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 19. M�rz 2004 16:27
>An: [EMAIL PROTECTED]
>Betreff: Re: U R G E N T : funny Exception by SOAP-call
>
>
>The class implementing the service de.mc.etnbestterm.server.BesttermServer
>uses the class javax.jnlp.BasicService, but the class loader cannot find
it.
>This class is part of Java Web Start, so I am not sure how the service is
>using it, but Tomcat needs to be able to access jnlp.jar and/or
>jnlp-servlet.jar to load this class.
>
>Scott Nichol
>
>Do not send e-mail directly to this e-mail address,
>because it is filtered to accept only mail from
>specific mail lists.
>----- Original Message -----
>From: "Malte Kempff" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Friday, March 19, 2004 10:02 AM
>Subject: U R G E N T : funny Exception by SOAP-call
>
>
>
>
>Hello
>
>I 've got  trouble with calling RPCs via SOAP
>usually I know what to do, but this error-Message (Exception) I never had
>and don't know what is going wrong.
>I allready restated Tomcat but the result stays the same.
>And here is the Exeption:
>
>SOAP-RPC:[Attributes={}] [faultCode=SOAP-ENV:Server.Exception:]
>[faultString=javax/jnlp/BasicService]
>[faultActorURI=/soap/servlet/rpcrouter] [DetailEntries=
>[(0)=<stackTrace>java.lang.NoClassDefFoundError: javax/jnlp/BasicService at
>de.mc.etnbestterm.server.BesttermServer.&amp;lt;init&amp;gt;(BesttermServer
.
>java:98) at java.lang.Class.newInstance0(Native Method) at
>java.lang.Class.newInstance(Class.java:237) at
>org.apache.soap.server.http.ServerHTTPUtils.getTargetObject(Unknown Source)
>at org.apache.soap.providers.RPCJavaProvider.locate(Unknown Source) at
>org.apache.soap.server.http.RPCRouterServlet.doPost(Unknown Source) at
>javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at
>javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicatio
n
>FilterChain.java:247) at
>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterC
h
>ain.java:193) at
>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.j
a
>va:243) at
>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:
5
>66) at
>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
>at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at
>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.j
a
>va:190) at
>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:
5
>66) at
>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
>at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at
>org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
>at
>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:18
0
>) at
>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:
5
>66) at
>org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve
.
>java:170) at
>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:
5
>64) at
>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:17
0
>) at
>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:
5
>64) at
>org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
>at
>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:
5
>64) at
>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
>at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at
>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.jav
a
>:174) at
>org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:
5
>66) at
>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
>at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at
>org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java
:
>1027) at
>org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:112
5
>) at java.lang.Thread.run(Thread.java:484) </stackTrace>] ] [FaultEntries=]
>Fault Code=SOAP-ENV:Server.Exception:
>SOAP-RPC-Fehler:javax/jnlp/BasicService
>
>can anybody give me a hint?
>
>Thanks a lot in advance
>
>Malte
>
>
>
>
>
>


Reply via email to