[
https://issues.apache.org/jira/browse/BROOKLYN-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kennedy updated BROOKLYN-105:
------------------------------------
Description:
- https://github.com/apache/incubator-brooklyn/pull/395
The {{brooklyn.entity.java.JavaOptsTest.testBasicJmxConfigFromDefault}} test is
failing, with the following error, on the ASF Jenkins service:
{noformat}
Caused by: java.util.concurrent.ExecutionException:
brooklyn.util.exceptions.PropagatedRuntimeException: Error invoking start at
TestingNoSensorsVanillaJavaAppImpl{id=JmttJK4N}: Execution failed, invocation
error for customizing TestingNoSensorsVanillaJavaAppImpl{id=JmttJK4N}: Cannot
find way to access port 31001 on
TestingNoSensorsVanillaJavaAppImpl{id=JmttJK4N} from Brooklyn (no host.name)
at
brooklyn.management.internal.AbstractManagementContext.invokeEffectorMethodSync(AbstractManagementContext.java:290)
at
brooklyn.management.internal.EffectorUtils.invokeMethodEffector(EffectorUtils.java:250)
at brooklyn.entity.basic.MethodEffector.call(MethodEffector.java:149)
at
brooklyn.entity.trait.Startable$StartEffectorBody.call(Startable.java:57)
at
brooklyn.entity.trait.Startable$StartEffectorBody.call(Startable.java:1)
at
brooklyn.entity.effector.EffectorTasks$EffectorBodyTaskFactory$1.call(EffectorTasks.java:82)
{noformat}
was:
- https://github.com/apache/incubator-brooklyn/pull/395
The `brooklyn.entity.java.JavaOptsTest.testBasicJmxConfigFromDefault` test is
failing, with the following error, on the ASF Jenkins service:
```
Caused by: java.util.concurrent.ExecutionException:
brooklyn.util.exceptions.PropagatedRuntimeException: Error invoking start at
TestingNoSensorsVanillaJavaAppImpl{id=JmttJK4N}: Execution failed, invocation
error for customizing TestingNoSensorsVanillaJavaAppImpl{id=JmttJK4N}: Cannot
find way to access port 31001 on
TestingNoSensorsVanillaJavaAppImpl{id=JmttJK4N} from Brooklyn (no host.name)
at
brooklyn.management.internal.AbstractManagementContext.invokeEffectorMethodSync(AbstractManagementContext.java:290)
at
brooklyn.management.internal.EffectorUtils.invokeMethodEffector(EffectorUtils.java:250)
at brooklyn.entity.basic.MethodEffector.call(MethodEffector.java:149)
at
brooklyn.entity.trait.Startable$StartEffectorBody.call(Startable.java:57)
at
brooklyn.entity.trait.Startable$StartEffectorBody.call(Startable.java:1)
at
brooklyn.entity.effector.EffectorTasks$EffectorBodyTaskFactory$1.call(EffectorTasks.java:82)
```
> Failing brooklyn.entity.java.JavaOptsTest.testBasicJmxConfigFromDefault test
> ----------------------------------------------------------------------------
>
> Key: BROOKLYN-105
> URL: https://issues.apache.org/jira/browse/BROOKLYN-105
> Project: Brooklyn
> Issue Type: Bug
> Affects Versions: 0.7.0-SNAPSHOT
> Reporter: Andrew Kennedy
>
> - https://github.com/apache/incubator-brooklyn/pull/395
> The {{brooklyn.entity.java.JavaOptsTest.testBasicJmxConfigFromDefault}} test
> is failing, with the following error, on the ASF Jenkins service:
> {noformat}
> Caused by: java.util.concurrent.ExecutionException:
> brooklyn.util.exceptions.PropagatedRuntimeException: Error invoking start at
> TestingNoSensorsVanillaJavaAppImpl{id=JmttJK4N}: Execution failed, invocation
> error for customizing TestingNoSensorsVanillaJavaAppImpl{id=JmttJK4N}: Cannot
> find way to access port 31001 on
> TestingNoSensorsVanillaJavaAppImpl{id=JmttJK4N} from Brooklyn (no host.name)
> at
> brooklyn.management.internal.AbstractManagementContext.invokeEffectorMethodSync(AbstractManagementContext.java:290)
> at
> brooklyn.management.internal.EffectorUtils.invokeMethodEffector(EffectorUtils.java:250)
> at brooklyn.entity.basic.MethodEffector.call(MethodEffector.java:149)
> at
> brooklyn.entity.trait.Startable$StartEffectorBody.call(Startable.java:57)
> at
> brooklyn.entity.trait.Startable$StartEffectorBody.call(Startable.java:1)
> at
> brooklyn.entity.effector.EffectorTasks$EffectorBodyTaskFactory$1.call(EffectorTasks.java:82)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)