How to clear associated Clients using CLI or GUI in WiSM?

Hi,
     We have WiSM controller LAP Management. I want to clear clients those who are associated but not authenticated to Wi-Fi.
I tried this using GUI but it takes time since i have to remove each client one by one.
Is there any method by which I can remove multiple clients at one time?

associated but not authenticated to Wi-Fi is an issue on open auth network along with draining dhcp pool.
It could be mitigated through:
disable broadcast ssid -publish the same.
Have security like wep/wpa -publish this around the open wifi access area.
Increase dhcp pool size and or reduce the lease time.
reduce idle and session timeout.
WLC doesn't have proactive way to remove or deauth those clients since there could be real clients that is on idle will get disconnected as well.
it is nice to kick the wireless clients on webauth wlan if the client didn't webauth within specific time.
what do you guys think.

Similar Messages

  • How to clear dhcp clients table

    Does anyone know how to clear the DHCP Clients Table?
    I have a WRV54G.
    Regards
    Solved!
    Go to Solution.

    I understand this is a very old post, but since I found it when I was looking for the same answer in 2009, I thought I would go ahead and give my $.02 worth.
    I have a different router, so this may not be present in yours.
    I use a  WRT54GLwith firmware version 4.30.7 and finally found on the Status page under "Local Network" a link to the DHCP table. You can click on that and delete the existing IPs.

  • VPN client using CLI on windows 2003 server

    Hello, first time poster here. Have an interesting issue I'm hoping to find help with.
    I'm using the VPN client (I have version 4.8.01.0300) in CLI mode (called from a script) to connect to a remote site. Got the connection setup and all working fine except for one small detail. Hopefully I can explain this well...
    I want this connection to run fully unattended as it will run numerous times per day, every day. The issue is the little pop-up message saying "VPN has disconnected".
    When I first setup the connection, it was on windows XP and everything was golden. I could issue the command : vpnclient connect <name> user <userid> pwd <passwd> sd, <other stuff>, vpnclient disconnect and all worked as expected.
    Then I installed same stuff on Windows 2003 server. Issuing same connect command gives error: "user authentication failed". Then I discovered that if I first launched the vpn client GUI then the CLI command, it would connect without error - but then the "disconnected" pop-up window came along.
    So - can I either:
    - Run vpn client in CLI mode without the GUI running.
    - Suppress the pop-up.
    Thanks in advance.
    Scott

    Hi,
    Thank you for the post.
    Please try register MSI installer or clean boot your system to install FEP client.
    Registered MSI Installer following the steps below:
    1.Run "cmd"--Browse to the "%systemroot%\system32" directory and execute: "msiexec /regserver" 
    2.Change directories to "%systemroot%\SysWow64" and execute: "msiexec /regserver" 
    3.Reboot the server
    http://technet.microsoft.com/en-us/library/ff823833.aspx
    If there are more inquiries on this issue, please feel free to let us know.
    Regards
    Rick Tan
    TechNet Community Support

  • How to clear cache memory used by APP in iphone

    How to clear memory consumed by apps in iphone? For example,google app size is 85mb!but now it takes 427mb! Now i want to clear them.Most of the APP are unneccessary consuming more memory.There should be someway to clear the cache memory of app.Please help!

    Well, the app programmer does not consider the saved data "unnecessary" - it's there to perform some function of the app. The Google app, for example, saves your searches so it doesn't have to use data every time.
    However, in the Google App itself tap the Settings icon, Privacy, Browsing. You can enable or disable "on-device history" and also clear the on-device history. That's what I meant when I said that some apps have settings to manage their cache.

  • How can I change passwd using CLI

    How can I change userpassword using iPlanet Delegated Administrator v1.1 Command Line Utilities?
    (imadmin user modify ... -A userpassword:MyNewPasswd

    In SIMS 4.0
    1) You know uncrypted password / setup a new one:
    imadmin modify user ... -W user_passwd
    2) You know crypted string:
    imadmin modify user ... -A userpassword:{crypt}a1vDyDPBLgTU2
    For both, you need administrative privileges.
    R.

  • HOw to connect FTP Client using flex

        Hi Everyone,
                   i am new to flex, i am developing one flex application, some one give example of connecting ftp client using flex. i didnot found any examples.
    thnx

    You would need to communicate with your ftp server over a socket and implement the ftp protocol on your client. The project below aims to do this, but I have never used it:
    http://maliboo.riaforge.org/
    Why not download over http (and save yourself a lot of time)?

  • How to support 30+ clients using weblogic5.1 with hpux11.0

    Hi,all
    I am using weblogic 5.1 in hp ux 11.0, and we are doing stress test ,
    with
    little numbers (<20)clients, it can work properly,but when the client number
    increase to nearly 30, the speed is very
    slow,and then weblogic server hangs.
    we are using java t3 client ,and some session beans running in welogic
    server to do some simple query.
    the environment is :
    hpux 11.0,weblogic5.1 with sp6,
    jdk1.2.2_02, oracle database 805,
    weblogic oci driver .
    executeThreadCount=60.
    connection pool is min=20,max=100
    performance pack is used.
    the machine is a T280 with 512M ram,
    we are using min 320,max 384 for heap
    size.
    the problem:
    1.weblogic hangs as decriped before.
    2.the message in weblogic.log.
    Fri Oct 13 21:26:36 CST 2000:<I> <EJB> Enterprise JavaBeans
    initializing
    Fri Oct 13 21:26:44 CST 2000:<I> <EJB JAR deployment
    /o8i/weblogic/hpcluster/ejb_Admin.jar> EJB home interface:
    'tbcs.ejb.AdminHome' deployed bound to the JNDI name: 'Admin'
    Fri Oct 13 21:26:45 CST 2000:<I> <EJB JAR deployment
    /o8i/weblogic/hpcluster/ejb_BankCollect.jar> EJB home interface:
    'tbcs.ejb.BankCollectHome' deployed bound to the JNDI name: 'BankCollect'
    Fri Oct 13 21:26:46 CST 2000:<I> <EJB JAR deployment
    /o8i/weblogic/hpcluster/ejb_AccountService.jar> EJB home interface:
    'tbcs.ejb.AccountServiceHome' deployed bound to the JNDI name:
    'AccountService'
    Fri Oct 13 21:26:47 CST 2000:<I> <EJB JAR deployment
    /o8i/weblogic/hpcluster/ejb_FraudProcess.jar> EJB home interface:
    'tbcs.ejb.FraudProcessHome' deployed bound to the JNDI name: 'FraudProcess'
    Fri Oct 13 21:26:49 CST 2000:<I> <EJB JAR deployment
    /o8i/weblogic/hpcluster/ejb_Resource.jar> EJB home interface:
    'tbcs.ejb.ResourceHome' deployed bound to the JNDI name: 'Resource'
    Fri Oct 13 21:26:49 CST 2000:<I> <EJB> 5 EJB jar files loaded, containing 5
    EJBs
    Fri Oct 13 21:26:49 CST 2000:<I> <EJB> 5 deployed, 0 failed to deploy.
    Fri Oct 13 21:26:50 CST 2000:<I> <HTTP> Log rotation is size based
    Fri Oct 13 21:26:50 CST 2000:<I> <ZAC> ZAC ACLs initialized
    Fri Oct 13 21:26:50 CST 2000:<I> <ZAC> ZAC packages stored in local
    directory /o8i/weblogic/zac
    Fri Oct 13 21:26:50 CST 2000:<I> <WebLogicServer> Invoking main-style
    startup initDataBuffer tbcs.common.InitDataBuffer
    Fri Oct 13 21:27:10 CST 2000:<I> <Security> Switched to user weblogic
    Fri Oct 13 21:27:10 CST 2000:<I> <ListenThread> Listening on port: 80
    Fri Oct 13 21:27:10 CST 2000:<I> <Posix Performance Pack> System has file
    descriptor limits of - soft: '2048', hard: '2048'
    Fri Oct 13 21:27:10 CST 2000:<I> <Posix Performance Pack> Using effective
    file descriptor limit of: '2048' open sockets/files.
    Fri Oct 13 21:27:10 CST 2000:<I> <Posix Performance Pack> Allocating: '3'
    POSIX reader threads
    Fri Oct 13 21:27:11 CST 2000:<I> <WebLogicServer> WebLogic Server started
    Fri Oct 13 21:30:04 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:04 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:19 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:20 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:20 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:20 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:46 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:46 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:47 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:48 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:37 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:37 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:38 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:38 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:38 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:38 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:38 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:39 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:39 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:39 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:39 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:40 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:41 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:41 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:42 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:42 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:32:53 CST 2000:<I> <ServletContext-General> temp: init
    Fri Oct 13 21:33:29 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:33:29 CST 2000:<I> <CliCon-#|myserver|0.971443580882>
    Connection to client for ClientContext - id: '#|myserver|0.971443580882',
    bound: 'true', dead: 'false' has been unexpectedly lost because
    weblogic.rjvm.PeerGoneException:
    - with nested exception:
    [java.net.SocketException: No such file or directory: No such file or
    directory].
    Initiating hard disconnect.
    Fri Oct 13 21:33:29 CST 2000:<I> <CliCon-#|myserver|0.971443580882> Removing
    ClientContext - id: '#|myserver|0.971443580882', bound: 'false', dead:
    'false' because of hard disconnect timeout
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1793.
    7
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1792.
    6
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1790.
    5
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1788.
    4
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1775.
    3
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1774.
    2
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1773.
    1
    Fri Oct 13 21:34:07 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:34:07 CST 2000:<E> <ConMan> Attempt to sendMsg using a closed
    connection
    Fri Oct 13 21:34:14 CST 2000:<E> <RJVM> Exception on send :
    weblogic.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Fri Oct 13 21:35:14 CST 2000:<I> <ServletContext-General> Do: init
    Fri Oct 13 21:35:14 CST 2000:<I> <ServletContext-General> touchWhere: init
    Fri Oct 13 21:35:18 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:19 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:35:19 CST 2000:<I> <ServletContext-General> AdminProps: init
    Fri Oct 13 21:35:19 CST 2000:<I> <ServletContext-General> result: init
    Fri Oct 13 21:35:19 CST 2000:<I> <ServletContext-General> T3AdminMain: init
    Fri Oct 13 21:35:23 CST 2000:<I> <ServletContext-General> touch: init
    Fri Oct 13 21:35:23 CST 2000:<I> <ServletContext-General> classes: init
    Fri Oct 13 21:35:24 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:35:25 CST 2000:<I> <ServletContext-General> AdminEvents: init
    Fri Oct 13 21:35:25 CST 2000:<I> <ServletContext-General> AdminMain: init
    Fri Oct 13 21:35:25 CST 2000:<I> <ServletContext-General> *.shtml: init
    Fri Oct 13 21:35:25 CST 2000:<I> <ServletContext-General> do: init
    Fri Oct 13 21:35:26 CST 2000:<I> <ServletContext-General> agentsigncnt: init
    Fri Oct 13 21:35:28 CST 2000:<I> <ServletContext-General> snoop: init
    Fri Oct 13 21:35:28 CST 2000:<I> <ServletContext-General> drp-publish: init
    Fri Oct 13 21:35:29 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:30 CST 2000:<I> <ServletContext-General> where: init
    Fri Oct 13 21:35:31 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:31 CST 2000:<I> <ServletContext-General> touchTree: init
    Fri Oct 13 21:35:31 CST 2000:<I> <TX> Transaction TxC (7365032, xid =
    971443586063_1418, timeout = 300, txState = Rolledback, root = null rolled
    back because client is no longer alive
    Fri Oct 13 21:35:32 CST 2000:<I> <EJB JAR deployment
    /o8i/weblogic/hpcluster/ejb_Admin.jar> Exception during commit of
    transaction: '971443586063_1418'
    javax.transaction.RollbackException: Transaction TxC (7365032, xid =
    971443586063_1418, timeout = 300, txState = Rolledback, root = null has been
    rolled back.Reason: Transaction rolled back because client disconnected
    at
    weblogic.jts.internal.CoordinatorImpl.throwRollbackException(CoordinatorImpl
    .java:731)
    at weblogic.jts.internal.CoordinatorImpl.commit(CoordinatorImpl.java:352)
    at weblogic.jts.internal.TxContext.commit(TxContext.java:255)
    at
    weblogic.ejb.internal.StatelessEJBObject.postInvokeOurTx(StatelessEJBObject.
    java:88)
    at weblogic.ejb.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:740)
    at tbcs.ejb.AdminBeanEOImpl.logWorkContext(AdminBeanEOImpl.java:2979)
    at tbcs.ejb.AdminBeanEOImpl_WLSkel.invoke(AdminBeanEOImpl_WLSkel.java:1864)
    at
    weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
    pter.java:347)
    at
    weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
    r.java:69)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    5)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:32 CST 2000:<E> <ConMan> Attempt to sendMsg using a closed
    connection
    Fri Oct 13 21:35:32 CST 2000:<E> <RJVM> Exception on send :
    weblogic.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Fri Oct 13 21:35:40 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:35:40 CST 2000:<I> <ServletContext-General> servletimages:
    init
    Fri Oct 13 21:35:40 CST 2000:<I> <ServletContext-General> applet: init
    Fri Oct 13 21:35:40 CST 2000:<I> <ServletContext-General> ConsoleHelp: init
    Fri Oct 13 21:35:40 CST 2000:<I> <ServletContext-General> DO: init
    Fri Oct 13 21:35:40 CST 2000:<I> <ServletContext-General> cookies: init
    Fri Oct 13 21:35:40 CST 2000:<I> <ServletContext-General> helloKona: init
    Fri Oct 13 21:35:41 CST 2000:<I> <ServletContext-General> survey: init
    Fri Oct 13 21:35:45 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:48 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:49 CST 2000:<I> <ServletContext-General> touchMain: init
    Fri Oct 13 21:35:49 CST 2000:<I> <ServletContext-General> AdminJDBC: init
    Fri Oct 13 21:35:50 CST 2000:<I> <ServletContext-General>
    AdminCaptureRootCA: init
    Fri Oct 13 21:35:50 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:51 CST 2000:<I> <ServletContext-General> recommand: init
    Fri Oct 13 21:35:51 CST 2000:<E> <ConMan> Attempt to sendMsg using a closed
    connection
    Fri Oct 13 21:35:51 CST 2000:<E> <RJVM> Exception on send :
    weblogic.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Fri Oct 13 21:35:52 CST 2000:<I> <ServletContext-General> touchLogin: init
    Fri Oct 13 21:35:52 CST 2000:<I> <ServletContext-General> session: init
    Fri Oct 13 21:35:52 CST 2000:<I> <ServletContext-General> dO: init
    Fri Oct 13 21:35:52 CST 2000:<I> <ServletContext-General> touchExecute: init
    Fri Oct 13 21:35:53 CST 2000:<I> <ServletContext-General> AdminRealm: init
    Fri Oct 13 21:35:53 CST 2000:<I> <ServletContext-General> simple: init
    Fri Oct 13 21:35:55 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:58 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:58 CST 2000:<I> <ServletContext-General> admin: init
    Fri Oct 13 21:36:00 CST 2000:<I> <ServletContext-General> error: init
    Fri Oct 13 21:36:00 CST 2000:<I> <ServletContext-General> detail: init
    Fri Oct 13 21:36:00 CST 2000:<I> <ServletContext-General> AdminLicense: init
    Fri Oct 13 21:36:00 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:36:01 CST 2000:<I> <ServletContext-General> prolog: init
    Fri Oct 13 21:36:03 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> Certificate: init
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> helloWorld: init
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> AdminConnections:
    init
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> phone: init
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> phone:
    PhoneServlet.initialize: enter
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> phone:
    PhoneServlet.initialize: filename = /weblogic/examples/servlets/phonelist
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> phone: Phone
    servlet file not found. java.io.FileNotFoundException:
    /weblogic/examples/servlets/phonelist (No such file or directory)
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> drp-exports: init
    Fri Oct 13 21:36:41 CST 2000:<E> <ConMan> Attempt to sendMsg using a closed
    connection
    Fri Oct 13 21:36:41 CST 2000:<E> <RJVM> Exception on send :
    weblogic.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Fri Oct 13 21:36:44 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:44 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:45 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:45 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:46 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:46 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:47 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:48 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:37:02 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:37:06 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:37:07 CST 2000:<E> <ConMan> Attempt to sendMsg using a closed
    connection
    Fri Oct 13 21:37:07 CST 2000:<E> <RJVM> Exception on send :
    weblogic.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Fri Oct 13 21:37:10 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:37:13 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:37:32 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:37:32 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:37:32 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:37:32 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:37:32 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:37:32 CST 2000:<E> <ConMan> Attempt to sendMsg using a closed
    connection
    Fri Oct 13 21:37:32 CST 2000:<E> <RJVM> Exception on send :
    weblogic.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Fri Oct 13 21:41:14 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '1'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:14 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '2'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:25 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '3'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:26 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '4'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:27 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '5'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:27 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '6'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:28 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '7'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:29 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '8'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:44:33 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:44:33 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (4045094, xid =
    971443586063_2310, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (4616970, xid =
    971443586063_2312, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (2802643, xid =
    971443586063_2313, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (1996325, xid =
    971443586063_2314, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (6200418, xid =
    971443586063_2315, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (7140343, xid =
    971443586063_2316, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (331414, xid =
    971443586063_2317, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (41620, xid =
    971443586063_2318, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (3265875, xid =
    971443586063_2311, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:52:46 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:52:46 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:52:46 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:52:46 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90

    1. check out path settings
    2. check out read/write etc.. permissions
    3. no. of file descriptors
    "raymond zhang" <[email protected]> wrote:
    Hi,all
    I am using weblogic 5.1 in hp ux 11.0, and we are doing stress test ,
    with
    little numbers (<20)clients, it can work properly,but when the client number
    increase to nearly 30, the speed is very
    slow,and then weblogic server hangs.
    we are using java t3 client ,and some session beans running in welogic
    server to do some simple query.
    the environment is :
    hpux 11.0,weblogic5.1 with sp6,
    jdk1.2.2_02, oracle database 805,
    weblogic oci driver .
    executeThreadCount=60.
    connection pool is min=20,max=100
    performance pack is used.
    the machine is a T280 with 512M ram,
    we are using min 320,max 384 for heap
    size.
    the problem:
    1.weblogic hangs as decriped before.
    2.the message in weblogic.log.
    Fri Oct 13 21:26:36 CST 2000:<I> <EJB> Enterprise JavaBeans
    initializing
    Fri Oct 13 21:26:44 CST 2000:<I> <EJB JAR deployment
    /o8i/weblogic/hpcluster/ejb_Admin.jar> EJB home interface:
    'tbcs.ejb.AdminHome' deployed bound to the JNDI name: 'Admin'
    Fri Oct 13 21:26:45 CST 2000:<I> <EJB JAR deployment
    /o8i/weblogic/hpcluster/ejb_BankCollect.jar> EJB home interface:
    'tbcs.ejb.BankCollectHome' deployed bound to the JNDI name: 'BankCollect'
    Fri Oct 13 21:26:46 CST 2000:<I> <EJB JAR deployment
    /o8i/weblogic/hpcluster/ejb_AccountService.jar> EJB home interface:
    'tbcs.ejb.AccountServiceHome' deployed bound to the JNDI name:
    'AccountService'
    Fri Oct 13 21:26:47 CST 2000:<I> <EJB JAR deployment
    /o8i/weblogic/hpcluster/ejb_FraudProcess.jar> EJB home interface:
    'tbcs.ejb.FraudProcessHome' deployed bound to the JNDI name: 'FraudProcess'
    Fri Oct 13 21:26:49 CST 2000:<I> <EJB JAR deployment
    /o8i/weblogic/hpcluster/ejb_Resource.jar> EJB home interface:
    'tbcs.ejb.ResourceHome' deployed bound to the JNDI name: 'Resource'
    Fri Oct 13 21:26:49 CST 2000:<I> <EJB> 5 EJB jar files loaded, containing 5
    EJBs
    Fri Oct 13 21:26:49 CST 2000:<I> <EJB> 5 deployed, 0 failed to deploy.
    Fri Oct 13 21:26:50 CST 2000:<I> <HTTP> Log rotation is size based
    Fri Oct 13 21:26:50 CST 2000:<I> <ZAC> ZAC ACLs initialized
    Fri Oct 13 21:26:50 CST 2000:<I> <ZAC> ZAC packages stored in local
    directory /o8i/weblogic/zac
    Fri Oct 13 21:26:50 CST 2000:<I> <WebLogicServer> Invoking main-style
    startup initDataBuffer tbcs.common.InitDataBuffer
    Fri Oct 13 21:27:10 CST 2000:<I> <Security> Switched to user weblogic
    Fri Oct 13 21:27:10 CST 2000:<I> <ListenThread> Listening on port: 80
    Fri Oct 13 21:27:10 CST 2000:<I> <Posix Performance Pack> System has file
    descriptor limits of - soft: '2048', hard: '2048'
    Fri Oct 13 21:27:10 CST 2000:<I> <Posix Performance Pack> Using effective
    file descriptor limit of: '2048' open sockets/files.
    Fri Oct 13 21:27:10 CST 2000:<I> <Posix Performance Pack> Allocating: '3'
    POSIX reader threads
    Fri Oct 13 21:27:11 CST 2000:<I> <WebLogicServer> WebLogic Server started
    Fri Oct 13 21:30:04 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:04 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:19 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:20 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:20 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:20 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:46 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:46 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:47 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:30:48 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:37 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:37 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:38 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:38 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:38 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:38 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:38 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:39 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:39 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:39 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:39 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:40 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:41 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:41 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:42 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:31:42 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:32:53 CST 2000:<I> <ServletContext-General> temp: init
    Fri Oct 13 21:33:29 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:33:29 CST 2000:<I> <CliCon-#|myserver|0.971443580882>
    Connection to client for ClientContext - id: '#|myserver|0.971443580882',
    bound: 'true', dead: 'false' has been unexpectedly lost because
    weblogic.rjvm.PeerGoneException:
    - with nested exception:
    [java.net.SocketException: No such file or directory: No such file or
    directory].
    Initiating hard disconnect.
    Fri Oct 13 21:33:29 CST 2000:<I> <CliCon-#|myserver|0.971443580882> Removing
    ClientContext - id: '#|myserver|0.971443580882', bound: 'false', dead:
    'false' because of hard disconnect timeout
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1793.
    7
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1792.
    6
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1790.
    5
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1788.
    4
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1775.
    3
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1774.
    2
    Fri Oct 13 21:33:29 CST 2000:<I> <EventProxy> Auto Unregistered
    WEBLOGIC.ADMIN.6142101462458162217/-2108345596/6/80/80/7002/7002/80/-1/1773.
    1
    Fri Oct 13 21:34:07 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:34:07 CST 2000:<E> <ConMan> Attempt to sendMsg using a closed
    connection
    Fri Oct 13 21:34:14 CST 2000:<E> <RJVM> Exception on send :
    weblogic.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Fri Oct 13 21:35:14 CST 2000:<I> <ServletContext-General> Do: init
    Fri Oct 13 21:35:14 CST 2000:<I> <ServletContext-General> touchWhere: init
    Fri Oct 13 21:35:18 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:19 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:35:19 CST 2000:<I> <ServletContext-General> AdminProps: init
    Fri Oct 13 21:35:19 CST 2000:<I> <ServletContext-General> result: init
    Fri Oct 13 21:35:19 CST 2000:<I> <ServletContext-General> T3AdminMain: init
    Fri Oct 13 21:35:23 CST 2000:<I> <ServletContext-General> touch: init
    Fri Oct 13 21:35:23 CST 2000:<I> <ServletContext-General> classes: init
    Fri Oct 13 21:35:24 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:35:25 CST 2000:<I> <ServletContext-General> AdminEvents: init
    Fri Oct 13 21:35:25 CST 2000:<I> <ServletContext-General> AdminMain: init
    Fri Oct 13 21:35:25 CST 2000:<I> <ServletContext-General> *.shtml: init
    Fri Oct 13 21:35:25 CST 2000:<I> <ServletContext-General> do: init
    Fri Oct 13 21:35:26 CST 2000:<I> <ServletContext-General> agentsigncnt: init
    Fri Oct 13 21:35:28 CST 2000:<I> <ServletContext-General> snoop: init
    Fri Oct 13 21:35:28 CST 2000:<I> <ServletContext-General> drp-publish: init
    Fri Oct 13 21:35:29 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:30 CST 2000:<I> <ServletContext-General> where: init
    Fri Oct 13 21:35:31 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:31 CST 2000:<I> <ServletContext-General> touchTree: init
    Fri Oct 13 21:35:31 CST 2000:<I> <TX> Transaction TxC (7365032, xid =
    971443586063_1418, timeout = 300, txState = Rolledback, root = null rolled
    back because client is no longer alive
    Fri Oct 13 21:35:32 CST 2000:<I> <EJB JAR deployment
    /o8i/weblogic/hpcluster/ejb_Admin.jar> Exception during commit of
    transaction: '971443586063_1418'
    javax.transaction.RollbackException: Transaction TxC (7365032, xid =
    971443586063_1418, timeout = 300, txState = Rolledback, root = null has been
    rolled back.Reason: Transaction rolled back because client disconnected
    at
    weblogic.jts.internal.CoordinatorImpl.throwRollbackException(CoordinatorImpl
    ..java:731)
    at weblogic.jts.internal.CoordinatorImpl.commit(CoordinatorImpl.java:352)
    at weblogic.jts.internal.TxContext.commit(TxContext.java:255)
    at
    weblogic.ejb.internal.StatelessEJBObject.postInvokeOurTx(StatelessEJBObject.
    java:88)
    at weblogic.ejb.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:740)
    at tbcs.ejb.AdminBeanEOImpl.logWorkContext(AdminBeanEOImpl.java:2979)
    at tbcs.ejb.AdminBeanEOImpl_WLSkel.invoke(AdminBeanEOImpl_WLSkel.java:1864)
    at
    weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
    pter.java:347)
    at
    weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
    r.java:69)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    5)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:32 CST 2000:<E> <ConMan> Attempt to sendMsg using a closed
    connection
    Fri Oct 13 21:35:32 CST 2000:<E> <RJVM> Exception on send :
    weblogic.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Fri Oct 13 21:35:40 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:35:40 CST 2000:<I> <ServletContext-General> servletimages:
    init
    Fri Oct 13 21:35:40 CST 2000:<I> <ServletContext-General> applet: init
    Fri Oct 13 21:35:40 CST 2000:<I> <ServletContext-General> ConsoleHelp: init
    Fri Oct 13 21:35:40 CST 2000:<I> <ServletContext-General> DO: init
    Fri Oct 13 21:35:40 CST 2000:<I> <ServletContext-General> cookies: init
    Fri Oct 13 21:35:40 CST 2000:<I> <ServletContext-General> helloKona: init
    Fri Oct 13 21:35:41 CST 2000:<I> <ServletContext-General> survey: init
    Fri Oct 13 21:35:45 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:48 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:49 CST 2000:<I> <ServletContext-General> touchMain: init
    Fri Oct 13 21:35:49 CST 2000:<I> <ServletContext-General> AdminJDBC: init
    Fri Oct 13 21:35:50 CST 2000:<I> <ServletContext-General>
    AdminCaptureRootCA: init
    Fri Oct 13 21:35:50 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:51 CST 2000:<I> <ServletContext-General> recommand: init
    Fri Oct 13 21:35:51 CST 2000:<E> <ConMan> Attempt to sendMsg using a closed
    connection
    Fri Oct 13 21:35:51 CST 2000:<E> <RJVM> Exception on send :
    weblogic.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Fri Oct 13 21:35:52 CST 2000:<I> <ServletContext-General> touchLogin: init
    Fri Oct 13 21:35:52 CST 2000:<I> <ServletContext-General> session: init
    Fri Oct 13 21:35:52 CST 2000:<I> <ServletContext-General> dO: init
    Fri Oct 13 21:35:52 CST 2000:<I> <ServletContext-General> touchExecute: init
    Fri Oct 13 21:35:53 CST 2000:<I> <ServletContext-General> AdminRealm: init
    Fri Oct 13 21:35:53 CST 2000:<I> <ServletContext-General> simple: init
    Fri Oct 13 21:35:55 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:58 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:35:58 CST 2000:<I> <ServletContext-General> admin: init
    Fri Oct 13 21:36:00 CST 2000:<I> <ServletContext-General> error: init
    Fri Oct 13 21:36:00 CST 2000:<I> <ServletContext-General> detail: init
    Fri Oct 13 21:36:00 CST 2000:<I> <ServletContext-General> AdminLicense: init
    Fri Oct 13 21:36:00 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:36:01 CST 2000:<I> <ServletContext-General> prolog: init
    Fri Oct 13 21:36:03 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> Certificate: init
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> helloWorld: init
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> AdminConnections:
    init
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> phone: init
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> phone:
    PhoneServlet.initialize: enter
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> phone:
    PhoneServlet.initialize: filename = /weblogic/examples/servlets/phonelist
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> phone: Phone
    servlet file not found. java.io.FileNotFoundException:
    /weblogic/examples/servlets/phonelist (No such file or directory)
    Fri Oct 13 21:36:08 CST 2000:<I> <ServletContext-General> drp-exports: init
    Fri Oct 13 21:36:41 CST 2000:<E> <ConMan> Attempt to sendMsg using a closed
    connection
    Fri Oct 13 21:36:41 CST 2000:<E> <RJVM> Exception on send :
    weblogic.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Fri Oct 13 21:36:44 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:44 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:45 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:45 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:46 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:46 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:47 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:36:48 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:37:02 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:37:06 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:37:07 CST 2000:<E> <ConMan> Attempt to sendMsg using a closed
    connection
    Fri Oct 13 21:37:07 CST 2000:<E> <RJVM> Exception on send :
    weblogic.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Fri Oct 13 21:37:10 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:37:13 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:37:32 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:37:32 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:37:32 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:37:32 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:37:32 CST 2000:<E> <RJVM> Exception on send :
    java.io.IOException: No such file or directory
    Fri Oct 13 21:37:32 CST 2000:<E> <ConMan> Attempt to sendMsg using a closed
    connection
    Fri Oct 13 21:37:32 CST 2000:<E> <RJVM> Exception on send :
    weblogic.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Fri Oct 13 21:41:14 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '1'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:14 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '2'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:25 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '3'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:26 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '4'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:27 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '5'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:27 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '6'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:28 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '7'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:41:29 CST 2000:<E> <ListenThread> Listen failed, failure
    count: '8'
    java.net.SocketException: No such file or directory
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    at java.net.ServerSocket.implAccept(ServerSocket.java:240)
    at java.net.ServerSocket.accept(ServerSocket.java:224)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    Fri Oct 13 21:44:33 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:44:33 CST 2000:<I> <JDBC Pool> Connection for pool "tbcsPool"
    created.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (4045094, xid =
    971443586063_2310, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (4616970, xid =
    971443586063_2312, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (2802643, xid =
    971443586063_2313, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (1996325, xid =
    971443586063_2314, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (6200418, xid =
    971443586063_2315, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (7140343, xid =
    971443586063_2316, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (331414, xid =
    971443586063_2317, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (41620, xid =
    971443586063_2318, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:49:30 CST 2000:<I> <TX> Transaction (TxC (3265875, xid =
    971443586063_2311, timeout = 300, txState = Marked Rollback, root = null)
    rolled back after 300 sec.
    Fri Oct 13 21:52:46 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:52:46 CST 2000:<E> <Posix Performance Pack> Failure in
    processSockets()
    java.net.SocketException: No such file or directory: No such file or
    directory
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:327)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Fri Oct 13 21:52:46 CST 2000:<E> <Posix Perfo

  • How to clear browser cache using java program.

    Is this really feasible that we can delete browser history,cookie and downloaded client side files like js and css file using some java program.
    actually everytime i have to logged out from my application and manually i have to delete all files to see the changes.
    please advice.
    thanks in advance.

    You can write something like this:
    (replace "C:/Stuff" with the path of the folder you wish to delete)
    import java.io.*;
    public class FileDeleter
         public static void main(String[] args)
              deleteContentsInFolder("C:/Stuff");
         public static void deleteContentsInFolder(String path)
              File folder = new File(path);
              File[] contents = folder.listFiles();
              for (File f : contents)
                   if (f.isFile())
                        f.delete();
                        System.out.println("Deleted file: " + f);
                   else
                        System.out.println("Cannot delete: " + f);
    }Edited by: Java-for-Linux on Aug 13, 2009 5:36 PM

  • How to install Excell client using Silent Installation

    Hi,
    We are planning to do the 'client install' using silent installation. I followed the BPC 7.5 installation giude but it just gives the option to do the both ADMIN and EXCEL client installation.
    For example:bpcclient75.exe /s /zu201Cc:\test&c:\installshield\xceedzip.dll&FR&ALL"
    Can anyone please provide me the code as above for EXCEL only silent installation.
    Thanks

    Hello,
    Could you give me that solution?
    Thank you very much!
    Danny

  • How to create Proxy CLIENT USING .WSDL ?

    I apologize if i have posted this question in the wrong forum.My question is concerned with WSDL.
    Recently i came across a question in as :
    Write a command to Create proxy client by using .WSDL and set of XSD file.
    Can anyone provide me some pointers as to where i can find more information on this.
    Thank you for your consideration.

    sunjava84 wrote:
    I apologize if i have posted this question in the wrong forum.My question is concerned with WSDL.
    you did. Try http://www.rentacode.com next time.
    Can anyone provide me some pointers as to where i can find more information on this.
    The documentation of any web services client stack.

  • How to develop VoIP client using SIP in J2ME?

    Hi Everybody,
    I want to develop a VoIP client in J2ME that connects to asterisk server of debian and can call to the registered user of asterisk server and can have a telephonic talk session easily.
    Do anybody have idea regarding the development of the client or having tutorial that teaches the development of VoIP in J2ME or in any other way.?
    PLZ help me to provide the solution.
    Thanks in anticipation.
    with regards,
    KHAKHAR SAGAR

    Hi
    I am interested about developing VoIP application (using SIP) in J2ME platform. But I am stuck with the problem of MMAPI. Without using MMAPI J2ME has no access to mobile media devices, such as speaker or microphone, and without creating a player MMAPI can't play media data, such as sound or video. But its not possible to record voice and play voice data simultaneously using player in J2ME. So it seems almost impossible to implement VoIP application maintaining all its constraints and requirements, specially in case of delay and jitter.
    I am looking for some solution, which will provide the ability to overcome this problem. I come out with two possible solutions, but not sure about their out come. If we can develop a native media application, we can have access to it by using KNI (K Native Interface). In that way we can take some risk to develop VoIP application for J2ME. My another solution is, we can handle the player using MMAPI to record and play voice data in mill second level, so that we can have a real time feeling, though I am not sure if its possible by using RTSP.
    If any one have solution of this problem, please help us.
    Reagards
    Asif Mohammed Adnan

  • How to ping a client using java

    i got a problem, can any body help me regarding this matter. Problem is that i want to maintain a list of all the systems that are connected to server and this list is to be maintained using java, as i m building an appication in java where i need this list. Overview of the application is that i m making a PC reservation system. Database of the system will be maintained on the server and all PCs will be linked to it using RMI. For making reservation of different PCs, there must be a list of all working PCs so that selection can be made to reserve a PC. Problem is that how to maintain that list, plus continuous update this list so that if a PC stops working/breaks down, it can be removed from the list. Simple solution to this is to ping each PC after fixed time interval, but how to ping using java ??? i m usgin Microsoft Visual J++ 6.0 for developing my application, and this application will be runnig on Microsoft Windows 2000 operating system, but currently, i m in Windows 98 enviornment.

    The 1.4 API actually provides a Runtime.exec(String) but if you want to provide a String array, you can do that as well. None of the exec are static, you need to obtained a reference to the Runtime through the static method getRuntime(). So the exact call looks this way:
    Runtime  rt = Runtime.getRuntime();   // you probably want to obtain this REferance only once
    Process p = rt.exec(new String[] {"ping", target}); // yes, target is the IP or DNS name of the machine you want to ping

  • Clearing the screen using java

    hi
    how to clear the screen using a java program

    for (int n = 0; n < 24; n++) System.out.println();
    Even better: don't clear the screen. The program I ran before your program printed out very important things. If your program throws away those important things then I will not like you or your program.

  • Generate Association rules using Oracle 10 g Data Mining Tool

    Hi,
    How to Generate Association rules using Oracle 10 g Data Mining Tool ?

    As far as I remember in 10g it is pretty much the same
    http://download.oracle.com/docs/cd/B28359_01/datamine.111/b28129/market_basket.htm
    Regards,
    Husnu

  • WLC2006 - How to clear client statistics

    Hi,
    I have a few questions about the WLC2006 CLI:
    1 - Client statistics can be displayed on the WLC2006 with the command "show client detail <MAC addr>". I don't find in the documentation how to clear these statistics.
    2 - Comments are generally welcome in capture files. What is the "!" IOS equivalent?
    3 - Is it possible to suppress the "more" with a command such as "terminal length 0"?
    Any link is welcome. Thanks by advance.
    Best Regards,
    Alain-Claude

    The show client detail command output depends on the clients that are presently associated with the LAP. Once the clients get disconnected from the network, the stats should get cleared automatically.
    We presently do not have a equivalent command for terminal length 0.

Maybe you are looking for

  • Significance of Document Name in JDBC Sender

    hi folks, tell me what exactly mean by the Document Name parameter in the JDBC Sender adapter? where does that plays? thanks nikhil bos

  • Blank password for sa user in SQL server

    i have already checked and confirmed that checkboxes in the SA login properties does not have a tick mark and also saved the properties window after leaving the password blank but when I'm unable to login to the software that is being connected to th

  • MS Access 2013 Web App script error when viewing datasheet view

    Hi--in MS Access 2013 on my PC (Win 7 64), whenever I hit VIEW+DATASHEET, I get a script error. I have tried multiple solutions, including one posted here to delete all of the files in the DatabaseCache folder. Here's a screenshot of the error I get:

  • Customizing / Creating Email Notifications

    Ok, so I have asked this question already in an earlier post. About creating/formulating E-mail Notifications, based on Information gathered/input in a Customized User Form. Here is a copy of my previous posting ======================================

  • Operating systems comparison

    Have 300 Mhz G3 minitower running OS 9.1 and quite stable. Have no intention of upgrading this older Mac to OS X. Have searched Apple web site for info on difference between 9.1 and 9.2.1 trying to decide if I should upgrade to 9.2.1 or on to 9.2.2.