Home » Developer & Programmer » Application Express, ORDS & MOD_PLSQL » Getting error webpage cannot be found with apex listner
Getting error webpage cannot be found with apex listner [message #571482] Mon, 26 November 2012 07:58 Go to next message
srinivas.k2005
Messages: 404
Registered: August 2006
Senior Member
Hi,

I started installing apex based on configure files:
Installed Oracle 11g Express
Installed Oracle Apex 4.2
And when trying to install standalone Oracle Express listner i followed the steps and ran below is the command :

C:\apex_listner>java -jar apex.war
INFO: Starting: C:\apex_listner\apex.war
 See: 'java -jar apex.war --help' for full range of configuration options
INFO: Extracting to: C:\Users\SRINIV~1\AppData\Local\Temp\apex
Enter the path to the directory containing the APEX static resources
          Example:  /Users/myuser/apex/images
         or press Enter to skip: c:\apex\images
INFO: Using classpath: file:/C:/Users/SRINIV~1/AppData/Local/Temp/apex/apex/____
embedded/start.jar:file:/C:/Users/SRINIV~1/AppData/Local/Temp/apex/apex/WEB-INF/
lib/apex.jar:file:/C:/Users/SRINIV~1/AppData/Local/Temp/apex/apex/WEB-INF/lib/co
mmons-fileupload-1.2.1.jar:file:/C:/Users/SRINIV~1/AppData/Local/Temp/apex/apex/
WEB-INF/lib/je-4.0.103.jar:file:/C:/Users/SRINIV~1/AppData/Local/Temp/apex/apex/
WEB-INF/lib/ojdbc6.jar:file:/C:/Users/SRINIV~1/AppData/Local/Temp/apex/apex/WEB-
INF/lib/ojmisc.jar:file:/C:/Users/SRINIV~1/AppData/Local/Temp/apex/apex/WEB-INF/
lib/poi-3.6-20091214.jar:file:/C:/Users/SRINIV~1/AppData/Local/Temp/apex/apex/WE
B-INF/lib/ucp.jar:file:/C:/Users/SRINIV~1/AppData/Local/Temp/apex/apex/WEB-INF/l
ib/xdb-11.2.0.jar:file:/C:/Users/SRINIV~1/AppData/Local/Temp/apex/apex/WEB-INF/l
ib/xmlparserv2-11.2.0.jar:
INFO: Starting Embedded Web Container in: C:\Users\SRINIV~1\AppData\Local\Temp\a
pex
Enter a username for the APEX Listener Administrator [adminlistener]: admin
Enter a password for admin:
Confirm password for admin:
Enter a username for the APEX Listener Manager [managerlistener]: admin
Enter a password for admin:
Confirm password for admin:
Nov 26, 2012 7:25:42 PM ____bootstrap.Deployer deploy
INFO: Will deploy application path=C:\Users\SRINIV~1\AppData\Local\Temp\apex\ape
x\WEB-INF\web.xml
Nov 26, 2012 7:25:42 PM ____bootstrap.Deployer deploy
INFO: deployed application path=C:\Users\SRINIV~1\AppData\Local\Temp\apex\apex\W
EB-INF\web.xml
Using config file: C:\Users\SRINIV~1\AppData\Local\Temp\apex\apex-config.xml
APEX Listener version : null
APEX Listener server info: Grizzly/1.9.18-o
Nov 26, 2012 7:25:42 PM com.sun.grizzly.Controller logVersion
INFO: Starting Grizzly Framework 1.9.18-o - Mon Nov 26 19:25:42 IST 2012
Nov 26, 2012 7:25:42 PM com.sun.grizzly.SelectorHandlerRunner handleSelectExcept
ion
SEVERE: doSelect IOException
java.net.BindException: Address already in use: bind: 8080=com.sun.grizzly.http.
SelectorThreadHandler@1f38fc6
        at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.ja
va:432)
        at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:
379)
        at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.
java:183)
        at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:
130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Nov 26, 2012 7:25:42 PM com.sun.grizzly.http.SelectorThread$3 onException
SEVERE: Exception during starting the controller
java.net.BindException: Address already in use: bind: 8080=com.sun.grizzly.http.
SelectorThreadHandler@1f38fc6
        at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.ja
va:432)
        at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:
379)
        at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.
java:183)
        at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:
130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
java.net.BindException: Address already in use: bind: 8080=com.sun.grizzly.http.
SelectorThreadHandler@1f38fc6
        at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.ja
va:432)
        at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:
379)
        at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.
java:183)
        at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:
130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
INFO: Please complete configuration at: http://localhost:8080/apex/listenerConfi
gure




It goes to internet page with link as http://localhost:8080/apex/listenerConfigure and show the error webpage cannot be found, let me know what should i fix
I tried giving ip address also it did not work..
I gave just http://localhost:8080/apex/ and ran it ran showing login page as heading on screen and nothing got displayed on screen
Re: Getting error webpage cannot be found with apex listner [message #571484 is a reply to message #571482] Mon, 26 November 2012 08:13 Go to previous messageGo to next message
srinivas.k2005
Messages: 404
Registered: August 2006
Senior Member
Hi,

I fixed the issue, port 8080 was in conflict so i gave the command as below and it fixed the issue.

"%ProgramFiles%\Java\jre6\bin\java" -Dapex.port=12345 -jar C:\apex_listner\apex.war

Thanks,
Srinivas
Re: Getting error webpage cannot be found with apex listner [message #571508 is a reply to message #571484] Mon, 26 November 2012 12:28 Go to previous message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
If you ever wanted to change Apex port, you'd use dbms_xdb.sethttpport. Here's an example:
M:\>sqlplus system/pwd@xe

SQL*Plus: Release 10.2.0.1.0 - Production on Pon Ruj 20 14:15:16 2010

SQL> -- get current status
SQL> select dbms_xdb.gethttpport "HTTP Port" from dual;

 HTTP Port
----------
      8080

SQL> -- set http port to a new value
SQL> exec dbms_xdb.sethttpport('80');

PL/SQL procedure successfully completed.

SQL> select dbms_xdb.gethttpport "HTTP Port" from dual;

 HTTP Port
----------
        80

SQL>
Previous Topic: Fetching based on view
Next Topic: how to disable a selected row in oracle apex
Goto Forum:
  


Current Time: Thu Mar 28 13:37:29 CDT 2024