Free port within range: 9090 error and username password requested error
Hi All,
I installed oracle application express 4.2 latest version and was trying to configure Oracle Application Express Listener 2.0 version from past few days but was facing issues every day and was not able to configure application listener till now.
I tried configuring oracle application express listener using different port numbers starting with default one 8080. I am getting below error everytime. I tried different port numbers
[****_ apex_listener]$ /oracle/*******/jdk1.6.0_43/bin/java -Dapex.home=/oracle/apex_listener/apex/apex -Dapex.images=********/apex/images -Dapex.port=9090 -Dapex.erase -jar /oracle/apex_listener/apex.war
May 1, 2013 1:12:22 AM oracle.dbtools.standalone.Standalone execute
INFO: NOTE:
Standalone mode is designed for use in development and test environments. It is not supported for use in production environments.
May 1, 2013 1:12:22 AM oracle.dbtools.standalone.Standalone execute
INFO: Starting standalone Web Container in: /oracle/apex_listener/apex/apex
May 1, 2013 1:12:22 AM oracle.dbtools.standalone.Deployer deploy
INFO: Will deploy application path = /oracle/apex_listener/apex/apex/apex/WEB-INF/web.xml
May 1, 2013 1:12:30 AM oracle.dbtools.standalone.Deployer deploy
INFO: Deployed application path = /oracle/apex_listener/apex/apex/apex/WEB-INF/web.xml
May 1, 2013 1:12:30 AM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
INFO: Using configuration folder: /oracle/apex_listener/apex/apex
Configuration properties for: apex
cache.caching=false
cache.directory=/tmp/apex/cache
cache.duration=days
cache.expiration=7
cache.maxEntries=500
cache.monitorInterval=60
cache.procedureNameList=
cache.type=lru
db.hostname=******.com
db.password=******
db.port=1522
db.sid=*****
debug.debugger=false
debug.printDebugToScreen=false
error.keepErrorMessages=true
error.maxEntries=50
jdbc.DriverType=thin
jdbc.InactivityTimeout=1800
jdbc.InitialLimit=3
jdbc.MaxConnectionReuseCount=1000
jdbc.MaxLimit=10
jdbc.MaxStatementsLimit=10
jdbc.MinLimit=1
jdbc.statementTimeout=900
log.logging=false
log.maxEntries=50
misc.compress=
misc.defaultPage=apex
security.disableDefaultExclusionList=false
security.maxEntries=2000
db.username=APEX_PUBLIC_USER
Using JDBC driver: Oracle JDBC driver version: 11.2.0.3.0
May 1, 2013 1:12:32 AM oracle.dbtools.rt.web.SCListener contextInitialized
INFO: Oracle Application Express Listener initialized
Application Express Listener version : 2.0.1.64.14.26
Application Express Listener server info: Grizzly/1.9.49
May 1, 2013 1:12:32 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 5/1/13 1:12 AM
May 1, 2013 1:12:32 AM com.sun.grizzly.SelectorHandlerRunner handleSelectException
SEVERE: doSelect IOException
java.net.BindException: No free port within range: 9090=com.sun.grizzly.http.SelectorThreadHandler@6161c9d1
at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:432)
at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:378)
at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:188)
at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
May 1, 2013 1:12:32 AM com.sun.grizzly.http.SelectorThread$3 onException
SEVERE: Exception during starting the controller
java.net.BindException: No free port within range: 9090=com.sun.grizzly.http.SelectorThreadHandler@6161c9d1
at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:432)
at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:378)
at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:188)
at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
java.net.BindException: No free port within range: 9090=com.sun.grizzly.http.SelectorThreadHandler@6161c9d1
at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:432)
at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:378)
at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:188)
at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Later when I start using http://******.com:9090/apex I am getting
A username and password are being requested by http://*******:9090. The site says: "XDB" error.
Can someone please help me. I had been trying to get apex configured from last few days , but couldnt fix it.
Can some one please help me on this...............