Your CATALINA_HOME should look like C:\PROGRA~1\APACHE~1\TOMCAT~1

Anne

On 9/20/07, mr.knowledge <[EMAIL PROTECTED]> wrote:
> Hi,
>
> @martin
>
> Thank, now my CATALINA_HOME looks like C:\PROGRA~1\APACHE~2\TOMCAT~1.0 but
> the error message is still there.
>
>
> ----- Original Message -----
> From: "Martin Gainty" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Wednesday, September 20, 2000 2:48 PM
> Subject: Re: @Anne or another smart person - Problem solved but now another
> SOAP problem
>
>
> > change long CATALINA_HOME to the Windows specific shortened name e.g.
> >
> > cd \
> > dir /X
> > your C:\Programme shortened name should say  C:\PROGRA~1
> >
> > cd C:\PROGRA~1
> > dir /X
> > your Apache Software Foundation shortened name should say
> > APACHE~1
> >
> > cd C:\PROGRA~1\APACHE~1
> > dir /X
> > your Tomcat 6.0 should say something like
> > TOMCAT~1
> >
> > set CATALINA_HOME=C:\PROGRA~1\APACHE~1\TOMCAT~1
> >
> > Martin--
> > ----- Original Message -----
> > From: "mr.knowledge" <[EMAIL PROTECTED]>
> > To: <[email protected]>
> > Sent: Thursday, September 20, 2007 8:24 AM
> > Subject: Re: @Anne or another smart person - Problem solved but now
> > another SOAP problem
> >
> >
> >> Hi,
> >>
> >> additional to my last mail:
> >>
> >> I trie to install activebpel via the install.bat in windows but I get the
> >> following error:
> >>
> >> This does not appear to be a valid Tomcat installation.  Please verify
> >> your installation of tomcat and your CATALINA_HOME environment variable.
> >>
> >> Tomcat already works und in the environment variables there is also a
> >> CATALINA_HOME Variable which contains the path to Tomcat (in my case
> >> C:\Programme\Apache Software Foundation\Tomcat 6.0 under
> >> SystemVariables...
> >>
> >> What could be wrong. Because I will follow your advice and will try it
> >> with another engine. Assumed my code is correct :-)
> >>
> >>
> >> ----- Original Message -----
> >> From: "Anne Thomas Manes" <[EMAIL PROTECTED]>
> >> To: <[email protected]>
> >> Sent: Thursday, September 20, 2007 1:33 PM
> >> Subject: Re: @Anne or another smart person - Problem solved but now
> >> another SOAP problem
> >>
> >>
> >>>I suspect the problem is in BPWS4J. I suggest you ask the question on
> >>> an IBM support list.
> >>>
> >>> btw -- have you considered using Active Endpoints in place of BPWS4J?
> >>> See http://www.active-endpoints.com/. BPWS4J is a pretty creaky, old
> >>> project.
> >>>
> >>> Anne
> >>>
> >>> On 9/20/07, mr.knowledge <[EMAIL PROTECTED]> wrote:
> >>>>
> >>>>
> >>>> Hi,
> >>>>
> >>>> O.K., now I have deployed the Axis webservice with BPWS4J (Tomcat) but
> >>>> if I
> >>>> create a Java client und use it, I get the following error message:
> >>>>
> >>>>
> >>>>
> >>>> Ouch, the call failed:
> >>>>
> >>>> Fault Code = SOAP-ENV:Server.Exception:
> >>>>
> >>>> Fault String = java.lang.NullPointerException
> >>>>
> >>>> Fault = [Attributes={}] [faultCode=SOAP-ENV:Server.Exception:]
> >>>> [faultString=java.lang.NullPointerException]
> >>>> [faultActorURI=/bpws4j/soaprpcrouter] [DetailEntries=
> >>>>
> >>>> [(0)=<stackTrace>java.lang.NullPointerException
> >>>>
> >>>> at
> >>>> com.ibm.cs.bpws.runtime.container.BPWSContainerProcessService.executeServiceRequest(BPWSContainerProcessService.java:385)
> >>>>
> >>>> at com.ibm.wsgw.WSGateway.process(WSGateway.java:388)
> >>>>
> >>>> at
> >>>> com.ibm.wsgw.channels.apachesoap.WSGWRPCJavaProvider.invoke(WSGWRPCJavaProvider.java:193)
> >>>>
> >>>> at
> >>>> org.apache.soap.server.http.RPCRouterServlet.doPost(Unknown
> >>>> Source)
> >>>>
> >>>> at
> >>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
> >>>>
> >>>> at
> >>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> >>>>
> >>>> at
> >>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> >>>>
> >>>> at
> >>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> >>>>
> >>>> at
> >>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> >>>>
> >>>> at
> >>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> >>>>
> >>>> at
> >>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> >>>>
> >>>> at
> >>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> >>>>
> >>>> at
> >>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> >>>>
> >>>> at
> >>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
> >>>>
> >>>> at
> >>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> >>>>
> >>>> at
> >>>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
> >>>>
> >>>> at
> >>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> >>>>
> >>>> at java.lang.Thread.run(Unknown Source)
> >>>>
> >>>> </stackTrace>]
> >>>>
> >>>> ] [FaultEntries=]
> >>>>
> >>>>
> >>>>
> >>>> What is wrong?
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>>> For additional commands, e-mail: [EMAIL PROTECTED]
> >>>>
> >>>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to