facebook

Problem when trying to start MyBlogJSFJPAExample in 7.5

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #300259 Reply

    MikeKing
    Member

    When I select the run configuration called ‘MyBlogJSFJPAExample on MyEclipse Tomcat ‘,

    The web page displays the following message:
    Internet Explorer was unable to link to the Web page you requested. The page might be temporarily unavailable.

    The console shows the following (truncated here)

    08-Jul-2009 18:01:46 org.apache.catalina.core.AprLifecycleListener init
    INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Documents and Settings\Mike King\.pulse\cache\jres\com.sun.java.windows_1.5.0.13\bin;C:\Program Files\Pulse\Common\plugins\com.genuitec.eclipse.easie.tomcat.myeclipse_7.5.0.zmyeclipse75020090612\tomcat\bin
    08-Jul-2009 18:01:46 org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    08-Jul-2009 18:01:46 org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 439 ms
    08-Jul-2009 18:01:46 org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    08-Jul-2009 18:01:46 org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.13
    08-Jul-2009 18:01:47 com.sun.faces.config.ConfigureListener contextInitialized
    INFO: Initializing Sun’s JavaServer Faces implementation (1.2_04-b07-FCS) for context ‘/MyBlogJSFJPA’
    08-Jul-2009 18:01:48 org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    08-Jul-2009 18:01:48 org.apache.jk.common.ChannelSocket init
    INFO: Port busy 8009 java.net.BindException: Address already in use: JVM_Bind
    08-Jul-2009 18:01:48 org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8010
    08-Jul-2009 18:01:48 org.apache.jk.server.JkMain start
    INFO: Jk running ID=1 time=0/31 config=null
    08-Jul-2009 18:01:48 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 1300 ms
    08-Jul-2009 18:01:48 org.apache.catalina.core.StandardServer await
    SEVERE: StandardServer.await: create[8005]:
    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)

    I have tried for about 4 hours to get around this.
    Can anyone help?

    I have just installed MyEclipse 7.5.

    Thanks,
    Mike King

    #300271 Reply

    rmcvay
    Member

    INFO: Starting Coyote HTTP/1.1 on http-8080
    08-Jul-2009 18:01:48 org.apache.jk.common.ChannelSocket init
    INFO: Port busy 8009 java.net.BindException: Address already in use: JVM_Bind

    You’ve already got something listening on 8009 (probably another Tomcat) so Tomcat can’t start.

    #300273 Reply

    MikeKing
    Member

    Thanks Ray. I deleted the existing Tomcat process and then started the example. It worked fine.

    #300287 Reply

    support-joy
    Member

    Thanks Ray.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Problem when trying to start MyBlogJSFJPAExample in 7.5

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

You must be logged in to post in the forum log in