Link to home
Start Free TrialLog in
Avatar of tangocoder
tangocoder

asked on

Weblogic 10.3.6 Connection timed out error

I uninstalled and reinstalled on the same Windows 7 machine, Weblogic 10.3.6.  The laptiop is 64 bit Windows 7 Home Premium.  I used the Java Jdk 7u25.  The installation was successful and I use d Quick Start to create a domain which was also successful.  However when I use Mozilla browser or IE I get these problems:  Connection timed out  on Mozilla or cannot display  page when I designate the hostname:7001/console.

I have seen in the documentation that I cannot reinstall the Weblogic server.  Is their anything I can do with the registry? Is there anything I can do to resolve the Connection timed out error?

Thank you in advance for your feedback.
Avatar of girionis
girionis
Flag of Greece image

Is the problem only with the console? Can you see any other links?
Avatar of tangocoder
tangocoder

ASKER

It never gets to the login page
Are you sure the server is running on port 7001?
How would I confirm which port the server is running on?  The installation log says the server is configured for 7001.  That is why I think there is a connection time out because somewhere in the registry or configuration files there is a conflict
You can do a netstat and see all services and their corresponding ports. You can also look at the config.xml file of the domain you have created, it should have an entry like

<listen-port>7001</listen-port>

Open in new window

The config.xml has an entry which is mal formed - <server>
                                                                                             <name>AdminServer </name>
                                                                                             <listen-address/>
                                                                                        </server>
How do I change this config entry since it is locked?  I assume that I would add <listen-address> 7001 before the closing tag above?
Another thing, how would I recognize the server in netstat?  Would I see the entry hostname:7001?
If the config file has the entry you posted then it's not possible to start the server. Are you sure it starts up and runs correctly?
It doesn't.  I tried using WLST to connect and it says no server exists. Do I destroy the directory path for the domain that currently exists and create a new domain?  How should I proceed?
Have you created a domain? How do you start the server? What do you get in the logs?
The problem is that there is no invalidating information to provide.  I thought I created a domain.  I thought the server started.  No errors in the logs.  This software is very buggy. I don't know how else to troubleshoot the problem, which is why  I posted in the first place.
Ok lets see the things a few steps at a time.

a) Did you install the server?
b) How?
c) How do you try to start it?
d) Do you run any script?
e) Did you follow any tutorial to do this?
To install the server I ran the jar file wls1036_generic.jar, i installed java jdk 7u25 as the windows 7 machine is 64 bit.
I used quickstart menu to create the domain.  There is a check box for starting application server which I checked.

I then put the URL jayp-pc/:7001/console and it gave me the error:Connection Time Out

I tried the start menu under the domain usnbi.com which I created with quick start.
A Command prompt window popped up and the last thing I saw was Server running
I didn't run any scripts.  I didn't follow any tutorial except to determine how to name the domain for the web server.
Do something else. Stop the server if it's already running. Open a command window, go to the domain you created, in the bin folder and run the startWebLogic file. Then copy and paste the output of the server here.
.Here is the log
.
JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=
128m  -XX:MaxPermSize=256m
.
WLS Start Mode=Development
.
CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1036\profiles\default\sys_manifest_classpa
th\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\profiles\default\sys_manif
est_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_2\lib\tools.jar;C:\O
racle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1
.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.m
odules_10.3.6.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\
Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NE
TSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\de
rbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
.
PATH=C:\Oracle\MIDDLE~1\patch_wls1036\profiles\default\native;C:\Oracle\MIDDLE~1
\patch_ocp371\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\nativ
e\win\x64;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\OR
GAPA~1.1\bin;C:\PROGRA~1\Java\JDK17~1.0_2\jre\bin;C:\PROGRA~1\Java\JDK17~1.0_2\b
in;C:\app\JayP\product\11.2.0\dbhome_1\bin;C:\Program Files\Broadcom\Broadcom 80
2.11 Network Adapter;;C:\Program Files\Common Files\Microsoft Shared\Windows Liv
e;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program F
iles (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\sys
tem32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\
v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Progra
m Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\I
ntel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Inte
l(R) Management Engine Components\IPT;C:\Program Files (x86)\Windows Live\Shared
;C:\Program Files (x86)\EgisTec MyWinLocker\x64;C:\Program Files (x86)\EgisTec M
yWinLocker\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files
 (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\WIDCOMM\Bluetooth Software\
;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files\Diskeeper
 Corporation\ExpressCache\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\o
ci920_8
.
***************************************************
*  To start WebLogic Server, use a username and   *
*  password assigned to an admin-level user.  For *
*  server administration, use the WebLogic Server *
*  console at http:\\hostname:port\console        *
***************************************************
starting weblogic with Java version:
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b16)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
Starting WLS with line:
C:\PROGRA~1\Java\JDK17~1.0_2\bin\java -client   -Xms256m -Xmx512m -XX:CompileThr
eshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=256m -Dweblogic.Name=AdminServer
-Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy
 -Xverify:none  -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\
Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\
server   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testCons
ole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1
036\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_ocp371\p
rofiles\default\sysext_manifest_classpath  weblogic.Server
<Jul 10, 2013 2:25:20 PM PDT> <Info> <Security> <BEA-090905> <Disabling CryptoJ
JCE Provider self-integrity check for better startup performance. To enable this
 check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
<Jul 10, 2013 2:25:21 PM PDT> <Info> <Security> <BEA-090906> <Changing the defau
lt Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable
 this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
<Jul 10, 2013 2:25:21 PM PDT> <Info> <WebLogicServer> <BEA-000377> <Starting Web
Logic Server with Java HotSpot(TM) 64-Bit Server VM Version 23.25-b01 from Oracl
e Corporation>
<Jul 10, 2013 2:25:22 PM PDT> <Info> <Management> <BEA-141107> <Version: WebLogi
c Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
<Jul 10, 2013 2:25:23 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to STARTING>
<Jul 10, 2013 2:25:23 PM PDT> <Info> <WorkManager> <BEA-002900> <Initializing se
lf-tuning thread pool>
<Jul 10, 2013 2:25:24 PM PDT> <Notice> <LoggingService> <BEA-320400> <The log fi
le C:\Oracle\Middleware\user_projects\domains\usnbi.com\servers\AdminServer\logs
\AdminServer.log will be rotated. Reopen the log file if tailing has stopped. Th
is can happen on some platforms like Windows.>
<Jul 10, 2013 2:25:24 PM PDT> <Notice> <LoggingService> <BEA-320401> <The log fi
le has been rotated to C:\Oracle\Middleware\user_projects\domains\usnbi.com\serv
ers\AdminServer\logs\AdminServer.log00004. Log messages will continue to be logg
ed in C:\Oracle\Middleware\user_projects\domains\usnbi.com\servers\AdminServer\l
ogs\AdminServer.log.>
<Jul 10, 2013 2:25:24 PM PDT> <Notice> <Log Management> <BEA-170019> <The server
 log file C:\Oracle\Middleware\user_projects\domains\usnbi.com\servers\AdminServ
er\logs\AdminServer.log is opened. All server side log events will be written to
 this file.>
<Jul 10, 2013 2:25:27 PM PDT> <Notice> <Security> <BEA-090082> <Security initial
izing using security realm myrealm.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to STANDBY>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to STARTING>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <LoggingService> <BEA-320400> <The log fi
le C:\Oracle\Middleware\user_projects\domains\usnbi.com\servers\AdminServer\logs
\usnbi.com.log will be rotated. Reopen the log file if tailing has stopped. This
 can happen on some platforms like Windows.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <LoggingService> <BEA-320401> <The log fi
le has been rotated to C:\Oracle\Middleware\user_projects\domains\usnbi.com\serv
ers\AdminServer\logs\usnbi.com.log00004. Log messages will continue to be logged
 in C:\Oracle\Middleware\user_projects\domains\usnbi.com\servers\AdminServer\log
s\usnbi.com.log.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <Log Management> <BEA-170027> <The Server
 has established connection with the Domain level Diagnostic Service successfull
y.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to ADMIN>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to RESUMING>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[8
]" is now listening on fe80:0:0:0:d118:ecc7:5064:503e:7001 for protocols iiop, t
3, ldap, snmp, http.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[7
]" is now listening on fe80:0:0:0:2ca6:2f1b:c79f:52b4:7001 for protocols iiop, t
3, ldap, snmp, http.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[4
]" is now listening on fe80:0:0:0:0:5efe:a9fe:6f3d:7001 for protocols iiop, t3,
ldap, snmp, http.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default"
is now listening on 192.168.2.3:7001 for protocols iiop, t3, ldap, snmp, http.>

<Jul 10, 2013 2:25:35 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[2
]" is now listening on fe80:0:0:0:c:9e00:beba:6f3d:7001 for protocols iiop, t3,
ldap, snmp, http.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[1
0]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.
>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[5
]" is now listening on fe80:0:0:0:e0:0:0:0:7001 for protocols iiop, t3, ldap, sn
mp, http.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[9
]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp,
http.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[1
]" is now listening on fe80:0:0:0:0:5efe:c0a8:203:7001 for protocols iiop, t3, l
dap, snmp, http.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[3
]" is now listening on 169.254.111.61:7001 for protocols iiop, t3, ldap, snmp, h
ttp.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[6
]" is now listening on fe80:0:0:0:31aa:4c94:50aa:579e:7001 for protocols iiop, t
3, ldap, snmp, http.>
<Jul 10, 2013 2:25:35 PM PDT> <Notice> <WebLogicServer> <BEA-000331> <Started We
bLogic Admin Server "AdminServer" for domain "usnbi.com" running in Development
Mode>
<Jul 10, 2013 2:25:36 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to RUNNING>
<Jul 10, 2013 2:25:36 PM PDT> <Notice> <WebLogicServer> <BEA-000360> <Server sta
rted in RUNNING mode>
ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This works.  Thank you for sticking with me to figure this out.
Ah, nice. Glad you got it solved. Thanks for accepting.

As a side note, if the 169.254.111.61 is the localhost you might be able toaccess it by also doing http://127.0.0.1:7001/console