[
https://issues.apache.org/jira/browse/BROOKLYN-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duncan Godwin updated BROOKLYN-339:
-----------------------------------
Description:
Starting the Node.js entity gives the following error during the customize
phase:
{code}
Failed after 0ms: At least one of Git or archive URL must be set for
NodeJsWebAppServiceImpl{id=v9qctusjsb}
java.lang.IllegalStateException: At least one of Git or archive URL must be set
for NodeJsWebAppServiceImpl{id=v9qctusjsb}
at
org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver.customize(NodeJsWebAppSshDriver.java:131)
at
org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver$3$2.run(AbstractSoftwareProcessDriver.java:175)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at
org.apache.brooklyn.util.core.task.DynamicSequentialTask$DstJob.call(DynamicSequentialTask.java:359)
at
org.apache.brooklyn.util.core.task.BasicExecutionManager$SubmissionCallable.call(BasicExecutionManager.java:519)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
{code}
Note that running the Node.js tests DOES work, just not the entity on it's own
was:
Starting the Node.js entity gives the following error during the customize
phase:
{code}
Failed after 0ms: At least one of Git or archive URL must be set for
NodeJsWebAppServiceImpl{id=v9qctusjsb}
java.lang.IllegalStateException: At least one of Git or archive URL must be set
for NodeJsWebAppServiceImpl{id=v9qctusjsb}
at
org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver.customize(NodeJsWebAppSshDriver.java:131)
at
org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver$3$2.run(AbstractSoftwareProcessDriver.java:175)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at
org.apache.brooklyn.util.core.task.DynamicSequentialTask$DstJob.call(DynamicSequentialTask.java:359)
at
org.apache.brooklyn.util.core.task.BasicExecutionManager$SubmissionCallable.call(BasicExecutionManager.java:519)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
{code}
> Node.js entity fails
> --------------------
>
> Key: BROOKLYN-339
> URL: https://issues.apache.org/jira/browse/BROOKLYN-339
> Project: Brooklyn
> Issue Type: Bug
> Environment: Tested on Centos 6 on AWS
> Reporter: Duncan Godwin
>
> Starting the Node.js entity gives the following error during the customize
> phase:
> {code}
> Failed after 0ms: At least one of Git or archive URL must be set for
> NodeJsWebAppServiceImpl{id=v9qctusjsb}
> java.lang.IllegalStateException: At least one of Git or archive URL must be
> set for NodeJsWebAppServiceImpl{id=v9qctusjsb}
> at
> org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver.customize(NodeJsWebAppSshDriver.java:131)
> at
> org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver$3$2.run(AbstractSoftwareProcessDriver.java:175)
> at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> at
> org.apache.brooklyn.util.core.task.DynamicSequentialTask$DstJob.call(DynamicSequentialTask.java:359)
> at
> org.apache.brooklyn.util.core.task.BasicExecutionManager$SubmissionCallable.call(BasicExecutionManager.java:519)
> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
> {code}
> Note that running the Node.js tests DOES work, just not the entity on it's own
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)