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 80514 - Test TestCase0\Concurrent.properties Failed msg when running a simple test
Summary: Test TestCase0\Concurrent.properties Failed msg when running a simple test
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on: 80777
Blocks:
  Show dependency tree
 
Reported: 2006-07-18 21:39 UTC by Sherry Barkodar
Modified: 2006-07-22 00:25 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 Sherry Barkodar 2006-07-18 21:39:01 UTC
using continues build 060718

File -> New Project
select samples from the categories and BPEL Synchronous Process from Projects
Click Next and Finish
Add JBI Module to the SynchronousSampleApplication
Deploy and run the testCase0
It fails giving the following msg:
Jul 18, 2006 1:28:04 PM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection
post
SEVERE: SAAJ0008: Bad Response; Not Found
com.sun.xml.messaging.saaj.SOAPExceptionImpl:
java.security.PrivilegedActionException:
com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (404Not Found
	at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:127)
	at
org.netbeans.modules.compapp.catd.ConfiguredTest.sendMessage(ConfiguredTest.java:1189)
	at
org.netbeans.modules.compapp.catd.ConfiguredTest$ConcurrentTestSendOnlyRunnable.run(ConfiguredTest.java:1055)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.security.PrivilegedActionException:
com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (404Not Found
	at java.security.AccessController.doPrivileged(Native Method)
	at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
	... 3 more
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (404Not Found
	at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:284)
	at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:150)
	... 5 more

CAUSE:

java.security.PrivilegedActionException:
com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (404Not Found
	at java.security.AccessController.doPrivileged(Native Method)
	at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
	at
org.netbeans.modules.compapp.catd.ConfiguredTest.sendMessage(ConfiguredTest.java:1189)
	at
org.netbeans.modules.compapp.catd.ConfiguredTest$ConcurrentTestSendOnlyRunnable.run(ConfiguredTest.java:1055)
	at java.lang.Thread.run(Thread.java:595)
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (404Not Found
	at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:284)
	at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:150)
	... 5 more

CAUSE:

java.security.PrivilegedActionException:
com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (404Not Found
	at java.security.AccessController.doPrivileged(Native Method)
	at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
	at
org.netbeans.modules.compapp.catd.ConfiguredTest.sendMessage(ConfiguredTest.java:1189)
	at
org.netbeans.modules.compapp.catd.ConfiguredTest$ConcurrentTestSendOnlyRunnable.run(ConfiguredTest.java:1055)
	at java.lang.Thread.run(Thread.java:595)
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (404Not Found
	at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:284)
	at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:150)
	... 5 more
Test TestCase0\Concurrent.properties Failed.

	at
org.netbeans.modules.compapp.catd.ConfiguredTest.testConcurrentSOAPRequest(ConfiguredTest.java:515)
Comment 1 Sherry Barkodar 2006-07-20 21:01:16 UTC
My latest observation is that when I created this sample one of the the
NameSpaces that was generated was www.mycomp.org which is not generated any more.
As a result I need to create a new test case and integrate  new input.xml and
output.xml with the latest.
then I will try to run the test one more time.  Probably this will resolve the
problem. 
Comment 2 Sherry Barkodar 2006-07-20 22:58:24 UTC
When I create a new test case and run it, it works and passes the test but when
I reformat the output it doesn't pass the test any more.  Hong is going to open
the bug related to reformating output test.
I'll integrate the output for the SynchronousSample as a long line for now.
Comment 3 _ hong_lin 2006-07-21 05:20:17 UTC
IZ 80777 is the bug that barkodar mentioned.
Comment 4 Jun Qian 2006-07-21 22:07:32 UTC
Can't reproduce the reported error with the tip of cvs trunk.
Comment 5 _ hong_lin 2006-07-22 00:21:13 UTC
Verified the bug is fixed in SOA auto build 060721_24.