Bug 1013994 - Interceptor NullPointerException in project created from following steps documented here: https://docs.jboss.org/author/display/SWITCHYARD/Quick+Start
Summary: Interceptor NullPointerException in project created from following steps docu...
Keywords:
Status: MODIFIED
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Examples
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: DR3
: ---
Assignee: Aileen
QA Contact: Matej Melko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-01 08:31 UTC by Stefan Bunciak
Modified: 2023-05-15 19:53 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
If the user issues a GET request against an end-point, they will encounter an exception. This is due to a JBossWS/CXF fault.
Clone Of:
Environment:
FSW 6.0.0.ER3 maven repo, Oracle jdk 1.7.0_25
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)
Application according to the tutorial (16.43 KB, application/x-gzip)
2013-10-01 08:44 UTC, Stefan Bunciak
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SWITCHYARD-1823 0 Major Resolved NPE shown in log when WebService endpoint is accessed directly 2014-02-24 15:48:57 UTC

Description Stefan Bunciak 2013-10-01 08:31:43 UTC
Description of problem:

SwitchYard tutorial does not work

Approached wsdl in browser:
<soap:Envelope><soap:Header/><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Fault occurred while processing.</faultstring></soap:Fault></soap:Body></soap:Envelope>

Version-Release number of selected component (if applicable):
* 6.0.0.ER3

How reproducible:


Steps to Reproduce:
1. Follow steps at https://docs.jboss.org/author/display/SWITCHYARD/Quick+Start
2. Run on server (FSW 6.0.0.ER3)
3. Approach depoyed wsdl file

Actual results:

* Server log: http://pastebin.test.redhat.com/167233 (FSW 6.0.0.ER3)

Expected results:


Additional info:

* Reproducable also with SwitchYard 1.0.0.Final

Comment 1 Stefan Bunciak 2013-10-01 08:44:54 UTC
Created attachment 805762 [details]
Application according to the tutorial

Comment 2 Stefan Bunciak 2013-10-01 18:59:10 UTC
The same exception is raised when deploying switchyard-quickstart-bean-service packaged with FSW 6.0.0.ER3

Comment 3 Stefan Bunciak 2013-10-02 09:08:00 UTC
This exception occurs only when navigating browser to http://localhost:8080/quickstart-bean/OrderService. Url http://localhost:8080/quickstart-bean/OrderService?wsdl works correctly.

Comment 4 Keith Babo 2013-10-14 17:07:42 UTC
There's nothing in the stack trace related to SY at all - this error is being generated directly from JBoss WS + CXF.  For kicks, I deployed a standard JAX-WS @WebService with no SwitchYard bits at all and still get an exception (although it's a different one). The big difference is that the HTTP GET reply is an actual SOAP fault with a helpful error message ("No such operation: / (HTTP GET PATH_INFO: /CreditService/"), which is a bit nicer than the empty reply and NPE that a SY web service returns today.  Top of stack pasted below for reference.  

Assigning to Magesh to see if there is anything we can do differently with how we register web service endpoints with JBoss WS.

13:00:39,016 WARNING [org.apache.cxf.phase.PhaseInterceptorChain] (http-/127.0.0.1:8080-1) Interceptor for {http://mortgages/}CreditWebServiceService has thrown exception, unwinding now: org.apache.cxf.interceptor.Fault: No such operation: / (HTTP GET PATH_INFO: /CreditService/)
	at org.apache.cxf.interceptor.URIMappingInterceptor.handleMessage(URIMappingInterceptor.java:93)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)
	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:237)
	at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:95)
	at org.jboss.wsf.stack.cxf.transport.ServletHelper.callRequestHandler(ServletHelper.java:156)
	at org.jboss.wsf.stack.cxf.CXFServletExt.invoke(CXFServletExt.java:87)

Comment 5 kconner 2013-11-12 20:45:36 UTC
This issue has minimal impact as it only surfaces if someone issues a GET request against the endpoint.  This should return a fault to the invoker.


Note You need to log in before you can comment on or make changes to this bug.