0 Replies Latest reply on Aug 4, 2018 2:59 AM by rajju14

    JBoss Restart Issue

    rajju14

      JBoss is running perfectly till the heap is reaching to 30GB. After that since the system is getting slow, we are restarting JBoss and we are getting this problem.

      It is showing that the port 8180 is blocked. We have checked using Tcpview, Java.exe instances which are running on this port are all stopped. But still we get the same problem and we have to restart the system physically.

      Only then JBoss is perfectly starting and running.

      Can any one help. This is very urgent issue.

       

      2018-07-17 17:22:36,929 ERROR [ProfileServiceBootstrap] (Thread-2) Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

       

      DEPLOYMENTS MISSING DEPENDENCIES:

        Deployment "AdminConsoleActivator" is missing the following dependencies:

          Dependency "WebServer" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "JBossWSConsoleActivator" is missing the following dependencies:

          Dependency "WebServer" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "JmxConsoleActivator" is missing the following dependencies:

          Dependency "WebServer" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "ModClusterListener" is missing the following dependencies:

          Dependency "WebServer" (should be in state "Create", but is actually in state "**ERROR**")

        Deployment "jboss.web.deployment:war=/INDO" is missing the following dependencies:

          Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")

        Deployment "jboss.web.deployment:war=/ROOT" is missing the following dependencies:

          Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")

        Deployment "jboss.web.deployment:war=/invoker" is missing the following dependencies:

          Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")

       

      DEPLOYMENTS IN ERROR:

        Deployment "WebServer" is in error due to the following reason(s): LifecycleException:  Protocol handler initialization failed: java.net.BindException: Address already in use: JVM_Bind /0.0.0.0:8180, **ERROR**

        Deployment "jboss.web:service=WebServer" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.web:service=WebServer' **

       

          at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.2.GA]

          at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.2.GA]

          at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.1.0.Final]

          at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]

          at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.1.0.Final]

          at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.1.0.Final]

          at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-6]

          at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-6]

          at java.lang.Thread.run(Thread.java:745) [:1.7.0_80]

       

      2018-07-17 17:22:36,944 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) JBossAS [6.1.0.Final "Neo"] Started in 25s:63ms

      2018-07-17 17:22:53,757 INFO  [STDOUT] (Thread-1) Posting Shutdown Request to the server...

       

      2018-07-17 17:22:53,757 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-15) Stopping: JBossAS [6.1.0.Final "Neo"]

      2018-07-17 17:29:41,699 INFO  [org.apache.coyote.http11.Http11Protocol] (Thread-2) Starting Coyote HTTP/1.1 on http-0.0.0.0-8180

      2018-07-17 17:29:41,715 INFO  [org.apache.coyote.ajp.AjpProtocol] (Thread-2) Starting Coyote AJP/1.3 on ajp-0.0.0.0-8109

      2018-07-17 17:29:41,715 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) JBossAS [6.1.0.Final "Neo"] Started in 52s:758ms

      2018-07-17 17:31:33,004 ERROR [STDERR] (http-0.0.0.0-8180-104) org.hibernate.NonUniqueResultException: query did not return a unique result: 2

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.hibernate.impl.AbstractQueryImpl.uniqueElement(AbstractQueryImpl.java:820)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:811)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at com.cgsl.neura.atidhi.AtidhiBookingDAO.searchBedView(AtidhiBookingDAO.java:131)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at com.cgsl.neura.atidhi.AtidhiBookingDBAction.search(AtidhiBookingDBAction.java:115)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at java.lang.reflect.Method.invoke(Method.java:606)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:266)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:167)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:413)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:225)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1858)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:459)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.jboss.remotehostfilter.RemoteHostFilter.doFilter(RemoteHostFilter.java:90)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:159)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:654)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)

       

      2018-07-17 17:31:33,019 ERROR [STDERR] (http-0.0.0.0-8180-104)     at java.lang.Thread.run(Thread.java:745)