You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@synapse.apache.org by Legolas wood <le...@gmail.com> on 2008/02/05 20:51:43 UTC

Problem with Synapse working as web application within weblogic AS

Hi
Thank you for reading my post
I have deployed synapse war file into the weblogic AS.
Problem is that It works fine when I use its built in axis server  for
example:
http://127.0.0.1:6060/soap/Fish?wsdl

It works fine and show me the WSDL, but when I point the browser to
http://127.0.0.1:8080/synapse/soap/Fish?wsdl
It throw some exception as follow.


Servlet.service() for servlet SynapseServlet threw exception

java.lang.NullPointerException

        at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:228)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)

        at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)

        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:290)

        at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)

        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)

        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)

        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)

        at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)

        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)

        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)

        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)

        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)

        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)

        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)

        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)

        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)

        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)

        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)

        at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:270)



exception is saved in application server log file.


Re: Problem with Synapse working as web application within weblogic AS

Posted by "Asankha C. Perera" <as...@wso2.com>.
Hi

Thanks for pointing this out and we will fix this ASAP..

In the meantime please go to 
http://synapse.apache.org/download/1.1.1/download.cgi page and find the 
link for the .tar.gz or the .zip from your selected or redirector mirror 
and copy its URL. Change it to "synapse.war" and download it ..

e.g. http://ossavant.org/apache/synapse/1.1.1/synapse.war

asankha

legolas wrote:
> Thank you all,
> But I can not find the war archive for 1.1.1 release?
> Can some one let me have the url to download 1.1.1 war archive?
>
> Thanks
>   

Re: Problem with Synapse working as web application within weblogic AS

Posted by legolas <le...@gmail.com>.
Thank you all,
But I can not find the war archive for 1.1.1 release?
Can some one let me have the url to download 1.1.1 war archive?

Thanks
-- 
View this message in context: http://www.nabble.com/Problem-with-Synapse-working-as-web-application-within-weblogic-AS-tp15298191p15306331.html
Sent from the Synapse - User mailing list archive at Nabble.com.


Re: Problem with Synapse working as web application within weblogic AS

Posted by "Asankha C. Perera" <as...@wso2.com>.
Legolas
> This seems to be issue SYNAPSE-222 (see 
> http://issues.apache.org/jira/browse/SYNAPSE-222). It has been 
> corrected in version 1.1.1.
If using the Synapse 1.1.1 does not work, let us know the versions of 
Synapse and Weblogic you use..

asankha

Re: Problem with Synapse working as web application within weblogic AS

Posted by Andreas Veithen <an...@skynet.be>.
Hi!

This seems to be issue SYNAPSE-222 (see http://issues.apache.org/jira/browse/SYNAPSE-222) 
. It has been corrected in version 1.1.1.

Andreas

On 05 Feb 2008, at 20:51, Legolas wood wrote:

> Hi
> Thank you for reading my post
> I have deployed synapse war file into the weblogic AS.
> Problem is that It works fine when I use its built in axis server  for
> example:
> http://127.0.0.1:6060/soap/Fish?wsdl
>
> It works fine and show me the WSDL, but when I point the browser to
> http://127.0.0.1:8080/synapse/soap/Fish?wsdl
> It throw some exception as follow.
>
>
> Servlet.service() for servlet SynapseServlet threw exception
>
> java.lang.NullPointerException
>
>        at  
> org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java: 
> 228)
>
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
>
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
>
>        at  
> org 
> .apache 
> .catalina 
> .core 
> .ApplicationFilterChain.servletService(ApplicationFilterChain.java: 
> 411)
>
>        at  
> org 
> .apache 
> .catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java: 
> 290)
>
>        at  
> org 
> .apache 
> .catalina 
> .core.StandardContextValve.invokeInternal(StandardContextValve.java: 
> 271)
>
>        at  
> org 
> .apache 
> .catalina.core.StandardContextValve.invoke(StandardContextValve.java: 
> 202)
>
>        at  
> org 
> .apache 
> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
>
>        at  
> org 
> .apache 
> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
>
>        at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java: 
> 94)
>
>        at  
> org 
> .apache 
> .catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
>
>        at  
> org 
> .apache 
> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
>
>        at  
> org 
> .apache 
> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
>
>        at  
> org 
> .apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java: 
> 571)
>
>        at  
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
>
>        at  
> org 
> .apache 
> .catalina.core.StandardEngineValve.invoke(StandardEngineValve.java: 
> 150)
>
>        at  
> org 
> .apache 
> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
>
>        at  
> org 
> .apache 
> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
>
>        at  
> org 
> .apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java: 
> 571)
>
>        at  
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
>
>        at  
> org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java: 
> 270)
>
>
>
> exception is saved in application server log file.
>