was关闭报错。求帮助。

Mahjong_White 2015-02-25 08:28:47
关闭日志报错
[15-2-25 19:10:48:004 CST] 00000000 BundleResolve 3 found resource bundle com.ibm.ejs.resources.RasMessages in OSGi bundle com.ibm.ws.portletcontainer.internal
[15-2-25 19:10:48:004 CST] 00000000 ManagerAdmin I TRAS0017I: The startup trace state is *=info:com.ibm.*=all.
[15-2-25 19:10:48:050 CST] 00000000 WsServerContr 1 Executing executeUtilityOnWindows with args: C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\config acstestNode01Cell acstestNode01 server1 -fromWinService \\.\pipe\w6SvcPipe_29F1A_13E7A
[15-2-25 19:10:48:050 CST] 00000000 WsServerContr 1 invokedByWindowsService has been set to true earlier
[15-2-25 19:10:48:050 CST] 00000000 ManagerAdmin I TRAS0018I: The trace state has changed. The new trace state is *=info.
[15-2-25 19:10:48:160 CST] 00000000 AdminTool A ADMU0128I: Starting tool with the AppSrv01 profile
[15-2-25 19:10:48:160 CST] 00000000 AdminTool A ADMU3100I: Reading configuration for server: server1
[15-2-25 19:10:48:253 CST] 00000000 ModelMgr I WSVR0801I: Initializing all server configuration models
[15-2-25 19:10:52:013 CST] 00000000 SSLConfig W CWPKI0041W: One or more key stores are using the default password.
[15-2-25 19:10:52:044 CST] 00000000 SSLConfigMana I CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
[15-2-25 19:10:54:197 CST] 00000000 SecurityObjec I Client code attempting to load security configuration
[15-2-25 19:10:58:534 CST] 00000000 AlarmThreadPo I UTLS0015I: Hung thread detection for alarm thread pools is enabled with a 40000 millisecond threshold.
[15-2-25 19:11:01:123 CST] 00000000 SecurityConne A JSAS0006I: Security connection interceptor initialized.
[15-2-25 19:11:01:139 CST] 00000000 ServiceInit A JSAS0001I: Security configuration initialized.
[15-2-25 19:11:01:139 CST] 00000000 ServiceInit A JSAS0003I: Authentication mechanism: BASICAUTH
[15-2-25 19:11:01:186 CST] 00000000 SecurityObjec I Client code attempting to load security configuration
[15-2-25 19:11:01:201 CST] 00000000 CSIClientRI A JSAS0007I: Client request interceptor registered.
[15-2-25 19:11:02:605 CST] 00000000 ProviderTrack I com.ibm.ffdc.osgi.ProviderTracker AddingService FFDC1007I: FFDC 提供程序安装:com.ibm.ffdc.EmptyProvider(silent)
[15-2-25 19:11:07:769 CST] 00000000 WsServerStop E ADMU3002E: Exception attempting to process server server1
[15-2-25 19:11:07:769 CST] 00000000 WsServerStop E ADMU3007E: Exception com.ibm.websphere.management.exception.ConnectorException: com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: The system cannot create a SOAP connector to connect to host acstest at port 8880.
[15-2-25 19:11:07:769 CST] 00000000 WsServerStop A ADMU3007E: Exception com.ibm.websphere.management.exception.ConnectorException: com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: The system cannot create a SOAP connector to connect to host acstest at port 8880.
at com.ibm.ws.management.connector.ConnectorHelper.createConnector(ConnectorHelper.java:606)
at com.ibm.ws.management.tools.WsServerStop.runTool(WsServerStop.java:372)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:272)
at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindows(WsServerController.java:136)
at com.ibm.ws.management.tools.WsServerStop.main(WsServerStop.java:118)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:213)
at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:93)
at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:74)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:340)
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:981)
at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:341)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:111)
Caused by: com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: The system cannot create a SOAP connector to connect to host acstest at port 8880.
at com.ibm.websphere.management.AdminClientFactory.createAdminClientPrivileged(AdminClientFactory.java:635)
at com.ibm.websphere.management.AdminClientFactory.access$000(AdminClientFactory.java:127)
at com.ibm.websphere.management.AdminClientFactory$1.run(AdminClientFactory.java:210)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:63)
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:206)
at com.ibm.ws.management.connector.ConnectorHelper.tryProtocol(ConnectorHelper.java:643)
at com.ibm.ws.management.connector.ConnectorHelper.createConnector(ConnectorHelper.java:575)
... 25 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:56)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:527)
at com.ibm.websphere.management.AdminClientFactory.createAdminClientPrivileged(AdminClientFactory.java:457)
... 31 more
Caused by: com.ibm.websphere.management.exception.ConnectorNotAvailableException: [SOAPException: faultCode=SOAP-ENV:Protocol; msg=; targetException=java.net.MalformedURLException]
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:409)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.<init>(SOAPConnectorClient.java:222)
... 36 more
Caused by: [SOAPException: faultCode=SOAP-ENV:Protocol; msg=; targetException=java.net.MalformedURLException]
at org.apache.soap.rpc.Call.WASinvoke(Call.java:516)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient$4.run(SOAPConnectorClient.java:373)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:366)
... 37 more

[15-2-25 19:11:07:800 CST] 00000000 AdminTool A ADMU0509I: The server "server1" cannot be reached. It appears to be stopped.
[15-2-25 19:11:07:816 CST] 00000000 AdminTool A ADMU0211I: Error details may be seen in the file: C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\server1\stopServer.log


...全文
1065 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
Justin-Liu 2015-02-26
  • 打赏
  • 举报
回复
检查一下网络防火墙什么,看信息好像是服务器访问不到

2,633

社区成员

发帖
与我相关
我的任务
社区描述
WebSphere 是 IBM 的软件平台。它包含了编写、运行和监视全天候的工业强度的随需应变 Web 应用程序和跨平台、跨产品解决方案所需要的整个中间件基础设施,如服务器、服务和工具。
社区管理员
  • WebSphere社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧