Failed to initialize connector [Connector[HTTP/1.1-443]]

出现如上错误时,是因为443端口被占用,

所以tomcat的https协议无法使用,

svn服务器上安装时,默认https端口难道是443吗?若确实是这样,那么需要以后安装svn在服务器上时,必须把端口改成其他的,这样tomcat的https协议就可以用了。

时间: 2024-11-05 23:26:13

Failed to initialize connector [Connector[HTTP/1.1-443]]的相关文章

端口占用的一种形式 Failed to initialize end point associated with ProtocolHandler ["ajp-bio-8090"] java.net.BindException: Address already in use: JVM_Bind <null>:8090

严重: Failed to initialize end point associated with ProtocolHandler ["ajp-bio-8090"]java.net.BindException: Address already in use: JVM_Bind <null>:8090 at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:413) at org.apache.tomc

解决sever 2008中tomcat的报错 init Failed to initialize end point associated with ProtocolHandler [&quot;http-nio-80&quot;]

错误现象: 01-Aug-2017 14:59:50.140 信息 [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]01-Aug-2017 14:59:50.182 严重 [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated wit

MySQL主从报错解决:Failed to initialize the master info structure

大清早收到一个MySQL的自定义语言告警 :replication interrupt,看来是主从同步报错了. 登陆MySQL,执行 show slave status \G 发现salve已经停止了,于是使用 start slave启动,结果有如下报错: 1 ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the MySQL error log

Failed to initialize the Common Language Runtime

今天在SQL Server 2008中执行存储过程的时候报以下错误: Msg 6513, Level 16, State 27, Procedure usp_QueryRealTimeRoomInfo, Line 173 Failed to initialize the Common Language Runtime (CLR) v2.0.50727 due to memory pressure. This is probably due to memory pressure in the Me

On Creating New Project in VS2013: Failed to Initialize the Powershell Host

Today, when I'm creating a new project in VS2013 it gave me the following error message: Install failed...Failed to initialize the Powershell host. If your powershell execution policy setting is set to AllSigned, open the package manager console to i

【故障处理】ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository

今天在使用冷备份文件重做从库时遇到一个报错,值得研究一下. 版本:MySQL5.6.27 一.报错现象 dba:(none)> start slave; ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository 这个时候查看error.log: 2017-07-17 16:19:02 9022 [ERROR] Failed to open the relay log '.

【已解决】Failed to Initialize Windows Azure Storage Emulator解决方法

错误代码: Failed to Initialize Windows Azure Storage Emulator Added reservation for http://127.0.0.1:10000/ in user account Richard-PC\Richard.Added reservation for http://127.0.0.1:10001/ in user account Richard-PC\Richard.Added reservation for http://1

[转]VMware 出现下述错误: Application failure. hr=0x80040101:Failed to initialize virtual machine.

VMware 出现下述错误:Application failure. hr=0x80040101:Failed to initialize virtual machine. 解决方法:1.重新注册这三个DLL就好了: regsvr32.exe "C:\Program Files (x86)\VMware\VMware Workstation\vmappsdk.dll" regsvr32.exe "C:\Program Files (x86)\VMware\VMware Wor

如何解决WebkitBrowser使用出错“Failed to initialize activation context”

如何解决WebkitBrowser使用出错“Failed to initialize activation context” 来源:互联网     时间:2014-12-22 4:55:22 本篇文章主要介绍了"如何解决WebkitBrowser使用出错“Failed to initialize activation context”",主要涉及到方面的内容,对于.NET教程感兴趣的同学可以参考一下: 刚刚交活的那个项目,里面需要嵌入浏览器. 本来用的是Vs里自带的Webbrowser

【Error】JavaWeb: 严重: Failed to initialize end point associated with ProtocolHandler [&quot;http-bio-8080&quot;]

在MyEclipse中启动Tomcat时出现错误,错误信息如下: 严重: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"] 这是由于8080端口冲突导致的. 关掉MyEclipse后,打开任务管理器,将名字为javaw.exe的进程全部结束.然后重新打开MyEclipse,启动Tomcat就可以了. 这样问题就解决了,希望对大家有帮助.