This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 95139 - 3 tests of TRS sample failed on milestone 6a build
Summary: 3 tests of TRS sample failed on milestone 6a build
Status: VERIFIED WORKSFORME
Alias: None
Product: usersguide
Classification: Unclassified
Component: SOA (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Gabriel Badescu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-09 22:00 UTC by _ hong_lin
Modified: 2007-02-20 21:50 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ hong_lin 2007-02-09 22:00:33 UTC
build: Gavotte milestone 6a (build 070209)

Steps to reproduce it:

1. Create TRS sample.
2. Deploy ReservationPartnerServices EJB Module and
TravelReservationServiceApplication project.
3. Run "Test Project".
Only test "HasHotel" is passed. The rest of 3 tests are FAILed.

Got the following exceptions in server.log file.

[#|2007-02-09T12:01:59.984-0800|WARNING|sun-appserver9.1|com.sun.jbi.component.com.sun.httpsoapbc-1.0-2com.sun.jbi.httpsoapbc.OutboundMessageProcessor|_ThreadID=40;_ThreadName=pool-5-thread-4;_RequestID=80eb305b-5bb0-4ad4-b5b8-498c8dbd8ae1;|Exception
in calling out only. 
javax.xml.ws.WebServiceException: No response returned.
	at
com.sun.xml.ws.client.dispatch.SOAPMessageDispatch.toReturnValue(SOAPMessageDispatch.java:91)
	at
com.sun.xml.ws.client.dispatch.SOAPMessageDispatch.toReturnValue(SOAPMessageDispatch.java:57)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:189)
	at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:193)
	at
com.sun.jbi.httpsoapbc.OutboundMessageProcessor.outboundCall(OutboundMessageProcessor.java:585)
	at
com.sun.jbi.httpsoapbc.OutboundMessageProcessor.processOneWayOutbound(OutboundMessageProcessor.java:472)
	at
com.sun.jbi.httpsoapbc.OutboundMessageProcessor.processMessage(OutboundMessageProcessor.java:163)
	at com.sun.jbi.httpsoapbc.OutboundAction.run(OutboundAction.java:57)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
|#]

[#|2007-02-09T12:01:59.984-0800|SEVERE|sun-appserver9.1|com.sun.jbi.component.com.sun.bpelse-1.0-2com.sun.jbi.engine.bpel.core.bpms.bpelImpl.runtime.BPELInterpreter|_ThreadID=41;_ThreadName=BPELSEInOutThread1;_RequestID=ae83b75e-f79b-4791-b711-cd3ac7d6b08e;|Exception
occured while executing a business process instance.            
com.sun.jbi.engine.bpel.core.bpms.bpel.BPELRuntimeException:
BPELRuntimeException: faultCode=OTHER_ERROR: Received ERROR in Invoke activity
	at
com.sun.jbi.engine.bpel.core.bpel.model.runtime.impl.InvokeUnitImpl.processStatusOfOneWay(InvokeUnitImpl.java:373)
	at
com.sun.jbi.engine.bpel.core.bpel.model.runtime.impl.InvokeUnitImpl.process(InvokeUnitImpl.java:267)
	at
com.sun.jbi.engine.bpel.core.bpel.model.runtime.impl.InvokeUnitImpl.doAction(InvokeUnitImpl.java:114)
	at
com.sun.jbi.engine.bpel.core.bpms.bpelImpl.runtime.BPELInterpreter.interpret1(BPELInterpreter.java:294)
	at
com.sun.jbi.engine.bpel.core.bpel.engine.BusinessProcessInstanceThread.execute(BusinessProcessInstanceThread.java:71)
	at
com.sun.jbi.engine.bpel.core.bpel.engine.impl.BPELProcessManagerImpl.process(BPELProcessManagerImpl.java:785)
	at
com.sun.jbi.engine.bpel.core.bpel.engine.impl.EngineImpl.process(EngineImpl.java:334)
	at
com.sun.jbi.engine.bpel.core.bpel.engine.impl.EngineImpl.process(EngineImpl.java:841)
	at
com.sun.jbi.engine.bpel.core.bpel.engine.impl.EngineImpl.processError(EngineImpl.java:238)
	at
com.sun.jbi.engine.bpel.BPELSEInOutThread.processStatus(BPELSEInOutThread.java:511)
	at
com.sun.jbi.engine.bpel.BPELSEInOutThread.processMsgEx(BPELSEInOutThread.java:219)
	at com.sun.jbi.engine.bpel.BPELSEInOutThread.run(BPELSEInOutThread.java:148)
|#]
Comment 1 _ hong_lin 2007-02-10 00:32:43 UTC
I was not able to undeploy the "ReservationPartnerService" EJB Module inside
IDE. Have to undeploy it from Admin Console. Think it may relate to this issue
as well.
Comment 2 Sergey Lunegov 2007-02-10 13:11:18 UTC
Gabe, please take a look at this. Alexander any ideas ?
Comment 3 Mikhail Kondratyev 2007-02-12 10:25:59 UTC
I could reproduce the issue with Milestone 6a (build from 2007.02.09).
The bug is not reproducible with Milestone 6
Comment 4 Alexander Fung 2007-02-12 20:50:54 UTC
Fixed the HTTP BC to handle OneWay invokes properly.  Also added test case to 
avoid this problem in the future.  Test cases previously tested provisioning 
one way operations, but not invoking them.
Comment 5 Sergey Lunegov 2007-02-13 08:28:10 UTC
Depends on BC bug CR 6523948.
Comment 6 _ hong_lin 2007-02-14 23:43:56 UTC
Verified the fix is in Gavotte daily build 070214_2 with Enterprice Pack
installer. But it is not in the IDE installed by Java Tools Bundle installer.
Comment 7 Sergey Lunegov 2007-02-15 10:57:26 UTC
Hong, I don't understand your point completely. Mikhail please verify this bug
on Java Tools Bundle.
Comment 8 Mikhail Kondratyev 2007-02-15 15:00:47 UTC
I still could reproduce the issue with Java Tools Bundle daily build from
2007.02.14 on Solaris platform
Comment 9 Sergey Lunegov 2007-02-15 15:05:09 UTC
Mikhail, what about other platforms ?
Comment 10 Mikhail Kondratyev 2007-02-15 15:28:29 UTC
The issue is not reproducible on Windows
Comment 11 _ hong_lin 2007-02-15 17:51:22 UTC
sergey, the bug can be reproduced if you use Java Tools Bundle installer.
But it is fixed in the IDE that installed by NB installer + Enterprise Pack
installer.

I tried on Mac OS, Win XP. 
Comment 12 Mikhail Kondratyev 2007-02-15 19:06:42 UTC
It looks like the problem can be only reproduced with Java Tools Bundle and only
with build from 2007.02.14_2 (or earlier). It seems this is not reproducible in
build 2007.02.14_22 already. Hong, could you please retest with this build?
Comment 13 Sergey Lunegov 2007-02-15 19:09:55 UTC
Hong, please try Java Tools Bundle from Build070214_22. It contains latest
version of Glassfish
Comment 14 Sergey Lunegov 2007-02-16 08:49:33 UTC
Mikhail, please verify it on Sol x64. Hong mentioned bug is reproducible on Sol
x64. Probably it's machine specific problem.
Comment 15 Mikhail Kondratyev 2007-02-16 12:47:11 UTC
Retested on Solaris x64 with build from 2007.02.14_22
Could not reproduce.

Closing the bug, in case someone can reproduce - please reopen with the
following details: build number, platform, jdk, installation type (Ent Pack + NB
or JavaTollsBundle)
Comment 16 _ hong_lin 2007-02-20 21:50:10 UTC
Verified