Is there  way to support FTP client using Servlet API in Tomcat/JBoss.

Hi Friends,
I am working in a web based project developed by Servlet.I am using JBoss App Server to handle the web request by http clients. But i need to handle the FTP client also now.So please guide me.
How can i setup (coding) to handle FTP client request?.
What should i change on the server setting?.
I would be very happy if there is a good examples
Thanks in Advance.
P.Saravanan

This will allow you to programmatically pair with a bluetooth device.
You will also have to download the dotnet files from 32feet
http://32feet.net/files/
-Regards
eximo
UofL Bioengineering M.S.
Neuronetrix
"I had rather be right than be president" -Henry Clay
Attachments:
Bluetooth discover and Pair.vi ‏51 KB

Similar Messages

  • 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)?

  • Does ARD support many client using one server separately simultaneity?

    Does ARD support more than one client using one server separately simultaneity, like Remote Desktop on Windows?
    Thank you!
    Message was edited by: tohy

    Thanks for your reply. Does Mac OS X (or server) supports the function that different accounts remote login in simultaneously and use the applications separately at the same time?

  • [METASOLV XML AP]devolop JAVA client using XML API for metasolv application

    Hi All,
    I am new in this group, and I need to help me to develop a java client to communicate with metasolv application using XML API.
    I read "XML API Developer’s Reference" document, but I still not understand how can I setup the cllient.
    I still need:
    1- What API needed(jar files) I must use to build the client
    2- A sample of source code using java.
    3- detailed guide to communicate with metasolv application using XML API.
    Thanks&Best Regards
    RADOUANE Mohamed

    any help please!!!!

  • Dispatch a request to a JSP using Servlet API 2.0

    Hi, there.
    I need to find a workaround for dispatching a servlet request to JSPs other than using RequestDispatcher facility that's available in Servlet API 2.1 but not in Servlet API 2.0.
    Would someone please post their code snippet if they have done this before?
    Thanks a lot in advance.
    null

    Where does the request origin from. If it comes from a <A HREF...> tag or a <FORM..> submit, then you specify the target frame:
    methodLinkName or
    <form name="formName" action="methodName" target="yourFrameName">
    And in the servlet you just specify desired jsp page to forward to, and iot will be opened in the earlier specified target frame.
    /Rickard

  • 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 can I check to support specific JSRs using standard API?

    Hi all.
    How can I check to support specific JSRs?
    I'd like to know supporting of following JSRs on VM.
    1. JSR-75 (FileSystem and PIM API)
    2. JSR-120 (WMA)
    3. JSR-135 (MMAPI)
    4. JSR-211 (CHAPI)
    5. JSR-184 (M3G)
    and so on...
    Thanks.
    Message was edited by:
    WhiteBear

    Answer myself.
    It was possible using System.getProperty().
    In case of supporting a FileConnection,
    Return value of System.getProperty("microedition.io.file.FileConnection.version")
    should be "v1.0" or similar value.
    Thanks.

  • How can we upload ftp file using servlets

    I have to write the code to upload file from an FTP location.
    How can I do it as I'm having no idea.
    Message was edited by:
    urssireesh

    The Apache Commons project has a couple of components that may help. Check out the net or vfs components:
    http://jakarta.apache.org/commons/components.html
    Also look on the SourceForge site for any Java FTP projects that you could use.

  • How to find the server path using servlet API.

    Hi All,
    I have an requirement like uploading certain files in my server path.
    rightnow i am getting the path now using as
    <%=application.getRealPath("/")%> and its giving me the "D:\bea\user_projects\domains\Testdomain\TestmanagedServer\stage\nextgen\nextgen.war".
    but i want to get the D:\bea\weblogic81 or atleast D:\Bea
    Is there anyway to get this through API or its the only way through string parse.
    Thanks in advance.

    Hello,
    I have:
    DG URL Internal;https://OCS.ad.xxxxxx.xxxx.xxx/GroupExpansion/Int/service.asmx;--;
    DG URL External;;--;
    Quality Metrics URI;;--;
    URL Internal From Server;https://OCS.ad.xxxxxx.xxxx.xxx/Abs/Int/Handler;--;
    URL External From Server;;--;
    Voice mail URI;sip:[email protected];opaque=app:voicemail;--;
    MRAS Server;;Not Configured;
    GAL Status;https://OCS.ad.xxxxxx.xxxx.xxx/Abs/Int/Handler;--;
    Controlled Phones;TRUE;--;
    PC to PC AV Encryption;AV Encryption Enforced;--;
    Focus Factory;sip:[email protected];gruu;opaque=app:conf:focusfactory;--;
    Telephony Mode;Telephony Mode Disabled;--;
    Line;;--;
    Line Configured From;Auto Line Configuration;--;
    Location Profile;;--;
    Local Log Folder;C:\Users\me\tracing;;
    MAPI Information;MAPI Status OK;MAPI Status OK;
    Inside User Status;TRUE;;
    Auto Update Download Started;--;--;
    Auto Update Download Completed;--;--;
    Last Auto Update Request;--;--;
    Pairing State;Communicator cannot connect to your desk phone because the USB cable is not plugged in. Make sure that you connect the cable.;Enabled;
    I see my email on the sip line but no server... what do I miss?
    Is it by the URL?
    Thanks,
    Dom

  • FTP client Default Data Connection Ports

    I'm developing a simple FTP client from the socket level. The only documents I am referring are J2SDK API and RFC 959. For the control connection I am ok, but for the data connection is not. According to the RFC 959 : "The user-process default data port is the same as the control connection port". The control connection port is used by my FTP command connection while connected to the FTP server, so how can I "listen" to the same port before I send the "RETR" command to the server ?
    Pls give me a hint , Thanks
    Samuel

    The way I read it is that the client opens the control connection by connecting to the server control port (usually 21) from a random port. The client also listens on its own port 21. The server will eventually establish a connection from a random port to the client port 21. I may be wrong though. The best way, IMHO, to proceed, is to use a network monitor such as TCPDUMP or WINDUMP and see what other FTP clients/servers do. I also know for a fact that there are open source FTP clients and servers, even in Java.

  • Creative Cloud AS a FTP client

    My business has a MAC server.  We access it remotely via the internet as a FTP.  I want use creative cloud as a ftp client, so that the interface allows for the previewing of ai and PDF files similar to BRIDGE.  Unless anyone out there knows of an FTP client with a very SLICK gui that can do this job...  How would I set up creative cloud to access my FTP?

    Hi Benjamin,
    Creative Cloud doesn't support FTP sadly, so you'd have to figure out a workflow using a browser to get the previews. I'm not aware of any FTP clients that would be able to generate these kinds of previews either.
    -Dave

  • Sending thumbnail of images to client on request using servlet/jsp

    hi
    can anybody tell me how can we send thumbnail of more than one image to client using servlet or jsp just the way we thumbnail of images in google

    Then create a servlet which uses Java 2D API to rezise the image and writes it to the outputstream of the response. Call that servlet in the <img> tag along with an unique request parameter identifying the image.

  • Building a FTP client

    hi all,
    i want to build an ftp client using swing. where should i start. i have the ftp rfc with me but that is not helping much,
    thanx in advance,
    parminder

    JavaWorld published an article about this topic. It is called "Java FTP client libraries reviewed" and it can be found here :
    http://www.javaworld.com/javaworld/jw-04-2003/jw-0404-ftp.html
    Best regards
    Jean-Pierre Norguet
    Jean-Pierre Norguet
    JavaWorld Press
    http://wasa.ulb.ac.be/jp.html

  • Bank Deposit Posting using DI API

    Hi All,
         Is there any way to post bank deposit using DI API except following service concept.
    SAPbobsCOM.
    DepositsService dpService = (SAPbobsCOM.DepositsService)companyService.GetBusinessService(SAPbobsCOM.ServiceTypes.DepositsService);
    Regards,
    Venki .A

    Hi All,
    Is the above process can be done by setting
      oLandedCost_ItemLine.ExpenditureFC
    Value in DI API, Even if I try to set for ExpenditureFC value, system is recalculating the value again. How to stop the sap calculation here?

  • To offer integrated forms, so like Jotform, there are templates that can be used and upload options to FTP client as well as other built in widgets.

    To offer integrated forms, so like Jotform, there are templates that can be used and upload options to FTP client as well as other built in widgets.

    What you need is merged help.
    You generate a parent and all the child projects. You always install the parent and then whichever child projects you require. The TOC, search and index automatically adjust. See the pages on my site.
    Note though that many people take another view to your Product Development. Show all the help and then people see information about something and realise they need it!
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for