OC4J: Connection timed out problem

Hello everyone!
I am developing a web application in OC4J(1.0.2.2.1), today I found a problem: Client access the server, nothing but only the following content be returned:
"Description: Connection timed out"
I used the com.evermind.sql.DriverManagerDataSource and com.evermind.sql.OrionPooledDataSource for database invoke, were they timed out?
My developing environment:
AppServer: OC4J(1.0.2.2.1)
DBServer: Orcale 9i
ServerOS: MS Windows 2000 Server
ClientOS: MS Windows 2000 Professional
JDK: 1.3.1_01
thank for your any info.
masstensor.

Hi,
Verify your mysqld start script. If you find a --skip-networking parameter, remove or comment and try again.
In slackware /etc/rc.d/rc.mysql have a line with: SKIP="--skip-networking"
And in mysqld_start():
/usr/bin/mysqld_safe datadir=/var/lib/mysql pid-file=/var/run/mysql/mysql.pid $SKIP &
Comment the #SKIP="--skip-networking" or remove $SKIP (the first is recomended)
(eu n�o escrevo ingl�s, mas talvez ajude)
Seja livre! Use linux!

Similar Messages

  • ITunes connection timed out problem. Please help

    Hey guys, I've purchased an iPod Touch 4th Gen recently but a problem I've had after installing iTunes is connecting to the internet. I haven't even got the software on the iPod Touch due to an error - "iTunes could not connect to the iTunes store. The network connection timed out. Make sure your internet settings are correct and your network connection is active, then try again"
    Here's a similar error message which comes up -
    http://turbo.inquisitr.com/wp-content/2009/11/itunes-connection-timed-out.jpg
    The frusterating thig is that know one has a clue about the problem or the solution. I've tried everything you name it, from disabling the firewall, disabling the anti-virus, disabling any other programs which may affect iTunes. I've tinkered with the different internet setting, looked out programs allowed in the firewall and iTunes is definitely allowed. And my internet connection is perfect and very very fast. I don't use wireless but an Ethernet cable. There are absolutely NO problems with my internet connection WHATSOEVER.
    So I was thinking whether the time I decided to install is the problem? Maybe it was peak time (I tried it at 17:00pm UK Time) and now its 22:25pm UK time. Maybe it's a time where many users are online? But if that was the case surely I would have been successful atleast once?
    Please help, I'm getting really really desperate. Thanks you ever so much

    You need to place the iPod in recovery mode and then connect it to your new computer and restore it via iTunes. Note that you will lose all content on the iPod. You can redownload apps at no additional cost provided you are signed into the same iTunes account that originally purchased the apps.

  • Connection timed out problem?

    when i was executing a jsp-jdbc program, i encountered a server error:
    javax.servlet.ServletException: Communications link failure due to underlying exception:
    ** BEGIN NESTED EXCEPTION **
    java.net.SocketException
    MESSAGE: java.net.ConnectException: Connection timed out: connect
    STACKTRACE:
    java.net.SocketException: java.net.ConnectException: Connection timed out: connect
         at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:156)
         at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:284)
         at com.mysql.jdbc.Connection.createNewIO(Connection.java:2555)
         at com.mysql.jdbc.Connection.<init>(Connection.java:1485)
         at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at org.apache.jsp.coffee_jsp._jspService(org.apache.jsp.coffee_jsp:65)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    ** END NESTED EXCEPTION **
    Last packet sent to the server was 0 ms ago.
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781)
         org.apache.jsp.coffee_jsp._jspService(org.apache.jsp.coffee_jsp:114)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    My code is as follows :
    <html>
    <head>
    </head>
    <%@ page language="java" import="java.sql.*" %>
    <body>
    <table border="1" width="400">
    <tr>
    <td>Coffee Name </td>
    <td>Supplier Id </td>
    <td>Price </td>
    <td>Sales </td>
    <td>Total </td>
    </tr>
    <%
    String driverName = "com.mysql.jdbc.Driver";
    Class.forName(driverName);
    // i have specfied the server name,database name,username,password in the original code
    String serverName = " ";
    String mydatabase = " ";
    String url = "jdbc:mysql://" + serverName + "/" + mydatabase;
    String username = " ";
    String password = " ";
    Connection con = DriverManager.getConnection(url, username, password);
    Statement stmt=con.createStatement();
    ResultSet rs=stmt.executeQuery("select * from COFFEES");
    if (rs != null)
    while(rs.next())
    String name=rs.getString("COF_NAME");
    int sup_name=rs.getInt("SUP_ID");
    float pri=rs.getFloat("PRICE");
    int sale=rs.getInt("SALES");
    int tot=rs.getInt("TOTAL");
    %>
    <tr>
    <td><%= name %> </td>
    <td><%= sup_name %> </td>
    <td><%= pri %> </td>
    <td><%= sale %> </td>
    <td><%= tot %> </td>
    </tr>
    <%
    stmt.close();
    con.close();
    %>
    </table>
    </body>
    </html>
    please help?

    Hi,
    Verify your mysqld start script. If you find a --skip-networking parameter, remove or comment and try again.
    In slackware /etc/rc.d/rc.mysql have a line with: SKIP="--skip-networking"
    And in mysqld_start():
    /usr/bin/mysqld_safe datadir=/var/lib/mysql pid-file=/var/run/mysql/mysql.pid $SKIP &
    Comment the #SKIP="--skip-networking" or remove $SKIP (the first is recomended)
    (eu n�o escrevo ingl�s, mas talvez ajude)
    Seja livre! Use linux!

  • TS3694 Why can't I update my iPhone 4 to iOS 5.1? Every time I try it gets all the way done downloading it; however when it's processing the file the page tells me "There is a problem downloading the software for the iPhone. Network connection timed out.

    Why can't I update my iPhone 4 to iOS 5.1? Every time I try it gets all the way done downloading it; however when it's processing the file the page tells me "There is a problem downloading the software for the iPhone. Network connection timed out. Make sure your network settings are correct and your network connection is active. or try again later." and next to the file it has err = -3259. I have tried this 17 times and it won't work. My iTunes is completely up to date. I have made sure that my connection is fine and I have tried turning my firewall off with no avail. This has happened to me before but usually the update will go through after 2-3 tries, never to this extent. I don't know what to do. Help!

    Error -3259 is a network timeout error, usually. This article might help:
    http://support.apple.com/kb/TS2799

  • HT1222 I am trying to update my phone so I can save my info on my old phone & get a new phone, but I get a error that says "There was a problem with downloading teh software, the network connection timed out.."  HELP!  Not sure what my settings shoud be..

    I am trying to update my phone so I can save my info on my old phone & get a new phone, but I get a error that says "There was a problem with downloading teh software, the network connection timed out.."  HELP!  Not sure what my settings shoud be...
    I never updated anything until now...I want o update my iPhone to the newest version, but i do not want ot loose all that I have on this phone. I was told I needed to update the operating systems so i can put things into the cloud for transport to new phone, but I am just not sure how to do this..Can you help out here??

    Dear Jody..jone5
    Good for you that can't update your iphone because I did it and my iphone dosen't work for example I can't download any app like Wecaht or Twitter..
    Goodluck
    Atousa

  • FTPS receiver side - Connection problem:connection timed out: connect

    Hi experts,
    I must connect to an external server to send files with FTPS.
    I have created receiver CC with connection security: FTPS for control and data connection
    Command order: TLS, USER, PASS, PBSZ, PROT
    Connect mode: per file transfer
    port : 990 (given by third part)
    data connection: passive (suggested by third part)
    My problem is that communication channel raise a connection timed out error, see below for log.
    I've already followed the steps suggested by this thread:
    FTPS Transfer Failing with Connection Timeout
    but no luck.
    Thanks
    Fabio Boni
    2011-05-18 12:21:01 Success Connecting to FTP server "ftps.xxx.xxx.it"
    2011-05-18 12:21:02 Success Write to FTP server "ftps.xxx.xxx.it", directory "/in", -> file "Delivery20110518-122102-155.xml"
    2011-05-18 12:21:02 Success Transfer: "BIN" mode, size 1760 bytes, character encoding -
    2011-05-18 12:21:23 Error Attempt to process file failed with java.net.ConnectException: Connection timed out: connect
    2011-05-18 12:21:23 Error Exception caught by adapter framework: Connection timed out: connect
    2011-05-18 12:21:23 Error MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Connection timed out: connect: java.net.ConnectException: Connection timed out: connect
    2011-05-18 12:21:23 Error Delivery of the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Connection timed out: connect: java.net.ConnectException: Connection timed out: connect.

    As Fabio said, the file adapter log return this log:
    2011-05-18 12:21:01 Success Connecting to FTP server "ftps.xxx.xxx.it"
    2011-05-18 12:21:02 Success Write to FTP server "ftps.xxx.xxx.it", directory "/in", -> file "Delivery20110518-122102-155.xml"
    2011-05-18 12:21:02 Success Transfer: "BIN" mode, size 1760 bytes, character encoding -
    2011-05-18 12:21:23 Error Attempt to process file failed with java.net.ConnectException: Connection timed out: connect
    Seem that FTP access into server is executed successfully and adapter write file, but raise timeout exception.

  • I am trying to download an update for my iphone, but in the middle of the download I get an error message that says, 'There was a problem downloading the software for iphone. The network connection timed out.' Any ideas on how to resolve this issue?

    I am trying to download an update to my iphone, but in the middle of the download, I get an error message that reads, 'There was problem downloading the software for the iphone. The network connection timed out'. Any idea how to reslove this issue?

    Hi Robertfrom Denver.
    Did you try the solution given, and if yes, did it work?
    I have done several "attempted downloads, and see the full file download, typically taking 30 minutes to complete, and then something goes wrong.
    I am happy to suspend AV and FW software, but would like to know if it is a good fix or not first?
    HelenfromBroughton Astley

  • I get an error message when trying to install software update 4.2.8 "problem downloading, network connection timed out. Check network connections.

    I get an error message when trying to install software update 4.2.8
    "problem downloading, network connection timed out. Check network connections."
    Anyone one else had this problem?

    Brian-KK Sabah wrote:
    I too get the same message but I the software had downloaded 100% but about half way through "processing file" the error message (.3259) Check network connections. How do I fix this?
    See Here for your Error Message -3259
    http://support.apple.com/kb/ts2799

  • When trying to connect to Airplay speakers I get error message "The  network connection timed out" although some sort of connection is made as the speaker is turned on.  Same thing with Apple TV.  Is the distance from my speaker/ TV the problem?

    When trying to connect from iTunes to Airplay speakers I get error message “The  network connection timed out” although some sort of connection is made as the speaker is turned on.  Same thing with Apple TV.  Is the distance between my PC and the speaker or the AppleTV the problem?

    Hi whitwick,
    If you are having issues with your network connection when attempting to use AirPlay, you may want to use the steps in this article to troubleshoot -
    iTunes: Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/TS5209
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • TS1814 "There was a problem downloading the software fot the iphone. The network connection timed out.there's no pblm with my connection but this error keeps on showing,  what to do?

    "There was a problem downloading the software fot the iphone. The network connection timed out."
    there's no pblm with my connection but this error keeps on showing, 
    what to do? please help....

    Stop with the silly and pointless fonts.
    A simple search of the forums for the actual error would have revealed the resolution.
    Temporarily disable all security software on the computer.

  • G6 UI Customization build problem - Connection timed out: connect

    For anyone else who's having the same problem we're having:
    When I run ANT on the ui customization folder, I get this error:
    Buildfile: build.xml
    BUILD FAILED
    C:\plumtree_ui_source\portalui\6.0.x\test\build.xml:14: The following error occu
    rred while executing this line:
    Error reading project file C:\plumtree_ui_source\portalui\6.0.x\test\build_core.
    xml: Connection timed out: connect
    Total time: 21 seconds
    We're running behind a proxy.  ANT has to connect to the Java website to pull down it's DTD.  So, the answer is to first run the following command to configure the proxy, replacing the proxy host, port, username, and password with yours:
    set ANT_OPTS=-Xms128m -Xmx800m -DproxySet=true -DproxyHost=10.0.0.0 -DproxyPort=80 -DproxyUser=myUsername -DproxyPass=myPassword

    Thanks for the post, it fixed my issue!

  • Every time i try to update my ipod to the latest version of ipod software i keep gettint the error message "there was a problem downloading ipod software. The network connection timed out"

    every time i try to update my ipod to the latest version of ipod software i keep gettint the error message "there was a problem downloading ipod software. The network connection timed out"

    Most of the times your security software is the cause for the network time out: iTunes for Windows: Troubleshooting security software issues

  • I am trying to update to iOS5, but after the download completes, I get an error message "There was a problem downloading the software for my iPad2. The network connection timed out." Any suggestions?

    I am trying to update to iOS5 on my iPad 2, but after the download completes, and file processing starts, I get an error message "There was a problem downloading the software ... the network connection timed out."  Diagnostic tests check out OK.  Any suggestions?

    Temporarily disable your firewall and security software and see if that helps.

  • I am trying to install the new OS on my new iPad 2, but it keeps saying "Network Connection Timed Out".  I had no problems on my iPhone though.  Any ideas?

    I am trying to install the new OS on my new iPad 2, but it keeps saying "Network Connection Timed Out".  I had no problems updating my iPhone through the same computer system though.  Any ideas?

    Download the iOS update manually and install;
    Wi-Fi http://appldnld.apple.com/iPhone4/041-0661.20110414.W9Q8r/iPad1,1_4.3.2_8H7_Rest ore.ipsw
    AT&T 3G http://appldnld.apple.com/iPhone4/041-0664.20110414.39vUS/iPad2,2_4.3.2_8H7_Rest ore.ipsw
    Verizon 3G http://appldnld.apple.com/iPhone4/041-0665.20110414.MbwVr/iPad2,3_4.3.2_8H8_Rest ore.ipsw
    After you have downloaded the update, attach your iPad to your computer, open iTunes and select your iPad in the devices list. Press & hold the Option/Alt key and click the Check for Update button. Browse to where you downloaded the update and Choose it. iTunes will handle the rest.

  • Problem with Ipad2 upgrade connection timed out

    I'm trying to upgrade my ipad2 to ios5. After finishing download, it always said there is a problem due to connection timed out. Could someone help pls?

    Turn off the security and firmware on your computer while you are updating ,that should speed things up.

Maybe you are looking for