AdamSaleh / NitrateRPC

GNU General Public License v2.0
4 stars 0 forks source link

GatherFiles contains null #55

Open jrusnack opened 12 years ago

jrusnack commented 12 years ago

Dont know how to reproduce - server returns error when trying to gather report from test files. This seems to be caused by publisher during build, which probably means there`s some non-deterministic behaviour (user has no way to interfere with publisher).

GatherFiles= { [results, build, "pre-compile" "linux"], [results, build, "compile" "linux"], [results, build, "compile" "solaris"], null }

HTTP ERROR: 500

INTERNAL_SERVER_ERROR

RequestURI=/job/testng_multi_2/1/nitrate-plugin/gather Caused by:

java.lang.NullPointerException at NitrateIntegration.TcmsReviewAction.doGather(TcmsReviewAction.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:282) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:149) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:88) at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:103) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:561) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:646) at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:373) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:561) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:646) at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:373)

jrusnack commented 12 years ago

Still problem as of bf39b01b47878871d9dd1333063c2568b1472d54.