Hide Forgot
Date of First Response: 2010-02-03 14:56:05 project_key: SOA Quickstart fails with error javax.naming.NamingException: Failed to retrieve Naming interface for provider http://localhost:8080/invoker/JNDIFactory [Root exception is java.net.ProtocolException: Server redirected too many times (20)] ant runtest-secure output is attached.
Attachment: Added: load_generator_ant.log
In ER8, it's failing with: BUILD FAILED /jboss/local/50_ER8/jboss-soa-p.5.0.0/jboss-as/samples/quickstarts/load_generator/build.xml:43: /jboss/local/50_ER8/jboss-soa-p.5.0.0/jboss-as/server/default/deploy/jbossesb.sar/lib not found. jboss-as/server/default/deploy/jbossesb.sar/lib - is not there in 5.0 ER7 or ER8, it was there in 4.3 and up to ER6. This is not at issue in ESB 4.7
It looks like this dir from ER6 was not carried forward to ER7: /opt/local/50_ER6/jboss-soa-p-standalone.5.0.0/jboss-esb/server/default/deploy/jbossesb.sar/lib/ total 9752 -rw-r--r-- 1 ldimaggi ldimaggi 46725 Dec 18 18:33 commons-codec-1.3.jar -rw-r--r-- 1 ldimaggi ldimaggi 245274 Dec 18 18:33 commons-lang-2.3.jar -rw-r--r-- 1 ldimaggi ldimaggi 6387 Dec 18 18:33 jbosssoa-opensso.jar -rw-r--r-- 1 ldimaggi ldimaggi 9609938 Dec 18 18:33 openssoclientsdk.jar -rw-r--r-- 1 ldimaggi ldimaggi 24677 Dec 18 18:33 xpp3_min-1.1.3.4.O.jar
Affects Testing: Added: [Regression]
There is no longer a lib directory in jbossesb.sar, so the build.xml for that quickstart needs to be changed.
Link: Added: This issue depends JBESB-3338
Resolving against 5.1 but ESB issue was addressed for 5.0.2.
Writer: Added: dlesage
verified in 5.1.0.ER9
Temporarily reopening to update release note info.
Release Notes Docs Status: Added: Documented as Resolved Issue Release Notes Text: Added: https://issues.jboss.org/browse/JBESB-3338 Quick starts would fail with a javax.naming.NamingException: Failed to retrieve Naming interface for provider. This was due to a problem with the load generator. To fix this issue, the Groovy class-path has been changed to the exec class-path. As a result, quick starts will no longer fail with this problem.