Home » Fusion Middleware & Colab Suite » Weblogic & Application Server » [OC4J] java.net.ConnectException: Connection timed out
[OC4J] java.net.ConnectException: Connection timed out [message #247947] Wed, 27 June 2007 11:01
b_52globemaster
Messages: 51
Registered: July 2005
Member
hello , i just start diving Laughing around jdevelopper , i'm trying to execute a single jsp exemple , a simple one :

Quote:
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="/tags/time" prefix="time" %>
<html>
<h1>Hello <%= "world".toUpperCase() %></h1>, and the time is now
<time:now format="hh:mm"/>.
</html>


but after waiting a long period approximatively 2 minute , i got an exception :

Quote:
[Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
/root/jdevhome/system/oracle.j2ee.10.1.3.40.66/embedded-oc4j/config>
/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/bin/java -server -classpath /home/mohammed/Desktop/jdevelopper/j2ee/home/oc4j.jar:/home/mohammed/Desktop/jdevelopper/jdev/lib/jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Xrs -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config /root/jdevhome/system/oracle.j2ee.10.1.3.40.66/embedded-oc4j/config/server.xml
[waiting for the server to complete its initialization...]
Jun 27, 2007 3:46:07 PM com.evermind.server.XMLDataSourcesConfig parseRootNode
INFO: Legacy datasource detected...attempting to convert to new syntax.
Jun 27, 2007 3:46:12 PM com.evermind.server.jms.JMSMessages log
INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
Jun 27, 2007 3:46:12 PM com.evermind.server.jms.JMSMessages log
INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
07/06/27 15:49:48 java.net.ConnectException: Connection timed out
07/06/27 15:49:48 at java.net.PlainSocketImpl.socketConnect(Native Method)
07/06/27 15:49:48 at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
07/06/27 15:49:48 at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
07/06/27 15:49:48 at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
07/06/27 15:49:48 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
07/06/27 15:49:48 at java.net.Socket.connect(Socket.java:519)
07/06/27 15:49:48 at java.net.Socket.connect(Socket.java:469)
07/06/27 15:49:48 at java.net.Socket.<init>(Socket.java:366)
07/06/27 15:49:48 at java.net.Socket.<init>(Socket.java:208)
07/06/27 15:49:48 at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.sendMessage(Oc4jNotifier.java:98)
07/06/27 15:49:48 at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.postInitApplicationServer(Oc4jNotifier.java:55)
07/06/27 15:49:48 at com.evermind.server.ApplicationServer.serverExtensionPostInit(ApplicationServer.java:1157)
07/06/27 15:49:48 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1005)
07/06/27 15:49:48 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
07/06/27 15:49:48 at java.lang.Thread.run(Thread.java:595)
07/06/27 15:49:48 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized



any one have an idea ?

and thanks
Previous Topic: Struts Application Deployment
Next Topic: Deploying the web application oas
Goto Forum:
  


Current Time: Thu Mar 28 07:28:47 CDT 2024