Change port 8080 is error

Hi
I now instaled ORACLE DATABASE 11 R 2 EXPRESS EDITIONS ..I HAVE WINDOWS XP
http://127.0.0.1:8080/apex/f?p=4950 dont run
I see solution in web....
SQL> select dbms_xdb.gethttpport as "HTTP-Port",dbms_xdb.getftpport as "FTP-Port " from dual;
good output: HTTP-Port FTP-Port
8090 0
my output: ERROR at line 1:
ORA-00904: "DBMS_XDB"."GETFTPPORT": invalid identifier
SQL> begin
2 dbms_xdb.sethttpport('80');
3 end;
4 /
my output: ERROR in line 2:
ORA-06550: line2, column 1:
PLS-00201: identifier 'DBMS_XDB.GETFTPPORT' must be declared
ORA-06550: line2, column 1:
PL/SQL: Statement ignored
Help...I dont understand where is problem..
Any solution change port 8080?

Have you checked the documentation ?
http://docs.oracle.com/cd/E17781_01/server.112/e18804/network.htm#ADMQS170
HTH
Srini

Similar Messages

  • How to change port 8080 to another and change email link

    HI ,
    We can log onto Business Objects fine both in infoview and CMC using the URL http://servername:8080 but when we run a report and email the link to users the embedded URL http://servername:8080" does not work as it is blocked by our ISA. As a result we need to change the port from 8080 to another. We have changed the port as directed by this link:- http://www.forumtopics.com/busobj/viewtopic.php?p=284295&sid=630c45ef6866f91e81813104372c64e5 and when we change the infoview and CMC URLs they work fine on the new port. However the email link to the report still goes out with port 8080 - what do i need to change in order to get the email to see the new port and hence allow our users to be able to access reports via the link we distribute.
    thanks
    Chris

    Hi,
    the URL syntax shows that you are using BO XI 3.x. I assume that you add %SI_VIEWER_URL% in the message body of your email when you schedule the report. 
    Please go to the CMC and select Applications. Select the CMC entry and press the right mouse button to invoke the context menu. Select the processing settings entry and modify the port in the URL you are seeing there.
    Regards,
    Stratos

  • How can we change default port 8080 of application express

    Hi all,
    Does anyone know how to change default port 8080 in application express to run on only "80"? I have tried the following link, but when i am trying to run using 80, error is being thrown.
    http://www.mypi.ch/?p=33
    I have checked that no other thing is running on 80 port. I am using Windows Vista
    With Regards,
    Sunil Bhatia

    I am really a newbie in this application express field.
    I have installed oracle application express 3.2 over oracle 10G Database as per steps provided on forum. Can you let me know how can i find which webserver i am using? is there any query which i could run to find this out...thanks for ur help. Do reply soon
    With Regards,
    Sunil Bhatia

  • Apache Tomcat error re: port 8080

    Hello.
    Our environment:
    RoboHelp Server 8.0
    Apache Tomcat 6.0.26
    Windows Server 2008 enterprise without Hyper-V SP2  (32-bit virtual machine)
    RoboHelp 8.0.2.208
    Our help system is periodically non-responsive. The Apache logs (extract below) indicate that there is an application using port 8080. We (my IT support and I) discovered that RDP (Windows Remote Desktop) had been changed from port 3389 (its default) to port 8080. The server is dedicated to our help system; there isn't anyone touching it so we were a bit confused. We reset the RDP port back to 3389 and restarted the server (full server restart) and everything worked as it should. A couple of days later...the same thing...and then a few times in one day. Research indicates there may be some Windows or Apache bug related to ports being reset to 8080, but not a lot of detail or suggestion for resolution or work around.
    Has anyone experienced this port issue?
    I am not familiar with Apache...is there another port that it can use and still run the RoboServer?
    Any thoughts or suggestions re: how to proceed?
    TIA,
    Michelle
    From Catalina log:
    Sep 13, 2010 9:42:34 AM org.apache.catalina.core.AprLifecycleListener init
    INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\W indows;C:\Windows\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\
    Sep 13, 2010 9:42:34 AM org.apache.coyote.http11.Http11Protocol init
    SEVERE: Error initializing endpoint
    java.net.BindException: Address already in use: JVM_Bind <null>:8080
    at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:549)
    at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:176)
    at org.apache.catalina.connector.Connector.initialize(Connector.java:1014)
    at org.apache.catalina.core.StandardService.initialize(StandardService.java:680)
    at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:524)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:548)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Caused by: java.net.BindException: Address already in use: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(Unknown Source)
    at java.net.ServerSocket.bind(Unknown Source)
    at java.net.ServerSocket.<init>(Unknown Source)
    at java.net.ServerSocket.<init>(Unknown Source)
    at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFac tory.java:50)
    at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:538)
    ... 12 more
    Sep 13, 2010 9:42:34 AM org.apache.catalina.startup.Catalina load
    SEVERE: Catalina.start
    LifecycleException:  Protocol handler initialization failed: java.net.BindException: Address already in use: JVM_Bind <null>:8080
    at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
    at org.apache.catalina.core.StandardService.initialize(StandardService.java:680)
    at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:524)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:548)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Sep 13, 2010 9:42:34 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 606 ms
    Sep 13, 2010 9:42:34 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Sep 13, 2010 9:42:34 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.26

    The default port with RH Server is 8080 as this is the standard port for all web services. Having said that, I suspect you can change the port to another. I've never used anything other than the default. it sounds like if you have another web services accessing the same port that either it or RH Server needs to be changed.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • No Http server on port 8080 with 10g Express Edition ( TNS-12631 error)

    I downloaded the Oracle 10g Express Edition for Microsoft Windows and tried to install the software on 3 pcs.
    2 pc works but mine is not working.
    All works well during installation but when I want to connect to the home web page, it displays error (http://127.0.0.1:8080/apex)
    It isnormal because I have no process running under 8080 port.
    But I don't know why there is not an http server on port 8080.
    netstat -a :
    Connexions actives
    Proto Adresse locale Adresse distante Etat
    TCP LABOLLC:epmap LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:microsoft-ds LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1521 LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:42510 LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1051 LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1255 LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1291 localhost:1292 ESTABLISHED
    TCP LABOLLC:1292 localhost:1291 ESTABLISHED
    TCP LABOLLC:netbios-ssn LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1338 messagerie.castel.fr:1026 ESTABLISHED
    TCP LABOLLC:1342 messagerie.castel.fr:1390 ESTABLISHED
    TCP LABOLLC:1355 messagerie.castel.fr:1026 ESTABLISHED
    TCP LABOLLC:1359 messagerie.castel.fr:1390 ESTABLISHED
    TCP LABOLLC:1472 messagerie.castel.fr:epmap TIME_WAIT
    TCP LABOLLC:1473 messagerie.castel.fr:1026 TIME_WAIT
    UDP LABOLLC:microsoft-ds *:*
    UDP LABOLLC:isakmp *:*
    UDP LABOLLC:1027 *:*
    UDP LABOLLC:1339 *:*
    UDP LABOLLC:1340 *:*
    UDP LABOLLC:1356 *:*
    UDP LABOLLC:1357 *:*
    UDP LABOLLC:1427 *:*
    UDP LABOLLC:4500 *:*
    UDP LABOLLC:ntp *:*
    UDP LABOLLC:1028 *:*
    UDP LABOLLC:1062 *:*
    UDP LABOLLC:1900 *:*
    UDP LABOLLC:ntp *:*
    UDP LABOLLC:netbios-ns *:*
    UDP LABOLLC:netbios-dgm *:*
    UDP LABOLLC:1900 *:*
    UDP LABOLLC:42508 *:*
    The file sqlnet.log contains the following comments :
    Fatal NI connect error 12631, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 08-MARS -2007 16:28:39
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12631
    TNS-12631: Echec de recherche de nom
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    I don't know what to do !!
    Help

    Yes i Check all that.
    For example, I have Tomcat installed on my PC and I can launch it easily.
    So that means that port 8080 is completly free.
    No I haven't http service as you can see with netstat results.
    Lokk at the log sqlnet.log, I have following :
    Fatal NI connect error 12631, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 09-MARS -2007 14:46:35
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12631
    TNS-12631: Echec de recherche de nom
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Thanks

  • Port 8080 is already bound error when i try to bind it with Tomcat

    Hi,
    I use Oracle 9i AS version 2 on Sun Solaris.
    I start the oracle service with the following shell script
    #orastart.sh
    ORACLE_BASE=/users/ora9ias
    export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/orainfra
    export ORACLE_HOME
    ORACLE_SID=iasdb
    export ORACLE_SID
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib
    export LD_LIBRARY_PATH
    PATH=${PATH}:$ORACLE_HOME/bin:$ORACLE_HOME/Apache/Apache/bin
    PATH=${PATH}:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin
    export PATH
    lsnrctl start
    sqlplus
         #Enter user-name: connect as sysdba
         #Enter password: manager
         #SQL>startup
         #SQL>exit
    oidmon start
    oidctl server=oidldapd instance=1 configset=1 start
    dcmctl start -cl
    I also run Tomcat Web Server on port 8080.
    When I run the orastart.sh before running the Tomcat Web Server than I am not able to run the web server because the port 8080 is already bound by some process in Oracle 9i AS.
    If I run the web server first than the orastart.sh then there is no problem in anything.
    As per requirements by the client we have to run the web server on port 8080 only. There is absolutely no guarantee that the client will run the processes in some specified order i.e. orastart first then Tomcat or vice-versa. Please provide me help so that i can change the port 8080 used by some oracle process to some other port number, so that it does not conflict with the port 8080 used by Tomcat.
    Anurag

    Hi Tugdual,
    I have done as u have mentioned, but in $ORACLE_HOME/install/portlist.ini there is no service that listens to the port 8080.
    I only get this problem when I run my script before running the Tomcat web server, when i run the Tomcat web server before the script then i face no problem.
    I am also pasting the output of the lsnrctl command. This shows that Oracle 9i AS is listening to port 8080.
    LSNRCTL> stat
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 9.0.1.3.0 - Production
    Start Date 26-NOV-2003 12:18:09
    Uptime 0 days 2 hr. 13 min. 16 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File /users/ora9ias/orainfra/network/admin/listener.ora
    Listener Log File /users/ora9ias/orainfra/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ikon.india.ipolicynet.com)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=0.0.0.0)(PORT=2482))(PRESENTATION=GIOP)(SESSION=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=2481))(PRESENTATION=GIOP)(SESSION=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=0.0.0.0)(PORT=9090))(PRESENTATION=http://admin)(SESSION=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=8080))(PRESENTATION=http://admin)(SESSION=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "iasdb.ikon.india.ipolicynet.com" has 2 instance(s).
    Instance "iasdb", status UNKNOWN, has 1 handler(s) for this service...
    Instance "iasdb", status READY, has 3 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    Please help me in this, as this is very urgent. Our client already uses the Oracle 9i AS 2 (on Solaris) for some other application and I have to use the same machine and also the client wants the Tomcat web server to listen to port 8080 only. He has asked us to change the port of Oracle 9i Service that uses the port 8080.
    thanx
    Anurag

  • 404 page not found error without specifying port 8080 tomcat

    Hello,
    We experienced an unexpected tomcat down, after restarting it no page is found if 8080 port isn�t specified, in the past it wasn�t needed.
    What could be causing that behavior?
    I went to the server.xml file and everything is in order:
        <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
        <Connector port="8080"
                   maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
                   enableLookups="false" redirectPort="8443" acceptCount="100"
                   debug="0" connectionTimeout="20000"
                   disableUploadTimeout="true" />Thanks!

    So, how can I force all requests to be responded by
    the 8080 port without specifying it?If you don't specify the port on an HTTP URL then the request is sent to port 80. (This is part of the HTTP standard which is used on every computer in the world, it would be difficult for you to get that changed.) So applications listening to port 8080 will not hear those requests. I suppose you could run a port mapper or something but it would be more practical for you to just learn how things work instead of trying to bend them all out of shape to work the way you guessed they might work.
    Should I comment the snippet for the 8080 port so 80
    responds to all requests?If it were me I would change the attribute to read port="80", if you really want your server to listen at port 80. That element configures a whole lot of other properties and you don't want to just throw that configuration away.

  • Oracle 10g--change port of service bound to 8080

    I've installed 10g on a windows 2000 machine already running a j2ee application container. There is a conflict on port 8080. What is the oracle service running on port 8080--another servlet engine? How can I change this port? I haven't found this in the documentation.
    Thanks,
    Howard

    It's the xdb service bound on port 8080. Apparently several methods exist for changing the port. Config file actually stored inside oracle.

  • Change listening port 8080

    Oracle 9i grabs port 8080. Where can I configure that to something else?
    thanks
    Mike
    [email protected]

    Hi Mike,
    Please Refer to the section Configuring Oracle XML DB with Enterprise Manager: Chapter 21 from the book
    XML Database Developers Guide - Oracle XML DB
    Thanks,
    Chinta
    Oracle 9i grabs port 8080. Where can I configure that to something else?
    thanks
    Mike
    [email protected]

  • 10g Express Edition install doesn't start HTTP server on port 8080

    I've just done (several) installs of 10g XE on a Windows XP (SP2) box which appears to install correctly, but there's nothing listening on port 8080 (which is available)
    The services OracleServiceXE and OracleXETNSListener are both started (and can be stopped/restarted too).
    Looking in C:\oraclexe\app\oracle\product\10.2.0\server\config\log\postDBCreation.log (and other log files in that directory), I see some worrying lines like this:
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-12638: Credential retrieval failed
    Also running SQLPLUS from a CMD window fails:
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>sqlplus sys
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 19 15:31:59 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-12638: Credential retrieval failed
    I already have some Oracle client software installed, PL/SQL developer 7.0.1.1066.
    ORACLE_HOME is not set.
    Is there an installation log file I can examine that might indicate what's gone wrong?
    Tony.

    Interesting error. See http://oracle-unix.blogspot.com/2007/08/ora-12638-credential-retrieval-failed.html for a blog entry (and workaround).
    As for the 8080 web connection failing, I assume that this is related - the listener unable to hand off the web browser request to the Dispatcher.
    Also note that by default it only listens on localhost port 8080. So using the hostname or IP of your machine won't work until that default config is changed.

  • 10g express, how to change port number for the database home page

    10g express uses port 8080 for its http listener. However this number has been used by Tomcat on my computer. How can I chang the port number for the 10g home page?
    Regards
    jl

    Andy, thank you very much, I have been able to changed the port number following your advice.
    I hope you do not mind I ask a further questions along this line:
    I installed 10 express db on 2 computers. One with Tomcat and the other without. Following your advice, I successfully changed the port number on the one without Tomcat.
    On the one with Tomcat, I believe it was because I installed the 10g express while the Tomcat was running, I can neither go to the 10g's home page (page cannot be displyed), nor logon to the database from sqlplus (ora-12560: TNS:protocal error) even after I shut down the Tomcat. By checking with 'netstat -an', it is known that the http listerner is not listerning.
    Can I change some configuration file to solve this problem? Or do I have to reinstall 10 ex? I prefer the 1st aproach of changing config file, even it is not as easy as reinstallation.
    Thanks
    jl

  • Cannot bring OHS up after attempting to change port

    Hello,
    we tried to change port via Web for our ohs1 server and now we cannot bring OHS tier up.
    OPMN gives the following error:
    opmnctl startall: starting opmn and all managed processes...
    ================================================================================
    opmn id=larry:6701
    1 of 2 processes started.
    ias-instance id=asinst_1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    ohs1/OHS/OHS/
    Error
    --> Process (index=1,uid=24119137,pid=15338)
    failed to start a managed process after the maximum retry limit
    Log:
    /source1/oracle/Middleware/asinst_1/diagnostics/logs/OHS/ohs1/console~OHS~1.log
    Please advise,
    GS

    Fabian,
    Thanks for your reply.
    This log has the following entries:
    12/03/28 17:12:58 Start process
    /source1/oracle/Middleware/Oracle_FRHome1/ohs/bin/apachectl startssl: execing httpd
    [Wed Mar 28 17:12:59 2012] [warn] Errors will be logged into /source1/oracle/Middleware/asinst_1/diagnostics/logs/OHS/ohs1/ohs1.log
    12/03/28 17:13:00 Start process
    /source1/oracle/Middleware/Oracle_FRHome1/ohs/bin/apachectl startssl: execing httpd
    [Wed Mar 28 17:13:00 2012] [warn] Errors will be logged into /source1/oracle/Middleware/asinst_1/diagnostics/logs/OHS/ohs1/ohs1.log
    GS

  • Oracle Database 10g Express Edition for Microsoft Windows-port 8080 proble

    I have installed Oracle Database 10g Express Edition for Microsoft Windows, it listen to port 8080, where can I change this port ?
    Thanks

    Inside the database. Search the XE forum for how to do it, it's been done there many times :)
    ~Jer

  • Web server and apex running on same machine - port 8080 possible conflict

    Hi Guys,
    I have installed Apache Tomcat and currently in the process of installing Oracle 11G in the same machine.
    The tomcat is using port 8080 and I understand from other installs, that APEX uses 8080 as well.
    Is there way after installing Oracle 11G XE database, to shut down APEX so it doesn't conflict with Tomcat's use of 8080? I have no use for APEX at this point want to shut it down if its possible.
    Alternatively, can it be configured to use another port?
    Many thanks.

    You can do either, shut it down or change the port. So sad that you said you "have no use for Apex...". :(
    What gateway are you using for Apex? Is it the EPG, OHS or the Apex Listener? If you're using the EPG then there is a whole command structure/API for that. Here are a couple that you can run from a SQLPlus session:
    SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
    EXEC DBMS_XDB.SETHTTPPORT(port);
    For example:
    EXEC DBMS_XDB.SETHTTPPORT(8080);
    OR
    EXEC DBMS_XDB.SETHTTPPORT(8181);If you're using OHS then you go to your OHS/Apache directory and find the OPM path and issue your shutdown startup commands from there. If it's the Apex Listener with Glassfish then you go to the Glassfish admin console and shutdown your Apex deployment from there. Specifics I'll leave to you.
    Earl

  • How to detect what's using port 8080

    I'm getting this error when runing my ANT script:
    [java] LifecycleException: service.getName(): "Catalina"; Protocol handler start failed: java.net.BindException: Address already in use: JVM_Bind:8080
    wonder how can I tell what's using port 8080.
    thanks

    windows:
    c:\netstat -an | find "8080"
    *nix:
    netstat -an | grep "8080"

Maybe you are looking for