You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Steve Blackmon [W2O Group]" <sb...@w2ogroup.com> on 2012/06/26 03:29:33 UTC

OpenShift Jenkins unhappy with rave-portal-resources

Has anyone on the list had issues building rave with Jenkins?

I'm seeing a failure whenever the wro4j plugin tries to run.  Is it trying to fork processes that the running process won't allow?

The specific logs are below - any advice is welcome.  Workarounds would be fine as well - I'm looking for fastest repeatable path to deployment.

Local environment:

[INFO] --- wro4j-maven-plugin:1.4.5:run (default) @ rave-portal-resources ---
[INFO] Executing the mojo:
[INFO] Wro4j Model path: E:\ravedemo\rave-portal-resources\src\main\resources\wro.xml
[INFO] targetGroups: rave_all.min,rave
[INFO] minimize: true
[INFO] ignoreMissingResources: false
[INFO] destinationFolder: E:\ravedemo\rave-portal-resources\target\wro
[INFO] jsDestinationFolder: E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\script
[INFO] cssDestinationFolder: E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\css
[INFO] groupNameMappingFile: null
[INFO] folder: E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\css
[INFO] processing group: rave_all.min.css
[INFO] wroManagerFactory class: ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
WARN : ro.isdc.wro.model.group.processor.GroupsProcessor - No resources found in group: rave_all.min and resource type: CSS
[INFO] file size: rave_all.min.css -> 0 bytes
[INFO] No content found for group: rave_all.min.css
[INFO] folder: E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\script
[INFO] processing group: rave_all.min.js
[INFO] file size: rave_all.min.js -> 46410 bytes
[INFO] E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\script\rave_all.min.js (46410 bytes)
[INFO] folder: E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\css
[INFO] processing group: rave.css
[INFO] file size: rave.css -> 216904 bytes
[INFO] E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\css\rave.css (216904 bytes)
[INFO] folder: E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\script
[INFO] processing group: rave.js
WARN : ro.isdc.wro.model.group.processor.GroupsProcessor - No resources found in group: rave and resource type: JS
[INFO] file size: rave.js -> 0 bytes
[INFO] No content found for group: rave.js
[INFO]
[INFO] --- jasmine-maven-plugin:1.0.2-beta-2:generateManualRunner (default) @ rave-portal-resources ---
[INFO] Generating runner 'ManualSpecRunner.html' in the Jasmine plugin's target directory to open in a browser to facilitate faster feedback.
[INFO] Skipping spec runner generation, because an identical spec runner already exists.
[INFO]

OpenShift Environment

[INFO] Executing the mojo:
[INFO] Wro4j Model path: /var/lib/stickshift/83fb824fbe2e478a8fd5cd4d079a5b7b/jbossas-7/ci/jenkins/workspace/ravedemo-build/rave-portal-resources/src/main/resources/wro.xml
[INFO] targetGroups: rave_all.min,rave
[INFO] minimize: true
[INFO] ignoreMissingResources: false
[INFO] destinationFolder: /var/lib/stickshift/83fb824fbe2e478a8fd5cd4d079a5b7b/jbossas-7/ci/jenkins/workspace/ravedemo-build/rave-portal-resources/target/wro
[INFO] jsDestinationFolder: /var/lib/stickshift/83fb824fbe2e478a8fd5cd4d079a5b7b/jbossas-7/ci/jenkins/workspace/ravedemo-build/rave-portal-resources/target/rave-portal-resources-0.12/script
[INFO] cssDestinationFolder: /var/lib/stickshift/83fb824fbe2e478a8fd5cd4d079a5b7b/jbossas-7/ci/jenkins/workspace/ravedemo-build/rave-portal-resources/target/rave-portal-resources-0.12/css
[INFO] groupNameMappingFile: null
[INFO] folder: /var/lib/stickshift/83fb824fbe2e478a8fd5cd4d079a5b7b/jbossas-7/ci/jenkins/workspace/ravedemo-build/rave-portal-resources/target/rave-portal-resources-0.12/css
[INFO] processing group: rave_all.min.css
[INFO] wroManagerFactory class: ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
WARN : ro.isdc.wro.model.group.processor.GroupsProcessor - No resources found in group: rave_all.min and resource type: CSS
[INFO] file size: rave_all.min.css -> 0 bytes
[INFO] No content found for group: rave_all.min.css
[INFO] folder: /var/lib/stickshift/83fb824fbe2e478a8fd5cd4d079a5b7b/jbossas-7/ci/jenkins/workspace/ravedemo-build/rave-portal-resources/target/rave-portal-resources-0.12/script
[INFO] processing group: rave_all.min.js
/tmp/hudson7130333417437368617.sh: line 17:  6910 Killed                  mvn --global-settings $OPENSHIFT_MAVEN_MIRROR clean package -Popenshift -DskipTests
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

Steve Blackmon
Director, Data Sciences
[cid:image001.png@01CD530C.709FDB90]
101 W. 6th Street
Austin, Texas 78701
cell 512.965.0451 | work 512.402.6366
twitter @steveblackmon


Re: OpenShift Jenkins unhappy with rave-portal-resources

Posted by Jasha Joachimsthal <ja...@apache.org>.
Hi Steve,

the Jenkins @ Apache doesn't complain about empty resources [1].
wro4j has to option to ignore missing resources. If you set
ignoreMissingResources to false [2], does that make your build succeed?

[1] https://builds.apache.org//view/M-R/view/Rave/job/rave-project-trunk/
[2] http://code.google.com/p/wro4j/wiki/Installation

Jasha

On 26 June 2012 03:29, Steve Blackmon [W2O Group] <sb...@w2ogroup.com>wrote:

> Has anyone on the list had issues building rave with Jenkins?****
>
> ** **
>
> I’m seeing a failure whenever the wro4j plugin tries to run.  Is it trying
> to fork processes that the running process won’t allow?****
>
> ** **
>
> The specific logs are below – any advice is welcome.  Workarounds would be
> fine as well – I’m looking for fastest repeatable path to deployment.****
>
> ** **
>
> Local environment:****
>
> ** **
>
> [INFO] --- wro4j-maven-plugin:1.4.5:run (default) @ rave-portal-resources
> ---****
>
> [INFO] Executing the mojo: ****
>
> [INFO] Wro4j Model path:
> E:\ravedemo\rave-portal-resources\src\main\resources\wro.xml****
>
> [INFO] targetGroups: rave_all.min,rave****
>
> [INFO] minimize: true****
>
> [INFO] ignoreMissingResources: false****
>
> [INFO] destinationFolder: E:\ravedemo\rave-portal-resources\target\wro****
>
> [INFO] jsDestinationFolder:
> E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\script
> ****
>
> [INFO] cssDestinationFolder:
> E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\css***
> *
>
> [INFO] groupNameMappingFile: null****
>
> [INFO] folder:
> E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\css***
> *
>
> [INFO] processing group: rave_all.min.css****
>
> [INFO] wroManagerFactory class:
> ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory****
>
> WARN : ro.isdc.wro.model.group.processor.GroupsProcessor - No resources
> found in group: rave_all.min and resource type: CSS****
>
> [INFO] file size: rave_all.min.css -> 0 bytes****
>
> [INFO] No content found for group: rave_all.min.css****
>
> [INFO] folder:
> E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\script
> ****
>
> [INFO] processing group: rave_all.min.js****
>
> [INFO] file size: rave_all.min.js -> 46410 bytes****
>
> [INFO]
> E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\script\rave_all.min.js
> (46410 bytes)****
>
> [INFO] folder:
> E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\css***
> *
>
> [INFO] processing group: rave.css****
>
> [INFO] file size: rave.css -> 216904 bytes****
>
> [INFO]
> E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\css\rave.css
> (216904 bytes)****
>
> [INFO] folder:
> E:\ravedemo\rave-portal-resources\target\rave-portal-resources-0.12\script
> ****
>
> [INFO] processing group: rave.js****
>
> WARN : ro.isdc.wro.model.group.processor.GroupsProcessor - No resources
> found in group: rave and resource type: JS****
>
> [INFO] file size: rave.js -> 0 bytes****
>
> [INFO] No content found for group: rave.js****
>
> [INFO] ****
>
> [INFO] --- jasmine-maven-plugin:1.0.2-beta-2:generateManualRunner
> (default) @ rave-portal-resources ---****
>
> [INFO] Generating runner 'ManualSpecRunner.html' in the Jasmine plugin's
> target directory to open in a browser to facilitate faster feedback.****
>
> [INFO] Skipping spec runner generation, because an identical spec runner
> already exists.****
>
> [INFO]****
>
> ** **
>
> OpenShift Environment****
>
> ** **
>
> [INFO] Executing the mojo: ****
>
> [INFO] Wro4j Model path:
> /var/lib/stickshift/83fb824fbe2e478a8fd5cd4d079a5b7b/jbossas-7/ci/jenkins/workspace/ravedemo-build/rave-portal-resources/src/main/resources/wro.xml
> ****
>
> [INFO] targetGroups: rave_all.min,rave****
>
> [INFO] minimize: true****
>
> [INFO] ignoreMissingResources: false****
>
> [INFO] destinationFolder:
> /var/lib/stickshift/83fb824fbe2e478a8fd5cd4d079a5b7b/jbossas-7/ci/jenkins/workspace/ravedemo-build/rave-portal-resources/target/wro
> ****
>
> [INFO] jsDestinationFolder:
> /var/lib/stickshift/83fb824fbe2e478a8fd5cd4d079a5b7b/jbossas-7/ci/jenkins/workspace/ravedemo-build/rave-portal-resources/target/rave-portal-resources-0.12/script
> ****
>
> [INFO] cssDestinationFolder:
> /var/lib/stickshift/83fb824fbe2e478a8fd5cd4d079a5b7b/jbossas-7/ci/jenkins/workspace/ravedemo-build/rave-portal-resources/target/rave-portal-resources-0.12/css
> ****
>
> [INFO] groupNameMappingFile: null****
>
> [INFO] folder:
> /var/lib/stickshift/83fb824fbe2e478a8fd5cd4d079a5b7b/jbossas-7/ci/jenkins/workspace/ravedemo-build/rave-portal-resources/target/rave-portal-resources-0.12/css
> ****
>
> [INFO] processing group: rave_all.min.css****
>
> [INFO] wroManagerFactory class:
> ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory****
>
> WARN : ro.isdc.wro.model.group.processor.GroupsProcessor - No resources
> found in group: rave_all.min and resource type: CSS****
>
> [INFO] file size: rave_all.min.css -> 0 bytes****
>
> [INFO] No content found for group: rave_all.min.css****
>
> [INFO] folder:
> /var/lib/stickshift/83fb824fbe2e478a8fd5cd4d079a5b7b/jbossas-7/ci/jenkins/workspace/ravedemo-build/rave-portal-resources/target/rave-portal-resources-0.12/script
> ****
>
> [INFO] processing group: rave_all.min.js****
>
> /tmp/hudson7130333417437368617.sh: line 17:  6910 Killed
> mvn --global-settings $OPENSHIFT_MAVEN_MIRROR clean package -Popenshift
> -DskipTests****
>
> Build step 'Execute shell' marked build as failure****
>
> Archiving artifacts****
>
> Finished: FAILURE****
>
> ** **
>
> *Steve Blackmon*****
>
> *Director, Data Sciences
> **[image: Description:
> cid:9432ED08-A6F5-444D-B9B8-78A7A4AF737C@wcgworld.com]*****
>
> 101 W. 6th Street****
>
> Austin, Texas 78701
> *cell** *512.965.0451 | *work** *512.402.6366****
>
> *twitter **@steveblackmon*****
>
> ** **
>