我刚刚装好Glassfish
在控制台中是可以正常启动的
但是我将myeclipse中的glassfish服务器与它相关联,在myeclipse中启动glassfish的时候,却报错。这是怎么回事呢?我的是我刚刚装好Glassfish
在控制台中是可以正常启动的
但是我将myeclipse中的glassfish服务器与它相关联,在myeclipse中启动glassfish的时候,却报错。这是怎么回事呢?我的是myeclipse8.0+glassfish2
错误如下:
2008-6-26 16:21:55 com.sun.enterprise.security.SecurityLifecycle <init>
信息: SEC1002:安全管理器处于关闭状态。
2008-6-26 16:21:57 com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream flush
信息: D:\glassfish\domains\domain1/config/.__com_sun_appserv_pid
2008-6-26 16:21:59 com.sun.enterprise.admin.server.core.AdminService init
信息: ADM0001:现在已启用 SunoneInterceptor
2008-6-26 16:21:59 com.sun.enterprise.security.PolicyLoader loadPolicy
信息: SEC1143: 正在装入策略提供程序 com.sun.enterprise.security.provider.PolicyWrapper。
2008-6-26 16:22:01 com.sun.enterprise.web.VirtualServer configureSSOValve
信息: WEB0114:在虚拟服务器 [server] 中禁用 SSO
2008-6-26 16:22:01 com.sun.enterprise.web.VirtualServer configureSSOValve
信息: WEB0114:在虚拟服务器 [__asadmin] 中禁用 SSO
2008-6-26 16:22:02 com.sun.enterprise.admin.server.core.AdminService initializeAMXMBeans
信息: ADM1079:AMX MBean 初始化已启动
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationServer onStartup
严重: 无法启动服务 com.sun.enterprise.admin.server.core.JmxConnectorLifecycle@159f3f0! : com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://jacky-13467781a:8686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out]
2008-6-26 16:23:04 com.sun.enterprise.server.PEMain run
严重: CORE5071:初始化时发生错误
com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://jacky-13467781a:8686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out]
at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:153)
at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:442)
at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:120)
at com.sun.enterprise.server.PEMain.run(PEMain.java:411)
at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
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 com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
Caused by: java.io.IOException: Cannot bind to URL [rmi://jacky-13467781a:8686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out]
at javax.management.remote.rmi.RMIConnectorServer.newIOException(Unknown Source)
at javax.management.remote.rmi.RMIConnectorServer.start(Unknown Source)
at com.sun.enterprise.admin.jmx.remote.server.rmi.JmxConnectorServerDriver.startConnectorServer(JmxConnectorServerDriver.java:218)
at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:134)
... 9 more
Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out]
at com.sun.jndi.rmi.registry.RegistryContext.bind(Unknown Source)
at com.sun.jndi.toolkit.url.GenericURLContext.bind(Unknown Source)
at javax.naming.InitialContext.bind(Unknown Source)
at javax.management.remote.rmi.RMIConnectorServer.bind(Unknown Source)
... 12 more
Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
at sun.rmi.server.UnicastRef.newCall(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
... 16 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.DataInputStream.readByte(Unknown Source)
... 20 more
2008-6-26 16:23:04 com.sun.enterprise.server.PEMain run
严重: 服务器启动失败。正在退出...
2008-6-26 16:23:04 com.sun.enterprise.server.PEMain run
信息: 正在关闭服务器...
2008-6-26 16:23:04 com.sun.enterprise.web.PEWebContainer stopInstance
信息: WEB0303: 正在停止 Sun-Java-System/Application-Server。
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationServer onShutdown
警告: CORE5061:异常:
com.sun.appserv.server.ServerLifecycleException: WEB0106: 停止 Web 容器时发生错误
at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:822)
at com.sun.enterprise.web.PEWebContainerLifecycle.onShutdown(PEWebContainerLifecycle.java:95)
at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:549)
at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown(OnDemandServer.java:131)
at com.sun.enterprise.server.PEMain.run(PEMain.java:429)
at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
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 com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
Caused by: LifecycleException: WEB0103:此 Web 容器尚未启动
at com.sun.enterprise.web.WebContainer.stop(WebContainer.java:913)
at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:814)
... 10 more
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationLifecycle onShutdown
信息: CORE5051:正在关闭所有 J2EE 应用程序...
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationLifecycle onShutdown
信息: CORE 5060: 正在停止所有符合 J2EE 1.5 连接器规范的资源适配器...
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationLifecycle onShutdown
信息: CORE 5061: 已完成资源适配器 Stop()
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationLifecycle onShutdown
信息: CORE5052:应用程序关闭完成。
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationServer onShutdown
警告: CORE5061:异常:
java.lang.NullPointerException
at com.sun.enterprise.util.InvocationManagerImpl.preInvoke(InvocationManagerImpl.java:136)
at com.sun.appserv.server.ServerLifecycleModule.preInvoke(ServerLifecycleModule.java:178)
at com.sun.appserv.server.ServerLifecycleModule.postEvent(ServerLifecycleModule.java:219)
at com.sun.appserv.server.ServerLifecycleModule.onShutdown(ServerLifecycleModule.java:273)
at com.sun.appserv.server.LifecycleModuleService.onShutdown(LifecycleModuleService.java:487)
at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:549)
at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown(OnDemandServer.java:131)
at com.sun.enterprise.server.PEMain.run(PEMain.java:429)
at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
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 com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationServer onShutdown
警告: CORE5061:异常:
com.sun.appserv.server.ServerLifecycleException
at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onShutdown(JmxConnectorLifecycle.java:171)
at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:549)
at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown(OnDemandServer.java:131)
at com.sun.enterprise.server.PEMain.run(PEMain.java:429)
at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
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 com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationServer onTermination
警告: CORE5061:异常:
java.lang.NullPointerException
at com.sun.enterprise.util.InvocationManagerImpl.preInvoke(InvocationManagerImpl.java:136)
at com.sun.appserv.server.ServerLifecycleModule.preInvoke(ServerLifecycleModule.java:178)
at com.sun.appserv.server.ServerLifecycleModule.postEvent(ServerLifecycleModule.java:219)
at com.sun.appserv.server.ServerLifecycleModule.onTermination(ServerLifecycleModule.java:277)
at com.sun.appserv.server.LifecycleModuleService.onTermination(LifecycleModuleService.java:496)
at com.sun.enterprise.server.ApplicationServer.onTermination(ApplicationServer.java:587)
at com.sun.enterprise.server.PEMain.run(PEMain.java:434)
at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
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 com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
2008-6-26 16:23:04 com.sun.enterprise.server.PEMain run
严重: 服务器由于启动失败而停止。
2008-6-26 16:23:04 com.sun.enterprise.server.PEMain shutdown
信息: sending notification to server...server
2008-6-26 16:23:04 com.sun.enterprise.server.PEMain shutdown
信息: 服务器关闭完成。
在控制台中是可以正常启动的
但是我将myeclipse中的glassfish服务器与它相关联,在myeclipse中启动glassfish的时候,却报错。这是怎么回事呢?我的是我刚刚装好Glassfish
在控制台中是可以正常启动的
但是我将myeclipse中的glassfish服务器与它相关联,在myeclipse中启动glassfish的时候,却报错。这是怎么回事呢?我的是myeclipse8.0+glassfish2
错误如下:
2008-6-26 16:21:55 com.sun.enterprise.security.SecurityLifecycle <init>
信息: SEC1002:安全管理器处于关闭状态。
2008-6-26 16:21:57 com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream flush
信息: D:\glassfish\domains\domain1/config/.__com_sun_appserv_pid
2008-6-26 16:21:59 com.sun.enterprise.admin.server.core.AdminService init
信息: ADM0001:现在已启用 SunoneInterceptor
2008-6-26 16:21:59 com.sun.enterprise.security.PolicyLoader loadPolicy
信息: SEC1143: 正在装入策略提供程序 com.sun.enterprise.security.provider.PolicyWrapper。
2008-6-26 16:22:01 com.sun.enterprise.web.VirtualServer configureSSOValve
信息: WEB0114:在虚拟服务器 [server] 中禁用 SSO
2008-6-26 16:22:01 com.sun.enterprise.web.VirtualServer configureSSOValve
信息: WEB0114:在虚拟服务器 [__asadmin] 中禁用 SSO
2008-6-26 16:22:02 com.sun.enterprise.admin.server.core.AdminService initializeAMXMBeans
信息: ADM1079:AMX MBean 初始化已启动
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationServer onStartup
严重: 无法启动服务 com.sun.enterprise.admin.server.core.JmxConnectorLifecycle@159f3f0! : com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://jacky-13467781a:8686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out]
2008-6-26 16:23:04 com.sun.enterprise.server.PEMain run
严重: CORE5071:初始化时发生错误
com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://jacky-13467781a:8686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out]
at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:153)
at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:442)
at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:120)
at com.sun.enterprise.server.PEMain.run(PEMain.java:411)
at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
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 com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
Caused by: java.io.IOException: Cannot bind to URL [rmi://jacky-13467781a:8686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out]
at javax.management.remote.rmi.RMIConnectorServer.newIOException(Unknown Source)
at javax.management.remote.rmi.RMIConnectorServer.start(Unknown Source)
at com.sun.enterprise.admin.jmx.remote.server.rmi.JmxConnectorServerDriver.startConnectorServer(JmxConnectorServerDriver.java:218)
at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:134)
... 9 more
Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out]
at com.sun.jndi.rmi.registry.RegistryContext.bind(Unknown Source)
at com.sun.jndi.toolkit.url.GenericURLContext.bind(Unknown Source)
at javax.naming.InitialContext.bind(Unknown Source)
at javax.management.remote.rmi.RMIConnectorServer.bind(Unknown Source)
... 12 more
Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
at sun.rmi.server.UnicastRef.newCall(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
... 16 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.DataInputStream.readByte(Unknown Source)
... 20 more
2008-6-26 16:23:04 com.sun.enterprise.server.PEMain run
严重: 服务器启动失败。正在退出...
2008-6-26 16:23:04 com.sun.enterprise.server.PEMain run
信息: 正在关闭服务器...
2008-6-26 16:23:04 com.sun.enterprise.web.PEWebContainer stopInstance
信息: WEB0303: 正在停止 Sun-Java-System/Application-Server。
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationServer onShutdown
警告: CORE5061:异常:
com.sun.appserv.server.ServerLifecycleException: WEB0106: 停止 Web 容器时发生错误
at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:822)
at com.sun.enterprise.web.PEWebContainerLifecycle.onShutdown(PEWebContainerLifecycle.java:95)
at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:549)
at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown(OnDemandServer.java:131)
at com.sun.enterprise.server.PEMain.run(PEMain.java:429)
at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
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 com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
Caused by: LifecycleException: WEB0103:此 Web 容器尚未启动
at com.sun.enterprise.web.WebContainer.stop(WebContainer.java:913)
at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:814)
... 10 more
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationLifecycle onShutdown
信息: CORE5051:正在关闭所有 J2EE 应用程序...
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationLifecycle onShutdown
信息: CORE 5060: 正在停止所有符合 J2EE 1.5 连接器规范的资源适配器...
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationLifecycle onShutdown
信息: CORE 5061: 已完成资源适配器 Stop()
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationLifecycle onShutdown
信息: CORE5052:应用程序关闭完成。
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationServer onShutdown
警告: CORE5061:异常:
java.lang.NullPointerException
at com.sun.enterprise.util.InvocationManagerImpl.preInvoke(InvocationManagerImpl.java:136)
at com.sun.appserv.server.ServerLifecycleModule.preInvoke(ServerLifecycleModule.java:178)
at com.sun.appserv.server.ServerLifecycleModule.postEvent(ServerLifecycleModule.java:219)
at com.sun.appserv.server.ServerLifecycleModule.onShutdown(ServerLifecycleModule.java:273)
at com.sun.appserv.server.LifecycleModuleService.onShutdown(LifecycleModuleService.java:487)
at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:549)
at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown(OnDemandServer.java:131)
at com.sun.enterprise.server.PEMain.run(PEMain.java:429)
at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
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 com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationServer onShutdown
警告: CORE5061:异常:
com.sun.appserv.server.ServerLifecycleException
at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onShutdown(JmxConnectorLifecycle.java:171)
at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:549)
at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown(OnDemandServer.java:131)
at com.sun.enterprise.server.PEMain.run(PEMain.java:429)
at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
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 com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
2008-6-26 16:23:04 com.sun.enterprise.server.ApplicationServer onTermination
警告: CORE5061:异常:
java.lang.NullPointerException
at com.sun.enterprise.util.InvocationManagerImpl.preInvoke(InvocationManagerImpl.java:136)
at com.sun.appserv.server.ServerLifecycleModule.preInvoke(ServerLifecycleModule.java:178)
at com.sun.appserv.server.ServerLifecycleModule.postEvent(ServerLifecycleModule.java:219)
at com.sun.appserv.server.ServerLifecycleModule.onTermination(ServerLifecycleModule.java:277)
at com.sun.appserv.server.LifecycleModuleService.onTermination(LifecycleModuleService.java:496)
at com.sun.enterprise.server.ApplicationServer.onTermination(ApplicationServer.java:587)
at com.sun.enterprise.server.PEMain.run(PEMain.java:434)
at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
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 com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
2008-6-26 16:23:04 com.sun.enterprise.server.PEMain run
严重: 服务器由于启动失败而停止。
2008-6-26 16:23:04 com.sun.enterprise.server.PEMain shutdown
信息: sending notification to server...server
2008-6-26 16:23:04 com.sun.enterprise.server.PEMain shutdown
信息: 服务器关闭完成。
用户在MyEclipse中关联并尝试启动Glassfish服务器时遇到错误,控制台显示了详细的错误信息,包括安全管理器关闭、JMX连接失败及Socket超时等问题。
311

被折叠的 条评论
为什么被折叠?



