You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when im trying to use this plugin, i only get following exception log:
java.net.ProtocolException: cannot write to a URLConnection if doOutput=false - call setDoOutput(true)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1000)
at com.tikal.hudson.plugins.notification.Protocol$3.send(Protocol.java:74)
at com.tikal.hudson.plugins.notification.Protocol.sendNotification(Protocol.java:97)
at com.tikal.hudson.plugins.notification.Phase.handlePhase(Phase.java:17)
at com.tikal.hudson.plugins.notification.JobListener.onFinalized(JobListener.java:29)
at hudson.model.listeners.RunListener.fireFinalized(RunListener.java:158)
at hudson.model.Run.onEndBuilding(Run.java:1485)
at hudson.model.Run.run(Run.java:1433)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
im using jenkings 1.400 and java 1.6.0_22
do i have to set any java environment variables?
thanks for help
cheerz
robert
The text was updated successfully, but these errors were encountered:
when im trying to use this plugin, i only get following exception log:
im using jenkings 1.400 and java 1.6.0_22
do i have to set any java environment variables?
thanks for help
cheerz
robert
The text was updated successfully, but these errors were encountered: