Results 1 to 5 of 5

Thread: Can't shutdown Wowza with shutdown.sh

  1. #1

    Default Can't shutdown Wowza with shutdown.sh

    Hi:

    We got a strange exception when shutdown Wowza

    ERROR server comment - execute: java.util.concurrent.RejectedExecutionException
    Exception in thread "Thread-10" java.lang.NoClassDefFoundError: com/wowza/wms/plugin/integration/publish/PublishingProviderOnDemand
    at com.wowza.wms.stream.publish.PublishingProviderMed iaReader.play(Unknown Source)
    at com.wowza.wms.stream.publish.Stream.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:619)


    Any ideas?

    Environment: Wowza 2.0 Patch 4

    Java:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)

    OS: CentOS 5.3


    James

  2. #2
    Join Date
    Dec 2007
    Posts
    25,671

    Default

    Can you zip up and send the /conf and /logs folder to support@wowzamedia.com, with reference to this post.

    I think you are running Stream class streams and they are not being disposed of. Might be something I have to work on if you are using the scheduler example.

    Richard

  3. #3

    Default

    You can ignore it for now. It will be fixed in path 6 that should be out sometime next week.

    Charlie

  4. #4

    Default

    Hi Charlie:

    We already update to 2.0 Patch 6
    but shutdown.sh still cant work

    ERROR server comment - PublishingProviderMediaReader.play: java.lang.NullPointerException
    ERROR server comment - PublishingProviderMediaReader.play: java.lang.NullPointerException
    ERROR server comment - PublishingProviderMediaReader.play: java.lang.NullPointerException
    ERROR server comment - PublishingProviderMediaReader.play: java.lang.NullPointerException
    ERROR server comment - PublishingProviderMediaReader.play: java.lang.NullPointerException
    ERROR server comment - PublishingProviderMediaReader.play: java.lang.NullPointerException



    James

  5. #5
    Join Date
    Dec 2007
    Posts
    25,671

    Default

    I did update the code in the schedule post to dispose of Stream class streams that were created when the server shuts down.

    http://www.wowzamedia.com/forums/showthread.php?t=6868

    I haven't update the compiled collection yet, will try to do so today.

    Richard

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •