You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nikitha Benny <ni...@gmail.com> on 2015/07/14 08:59:38 UTC

Unable to start service on Windows (Tomcat version 8.00.023)

Hi All,

I have installed java JRE version 1.07.079 and Tomcat version 8.00.023.

And it installs and runs fine on all unix platforms (Linux_x64, Linux_x86,
Solaris and HP-UX).

Now when it comes to Windows (both x86 and x64), Tomcat installs fine but
does not run.

Also logs are not being thrown.

But when I do an upgrade from Tomcat 7.00.062 to 8.00.023 it throws the
following error in the logs:

Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-apr-0.0.0.0-8081"]
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-apr-0:0:0:0:0:0:0:0-8081"]
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-0.0.0.0-8444"]
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-0:0:0:0:0:0:0:0-8444"]
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-apr-8010"]
Jul 14, 2015 12:08:33 PM org.apache.catalina.core.StandardService
stopInternal
INFO: Stopping service Catalina
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-0.0.0.0-8444"]
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-apr-8010"]

Is it something to with the Jasper Listener not being present in the
server.xml ?

*<Listener className="org.apache.catalina.core.JasperListener" />* has been
present in Tomcat 7.00.062 but not in 8.00.023.

Please help me out in here.

Thanks in advance.

Regards,
Nikitha

Re: Unable to start service on Windows (Tomcat version 8.00.023)

Posted by André Warnier <aw...@ice-sa.com>.
Hi.

Nikitha Benny wrote:
> Hi All,
> 
> I have installed java JRE version 1.07.079 and Tomcat version 8.00.023.
> 
> And it installs and runs fine on all unix platforms (Linux_x64, Linux_x86,
> Solaris and HP-UX).
> 
> Now when it comes to Windows (both x86 and x64), Tomcat installs fine but
> does not run.
> 
> Also logs are not being thrown.

I believe that we will need a lot more details about the above in order to begin to help.
Such as :
- what package did you download, from where, to do this installation ?
- how did you install it ? where ?
- what do you mean by "does not run" ? how are you trying to "run it", and what happens ?

(For example, if you installed Tomcat as a Windows Service, and the Windows Service "does 
not start", then there should at last be some message in the Windows Event Logs, no ?)



And I believe that was it below here only confuses the issue.
So let's focus for the moment at installing and running a new Tomcat 8.0.23 under Windows, 
shall we ?

> 
> But when I do an upgrade from Tomcat 7.00.062 to 8.00.023 it throws the
> following error in the logs:
> 
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-apr-0.0.0.0-8081"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-apr-0:0:0:0:0:0:0:0-8081"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-bio-0.0.0.0-8444"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-bio-0:0:0:0:0:0:0:0-8444"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["ajp-apr-8010"]
> Jul 14, 2015 12:08:33 PM org.apache.catalina.core.StandardService
> stopInternal
> INFO: Stopping service Catalina
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol stop
> INFO: Stopping ProtocolHandler ["http-bio-0.0.0.0-8444"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol stop
> INFO: Stopping ProtocolHandler ["ajp-apr-8010"]
> 
> Is it something to with the Jasper Listener not being present in the
> server.xml ?
> 
> *<Listener className="org.apache.catalina.core.JasperListener" />* has been
> present in Tomcat 7.00.062 but not in 8.00.023.
> 
> Please help me out in here.
> 
> Thanks in advance.
> 
> Regards,
> Nikitha
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Unable to start service on Windows (Tomcat version 8.00.023)

Posted by David kerber <dc...@verizon.net>.
This sounds familiar.  Did you just copy your configuration files 
(especially server.xml) from the 7.x installation to the 8.x 
installation?  Been there, done that, got the gray hairs to prove it! 
You need to start with TC's default server.xml and make the mods 
necessary for your configuration.  One 7.x is not valid for 8.x



On 7/14/2015 2:59 AM, Nikitha Benny wrote:
> Hi All,
>
> I have installed java JRE version 1.07.079 and Tomcat version 8.00.023.
>
> And it installs and runs fine on all unix platforms (Linux_x64, Linux_x86,
> Solaris and HP-UX).
>
> Now when it comes to Windows (both x86 and x64), Tomcat installs fine but
> does not run.
>
> Also logs are not being thrown.
>
> But when I do an upgrade from Tomcat 7.00.062 to 8.00.023 it throws the
> following error in the logs:
>
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-apr-0.0.0.0-8081"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-apr-0:0:0:0:0:0:0:0-8081"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-bio-0.0.0.0-8444"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-bio-0:0:0:0:0:0:0:0-8444"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["ajp-apr-8010"]
> Jul 14, 2015 12:08:33 PM org.apache.catalina.core.StandardService
> stopInternal
> INFO: Stopping service Catalina
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol stop
> INFO: Stopping ProtocolHandler ["http-bio-0.0.0.0-8444"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol stop
> INFO: Stopping ProtocolHandler ["ajp-apr-8010"]
>
> Is it something to with the Jasper Listener not being present in the
> server.xml ?
>
> *<Listener className="org.apache.catalina.core.JasperListener" />* has been
> present in Tomcat 7.00.062 but not in 8.00.023.
>
> Please help me out in here.
>
> Thanks in advance.
>
> Regards,
> Nikitha
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Unable to start service on Windows (Tomcat version 8.00.023)

Posted by Konstantin Kolinko <kn...@gmail.com>.
2015-07-14 9:59 GMT+03:00 Nikitha Benny <ni...@gmail.com>:
> Hi All,
>
> I have installed java JRE version 1.07.079 and Tomcat version 8.00.023.
>
> And it installs and runs fine on all unix platforms (Linux_x64, Linux_x86,
> Solaris and HP-UX).
>
> Now when it comes to Windows (both x86 and x64), Tomcat installs fine but
> does not run.
>
> Also logs are not being thrown.
>
> But when I do an upgrade from Tomcat 7.00.062 to 8.00.023 it throws the
> following error in the logs:
>
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-apr-0.0.0.0-8081"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-apr-0:0:0:0:0:0:0:0-8081"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-bio-0.0.0.0-8444"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-bio-0:0:0:0:0:0:0:0-8444"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["ajp-apr-8010"]
> Jul 14, 2015 12:08:33 PM org.apache.catalina.core.StandardService
> stopInternal
> INFO: Stopping service Catalina
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol stop
> INFO: Stopping ProtocolHandler ["http-bio-0.0.0.0-8444"]
> Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol stop
> INFO: Stopping ProtocolHandler ["ajp-apr-8010"]
>


The above are informational ("INFO") messages.  There are no errors in
the above fragment of a log file.

Official migration guide:
http://tomcat.apache.org/migration.html

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org