Closed ahgittin closed 10 years ago
Brooklyn Central » brooklyn #2412 FAILURE Looks like there's a problem with this pull request (what's this?)
closing+reopening to kick off build hive again.
Brooklyn Central » brooklyn #2434 FAILURE Looks like there's a problem with this pull request (what's this?)
huh - error seems legit:
[ERROR] Caused by: java.lang.NullPointerException: Cannot create effector sayHiNetcat with no impl (did you forget impl? or did you mean to buildAbstract?)
[ERROR] at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:236)
[ERROR] at brooklyn.entity.effector.Effectors$EffectorBuilder.build(Effectors.java:82)
[ERROR] at io.brooklyn.camp.brooklyn.VanillaBashNetcatYamlTest.<clinit>(VanillaBashNetcatYamlTest.java:33)
some last minute test-tidying that broke it. latest commit should fix it.
Brooklyn Central » brooklyn #2435 FAILURE Looks like there's a problem with this pull request (what's this?)
@buildhive you are having problems again
ERROR: Failed to parse POMs
hudson.remoting.ChannelClosedException: channel is already closed
at hudson.remoting.Channel.send(Channel.java:524)
at hudson.remoting.Request.call(Request.java:129)
at hudson.remoting.Channel.call(Channel.java:722)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:167)
at $Proxy58.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:930)
at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:165)
closing+reopening
Brooklyn Central » brooklyn #2437 SUCCESS This pull request looks good (what's this?)
Reviewed, looks good to go :-)
Lots of great stuff here. My biggest comment is that I need to think more about what the yaml would ideally look like when someone is adding sensors (e.g. for the JMX attributes to be polled).
Please re-submit in https://github.com/apache/incubator-brooklyn/pulls, with a reference to this PR, and close this one. We can merge it from there.
Hello, and thank you for your contribution to Brooklyn. We've moved house, so unfortunately we can't accept your pull request on this repository. You can read our new How to contribute guide, and read How to migrate your brooklyncentral fork to Apache. Our Community is available to help you if you have any trouble with the migration - or simply post a comment here and I will respond.
Thank you again for your contribution and we hope that you will submit your contribution again at our new home!
start by looking at the documentation and the example therein, then look at the commits individually to see how it is built up