# Confusing Warning in PushPublishHTTPCupertino

**URL:** https://community.wowza.com/t/confusing-warning-in-pushpublishhttpcupertino/47996
**Category:** Wowza Developer Dojo
**Tags:** wowza-streaming-server-java-api
**Created:** [February 6, 2017, 3:49pm UTC](https://community.wowza.com/t/confusing-warning-in-pushpublishhttpcupertino/47996 "2017-02-06T15:49:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![philip\_curley](https://avatars.discourse-cdn.com/v4/letter/p/8dc957/32.png) [@philip\_curley](https://community.wowza.com/u/philip_curley)
#### Post date: [February 6, 2017, 3:49pm UTC](https://community.wowza.com/t/confusing-warning-in-pushpublishhttpcupertino/47996/1 "2017-02-06T15:49:02Z")

</div>

Hi all,

I am working on a custom module using Wowza Push Publish HLS example ([https://github.com/WowzaMediaSystems/wse-example-pushpublish-hls](https://github.com/WowzaMediaSystems/wse-example-pushpublish-hls)). I am implementing this class to handle sending stream segments to a remote server.

It is working as intended but after sometime I beginning to get a strange warning. It does not appear to affect my custom module. However, I am concerned it will cause an error if left running too log.

> WARN server comment 2017-02-06 15:00:10 - - - - - 22255.511 stream\_14664 - - - - - - - PushPublishHTTPCupertinoFileHandler.createOutputItem(LiveChannels/_definst_/stream\_10572-\>stream\_10572) packetizer/pushpub chunkListId: 1/2273
> 
> WARN server comment 2017-02-06 15:00:20 - - - - - 22265.417 stream\_14664 - - - - - - - PushPublishHTTPCupertinoFileHandler.createOutputItem(LiveChannels/_definst_/stream\_10572-\>stream\_10572) packetizer/pushpub chunkListId: 2/2274
> 
> WARN server comment 2017-02-06 15:00:30 - - - - - 22275.517 stream\_14664 - - - - - - - PushPublishHTTPCupertinoFileHandler.createOutputItem(LiveChannels/_definst_/stream\_10572-\>stream\_10572) packetizer/pushpub chunkListId: 3/2275
> 
> WARN server comment 2017-02-06 15:00:40 - - - - - 22285.479 stream\_14664 - - - - - - - PushPublishHTTPCupertinoFileHandler.createOutputItem(LiveChannels/_definst_/stream\_10572-\>stream\_10572) packetizer/pushpub chunkListId: 4/2276
> 
> …
> 
> WARN server comment 2017-02-06 15:36:10 - - - - - 24415.351 stream\_14664 - - - - - - - PushPublishHTTPCupertinoFileHandler.createOutputItem( LiveChannels/_definst_/stream\_10572-\>stream\_10572) packetizer/pushpub chunkListId: 224/2496

As you can see there is a progression of log entries which count the packetizer/pushpub chunkListId comparison (I think).

stream\_14664 and stream\_10572 are both Incoming Streams in my Application and this custom module is pushing both HLS streams to a remote location. I am confused why they appear in the same log entry. Can anyone provide some insight into the nature of this log warning? I believe it originates in PushPublishHTTPCupertino, for which I do not have the source code.

Recently, at the suggestion of some developers, implemented threading for my custom upload methods. However, I am not an advanced Java developer & this warning has never appeared before I made this change.

Using WSE 4.5.0 for reference.

Thanks!

---

<div class="post-metadata">

### Author: ![Jason\_Hatchett](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/jason_hatchett/32/391_2.png) [@Jason\_Hatchett](https://community.wowza.com/u/Jason_Hatchett)
#### Post date: [July 24, 2017, 10:09am UTC](https://community.wowza.com/t/confusing-warning-in-pushpublishhttpcupertino/47996/2 "2017-07-24T10:09:35Z")

</div>

Hello Phillip,

I have researched this report by searching our Support Ticket archive, and see some tickets posted by you a month after this forum post, but I did not find one relating to this same subject matter.

Please let me know if you are still facing any issues relating to the subject of this ticket thread, and if you need a faster response be sure to open a support ticket here:

[https://www.wowza.com/support/open-ticket](https://www.wowza.com/support/open-ticket)

Regards,

Jason Hatchett  
Wowza Support Engineer

---

<div class="post-metadata">

### Author: ![wang\_haoming1](https://avatars.discourse-cdn.com/v4/letter/w/57b2e6/32.png) [@wang\_haoming1](https://community.wowza.com/u/wang_haoming1)
#### Post date: [November 1, 2017, 4:59am UTC](https://community.wowza.com/t/confusing-warning-in-pushpublishhttpcupertino/47996/3 "2017-11-01T04:59:58Z")

</div>

I met the same problem, Does any one know these warning mean?
