POSIX Performance Pack Error!

What's this means:
Fri Mar 16 13:00:36 CST 2001:<I> <Posix Performance Pack> System has file
descriptor limits of - soft: '1024', hard: '1024'
Fri Mar 16 13:00:36 CST 2001:<I> <Posix Performance Pack> Using effective
file descriptor limit of: '1024' open sockets/files.
Fri Mar 16 13:00:36 CST 2001:<I> <Posix Performance Pack> Allocating: '3'
POSIX reader threads
Fri Mar 16 13:00:37 CST 2001:<I> <WebLogicServer> WebLogic Server started
Fri Mar 16 13:01:06 CST 2001:<I> <ServletContext-General>
seCurity_Haoyisheng: init
Fri Mar 16 13:01:24 CST 2001:<E> <HTTP> Connection failure
java.net.SocketException: Error in poll for fd: '59', revents: '59'
at
weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:293)
at
weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
My system:RedHat7,SUN JDK1.3(Hotspot Server Mode),WebLogic5.1Sp8

When we start application that connects to WLS we get this message. in the LOG.
####<Mar 18, 2002 10:23:49 AM EST> <Error> <Posix Performance Pack> <fiepnprod
<myserver> <ExecuteThread: '297' for queue: 'default'> <> <> <000000> <Uncaug
Throwable in processSockets>

Similar Messages

  • Could anybody explain this warning message regarding Posix Performance Pack

    Hi,
    I am getting following message on my console :
    <Sep 10, 2002 7:12:38 PM GMT+08:00> <Warning> <Posix Performance Pack> <Got exception
    for fd: '123' with no corresponding table entry>
    <Sep 11, 2002 12:40:48 AM GMT+08:00> <Warning> <Posix Performance Pack> <Got exception
    for fd: '151' with no corresponding table entry>
    I have deployed the WL server on HP-UX 11.0 and wlserver version is 6.1 sp2. Could
    anybody explain the warning message ?
    TIA
    Anirudh

    This is a known issue.
    Contact [email protected] and ask for "Combined muxer" patch.
    Kumar
    Anirudh wrote:
    Hi,
    I am getting following message on my console :
    <Sep 10, 2002 7:12:38 PM GMT+08:00> <Warning> <Posix Performance Pack> <Got exception
    for fd: '123' with no corresponding table entry>
    <Sep 11, 2002 12:40:48 AM GMT+08:00> <Warning> <Posix Performance Pack> <Got exception
    for fd: '151' with no corresponding table entry>
    I have deployed the WL server on HP-UX 11.0 and wlserver version is 6.1 sp2. Could
    anybody explain the warning message ?
    TIA
    Anirudh

  • Posix Performance Pack Issues 5.1 sp6

    I am currently running v5.1 sp6. Java is running with native threads.
    Has anyone encountered this issue before:
    Wed Oct 25 16:50:24 EDT 2000:<E> <Posix Performance Pack> Failure in
    processSock
    ets()
    java.net.SocketException: Connection reset by peer: Connection reset by peer
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.socketRead(Compiled Code)
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
    23)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)

    These are innocuous. Don't worry about them.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Greg Panzer" <[email protected]> wrote in message
    news:39f75188$[email protected]..
    I am currently running v5.1 sp6. Java is running with native threads.
    Has anyone encountered this issue before:
    Wed Oct 25 16:50:24 EDT 2000:<E> <Posix Performance Pack> Failure in
    processSock
    ets()
    java.net.SocketException: Connection reset by peer: Connection reset bypeer
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.socketRead(Compiled Code)
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
    23)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)

  • Posix Performance Pack & file discriptor limitation

     

    This question doesn't appear to relate to our Enterprise product, so I'm
    responding to this message in the performance newsgroup as well. Please see
    answers below:
    Andy Ping wrote:
    What is Posix Performance Pack about?This refers to the availability of enhanced I/O handling (enabled by default
    with the Solaris version of WLS) and is documented at:
    http://www.weblogic.com/docs51/admindocs/tuning.html#performance packs
    >
    And How to resolve the file dirscritor limitation? Is ulimit OK?The Solaris file descriptor limits are set using lines similar to:
    set rlim_fd_cur = 1024
    set rlim_fd_max = 8192
    in your /etc/system file. In the above case, user processes are allowed 1K open
    files by default and can up this limit to 8K files using the ulimit command.
    You might have noticed that this command is used in the weblogic startup script
    to accomplish this. Judging by your log entries, I'd guess that your tunables
    are both set to 512. You might want to consider raising your maximum to 1K.
    Perhaps other newsgroup readers can suggest/recommend better file descriptor
    limits.
    Environment: sun solaris 2.6, weblogic.5.1 jdk1.2.2_006, oracle815.
    phenomena:
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < ListenThread > Listening on
    port: 7001
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < Posix Performance Pack >
    System has file descriptor limits of - soft: '512', hard: '512'
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < Posix Performance Pack >
    Using effective file descriptor limit of: '512' open sockets/files.
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < Posix Performance Pack >
    Allocating:'3' POSIX reader threads
    If use jdk1.1.7b, the phenomena:
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < EJB > 0 deployed, 0 failed
    to deploy.
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < HTTP > Log rotation is size
    based
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < ZAC > ZAC ACLs initialized
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < ZAC > ZAC packages stored
    in local directory exports
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < ListenThread > Listening on
    port: 7001
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < Posix Performance Pack >
    System has file descriptor limits of - soft: '512', hard: '512'
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < Posix Performance Pack >
    Using effective file descriptor limit of: '512' open sockets/files.
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < Posix Performance Pack >
    Allocating: '3' POSIX reader threads
    D??¨²?? ¨º??? 20 00:58:28 GMT-05:00 2000:< E > < Posix Performance Pack >
    Failure in processSockets()
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    D??¨²?? ¨º??? 20 00:58:28 GMT-05:00 2000:< E > < Posix Performance Pack >
    Failure in processSockets()
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    D??¨²?? ¨º??? 20 00:59:23 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 00:59:28 GMT-05:00 2000:< I > < ServletContext-General >
    Generated java file:
    /opt/weblogic/weblogic/myserver/classfiles/jsp_servlet/_high_tech_area/_fron
    t/_bbs/_bbs_list.java
    D??¨²?? ¨º??? 20 00:59:32 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:00:36 GMT-05:00 2000:< E > < Posix Performance Pack >
    Failure in processSockets()
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    D??¨²?? ¨º??? 20 01:00:52 GMT-05:00 2000:< E > < Posix Performance Pack >
    Failure in processSockets()
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    D??¨²?? ¨º??? 20 01:02:53 GMT-05:00 2000:< I > < ServletContext-General >
    Generated java file:
    /opt/weblogic/weblogic/myserver/classfiles/jsp_servlet/_high_tech_area/_fron
    t/_bbs/_bbs_list.java
    D??¨²?? ¨º??? 20 01:02:54 GMT-05:00 2000:< I > < ServletContext-General >
    Generated java file:
    /opt/weblogic/weblogic/myserver/classfiles/jsp_servlet/_high_tech_area/_back
    /_hbk_perlaw/_hbk_perlaw_add.java
    D??¨²?? ¨º??? 20 01:03:02 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:03:11 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:03:15 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:03:21 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:04:02 GMT-05:00 2000:< E > < Posix Performance Pack >
    Failure in processSockets()
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    D??¨²?? ¨º??? 20 01:04:22 GMT-05:00 2000:< I > < ServletContext-General >
    Generated java file:
    /opt/weblogic/weblogic/myserver/classfiles/jsp_servlet/_high_tech_area/_fron
    t/_bbs/_bbs_list.java
    D??¨²?? ¨º??? 20 01:04:28 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:04:33 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource '/high_tech_area/back/hbk_perlaw/hbk_perlaw_list.jsp'
    in document root '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:04:45 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource '/high_tech_area/back/hbk_perlaw/hbk_perlaw_list.jsp'
    in document root '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:05:31 GMT-05:00 2000:< E > < Posix Performance Pack >
    Failure in processSockets()
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)You will probably want to select your WLS/JDK environment using the platform
    support information at:
    http://www.weblogic.com/platforms/index.html#solaris
    Hope this helps.
    -Charlie

  • WLS6.0 Performance Pack error

    Hi,
    I have a Fresh install under Solaris and when I start the Weblogic Server 6.0
    I have this error
    <Aug 26, 2001 10:18:37 PM GMT-05:00> <Notice> <WebLogicServer> <WebLogic Server
    started>
    <Aug 26, 2001 10:18:37 PM GMT-05:00> <Notice> <WebLogicServer> <SSLListenThread
    listening on port 7002>
    <Aug 26, 2001 10:18:37 PM GMT-05:00> <Notice> <WebLogicServer> <ListenThread listening
    on port 7001>
    <Aug 26, 2001 10:18:37 PM GMT-05:00> <Error> <Performance Pack> <Unable to load
    performance pack, using Java I/O.
    java.lang.UnsatisfiedLinkError: getFdLimit
    at weblogic.socket.PosixSocketMuxer.getFdLimit(Native Method)
    at weblogic.socket.PosixSocketMuxer.<init>(PosixSocketMuxer.java:104)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:128)
    at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:83)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:224)
    >
    And I never installed the Performance Pack or something like that can you Help
    me?
    Thanx Alot!!

    1. Set ld_library_path enviornment variable as per BEA docs.
    2.You don't have to install Performance pack. You have Enabled Performance Packs
    or by default performance pack are enabled on sun solaris.
    Here is a step :
    To use the Administration Console to make sure performance packs are enabled:
    Start the WebLogic Server Console.
    Open the Servers folder in the navigation tree.
    Select your server (myserver in a default installation) in the Servers folder.
    Select the Configuration tab.
    Select the Tuning tab.
    If the Native IO Enabled check box is not selected, select the check box.
    Click Apply.
    Restart your sever.
    Thanks
    Jignesh Patel

  • Posix Performance Error

    Hi
    We are using Solaris 8, WebLogic 6.1 for our production site.
    We normally get following error once in a day and WLS server crashes
    <Error> <Posix Performance Pack> <neptune> <neptune> <ExecuteThread: '47' for queue:
    'default'> <> <> <000000> <Uncaught Throwable in processSockets>
    java.io.IOException: error in poll: Invalid argument
    at weblogic.socket.PosixSocketMuxer.poll(Native Method)
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Any idea how to resolve this ???
    Thanks
    Rajeev

    Yes, it is benign.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Michael Madrid" <[email protected]> wrote in message
    news:[email protected]..
    We get the following error when running WLS on AIX4.3.3:
    Thu Sep 07 15:55:58 EDT 2000:<E> <Posix Performance Pack> Connection reset
    on socket: 'weblogic.socket.MuxableSocketHTTP@63b0b12 - idle
    timeout: '60', socket timeout: '5000'', fd: '27'
    Thu Sep 07 15:55:58 EDT 2000:<E> <HTTP> Connection failure
    java.io.IOException: A connection with a remote socket was reset by that
    socket.
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    It doesn't seem to disrupt anything, but we want to make sure it is truly
    benign.
    Help appreciated.

  • Unable to Load Performance Pack / No muxer in java.library.path

    When I start weblogic (version 7.0, running under jdk 1.4.1 on Win XP),
    I'm getting the following error:
    <Sep 30, 2002 9:03:02 AM CDT> <Error> <socket> <000433> <Unable to load
    performance pack, using Java I/O instead.
    java.lang.UnsatisfiedLinkError: no muxer in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:832)
    at weblogic.socket.PosixSocketMuxer.<init>
    (PosixSocketMuxer.java:179)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
    Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance
    (NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance
    (DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance
    (Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:306)
    at java.lang.Class.newInstance(Class.java:259)
    at weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:54)
    at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:37)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:199)
    >
    Can anyone tell me what this error means, and if there is a fix or
    workaround? Any help will be appreciated!
    Thanks,
    Tim Perrigo

    This happens with WebLogic every time when Windows version changes:
    in 1.3.1 system property "os.name" is "windows 2000" when running on XP, and
    in 1.4 it is "windows XP". Since Windows names are hardcoded somewhere in
    WebLogic,
    and it doesn't know anything about Windows XP, it thinks that it is running
    on Unix and
    attempts to load Posix performance pack (as you can see in the exception
    stacktrace).
    You can fix this by adding -Dos.name="windows 2000" to the command line.
    "Tim Perrigo" <[email protected]> wrote in message
    news:[email protected]..
    When I start weblogic (version 7.0, running under jdk 1.4.1 on Win XP),
    I'm getting the following error:
    <Sep 30, 2002 9:03:02 AM CDT> <Error> <socket> <000433> <Unable to load
    performance pack, using Java I/O instead.
    java.lang.UnsatisfiedLinkError: no muxer in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:832)
    at weblogic.socket.PosixSocketMuxer.<init>
    (PosixSocketMuxer.java:179)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
    Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance
    (NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance
    (DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance
    (Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:306)
    at java.lang.Class.newInstance(Class.java:259)
    at weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:54)
    at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:37)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:199)
    >
    Can anyone tell me what this error means, and if there is a fix or
    workaround? Any help will be appreciated!
    Thanks,
    Tim Perrigo--
    Dimitri

  • Tru64 Performance Pack - Unable to load performance pack...

    Have a 2-processor Tru64 box with 1/2 Gig memory
    WebLogic Server 5.1
    When running startWebLogic.sh script I am unable to load the performance pack...the system comes up with the following messages on the console:
    <A> <Posix Performance Pack> Could not initialize POSIX Performance Pack.
    <E> <Performance Pack> Unable to load performance pack, using Java I/O.
    uname -a ==> OSF1 cdeut2 V5.0 1094 alpha
    The startup script hits the OSF1 case and sets RLDLIST environment variable. However, if we attempt to:
    export RLDLIST we get the following messages:
    187103:/usr/bin/sleep: /sbin/loader: Fatal Error: cannot map /opt/weblogic/lib/tru64unix
    187105:/bin/ksh: /sbin/loader: Fatal Error: cannot map /opt/weblogic/lib/tru64unix
    Regards,
    John

    Are you sure that the performance pack for your platform is available? I didn't see it listed on our platform support page. You might want to
    check with customer support to determine if your platform does support the performance pack.
    http://www.weblogic.com/platforms/index.html#compaq_alpha
    -Charlie
    The views expressed in this posting are solely those of the author,
    and BEA Systems, Inc. does not endorse any of these views. BEA
    Systems, Inc. is not responsible for the accuracy or completeness of
    the information provided and assumes no duty to correct, expand
    upon, delete or update any of the information contained in this
    posting.
    John Kroubalkian wrote:
    Have a 2-processor Tru64 box with 1/2 Gig memory
    WebLogic Server 5.1
    When running startWebLogic.sh script I am unable to load the performance pack...the system comes up with the following messages on the console:
    <A> <Posix Performance Pack> Could not initialize POSIX Performance Pack.
    <E> <Performance Pack> Unable to load performance pack, using Java I/O.
    uname -a ==> OSF1 cdeut2 V5.0 1094 alpha
    The startup script hits the OSF1 case and sets RLDLIST environment variable. However, if we attempt to:
    export RLDLIST we get the following messages:
    187103:/usr/bin/sleep: /sbin/loader: Fatal Error: cannot map /opt/weblogic/lib/tru64unix
    187105:/bin/ksh: /sbin/loader: Fatal Error: cannot map /opt/weblogic/lib/tru64unix
    Regards,
    John

  • [BEA WEBLOGIC SERVER 5.1 sp8] performance pack load problem ....

    Hi,
    I am trying to use the weblogic server performance pack on BEA WEBLOGIC SERVER 5.1
    sp8.
    As explained in the following doc : http://www.weblogic.com/docs51/admindocs/tuning.html#performance%20packs
    I use the following configuration :
    weblogic.properties : weblogic.system.nativeIO.enable=true
    LD_LIBRARY_PATH is set to "/bea/weblogic/wls510_sp8/lib/solaris"
    Technical environement : SunOS 5.8 Generic_108528-06
    But when I restart the server I have the following message :
    "Mo Jun 03 18:19:06 CEST 2002:<A> <Posix Performance Pack> Could not initialize POSIX
    Performance Pack.
    Mo Jun 03 18:19:06 CEST 2002:<E> <Performance Pack> Unable to load performance pack,
    using Java I/O."
    Could you help me on this point, please ?

    I think my Q is not clear. I shall explain how the application works. I am having application based on Swings and that is a website building program. User has options like ading an image into their site with an element called 'Image' available as part of the system. Then user can either select an image from the picture gallery provided or can upload his own image.
    Now, if the user is uploading a picture that has space in name ( we use a servlet program to upload the image into user directory), it will get uploaded. But when the swing program tries to paint the image in the Image element ( It is essentially a JLabel ), the program is sending a request to the WL server. Since the URL contains space in name, server returns error. Even if do URL Encoding, it will add %20 in the URL and still WL will report error saying that file not found. It seems that WL is unable to process requests that has space in the URL.
    If any one has any solution to this, please help..
    Liju

  • Posix Perf Pack - Interrupted system call (WL6SP1)

    Hi all,
    I run Weblogic 6.0 SP1 on solaris 2.7.
    My web application seems to work but randomly, Weblogic seems to
    crash.
    The logs say the following message.
    Any help is welcome! =)
    Guillaume
    ####<Jun 13, 2001 8:49:29 AM GMT+01:00> <Error> <Posix Performance
    Pack> <intupc5> <clarify> <ExecuteThread: '12' for queue: 'default'>
    <> <> <000000> <Uncaught Throwable in processSockets>
    java.io.IOException: error in poll: Interrupted system call
         at weblogic.socket.PosixSocketMuxer.poll(Native Method)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    We apparently had quite a bit of premature thread death, about half of our threads
    are MIA
    "Mike Reiche" <[email protected]> wrote:
    >
    Ummmm.. so you set the executeThreadCount to what? 55? And PercentSocketReaders
    to 50?
    And you are missing execute threads 1 through 25. Where did they go?
    The only
    threads you have left are the ones listening for requests - and they
    don't do
    any work. Find out what happened to the missing threads.
    Mike
    "Joe" <[email protected]> wrote:
    Here is our thread dump ...just FYI we took a thread dump every minute
    for about
    5-7 minutes. The thread dump did NOT change
    ------------------------begin thread dump-----------------------
    Full thread dump:
    "Thread-4" daemon prio=5 tid=0xc39fb8 nid=0x51 waiting on monitor [0xb3501000..0xb3501a28]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at javax.mail.EventQueue.dequeue(EventQueue.java:78)
         at javax.mail.EventQueue.run(EventQueue.java:97)
         at java.lang.Thread.run(Thread.java:484)
    "HighPriority TimeEventGenerator" daemon prio=9 tid=0xaa7f30 nid=0x4e
    waiting
    on monitor [0xb1e81000..0xb1e81a28]
         at java.lang.Object.wait(Native Method)
         at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
         at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:138)
         at java.lang.Thread.run(Thread.java:484)
    "SSLListenThread" prio=5 tid=0x5b9ba8 nid=0x4d runnable [0xb2e81000..0xb2e81a28]
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:413)
         at java.net.ServerSocket.implAccept(ServerSocket.java:243)
         at java.net.ServerSocket.accept(ServerSocket.java:222)
         at weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java:126)
         at weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:117)
         at weblogic.t3.srvr.ListenThread.run(ListenThread.java:247)
    "ListenThread" prio=5 tid=0x912768 nid=0x4c runnable [0xb2f81000..0xb2f81a28]
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:413)
         at java.net.ServerSocket.implAccept(ServerSocket.java:243)
         at java.net.ServerSocket.accept(ServerSocket.java:222)
         at weblogic.t3.srvr.ListenThread.run(ListenThread.java:247)
    "ExecuteThread: '1' for queue: '__weblogic_admin_rmi_queue'" daemonprio=5
    tid=0x2da950
    nid=0x49 waiting on monitor [0xb3701000..0xb3701a28]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: '__weblogic_admin_rmi_queue'" daemonprio=5
    tid=0x2d9218
    nid=0x48 waiting on monitor [0xb3801000..0xb3801a28]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'" daemon
    prio=5 tid=0x2d88f0
    nid=0x47 waiting on monitor [0xb3901000..0xb3901a28]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'" daemon
    prio=5 tid=0x2d83c8
    nid=0x46 waiting on monitor [0xb3a01000..0xb3a01a28]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "TimeEventGenerator" daemon prio=5 tid=0x379f58 nid=0x45 waiting onmonitor
    [0xb3b01000..0xb3b01a28]
         at java.lang.Object.wait(Native Method)
         at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
         at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:138)
         at java.lang.Thread.run(Thread.java:484)
    "TimeEventGenerator" daemon prio=5 tid=0x349f58 nid=0x44 waiting onmonitor
    [0xb3c01000..0xb3c01a28]
         at java.lang.Object.wait(Native Method)
         at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
         at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:138)
         at java.lang.Thread.run(Thread.java:484)
    "SpinnerRandomSource" daemon prio=5 tid=0x419698 nid=0x43 waiting on
    monitor [0xb3d01000..0xb3d01a28]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:92)
         at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:109)
    "ExecuteThread: '54' for queue: 'default'" daemon prio=5 tid=0x416740
    nid=0x42
    waiting for monitor entry [0xb3e01000..0xb3e01a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '49' for queue: 'default'" daemon prio=5 tid=0x4130e0
    nid=0x3d
    waiting for monitor entry [0xb4301000..0xb4301a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '48' for queue: 'default'" daemon prio=5 tid=0x412600
    nid=0x3c
    waiting for monitor entry [0xb4401000..0xb4401a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '47' for queue: 'default'" daemon prio=5 tid=0x411b20
    nid=0x3b
    waiting for monitor entry [0xb4501000..0xb4501a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '46' for queue: 'default'" daemon prio=5 tid=0x410a38
    nid=0x3a
    waiting for monitor entry [0xb4601000..0xb4601a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '45' for queue: 'default'" daemon prio=5 tid=0x40ff58
    nid=0x39
    waiting for monitor entry [0xb4701000..0xb4701a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '44' for queue: 'default'" daemon prio=5 tid=0x40f478
    nid=0x38
    waiting for monitor entry [0xb4801000..0xb4801a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '43' for queue: 'default'" daemon prio=5 tid=0x40e998
    nid=0x37
    waiting for monitor entry [0xb4901000..0xb4901a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '42' for queue: 'default'" daemon prio=5 tid=0x40deb8
    nid=0x36
    waiting for monitor entry [0xb4a01000..0xb4a01a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '41' for queue: 'default'" daemon prio=5 tid=0x40d3d8
    nid=0x35
    waiting for monitor entry [0xb4b01000..0xb4b01a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '40' for queue: 'default'" daemon prio=5 tid=0x40c8f8
    nid=0x34
    waiting for monitor entry [0xb4c01000..0xb4c01a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '39' for queue: 'default'" daemon prio=5 tid=0x40be18
    nid=0x33
    waiting for monitor entry [0xb4d01000..0xb4d01a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '38' for queue: 'default'" daemon prio=5 tid=0x40b338
    nid=0x32
    waiting for monitor entry [0xb4e01000..0xb4e01a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '37' for queue: 'default'" daemon prio=5 tid=0x40a858
    nid=0x31
    waiting for monitor entry [0xb4f01000..0xb4f01a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '36' for queue: 'default'" daemon prio=5 tid=0x409970
    nid=0x30
    waiting for monitor entry [0xb5001000..0xb5001a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '35' for queue: 'default'" daemon prio=5 tid=0x408e90
    nid=0x2f
    waiting for monitor entry [0xb5101000..0xb5101a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '34' for queue: 'default'" daemon prio=5 tid=0x4083b0
    nid=0x2e
    waiting for monitor entry [0xb5201000..0xb5201a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '33' for queue: 'default'" daemon prio=5 tid=0x4078d0
    nid=0x2d
    waiting for monitor entry [0xb5301000..0xb5301a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '32' for queue: 'default'" daemon prio=5 tid=0x406df0
    nid=0x2c
    waiting for monitor entry [0xb5401000..0xb5401a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '31' for queue: 'default'" daemon prio=5 tid=0x406310
    nid=0x2b
    waiting for monitor entry [0xb5501000..0xb5501a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '30' for queue: 'default'" daemon prio=5 tid=0x405830
    nid=0x2a
    runnable [0xb5601000..0xb5601a28]
         at weblogic.socket.PosixSocketMuxer.poll(Native Method)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '29' for queue: 'default'" daemon prio=5 tid=0x404548
    nid=0x29
    waiting for monitor entry [0xb5701000..0xb5701a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '28' for queue: 'default'" daemon prio=5 tid=0x403a68
    nid=0x28
    waiting for monitor entry [0xb5801000..0xb5801a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '27' for queue: 'default'" daemon prio=5 tid=0x402f88
    nid=0x27
    waiting for monitor entry [0xb5901000..0xb5901a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '26' for queue: 'default'" daemon prio=5 tid=0x4024a8
    nid=0x26
    waiting for monitor entry [0xb5a01000..0xb5a01a28]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "Signal Dispatcher" daemon prio=10 tid=0xf2320 nid=0x9 runnable [0..0]
    "Finalizer" daemon prio=8 tid=0xef678 nid=0x7 waiting on monitor [0xb8b81000..0xb8b81a28]
         at java.lang.Object.wait(Native Method)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:149)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
         at java.lang.ref.Finalizer$FinalizerWorker$FinalizerThread.run(Finalizer.java:120)
    "Reference Handler" daemon prio=10 tid=0xedd40 nid=0x6 waiting on monitor
    [0xfad01000..0xfad01a28]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:129)
    "main" prio=5 tid=0x298c0 nid=0x1 waiting on monitor [0xffbee000..0xffbee4cc]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:501)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
         at weblogic.Server.main(Server.java:35)
    "VM Thread" prio=5 tid=0xecae0 nid=0x4 runnable
    "VM Periodic Task Thread" prio=10 tid=0xf1020 nid=0x8 runnable
    ------------------end thread dump------------------------
    "Mike Reiche" <[email protected]> wrote:
    Post your thread dumps and I'll tell you where it's stuck.
    (not in Object.wait())
    Mike
    Joe" <[email protected]> wrote:
    Mike, how sure are you about this? How do you know what the poll
    method
    does
    exactly..it is going into native code
    Also, we can see our execute threads getting tied up on this methodfor
    quite
    some time. Im not sure that you are correct on this.
    "Mike Reiche" <[email protected]> wrote:
    The threads are not really 'stuck' in PosixSocketMuxer.poll - they
    are
    waiting
    for socket connections such as an http request - that is normal.
    Mike
    "Joe" <[email protected]> wrote:
    Did you get a respose about this one yet? We have seen this error
    in
    our logfiles,
    and have had periodic server hangs (thread dumps show execute threads
    stuck in
    at weblogic.socket.PosixSocketMuxer.poll(Native Method))
    Thanks for any info
    -joe
    [email protected] (Guillaume Morel) wrote:
    Hi all,
    I run Weblogic 6.0 SP1 on solaris 2.7.
    My web application seems to work but randomly, Weblogic seems to
    crash.
    The logs say the following message.
    Any help is welcome! =)
    Guillaume
    ####<Jun 13, 2001 8:49:29 AM GMT+01:00> <Error> <Posix Performance
    Pack> <intupc5> <clarify> <ExecuteThread: '12' for queue: 'default'>
    <> <> <000000> <Uncaught Throwable in processSockets>
    java.io.IOException: error in poll: Interrupted system call
         at weblogic.socket.PosixSocketMuxer.poll(Native Method)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

  • WL6SP1 - Posix Perf Pack - Interrupted system call

    Hi all,
    I run Weblogic 6.0 SP1 on solaris 2.7.
    My web application seems to work but randomly, Weblogic seems to
    crash.
    The logs say the following message.
    Any help is welcome! =)
    Guillaume
    ####<Jun 13, 2001 8:49:29 AM GMT+01:00> <Error> <Posix Performance
    Pack> <intupc5> <clarify> <ExecuteThread: '12' for queue: 'default'>
    <> <> <000000> <Uncaught Throwable in processSockets>
    java.io.IOException: error in poll: Interrupted system call
         at weblogic.socket.PosixSocketMuxer.poll(Native Method)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Hi all,
    I run Weblogic 6.0 SP1 on solaris 2.7.
    My web application seems to work but randomly, Weblogic seems to
    crash.
    The logs say the following message.
    Any help is welcome! =)
    Guillaume
    ####<Jun 13, 2001 8:49:29 AM GMT+01:00> <Error> <Posix Performance
    Pack> <intupc5> <clarify> <ExecuteThread: '12' for queue: 'default'>
    <> <> <000000> <Uncaught Throwable in processSockets>
    java.io.IOException: error in poll: Interrupted system call
         at weblogic.socket.PosixSocketMuxer.poll(Native Method)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

  • Performance Pack problem under win2k

    i am running wls 5.1sp5 under win2k.
    and get always the same errormessage at startup:
    <Posix Performance Pack> Could not initialize POSIX Performance Pack.
    <Performance Packnc> Unable to load performance pack using java I/O
    what am i doing wrong ??

    Yes, this is a known problem that we discovered recently.
    Contact [email protected] or wait until next service pack goes out.
    Kumar
    Todd Carmichael wrote:
    I also am getting the same error messages on Win2k, though I do not get the
    POSIX error. Is the performance pack not needed on Windows 2k
    Tue Aug 29 18:04:56 PDT 2000:<E> <Performance Pack> Unable to load
    performance pack, using Java I/O.
    "Johannes Plachy" <[email protected]> wrote in message
    news:[email protected]..
    i am running wls 5.1sp5 under win2k.
    and get always the same errormessage at startup:
    <Posix Performance Pack> Could not initialize POSIX Performance Pack.
    <Performance Packnc> Unable to load performance pack using java I/O
    what am i doing wrong ??

  • Posix perf pack: Got Exception for fd: 'nn' with no corr. table entry

              My log file is filling up with the following error on an HP9000 with HPUX 11.0
              running WL 5.1 SP9 and JRE 1.2.2-06
              <W> <Posix Performance Pack> Got exception for fd: '59' with no corresponding
              table entry
              Any help appreciated
              Please cc my email if possible
              Thanks
              Ricky
              

    In most cases, these errors can be ignored. Please open a support case with BEA and
    report this problem along with a description of any observed side effects (if any).
    -Charlie
    Krish wrote:
    I got an error thrown in the weblogic log shown below
    <Posix Performance Pack> Got exception for fd: '126' with no corresponding table
    entry
    I guess it has something to do with the File Descriptor.I ahve the file descriptor
    count set to Max(8096).
    Does any one know what this means.
    Krish.

  • Problem when starting performance pack

    Environment: AIX 4.3.3, JDK 1.2.2 with lastest fix, weblogic 5.1
    When starting weblogic, the weblogic.log shows:
    <POSIX Performance Pack> Could not initialize POSIX Performance PACK.
    <Performance Pack> Unable to load performance pack, using JAVA I/O.
    I have weblogic.system.nativeIO.enable=true set in the weblogic.properties file
    and LIBPATH pointing to ~weblogic/lib/aix .
    Appreciate if somebody here can give idea where to look into in order to load
    the Performance Pack.
    Thanks for any input
    Daping Xia
    System Admin
    United Airlines

    Could you do a directory listing of the directory that contains the
    performance packs?
    Michael Girdley
    BEA Systems Inc
    "Daping Xia" <[email protected]> wrote in message
    news:39ecc7f1$[email protected]..
    >
    Environment: AIX 4.3.3, JDK 1.2.2 with lastest fix, weblogic 5.1
    When starting weblogic, the weblogic.log shows:
    <POSIX Performance Pack> Could not initialize POSIX Performance PACK.
    <Performance Pack> Unable to load performance pack, using JAVA I/O.
    I have weblogic.system.nativeIO.enable=true set in the weblogic.propertiesfile
    and LIBPATH pointing to ~weblogic/lib/aix .
    Appreciate if somebody here can give idea where to look into in order toload
    the Performance Pack.
    Thanks for any input
    Daping Xia
    System Admin
    United Airlines

  • 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.......

Maybe you are looking for