gatein_wsrp_trunk_sun5 - Build # 85 - Still Failing!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun5 #85: Still Failing
No tests ran.
No tests ran.
Changes for Build #75
[mwringe] GTNWSRP-46: use a jboss zip instead of an exploded jbossas distribution for the tests. The tests will handle unziping it. Need to set JBOSS_ZIP_URL instead of JBOSS_HOME.
[mwringe] GTNWSRP-46: fix issues with the ServiceDescriptionTestCase, should now pass.
[mwringe] GTNWSRP-46: fix issues with the PortletManagementTestCase, should now pass.
[mwringe] GTNWSRP-46: Change the Cargo configuration home from a tmp directory to the target directory to get around issues with some tmp directory names and urls.
Changes for Build #76
[mwringe] GTNWSRP-46: Disable a few tests in MarkupTestCase which assume we are using an actual http request to the producer instead of a mock one.
Minor code formatting fixes
Fix issue with never using the correct locale due to clearing the list before comparing.
Changes for Build #77
[chris.laprun(a)jboss.com] - Test should now pass. Not sure why it wasn't working before... :(
[chris.laprun(a)jboss.com] - Retrieve Google portlet from PC samples to use in tests.
- Reverted to using JBOSS_HOME instead of zip installer for faster execution. Trimming down AS installation to minimum would further speed up tests.
- Reduced cargo logging but doesn't seem to have much effect. >_<
- Removed duplicated RegistrationPropertyDescriptionTestCase.
- Fixed several typos and cleaned up a little.
[mwringe] GTNWSRP-46: Update test to use arquillian. Should now pass.
[chris.laprun(a)jboss.com] - Moved some common code to WSRPProducerBaseTest.
- Added v2.ServiceDescriptionTestCase, which currently doesn't work. :(
- Removed log file use in cargo config.
[chris.laprun(a)jboss.com] - Minor.
[chris.laprun(a)jboss.com] - Wasn't sending the proper service description and the need for registration was never properly updated.
[mwringe] GTNWSRP-46: Make the test run much faster, update cargo log config so we don't create crazy logs during the tests.
[chris.laprun(a)jboss.com] - Removed duplicated tests that also are missing associated files.
Changes for Build #78
[mwringe] GTNWSRP-46: properly separating out the tests to be more independent. A few steps closer to being able to run the tests independently through a ide.
Added a few target dirs to svn:ignore (ie wsrp-wsrp2-ws and hibernate-impl).
[mwringe] GTNWSRP-46: test to see if this will get around a hudson bug.
[mwringe] GTNWSRP-46: Clean up duplicate tests.
[mwringe] GTNWSRP-46: Update the test build so it can now use a zip or a exploded directory for building.
[chris.laprun(a)jboss.com] - Fixed ServiceDescriptionHandler: event descriptions were not properly reset, and now, make sure that we don't have duplicates.
- Added EventDescription testing.
- Added events and public render parameters in BasicPortlet for testing purposes.
[chris.laprun(a)jboss.com] - Added cargo-debug profile that can be activated to remotely attach a debugger to the cargo instance to debug the tests.
- Added possibility of skipping integration tests with maven.test.skip.
[chris.laprun(a)jboss.com] - Updated to use 2.1.2-GA-SNAPSHOT of PC as we need a fix for GTNPC-21.
Changes for Build #79
[mwringe] GTNWSRP-46: very minor clean up.
[chris.laprun(a)jboss.com] - Reactivated tests apart from MarkupTestCase that currently doesn't work. Problem seems to come from conversion from v1 to v2 and vice-versa... :(
[chris.laprun(a)jboss.com] - Avoid NPE.
[chris.laprun(a)jboss.com] - Fixed improper method signature that was preventing proper polymorphic invocation.
[chris.laprun(a)jboss.com] - Properly report an error if both redirect URL and update response are null.
[chris.laprun(a)jboss.com] - Make it possible for BehaviorBackedServiceFactory to know which MarkupBehavior is requested.
- Make WSRPConsumerBaseTest use BehaviorBackedServiceFactory.
- Make sure that MarkupTestCase properly request a MarkupBehavior.
- MarkupTestCase now uses a specific MockUserContext instead of AbstractUserContext as new code doesn't allow for empty locales.
[chris.laprun(a)jboss.com] - Started adding events and PRP metadata on the consumer side.
[chris.laprun(a)jboss.com] - Added some missing methods.
[chris.laprun(a)jboss.com] - Added WSRPUtils.convertToCommonLocalizedStringOrNull method.
- Renamed WSRPUtils.convertToLocalizedString to convertToRegistrationLocalizedString.
- Fixed NPEs that could occur due to navigationalContext being possibly null.
[chris.laprun(a)jboss.com] - Added tests for parameter descriptions.
Changes for Build #80
[mwringe] GTNWSRP-46: More test updates.
- renable disabled tests, should still have a failure in the consumer MarkupTest due to missing cookies.
- update MockHttpServletRequest to return locahost and 8080 as the host and port values
- update ServiceDescriptionHandler to properly change the registration values from required to not required. Update to use nanotime instead of millis since millis is not accurate enough. Test added to ServiceDescriptionTestCase for his behavour.
[chris.laprun(a)jboss.com] - createConsumer should return a Consumer with an initialized persistent key. Added associated test case, which reminds me that we should have the same test for the JCR implementation. :/
- Fixed V1ProducerBaseTest which was setting the persistent key when it really should have been done by the RegistrationManager during Consumer creation.
[mwringe] GTNWSRP-46: Enable the v1 producer ReleaseSession and Registration test cases.
[mwringe] GTNWSRP-46: a few more test fixes.
[chris.laprun(a)jboss.com] - Renamed JBOSS_HOME to JBOSS_TEST_HOME in producer tests as JBOSS_HOME has meaning outside of this build.
Changes for Build #81
[mwringe] GTNWSRP-46: Disable starting cargo or creating the test archives if maven.test.skip is set.
[mwringe] GTNWSRP-46: Update the PerUnitCookiesMarkupBehaviour so that a cookie gets set and the v1 MarkupTestCases will finally pass.
[chris.laprun(a)jboss.com] - GTNWSRP-51: properly create a new NamedString for each parameter.
Changes for Build #82
[chris.laprun(a)jboss.com] - Improved script to allow skipping of tests by passing only one argument. Passing more than one argument results in the previous behavior for passing one argument: deploying without building.
[chris.laprun(a)jboss.com] - Added methods to deal with events and PRPs.
[chris.laprun(a)jboss.com] - GTNWSRP-53: deactivated extensions handling for now so that we can see if we run into issues without removing them.
Changes for Build #83
[mwringe] GTNWSRP-46: oops, didn't mean to disable the tests with the last commit.
[mwringe] GTNWSRP-46: Fix issue with the server not being unzipped in the correct phase when using jboss.zip.url.
[chris.laprun(a)jboss.com] - GTNWSRP-39:
+ Added EventHandler to deal with event dispatching.
+ Introduced NavigationalStateUpdatingHandler to gather common behavior between InvocationHandler and EventHandler.
+ Introduced UpdateNavigationalStateResponderProcessor to gather common behavior between EventRequestProcessor and ActionRequestProcessor.
- GTNWSRP-38: moved handling of PRPs to WSRPUtils.
- Use more factory methods instead of direct constructor calls.
- Protect debugging calls
Changes for Build #84
[chris.laprun(a)jboss.com] - Minor.
[chris.laprun(a)jboss.com] - GTNWSRP-39, GTNWSRP-49:
+ Extracted payload handling to PayloadUtils.
+ Removed use of NamedStringArray as it is currently not obvious how to make them fit with JSR-286 (might have to revisit later).
+ Now should "properly" marshall Serializable to XML (though it needs to be tested and interoperability is a question).
Changes for Build #85
[mwringe] GTNWSRP-54: initial check in of GetResource support. Still needs a couple of fixes and test cases to be added.
Public URL: https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun5/85
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun5/85/
13 years, 8 months
gatein_wsrp_trunk_sun6 - Build # 88 - Failure!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #88: Failure
271 tests 0 failure(s) / ±0
All tests passed
Changes for Build #88
[mwringe] Add some javadocs.
[chris.laprun(a)jboss.com] - Use -DskipTests to skip tests but still build the needed artifacts instead of -Dmaven.test.skip=true which doesn't build the artifacts.
[...truncated 1952 lines...]
101/234K
105/234K
109/234K
113/234K
117/234K
121/234K
124/234K
128/234K
132/234K
136/234K
140/234K
144/234K
148/234K
152/234K
156/234K
160/234K
163/234K
167/234K
171/234K
175/234K
179/234K
183/234K
187/234K
191/234K
195/234K
199/234K
203/234K
207/234K
210/234K
214/234K
218/234K
222/234K
226/234K
230/234K
234/234K
234/234K
234K downloaded (portletbridge-impl-2.1.0.CR1.jar)
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [enforcer:enforce {execution: enforce-java-version}]
[INFO] [enforcer:enforce {execution: enforce-maven-version}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 10 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.gatein.wsrp.other.ConsumerBeanTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 sec
Results :
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[wsrp-admin-gui] in [/mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/wsrp-admin-gui-2.0.0-GA-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources[/mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/src/main/webapp]
[INFO] Webapp assembled in [300 msecs]
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/wsrp-admin-gui-2.0.0-GA-SNAPSHOT.war
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/wsrp-admin-gui-2.0.0-GA-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/wsrp-admin-gui-2.0.0-GA-SNAPSHOT.war to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-admin-gui/2.0.0-GA-SNAPSHOT/wsrp-admin-gui-2.0.0-GA-SNAPSHOT.war
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/wsrp-admin-gui-2.0.0-GA-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-admin-gui/2.0.0-GA-SNAPSHOT/wsrp-admin-gui-2.0.0-GA-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP Producer WAR
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [enforcer:enforce {execution: enforce-java-version}]
[INFO] [enforcer:enforce {execution: enforce-maven-version}]
[INFO] [dependency:copy {execution: copy}]
[INFO] Configured Artifact: org.gatein.pc:pc-samples:google-portlet:2.1.1-GA:war
[INFO] Copying pc-samples-2.1.1-GA-google-portlet.war to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/google-portlet.war
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 9 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [dependency:unpack-dependencies {execution: dependency-unpack}]
[INFO] Unpacking /qa/tools/opt/src/jboss/jboss-5.1.0.GA.zip to
/mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/cargo/servers
with includes null and excludes:null
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 40 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[wsrp-producer] in [/mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.0.0-GA-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources[/mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/src/main/webapp]
[INFO] Webapp assembled in [180 msecs]
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.0.0-GA-SNAPSHOT.war
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.0.0-GA-SNAPSHOT-sources.jar
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.0.0-GA-SNAPSHOT-tests.jar
[INFO] [assembly:single {execution: assemble}]
[INFO] Reading assembly descriptor: src/test/assembly/test-producer.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-markup-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-renderparam-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-session-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-basic-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-dispatcher-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-getlocales-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-encodeurl-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-usercontext-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-multivalued-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-implicitcloning-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-resource-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-resourcenoencodeurl-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-applicationscope-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-portletstate-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-eventswithobject-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-events-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-portletmodes-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-prp-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-state-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-resourceserving-portlet.xml
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-producer.sar
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-producer.sar is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-markup-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-markup-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-renderparam-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-renderparam-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-session-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-session-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-basic-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-basic-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-dispatcher-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-dispatcher-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-getlocales-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-getlocales-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-encodeurl-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-encodeurl-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-usercontext-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-usercontext-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-multivalued-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-multivalued-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-implicitcloning-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-implicitcloning-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resource-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resource-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resourcenoencodeurl-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resourcenoencodeurl-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-applicationscope-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-applicationscope-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-portletstate-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-portletstate-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-eventswithobject-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-eventswithobject-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-events-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-events-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-portletmodes-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-portletmodes-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-prp-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-prp-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-state-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-state-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resourceserving-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resourceserving-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] [cargo:start {execution: pre-integration-start-server}]
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to start the JBoss 5.1.0 container.
Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.codehaus.cargo.container.ContainerException: Failed to start the JBoss 5.1.0 container.
at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:168)
at org.codehaus.cargo.maven2.ContainerStartMojo.doExecute(ContainerStartMojo.java:61)
at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:255)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
at org.codehaus.cargo.container.spi.deployer.DeployerWatchdog.watch(DeployerWatchdog.java:111)
at org.codehaus.cargo.container.spi.AbstractLocalContainer.waitForCompletion(AbstractLocalContainer.java:221)
at org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer.waitForCompletion(AbstractJBossInstalledLocalContainer.java:152)
at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:163)
... 21 more
org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
at org.codehaus.cargo.container.spi.deployer.DeployerWatchdog.watch(DeployerWatchdog.java:111)
at org.codehaus.cargo.container.spi.AbstractLocalContainer.waitForCompletion(AbstractLocalContainer.java:221)
at org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer.waitForCompletion(AbstractJBossInstalledLocalContainer.java:152)
at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:163)
at org.codehaus.cargo.maven2.ContainerStartMojo.doExecute(ContainerStartMojo.java:61)
at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:255)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 22 seconds
[INFO] Finished at: Wed Dec 01 08:08:31 EST 2010
[INFO] Final Memory: 189M/378M
[INFO] ------------------------------------------------------------------------
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
Public URL: https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun6/88
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/88/
14 years, 1 month