Muxer error on WLS shutdown on Solaris 8

Hi,
We're running WLS 5.1.0 (sp9) on Solaris 8 with JDK 1.2.2_07. When we shut WLS
down we get the following muxer ThreadDeath errors at the end of the shutdown:
Tue Oct 30 20:16:08 GMT+01:00 2001:<I> <WebLogicServer> Waiting: '20' seconds
for threads to complete shutdown
Tue Oct 30 20:16:08 GMT+01:00 2001:<I> <SSLListenThread> Shutting down Thread[SSLListenThread,5,]
Tue Oct 30 20:16:08 GMT+01:00 2001:<I> <ListenThread> Shutting down Thread[ListenThread,5,]
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <WebLogicServer> Invoking garbage collection
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <GC> GC: Before free/total=62504072/67108864
(93%)
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <GC> GC: After free/total=64015832/67108864
(95%)
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <WebLogicServer> Invoking garbage collection
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <GC> GC: Before free/total=64004336/67108864
(95%)
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <GC> GC: After free/total=64020208/67108864
(95%)
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <WebLogicServer> Shutting down execute
threads
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <WebLogicServer> Shutdown completed
Tue Oct 30 20:16:28 GMT+01:00 2001:<E> <Performance Pack> Muxer got error: null
java.lang.ThreadDeath
Tue Oct 30 20:16:28 GMT+01:00 2001:<E> <Performance Pack> Muxer got error: null
java.lang.ThreadDeath
Tue Oct 30 20:16:28 GMT+01:00 2001:<E> <Performance Pack> Muxer got error: null
java.lang.ThreadDeath
WLS doesn't then actually shut down so we have to kill the process to get rid
of it. When we try to restart WLS we get the following error (note that I've inserted
asterisks where our IP address was displayed):
Tue Oct 30 19:47:43 GMT+00:00 2001:<!> <ListenThread> **** Unable to create server
socket for: ********, port: '7001'. Perhaps the address is incorrect or another
process is using the port.
java.net.BindException: Address already in use
     at java.net.PlainSocketImpl.socketBind(Native Method)
     at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:398)
     at java.net.ServerSocket.<init>(ServerSocket.java:173)
     at weblogic.t3.srvr.ListenThread.newServerSocket(ListenThread.java:215)
     at weblogic.t3.srvr.ListenThread.run(Compiled Code)
Tue Oct 30 19:47:43 GMT+00:00 2001:<!> <ListenThread> **** The WebLogic Server
is no longer listening for connections.
Tue Oct 30 19:47:43 GMT+00:00 2001:<!> <ListenThread> **** You should probably
restart it.
Tue Oct 30 19:47:43 GMT+00:00 2001:<!> <SSLListenThread> **** Unable to create
server socket for: ********, port: '7002'. Perhaps the address is incorrect or
another process is using the port.
java.net.BindException: Address already in use
     at java.net.PlainSocketImpl.socketBind(Native Method)
     at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:398)
     at java.net.ServerSocket.<init>(ServerSocket.java:173)
     at weblogic.security.SSL.SSLServerSocket.<init>(SSLServerSocket.java:67)
     at weblogic.t3.srvr.SSLListenThread.newServerSocket(SSLListenThread.java:473)
     at weblogic.t3.srvr.ListenThread.run(Compiled Code)
Tue Oct 30 19:47:43 GMT+00:00 2001:<!> <SSLListenThread> **** The WebLogic Server
is no longer listening for connections.
Tue Oct 30 19:47:43 GMT+00:00 2001:<!> <SSLListenThread> **** You should probably
restart it.
Tue Oct 30 19:47:43 GMT+00:00 2001:<I> <WebLogicServer> Server shutdown by system
Tue Oct 30 19:47:43 GMT+00:00 2001:<I> <WebLogicServer> Server shutdown by system
Tue Oct 30 19:48:44 GMT+00:00 2001:<I> <WebLogicServer> WebLogic Server started
Tue Oct 30 19:48:44 GMT+00:00 2001:<I> <WebLogicServer> Server shutdown commencing
NOW
Tue Oct 30 19:48:45 GMT+00:00 2001:<I> <HTTP> Destroying servlets in default servlet
context.
Tue Oct 30 19:48:45 GMT+00:00 2001:<I> <WebLogicServer> Requesting thread shutdown
Tue Oct 30 19:48:45 GMT+00:00 2001:<I> <WebLogicServer> Waiting: '20' seconds
for threads to complete shutdown
Tue Oct 30 19:48:45 GMT+00:00 2001:<I> <SSLListenThread> Shutting down Thread[SSLListenThread,5,]
Tue Oct 30 19:48:45 GMT+00:00 2001:<I> <ListenThread> Shutting down Thread[ListenThread,5,]
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <WebLogicServer> Invoking garbage collection
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <GC> GC: Before free/total=64963208/67108864
(96%)
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <GC> GC: After free/total=65159344/67108864
(97%)
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <WebLogicServer> Invoking garbage collection
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <GC> GC: Before free/total=65147696/67108864
(97%)
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <GC> GC: After free/total=65159944/67108864
(97%)
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <WebLogicServer> Shutting down execute
threads
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <WebLogicServer> Shutdown completed
WLS is the onle process using these ports so it shouldn't hit this problem. Our
only recourse is then to reboot the server itself after which WLS starts okay.
Obviously we don't want to have to reboot the server everytime we shut down WLS.
Has anyone else encountered this problem? Any help greatly appreciated.
Thanks,
Garry

Hi.
Please open a case with support for this issue.
Thanks,
Michael
Garry Baird wrote:
Hi,
We're running WLS 5.1.0 (sp9) on Solaris 8 with JDK 1.2.2_07. When we shut WLS
down we get the following muxer ThreadDeath errors at the end of the shutdown:
Tue Oct 30 20:16:08 GMT+01:00 2001:<I> <WebLogicServer> Waiting: '20' seconds
for threads to complete shutdown
Tue Oct 30 20:16:08 GMT+01:00 2001:<I> <SSLListenThread> Shutting down Thread[SSLListenThread,5,]
Tue Oct 30 20:16:08 GMT+01:00 2001:<I> <ListenThread> Shutting down Thread[ListenThread,5,]
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <WebLogicServer> Invoking garbage collection
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <GC> GC: Before free/total=62504072/67108864
(93%)
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <GC> GC: After free/total=64015832/67108864
(95%)
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <WebLogicServer> Invoking garbage collection
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <GC> GC: Before free/total=64004336/67108864
(95%)
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <GC> GC: After free/total=64020208/67108864
(95%)
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <WebLogicServer> Shutting down execute
threads
Tue Oct 30 20:16:28 GMT+01:00 2001:<I> <WebLogicServer> Shutdown completed
Tue Oct 30 20:16:28 GMT+01:00 2001:<E> <Performance Pack> Muxer got error: null
java.lang.ThreadDeath
Tue Oct 30 20:16:28 GMT+01:00 2001:<E> <Performance Pack> Muxer got error: null
java.lang.ThreadDeath
Tue Oct 30 20:16:28 GMT+01:00 2001:<E> <Performance Pack> Muxer got error: null
java.lang.ThreadDeath
WLS doesn't then actually shut down so we have to kill the process to get rid
of it. When we try to restart WLS we get the following error (note that I've inserted
asterisks where our IP address was displayed):
Tue Oct 30 19:47:43 GMT+00:00 2001:<!> <ListenThread> **** Unable to create server
socket for: ********, port: '7001'. Perhaps the address is incorrect or another
process is using the port.
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:398)
at java.net.ServerSocket.<init>(ServerSocket.java:173)
at weblogic.t3.srvr.ListenThread.newServerSocket(ListenThread.java:215)
at weblogic.t3.srvr.ListenThread.run(Compiled Code)
Tue Oct 30 19:47:43 GMT+00:00 2001:<!> <ListenThread> **** The WebLogic Server
is no longer listening for connections.
Tue Oct 30 19:47:43 GMT+00:00 2001:<!> <ListenThread> **** You should probably
restart it.
Tue Oct 30 19:47:43 GMT+00:00 2001:<!> <SSLListenThread> **** Unable to create
server socket for: ********, port: '7002'. Perhaps the address is incorrect or
another process is using the port.
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:398)
at java.net.ServerSocket.<init>(ServerSocket.java:173)
at weblogic.security.SSL.SSLServerSocket.<init>(SSLServerSocket.java:67)
at weblogic.t3.srvr.SSLListenThread.newServerSocket(SSLListenThread.java:473)
at weblogic.t3.srvr.ListenThread.run(Compiled Code)
Tue Oct 30 19:47:43 GMT+00:00 2001:<!> <SSLListenThread> **** The WebLogic Server
is no longer listening for connections.
Tue Oct 30 19:47:43 GMT+00:00 2001:<!> <SSLListenThread> **** You should probably
restart it.
Tue Oct 30 19:47:43 GMT+00:00 2001:<I> <WebLogicServer> Server shutdown by system
Tue Oct 30 19:47:43 GMT+00:00 2001:<I> <WebLogicServer> Server shutdown by system
Tue Oct 30 19:48:44 GMT+00:00 2001:<I> <WebLogicServer> WebLogic Server started
Tue Oct 30 19:48:44 GMT+00:00 2001:<I> <WebLogicServer> Server shutdown commencing
NOW
Tue Oct 30 19:48:45 GMT+00:00 2001:<I> <HTTP> Destroying servlets in default servlet
context.
Tue Oct 30 19:48:45 GMT+00:00 2001:<I> <WebLogicServer> Requesting thread shutdown
Tue Oct 30 19:48:45 GMT+00:00 2001:<I> <WebLogicServer> Waiting: '20' seconds
for threads to complete shutdown
Tue Oct 30 19:48:45 GMT+00:00 2001:<I> <SSLListenThread> Shutting down Thread[SSLListenThread,5,]
Tue Oct 30 19:48:45 GMT+00:00 2001:<I> <ListenThread> Shutting down Thread[ListenThread,5,]
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <WebLogicServer> Invoking garbage collection
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <GC> GC: Before free/total=64963208/67108864
(96%)
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <GC> GC: After free/total=65159344/67108864
(97%)
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <WebLogicServer> Invoking garbage collection
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <GC> GC: Before free/total=65147696/67108864
(97%)
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <GC> GC: After free/total=65159944/67108864
(97%)
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <WebLogicServer> Shutting down execute
threads
Tue Oct 30 19:49:05 GMT+00:00 2001:<I> <WebLogicServer> Shutdown completed
WLS is the onle process using these ports so it shouldn't hit this problem. Our
only recourse is then to reboot the server itself after which WLS starts okay.
Obviously we don't want to have to reboot the server everytime we shut down WLS.
Has anyone else encountered this problem? Any help greatly appreciated.
Thanks,
Garry--
Developer Relations Engineer
BEA Support

Similar Messages

  • WebLogic AdminServer not starting: JVM Called WLS Shutdown hook

    Hi All,
    I am getting below error while starting the WLS Admin Server:
    <Nov 9, 2012 11:36:42 AM PST> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Nov 9, 2012 11:36:42 AM PST> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Nov 9, 2012 11:36:42 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Any pointers for resolving this issue?
    Regards,
    Sunny

    What other errors can you see in your console ?
    When are you getting this error ?
    Does you coming in Running mode any time or are you getting this error while starting server ?
    Have you killed all the other processes ?
    You can try with :
    JAVA_OPTIONS="${JAVA_OPTIONS} -Djava.awt.headless=true -Xrs"

  • WLS 5.1 & Solaris 8 (Intel) Performance Pack Issue

    OS: Solaris 8 Intel
    WLS: Weblogic 5.1
    Issue: Unable to load performance pack
    Description: LD_LIBRARY_PATH is set for /apps/weblogic/lib/solaris -
    Confirmed by output of startWebLogic.sh {see below}
    Contents of /apps/weblogic/lib/solaris contains
    libmuxer.so
    # ./startWebLogic.sh
    LD_LIBRARY_PATH=/apps/weblogic/lib/solaris
    Tue Jul 10 21:04:42 EDT 2001:<I> <WebLogicServer> Read global properties
    /apps/weblogic/weblogic.properties
    Tue Jul 10 21:04:51 EDT 2001:<I> <ListenThread> Listening on port: 7001
    Tue Jul 10 21:04:51 EDT 2001:<A> <Posix Performance Pack> Could not
    initialize POSIX Performance Pack.
    Tue Jul 10 21:04:51 EDT 2001:<E> <Posix Performance Pack> Stack:
    java.lang.UnsatisfiedLinkError: no muxer in java.library.path
    Tue Jul 10 21:04:51 EDT 2001:<E> <Performance Pack> Unable to load
    performance pack, using Java I/O.
    Tue Jul 10 21:04:51 EDT 2001:<I> <SSLListenThread> Listening on port:
    7002
    Tue Jul 10 21:04:51 EDT 2001:<I> <WebLogicServer> WebLogic Server
    started
    # ls -l /apps/weblogic/lib/solaris
    total 3460
    -rwxr-xr-x 1 weblogic weblogic 409436 Jul 4 12:05 libjsafe.so
    -rwxr-xr-x 1 weblogic weblogic 22332 Jul 4 12:05 libmuxer.so
    -rwxr-xr-x 1 weblogic weblogic 146932 Jul 4 12:05 libproxy.so
    -rwxr-xr-x 1 weblogic weblogic 8632 Jul 4 12:05 libstackdump.so
    -rwxr-xr-x 1 weblogic weblogic 6820 Jul 4 12:05
    libstackdump_jdk12.so
    -rwxr-xr-x 1 weblogic weblogic 7472 Jul 4 12:05
    libweblogicunix1.so
    -rwxr-xr-x 1 weblogic weblogic 6364 Jul 4 12:05 libwlenv.so
    -rwxr-xr-x 1 weblogic weblogic 277712 Jul 4 12:05 mod_wl.so
    -rwxr-xr-x 1 weblogic weblogic 275692 Jul 4 12:05 mod_wl_ssl.so
    -rwxr-xr-x 1 weblogic weblogic 275780 Jul 4 12:05
    mod_wl_ssl_raven.so
    drwxr-xr-x 2 weblogic weblogic 512 Jul 4 12:05 oci734_7
    drwxr-xr-x 2 weblogic weblogic 512 Jul 4 12:05 oci805_7
    drwxr-xr-x 2 weblogic weblogic 512 Jul 4 12:05 oci805_8
    drwxr-xr-x 2 weblogic weblogic 512 Jul 4 12:05 oci806_8
    drwxr-xr-x 2 weblogic weblogic 512 Jul 4 12:05 oci815_8
    drwxr-xr-x 2 weblogic weblogic 512 Jul 4 12:05 oci816_8
    -rw-r--r-- 1 weblogic weblogic 47868 Jul 4 12:05 wlauth
    -rw-r--r-- 1 weblogic weblogic 218276 Jul 4 12:05 zac_solaris
    [startWebLogic.sh]
    # Set user-defined variables
    JAVA_HOME=/usr/java
    PRE_CLASSPATH=

    Michael Girdley wrote:
    The perf pack is native code. It must be ported to each platform. Since
    WLS only supports Solaris/SPARC, this port hasn't been done and that's why
    the lib doesn't work.
    Michael Girdley
    http://learnweblogic.com
    "Super-User" <[email protected]> wrote in message
    news:[email protected]...
    It's [email protected]
    Super-User wrote:
    OS: Solaris 8 Intel
    WLS: Weblogic 5.1
    Issue: Unable to load performance pack
    Description: LD_LIBRARY_PATH is set for /apps/weblogic/lib/solaris -
    Confirmed by output of startWebLogic.sh {see below}
    Contents of /apps/weblogic/lib/solaris contains
    libmuxer.so
    # ./startWebLogic.sh
    LD_LIBRARY_PATH=/apps/weblogic/lib/solaris
    Tue Jul 10 21:04:42 EDT 2001:<I> <WebLogicServer> Read global properties
    /apps/weblogic/weblogic.properties
    Tue Jul 10 21:04:51 EDT 2001:<I> <ListenThread> Listening on port: 7001
    Tue Jul 10 21:04:51 EDT 2001:<A> <Posix Performance Pack> Could not
    initialize POSIX Performance Pack.
    Tue Jul 10 21:04:51 EDT 2001:<E> <Posix Performance Pack> Stack:
    java.lang.UnsatisfiedLinkError: no muxer in java.library.path
    Tue Jul 10 21:04:51 EDT 2001:<E> <Performance Pack> Unable to load
    performance pack, using Java I/O.
    Tue Jul 10 21:04:51 EDT 2001:<I> <SSLListenThread> Listening on port:
    7002
    Tue Jul 10 21:04:51 EDT 2001:<I> <WebLogicServer> WebLogic Server
    started
    # ls -l /apps/weblogic/lib/solaris
    total 3460
    -rwxr-xr-x 1 weblogic weblogic 409436 Jul 4 12:05 libjsafe.so
    -rwxr-xr-x 1 weblogic weblogic 22332 Jul 4 12:05 libmuxer.so
    -rwxr-xr-x 1 weblogic weblogic 146932 Jul 4 12:05 libproxy.so
    -rwxr-xr-x 1 weblogic weblogic 8632 Jul 4 12:05 libstackdump.so
    -rwxr-xr-x 1 weblogic weblogic 6820 Jul 4 12:05
    libstackdump_jdk12.so
    -rwxr-xr-x 1 weblogic weblogic 7472 Jul 4 12:05
    libweblogicunix1.so
    -rwxr-xr-x 1 weblogic weblogic 6364 Jul 4 12:05 libwlenv.so
    -rwxr-xr-x 1 weblogic weblogic 277712 Jul 4 12:05 mod_wl.so
    -rwxr-xr-x 1 weblogic weblogic 275692 Jul 4 12:05 mod_wl_ssl.so
    -rwxr-xr-x 1 weblogic weblogic 275780 Jul 4 12:05
    mod_wl_ssl_raven.so
    drwxr-xr-x 2 weblogic weblogic 512 Jul 4 12:05 oci734_7
    drwxr-xr-x 2 weblogic weblogic 512 Jul 4 12:05 oci805_7
    drwxr-xr-x 2 weblogic weblogic 512 Jul 4 12:05 oci805_8
    drwxr-xr-x 2 weblogic weblogic 512 Jul 4 12:05 oci806_8
    drwxr-xr-x 2 weblogic weblogic 512 Jul 4 12:05 oci815_8
    drwxr-xr-x 2 weblogic weblogic 512 Jul 4 12:05 oci816_8
    -rw-r--r-- 1 weblogic weblogic 47868 Jul 4 12:05 wlauth
    -rw-r--r-- 1 weblogic weblogic 218276 Jul 4 12:05 zac_solaris
    [startWebLogic.sh]
    # Set user-defined variables
    JAVA_HOME=/usr/java
    PRE_CLASSPATH=
    Thanks, I set the NativeIO to false..... And hope that it gets ported.......

  • Internal Muxing Error - How I Fixed Mine - FYI

    FYI: I received the "internal muxing error" message during a build. I thought I'd post what happened, what I found and how I mixed mine in case it helps someone else.
    I was building a project using a "project template" that I've used many many times in the past. (I just drop a new menu and new assets into an old project thats been saved without any assets). The project consisted of a menu connected to 4 tracks. Each track contains a 30 min film.
    About 70% of the way through I received the "internal muxing error" and the build stopped. This was when muxing Part 3. This happened each time I re-tried the build.
    To cut a long story short:
    I checked the built project which was 3/4 complete. I had a look at the build log and it indicated which VOB was the last and thus which one had the problem. Oddly enough a VOB for the next track had been created.
    In each track I placed 1 second of black, (a special mpeg2 and ac3 assst), at the start of the track,followed by the main asset, followed by 1 second of black again. The always worked and looked good on playback.
    I traced the probelm, through some trail and error to the 1 second of black at the end of track 3. eg; removing it resulted in a clean build, putting it back resulted in the build failing.
    I wanted to keep the 1 second of black at the end of the track, so I ended up trimming the video asset just enough so that it was about 1/2 second shorter than the audio asset, and adding back the 1 second of black at the end of the track.
    Oddly enough, this build worked. I burnt the dvd and it was fine. Everything worked.
    I really don't understand what causes the "internal muxing error" message. (I've printed some other posts and will read through them in detail when I get the chance). And I really don't understand how what I did fixed it. And as I've used this "project template" dozens of times in the past I don't understand why it suddenly failed, besides new assets everything was the same, and even the new assets were "standard", nothing new about them.
    So there it is. Weird.

    Jay, thanks for the summary.

  • 64-bit WLS 11G for Solaris?

    I can not locate the 64-bit version of WLS 11G for Solaris. When I go to the download page all I see are 32-bit versions (at least they look like 32-bit version as denoted by the filenames such as wls1031_solaris32.bin).
    I have attempted to go through the e-delivery site but do not want to download a 21 part 11Gig file if it is not the correct one.
    I would appreciate any help at all.

    I am pretty confident that you need the 64 bit JVM for your platform, then you need to use the generic installer, this is based on how it has been done in prior releases.
    So you can find the available JVM's for your platform here:
    http://www.oracle.com/technology/software/products/ias/files/oracle%20fusion%20middleware%2011gr1%20(11%201%201%201%200)%20certification%20matrix.xls
    In this case that would be Sun JVM 1.6.0_11+
    OR
    JRockit 6 Update 5 R27.6.2+
    Then you should be able to run the generic installer here with that downloaded supported JDK:
    http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html
    I was not able to find anything specific on the documentation pages that described this process in detail, but you can always open a support case to get some assistance. I will check with the documentation team to see if that is going to be documented or already is.
    If you look at the 10gR3 releases, it shows how the generic installer is used, for example:
    http://e-docs.bea.com/platform/suppconfigs/configs/solaris/solaris10_103.html#104355

  • Internal Muxing Error

    Hey guys,
    came across something very interesting today.
    for the first time i received this error when building my project.
    initially i thought it was a bad VTS, since i was just re-using the same one as a template. i deleted it, created a new VTS and same muxing error.
    keep in mind that i was using many, individual encodes, not just one long stream. i figured that one of them was corrupted, but which one was the question, since the error is pretty general.
    i thought that maybe the file was corrupted, header info maybe but it was all good, since i know the telltale sign in DVDSP of a corrupt header info or a file.
    someone in the DVDSP posts suggested to view the .VOB's in the VIDEO_TS since it still build, but to see where the end of video was (as in scene).
    i took the VOB into mpegstreamclip and saw that towards the end, my timecode jumped ahead about 7 frames. i also noted the timecode in mpegstreamclip and crossed referenced it with DVDSP (i had to revert my video stream timecode to 00:00:00:00 in DVDSP, since this is how mpegstreamclip views it). then thats when i saw something amazing!
    turns out that the mpx3000 was adding an extra GOP! ONE EXTRA GOP (in my case 15 frames). there was NO audio associated with this mystery GOP. also, it was at the end, NEVER at the head of a file.
    i did what is a big no no, i trimmed the file 2 GOP's but had to also trim the audio. i HAD to make sure that the audio was synced to video as well, since this doesnt happen automatically, or create a new, full audio file like the spruce that comforms perfectly in Spruce (sigh).
    i saved and compiled again. suffice to say there was a total of 8 files that had ONE EXTRA GOP! i trimmed 4 seconds of video that were associated with nothing!
    i did a batch encode on the mpx3000 and for some reason, added 1 GOP to these files. when i went back to check my out points from the batch list, all was good!
    i also tested these files in a standalone VTS, and it build just fine. the trouble seem to come when i butted the files next to each other!
    i made sure all audio was synced to video, made sure that i had no other errors and i was good to go!
    just thought i would share!
    Mikey m.

    Mikey
    I have had similar issues in the past
    Sometimes using MPEGAppend cured it
    A couple of times I zoomed in as much as possible on the timeline and actually saw gaps in the timeline which cured it.
    And yesterday ran into real weird one when proofing the DVD on a set top. The counter would run wild back and forth between numbers on a section and tons of stutters and stop. So I figured bad burn, tried again and same thing.
    Sure enough when I went back to playing in DVD Player on the Mac and in DVD AE it would crash them both. Re-encoding the file cured the ills, but man this stuff gives me stomach aches. Just when you start feeling comforable with workflows and things all clicking, BAM. Kept the bad burn to look at more at some point
    But I guess this is what makes ithis all fun

  • Error when install wlss22 on solaris 10 x86

    encountered error during installation of wlss22 (solaris build) on my solaris 10 x86
    pls help
    $./wlss220_solaris32.bin
    bash: ./wlss220_solaris32.bin: Invalid argument

    As per the installation guide:
    http://e-docs.bea.com/wlcp/wlss22/install/quickstart.html
    # Execute the installation program for your operating system. To execute the Linux or Solaris binary installation program:
    chmod a+x ./wlss220_linux32.bin
    ./wlss220_linux32.bin

  • What is "Internal Muxer Error" - How to fix it???

    I'm trying to burn a simple/basic project: 5 short films (one 15min, the others under 4min) that I put into a template - and I have no additional menus save the first. I have no transistions or anything else complicated. Just the menu and the movies.
    Here's the backstory: I had built this same project before, successfully burned at least 10 DVD's of it, and then moved it from my hard drive to my external hard drive. When I went back later to burn some more, I re-connected the assets with the project and tried to burn again - only to get this "Internal Muxer Error" that stops the building/formatting. I went through all the preferences and all other options - I retraced my steps as best I could, to no avail. So I resorted to moving my assets back onto my hard drive and I re-created my project from scratch.
    And I'm still getting this "Internal Muxer Error" in the "build" stage of the burn process - even though I did the same things to this new project that I had done when I first started.
    What is this error and how can it be fixed? I noticed a thread about the error below, but I didn't understand a thing in that discussion. And my project is different from that one because I am not using multiple angles or anything spiffy. I think I'm making about the most basic project you can come up with.
    Any help/suggestions are greatly appreciated. Thank you so much in advance.

    Building Project Short Films
    9/7/05 11:32:18 PM
    Build Folder /Users/danielbell/Desktop/Short Films 2003-2005
    Starting DVD Build SHORT_FILMS...
    Compiler Initializing...
    Precompiling Project SHORT_FILMS
    Compiling VMG Information...
    Created 7 PGCs in VTSM1
    Created 5 PGCs in VTSM2
    Created 5 PGCs in VTSM3
    Created 5 PGCs in VTSM4
    Created 5 PGCs in VTSM5
    Created 8 PGCs in VMG.
    1 Menu(s) will be created...
    Compiling Menu PGCs...
    Compiling Menu#1 (Menu 1)...
    Rendering Menu:Menu 1,Language:1...
    Writing VIDEO_TS.VOB
    Compiling Menu PGCs...
    Writing VTS020.VOB
    Compiling Menu PGCs...
    Writing VTS030.VOB
    Compiling Menu PGCs...
    Writing VTS040.VOB
    Compiling Menu PGCs...
    Writing VTS050.VOB
    5 VTSs and 5 Titles will be created...
    Compiling VTS#1 (Outlook)...
    Muxing VTS011.VOB
    Internal Muxer Error
    Build cancelled
    thanks!

  • A unique Internal Muxer Error problem

    I'm using DVD Studio Pro 4.1.1
    I've searched through threads and have found that people have gotten this message, but never under the circumstances which I got it at.
    I have a stand alone DVD recorder that records DVD-RAM discs. I was hoping to record my favorite TV show and then rip it to my computer so that I could:
    1. Cut out the commercials without having to sit and watch it, I could just cut out the commercials using MPEG Streamclip
    2. Get more on video on my DVD
    So, I ripped the MPEG2 from the DVD. It was recorded in XP mode, which fits 1 hour. Since the show is 30 minutes, I figured I could fit 3 episodes on a disc (I'm very picky about video quality) because without commercials they'd be about 20 minutes each.
    I used Toast Titanium 8 to rip the video from the DVD-RAM disc, and it rips it as a mpeg2. Now, I know DVD Studio Pro 4 cannot handle MPEG2 video that is already muxed, so I demuxed the video and the audio. I pull them into DVD Studio Pro without any issue and got everything set. I just have a basic menu, no chapter markers for each title, nothing. The total file size is a little larger than allowed, but that's okay cause I can just compress it when burning it with Toast, that way the disc is 4.36gb at the highest bitrate possible.
    When I go to build though I get the dreaded Internal Muxer Error.
    The video is encoded at 8.9mbps, and the audio is AC3 192kbps.
    Now, I would just use Toast to make the DVD but Toast keeps wanting to re-encode it because I don't think it will burn anything about 8mbps.
    Heres the info of the m2v file from Quicktime:
    MPEG2 Video, 640 x 480
    FPS: 29.94
    8.94 mbits/sec
    Could the FPS be the issue? I mean, the DVD RAM disc plays fine on my DVD Recorder.
    Does anyone have any suggestions? If it's encoded at too high of a quality, is there a way to lower the bitrate slightly? I've worked in video for a while but have never had to take a mpeg2 video file and re-encode it, usually any re-encoding I'd do with DVD2Xone or Toast Titanium, using their disc image compressing. When re-encoding the mpeg2 itself with Toast the quality was bad and it was filled with interlace looking lines, except bigger.
    Any help would be greatly appreciated!

    Hi Adam
    Sorry to tell you this (especially after all the hard work you put in explaining it) but this forum is used as a legitimate arena for users of DVDSP to post questions.
    It may not seem like much to you but what your doing is illegal and someone (maybe me :)) will be losing money on something they put much work into - really.
    I would suggest posting somewhere else.
    Eric

  • Muxing error

    Hello All. This my  problem. Working in fcp created project close to 4.5 GB. Exported to QT then compressed using DVD setting for 150 min.  in order to send to DSP. When I pulled into DSP, and created menu and chapters I began to build. I received a muxing error. So as I began to work backwards. I discovered the orginal quicktime movie audio lagged in various spots. I began to work further back and then tried to make each chapter into individual m2v and ac3 files. I then tried different combinations of each chapter to find where the muxing error occured. Once I determined the chapters that had muxing errors I went back to the FCP project and checked each audio setting of clips and audio. All were the same.  I've never had a muxing error. We did change cameras half way through the project, but they were the same Canon and same settings (I believe). In fact we've never changed the audio on the camera. Any advise would be great.
    Thanks!

    After I exported as a quicktime, I then opened with compressor. I used 150 best quality for dvd. Somewhere between FCP and a qt movie, the audio began to lag. I can only combine a few chapters in order NOT to get the muxing error once inside DSP.
    Thanks for the response.

  • Interal Muxer Error (Again)

    So I'm trying to build a rather large DVD and I'm getting the dreaded Internal Muxer Error. I've read through the other threads asking for help with this problem and turned up nil so far. Hopefully someone can help me ASAP as I'm fast approaching a deadline.
    The backstory...I had 23 DVDs that were submitted for a film festival. My job is to create one DVD melt that can serve as a screener for the judges. I used Cinematize 2.0 to extract the .m2v and .aif files for what was to go on the screener. I converted the .aifs to .ac3 with Compressor. Each is about 10 minutes or less. The total size of all the files is 8.69 GB when viewing info in Finder.
    When added to DVDSP the total disc size actually says 9.5 GB. I have 2 tracks, with each having about half the clips, so 14 clips and 11 chapters in track 1 and 12 clips/12 chapters in Track 2. I have two menus that link to each of the chapters. Two VTS folders each with a menu and the track it links to.
    I know I can't fit the reported 9.5 on a dual layer disc (i have the proper media and drive) but I wanted to create a build of it and then use DVD2oneX2 to shrink it down so it would fit on a Dual Layer DVD+R. Since my build keeps cancelling at about 14% I haven't even gotten this far. I tried eliminating all the chapter markers and that didn't help. Have dumped the PAR folders, nada. Fix invalid markers on build is checked in Prefs. Assets on external firewire, have built to both external and interal with same results. Here is the log:
    Starting DVD Build AXE_SCREENER...
    Compiler Initializing...
    Precompiling Project AXE_SCREENER
    Compiling VMG Information...
    Created 7 PGCs in VTSM1
    Created 6 PGCs in VTSM2
    Created 8 PGCs in VMG.
    2 Menu(s) will be created...
    Compiling Menu PGCs...
    Compiling Menu#1 (Menu 1)...
    Writing VIDEO_TS.VOB
    Compiling Menu PGCs...
    Compiling Menu#2 (Menu 2)...
    2 VTSs and 2 Titles will be created...
    Compiling VTS#1 (Track 1)...
    Muxing VTS011.VOB
    Internal Muxer Error
    Build cancelled
    Please help! Thanks in advance!

    I've begun the process of eliminating assets to find a potentially corrupt one. So far I think I've localized it. It cancels on the 4th chapter, which is the 5th clip in the timeline. After that everything builds okay, so I know there are no problems in my second VTS.
    What's the best approach to fix my problematic asset? Hopefully after I do that there won't be other corrupt assets further down the timeline that I find out about. I guess I could add all the other ones in there and see if it builds okay, then I would know if it was completely isolated to that asset. Will try that now and hope it works! I'll be up all night, so if anyone is around, please chime in, thanks!
    EDIT: I put my other assets in, minus the 4th one which I think to be corrupt, and it gave me the error again. Now I think that perhaps its not that asset, but anything beyond that certain point on the DVD. What kind of problem might I be having in a specific point on the Track? I know I read earlier something about faulty GOP structure/boundaries and an easy way to fix them. FWIW, the point in the timeline that the build can't seem to get past is around 00:30:48:07. I know frames are irrelevant in DVD spec, but the more info the better I guess.
    EDIT #2: Ugh, I just tried making the track ~equal to the length of the failed build, but only using the assets that were in the timeline that built successfully (AKA known to not be corrupt). It cancelled. This gives credence to the idea that its that particular point in the timeline causing the issue and maybe not the assets afterall. Hopefully I've narrowed it enough for someone to swoop in with a fix. hopefully.

  • Get Internal Muxer Error

    I have completed many copies of my DVD and have finally corrected all the errors that I can find and now when I go to Build in DVD Studio Pro in will not finish. It gives me an Internal Muxer Error. I thought this was just the audio, so I eliminated all the audio and it still does it. The main changes I have made are corrections in spelling. This is about 2 hours long, but is made of 16 separate timelines all put on one track. Does anyone know what is happening?

    You should be able to hear the AC3 file
    Can you hear the aif file play in Quicktime Player or iTunes?
    Also double check the AC3 settings - A data rate of 160 or 192 is usually good, you should set Dialog Normalization to -31, preprocessing to none
    Take a look about halfway down the following page for the settings (those above and some others)
    http://dvdstepbystep.com/fasttrackover.php
    Double check to make sure the audio is in the right track (it can happeen) and
    make sure you did not place the audio in an audio track that you somehow disabled
    I had this happeen recently on some AC3 files thaat I used in a DVD SP 3 project - no sound but it worked in DVD SP 4.
    Did you do the troubleshoot - repair permissions, delete prefs, etc.?

  • Certificate error while admin server startup (solaris 8, wls 8.1.4)

    HI All,
    I am getting the following error while starting up my admin server using startWebLogic.sh.
    <Feb 5, 2010 7:51:19 AM GMT> <Notice> <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server "BOS1-ADMIN" for domain "BOS1">
    java.io.IOException: Inconsistent security configuration, Certificate expired: [
    Version: V3
    Subject: EMAILADDRESS=******************, CN=***********, OU=********, O=************, L=*******, ST=*******, C=**
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@672
    Validity: [From: Thu Feb 03 11:25:08 GMT 2005,
    To: Tue Feb 02 11:25:08 GMT 2010]
    Issuer: EMAILADDRESS=******************, CN=***********, OU=********, O=************, L=*******, ST=*******, C=**
    SerialNumber: 00
    Certificate Extensions: 3
    [1]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    0000: E9 1E E1 30 86 89 7E 1A 67 A2 58 5B 9D 8A 9E 7A ...0....g.X[...z
    0010: C1 CF C4 DA ....
    [2]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    0000: E9 1E E1 30 86 89 7E 1A 67 A2 58 5B 9D 8A 9E 7A ...0....g.X[...z
    0010: C1 CF C4 DA ....
    EMAILADDRESS=******************, CN=***********, OU=********, O=************, L=*******, ST=*******, C=**
    SerialNumber: 00]
    [3]: ObjectId: 2.5.29.19 Criticality=false
    BasicConstraints:[
    CA:true
    PathLen:2147483647
    Algorithm: MD5withRSA
    Signature:
    0000: 74 15 DF 05 54 27 1D 1D D5 35 F4 99 24 1A 84 1C t...T'...5..$...
    0010: BF 93 25 FA 50 D7 1E 36 66 7F 30 1A EF 67 2A 79 ..%.P..6f.0..g*y
    0020: 4A 72 FD C1 3B 33 05 61 D0 52 92 2D 15 89 68 67 Jr..;3.a.R.-..hg
    0030: E8 13 A6 60 18 38 16 53 16 22 CC 4D 87 19 9F 30 ...`.8.S.".M...0
    0040: 28 F3 3C C0 4C C2 C4 34 69 D3 BA 5C B2 4D 8A FF (.<.L..4i..\.M..
    0050: AA DD BD 04 96 AF 69 05 73 77 8D 93 89 90 5D 23 ......i.sw....]#
    0060: E9 D0 CA 02 5A 20 39 40 85 12 A9 67 04 ED 7B 59 ....Z [email protected]
    0070: 34 FB 31 E7 AD F6 C0 AE E4 5E 66 BB 8E 7D 45 72 4.1......^f...Er
    at weblogic.t3.srvr.SSLListenThread.initSSLContext(SSLListenThread.java:205)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:139)
    at weblogic.t3.srvr.T3Srvr.initializeListenThreads(T3Srvr.java:1637)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:890)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
    at weblogic.Server.main(Server.java:32)
    Any thoughts to share mates????
    I have already posted this topic in general discussion forum and as suggested by faisal posting here as well..Please let me know how to renew certificates????
    Cheers,
    Dinesh

    Hi Dinesh,
    Below are the steps to renew / get new certificates.
    Step A -- Create a Keystore file
    1. Using keytool, enter the following:
    keytool -genkey -alias server -keyalg RSA -keystore your_domain.jks
    'your_domain' in the command above should be the name of the domain you are securing. If you are ordering a Wildcard Certificate, do not include the * in the filename as it is not a valid filename character.
    2. You will be prompted to enter the information for your certificate.
    Please note: When prompted for the first and last name, DO NOT enter your first and last name. Instead, enter the name to which the certificate is being issued (e.g., www.yourdomain.com, mail.yourdomain.com, *.yourdomain.com).
    3. When prompted, enter 'y' or 'yes' to confirm. You will next be asked for a password. You will need to use this same password when generating a CSR and importing your certificates.
    Step B -- Generate a CSR from your new keystore
    1.     Use keytool to create a Certificate Signing Request from your keystore:
    keytool -certreq -alias server -keyalg RSA -file your_domain.csr -keystore your_domain.jks
    Again, 'your_domain' is the name of the domain you are securing. (without the * character if you are ordering a Wildcard Certificate).
    2.     Enter the keystore password.
    3.     Submit the CSR to the Certificate Authority for the certificates.
    Step C: Import and Install the Certificates.
    1.     First you will need to install the Root CA Certificate into your keystore. Copy-and-paste the root certificate from the body of the fulfillment email into a simple text editor such as Notepad.
    2.     Save the file to your server as trustroot.pem in the same directory where your keystore was created.
    3.     Using the java keytool command line utility, import the root certificate geotrustroot.pem into your keystore using the following command:
    keytool -import -alias geotrustca -keystore mykeystore -file geotrustroot.pem
    The command should be typed on one line. This command imports the GeoTrust Root CA Certificate into the keystore named mykeystore.
    Step D: Import and Install the SSL Server Certificate
    1.     Next install your SSL Server Certificate (public key) into your keystore. Copy-and-paste the server certificate from the body of the fulfillment email into a simple text editor such as Notepad.
    2.     Save the file to your server as public.pem in the same directory where your keystore was created.
    3.     Using the java keytool command line utility, import the SSL server certificate public.pem into your keystore using the following command:
    keytool -import -alias tomcat -keystore mykeystore -file public.pem
    The command should be typed on one line. This command imports the SSL server certificate into the keystore named
    mykeystore.
    Step E: Configuring Keystores
    1.     Both the GeoTrust root CA and SSL server certificates are now installed on your server. Next you will need to configure the keystores by following the instructions in the WebLogic documentation section Configuring Keystores.
    2.     Restart the WebLogic server.
    Hope the information helps.
    Regards,
    Raj

  • Intermittent java.lang.NoClassDefFoundError WLS 8.1SP2 Solaris 5.8

    Hello.
    I have experienced an intermittent java.lang.NoClassDefFoundError following deployment as follows:
    java.lang.NoClassDefFoundError: /net/sf/hibernate/cfg/Configuration
    on Solaris 5.8 WLS 8.1SP2 for a web application whose WAR contains all of the required .jar files for Hibernate. The code involved uses a static initializer (following the thread local pattern shown in many Hibernate documentation sources) and has shown no issues to date in a Win2K environment.
    The issue persisted between several re-deployments and fresh server instances on a given day. Two days later the same WAR deployment was used and the error did not appear again.
    Has anyone experienced a similar behaviour in their deployment experiences ? Does anyone have any suggestions on avoiding the issue (e.g. something related to ClassLoaders) ?
    Regards,
    James.

    Hello.
    I have experienced an intermittent java.lang.NoClassDefFoundError following deployment as follows:
    java.lang.NoClassDefFoundError: /net/sf/hibernate/cfg/Configuration
    on Solaris 5.8 WLS 8.1SP2 for a web application whose WAR contains all of the required .jar files for Hibernate. The code involved uses a static initializer (following the thread local pattern shown in many Hibernate documentation sources) and has shown no issues to date in a Win2K environment.
    The issue persisted between several re-deployments and fresh server instances on a given day. Two days later the same WAR deployment was used and the error did not appear again.
    Has anyone experienced a similar behaviour in their deployment experiences ? Does anyone have any suggestions on avoiding the issue (e.g. something related to ClassLoaders) ?
    Regards,
    James.

  • Cannot determine cause of Transaction Error in WLS 5.1 sp10

    Upgrading to sp10 for WebLogic, an ejbCreate() via CMP throws an
              javax.transaction.TransactionRolledbackException if an error occurs
              without any stack trace or details!!! Why or when does this happen?
              Is this specific to sp10? Current environment is Sun Solaris 7, Oracle
              8.1.6, thin driver
              

    WLS 6.0 is the first WebLogic Server version which supports XA/2PC. If you need to enlist
              multiple resources in a single transaction, you will need WLS 6.x. (I would recommend
              6.1)
              You should get your JDBC connections from TxDataSources.
              -- Rob
              Brendan wrote:
              > Hi,
              >
              > I'm looking for some definitive information on the support for distributed transactions
              > in wls 5.1 sp10.
              >
              > We are currently experiencing problems since we try to get connections from multiple
              > connectionPools in the one transaction, which seems to be disallowed.
              >
              > I have seen various posts commenting on the lack of support for 2pc/ distributed
              > transactions in wls 5.1 etc, but have not seen any definitive bea documentation
              > describing what is and is not supported.
              >
              > Before we decide to jump to 6.0 or 6.1 we'd like to ensure that 1) we need to,
              > and 2) it will support getting connections from multiple pools in the one transaction.
              >
              > Any pointers greatly appreciated.
              >
              > Brendan
              AVAILABLE NOW!: Building J2EE Applications & BEA WebLogic Server
              by Michael Girdley, Rob Woollen, and Sandra Emerson
              http://learnWebLogic.com
              [att1.html]
              

Maybe you are looking for

  • Sensors Not Working. Please help!!! :(

    I have got a new BB z10 and its Sensor doesnt seem to be functioning.  When I take the call the take the headseat near my ear, the screen doesnt sleep automatically. similarly when I take the phn back from ear it doesnt wake up. Is this a software is

  • How to set the page size

    Hi, How to set the page size of a B tree node in berkeley db java edition? thanks.

  • Ghost files (removing itunes?)

    Hi, I have shifted my music collection back and forth from a number of macs, and my library is all sorts of screwed up. I am curently using an old powerbook with a firewire hard drive which is storing my music. I had run itunes on this laptop in the

  • G5 helppp

    hello im buying this computer here are the specs is it a good one to learn video editing ie avid finalcut also going to use as a browsing and broadcasting an internet show webcams and mics please any help would be appreciated Apple PowerMac G5 (Tower

  • Finder shows random folder size

    Finder is telling me that this folder is just 11.3MB while inside there is almost 10 times so. See picture for details. Get info provides me the same estimate. How's that possible? Is there a way to fix it? Is finder just unreliable to check the size