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
Hi! I'm working on implementing a custom HTTP destination and I'm getting a NullPointerException every time I try and use it. My class is nearly identical to the provided sample class PushPublishHTTPCupertinoHTTPHandler. Any idea where this could be coming from?
ERROR server comment - PushPublishHTTPCupertinoLivepeerHandler.createOutputItem([null] live/_definst_/eli->eli) : java.lang.NullPointerException|at com.wowza.wms.pushpublish.protocol.cupertino.PushPublishHTTPCupertino.createOutputItem(PushPublishHTTPCupertino.java:335)|at com.wowza.wms.pushpublish.model.PushPublishHTTPPusher$HTTPPoller.run(PushPublishHTTPPusher.java:284)|
Exception in thread "PushPublishHTTPCupertinoLivepeerHandler-eli" java.lang.NullPointerException
at com.wowza.wms.pushpublish.protocol.cupertino.PushPublishHTTPCupertino.createOutputItem(PushPublishHTTPCupertino.java:888)
at com.wowza.wms.pushpublish.model.PushPublishHTTPPusher$HTTPPoller.run(PushPublishHTTPPusher.java:284)
The text was updated successfully, but these errors were encountered:
iameli
changed the title
NullPointerException
NullPointerException in createOutputItem
Jul 5, 2019
Hi! I'm working on implementing a custom HTTP destination and I'm getting a NullPointerException every time I try and use it. My class is nearly identical to the provided sample class
PushPublishHTTPCupertinoHTTPHandler
. Any idea where this could be coming from?The text was updated successfully, but these errors were encountered: