系统集成WAS 8.5

WAS 8.5发布应用后无法启动

WAS版本:8.5.5.11

系统:win 2008 r2

应用发布成功后,一个能够启动(testappsso)一个无法启动(testplate),Server报错如下

[code class=""][17-4-12 11:06:06:547 CST] 00000070 ApplicationMg A   WSVR0221I: 应用程序已启动:ibmasyncrsp
[17-4-12 11:06:06:547 CST] 0000006e ApplicationMg A   WSVR0221I: 应用程序已启动:testappsso
[17-4-12 11:06:06:547 CST] 00000070 CompositionUn A   WSVR0191I: 已启动 BLA WebSphere:blaname=ibmasyncrsp 中的组合单元 WebSphere:cuname=ibmasyncrsp。
[17-4-12 11:06:06:547 CST] 0000006e CompositionUn A   WSVR0191I: 已启动 BLA WebSphere:blaname=testappsso 中的组合单元 WebSphere:cuname=testappsso。
[17-4-12 11:06:06:562 CST] 0000006f DeployedAppli W   WSVR0206E: 应用程序 testplate.ear/deployments/testplate 的模块 testplate.war 未能启动
[17-4-12 11:06:06:578 CST] 0000006f ApplicationMg W   WSVR0101W: 启动 testplate 时发生错误
[17-4-12 11:06:06:578 CST] 0000006f ApplicationMg A   WSVR0217I: 正在停止应用程序:testplate
[17-4-12 11:06:06:640 CST] 0000006f ApplicationMg A   WSVR0220I: 应用程序已停止:testplate
[17-4-12 11:06:06:750 CST] 0000006f FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC 事件发生于 C:IBMWebSphereAppServerprofilesAppSrv01logsffdcserver2_a9b2c2b8_17.04.12_11.06.06.7183974891787850947939.txt com.ibm.ws.runtime.component.ApplicationMgrImpl 2065
[17-4-12 11:06:06:750 CST] 0000006f CompositionUn E   WSVR0194E: BLA WebSphere:blaname=testplate 中的组合单元 WebSphere:cuname=testplate 未能启动。
[17-4-12 11:06:06:750 CST] 0000006f FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC 事件发生于 C:IBMWebSphereAppServerprofilesAppSrv01logsffdcserver2_a9b2c2b8_17.04.12_11.06.06.7507516472911165071389.txt com.ibm.wsspi.runtime.component.WsComponentImpl 297
[17-4-12 11:06:06:750 CST] 00000001 ContainerHelp E   WSVR0501E: 创建组件 com.ibm.ws.runtime.component.CompositionUnitMgrImpl@61b89f28 时出错
com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: Failed to load webapp: There are errors that are added by AfterDeploymentValidation event observers. Look at logs for further details
        at com.ibm.wsspi.runtime.component.WsComponentImpl.join(WsComponentImpl.java:432)
        at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCUList(CompositionUnitMgrImpl.java:1277)
        at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:274)
        at com.ibm.ws.runtime.component.ContainerHelper.startComponents(ContainerHelper.java:540)
        at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:627)
        at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:618)
        at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:252)
        at com.ibm.ws.runtime.component.ContainerHelper.startComponents(ContainerHelper.java:540)
        at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:627)
        at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:618)
        at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:540)
        at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:316)
        at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:229)
        at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:702)
        at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
        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:234)
        at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:96)
        at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:77)
        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.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        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:402)
        at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:165)
Caused by: com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: Failed to load webapp: There are errors that are added by AfterDeploymentValidation event observers. Look at logs for further details
        at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:433)
        at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:719)
        at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1201)
        at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1390)
        at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:639)
        at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:979)
        at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:785)
        at com.ibm.ws.runtime.component.ApplicationMgrImpl$5.run(ApplicationMgrImpl.java:2220)
        at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5487)
        at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5613)
        at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
        at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2225)
        at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:435)
        at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
        at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:378)
        at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:126)
        at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$CUInitializer.run(CompositionUnitMgrImpl.java:984)
        at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:524)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1892)
Caused by: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: Failed to load webapp: There are errors that are added by AfterDeploymentValidation event observers. Look at logs for further details
        at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:914)
        at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:789)
        at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:427)
        ... 18 more
Caused by: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: There are errors that are added by AfterDeploymentValidation event observers. Look at logs for further details
        at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:186)
        at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:904)
        ... 20 more
Caused by: org.apache.webbeans.exception.WebBeansConfigurationException: There are errors that are added by AfterDeploymentValidation event observers. Look at logs for further details
        at org.apache.webbeans.util.WebBeansUtil.inspectErrorStack(WebBeansUtil.java:3028)
        at org.apache.webbeans.config.BeansDeployer.fireAfterDeploymentValidationEvent(BeansDeployer.java:282)
        at org.apache.webbeans.config.BeansDeployer.deploy(BeansDeployer.java:186)
        at org.apache.webbeans.lifecycle.AbstractLifeCycle.startApplication(AbstractLifeCycle.java:124)
        at org.apache.webbeans.web.lifecycle.WebContainerLifecycle.startApplication(WebContainerLifecycle.java:77)
        at com.ibm.ws.webbeans.common.CommonLifeCycle.startApplication(CommonLifeCycle.java:106)
        at com.ibm.ws.webbeans.services.JCDIServletContainerInitializer.onStartup(JCDIServletContainerInitializer.java:85)
        at com.ibm.ws.webcontainer.webapp.WebAppImpl.initializeServletContainerInitializers(WebAppImpl.java:620)
        at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:410)
        at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:88)
        at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:171)
        ... 21 more

[17-4-12 11:06:06:750 CST] 00000001 WsmmConfigFac I   ARFM5007I: 单元 TestCell01 的 ARFM 配置是 { arfmManageCpu=true arfmQueueMode=cluster ARFM.Mode=Automatic ARFM.MagicNOverride=-1 ARFM.MagicNMode=false aggregationPeriod=5.0 sec ctlCycleMinLength=59.0 sec smoothingWindow=12 maxQueueLen=1000 cpuLimit=100% cpuLimitForCappedVMs=95.0% WorkProfiler.Period=1.0 min WorkProfiler.HalfLife=10.0 min WorkProfiler.AlphaSmoothingHalfLife=10.0 min UseODRs=true WorkProfiler.UseProcessCPU=true WorkProfiler.UseOverhead=false goodnessWeightThreshold=20.0 goodnessWeightFactor=20.0 rhoWeightThreshold=20.0 rhoWeightFactor=8.0 goodnessThreshold=20.0 timeoutFactor=-1.0 timeoutRelaxMinutes=5.0 stuckTension=1.0 initialNominalSrvTime=100 inactivityMinutes=5.0 borrowFactorLimit=1.0 limitBorrowingByPackedPower=false serverStatsWaitTime=2000 nomSrvTimeHalfLife=60000 ratioHalfLife=600000 dlgDspRateHalfLife=600000 msgDspRateHalfLife=300000 initialMsgDlgRatioHalfLife=600000 initialMsgDlgRatio=6.0 msgDlgRatioBadTime=300000 highMemUtilLimit=1.0 profilerSolver=null profilerCorrelationLimit=0.95 profilerCorrelationWithYLimit=0.14 profilerCyclesBetweenSaves=15 memoryOverloadProtectionControlBroadcastPeriodSec=30 memoryOverloadProtectionControlBroadcastShortPeriodSec=15 memoryMarginRatio_fromCell=null maxNonFullGcMemoryReleaseMBOverride=-1 explicitGcPeriodSecOverride=-1 gcReleasesQuicklyOverride=null gcOptimizesThroughputOverride=null memUtilUpHalflife=1000000.0 memUtilDownHalflife=0.0 limitPower=false detectTxcViolations=false detectSvcViolations=true averagingWindowInMS=180000 intervalPerIndividualCountsInMS=10000 minStdDevRatio=0.25 maxZoneFactor=0.99 rampUpFactor=0.95 initialMaxRatePerSec=3.4028235E38 storageServiceWaitTimeInMs=5000 rampUpWithoutFeedbackInMs=180000 moc6AveragingWindowInMS=50000 moc6IntervalPerIndividualCountsInMS=1000 moc6UsePersistentStorage=true usePersistentStorage=false useSlope=true fastRampUp=true closeToMaxFraction=0.5 minSlopePointRate=5.0 minSlopePointRateDiff=5.0 concurrencyDivisor=null workProfilerServerStartupDelayMillis=61440 workProfilerMinimumCPUUtilization=0.003000000026077032 minimumCPURhoMultiplier=0.75 minimumCPURhoWeight=5.0 EnableFilters=true SipCpuOverloadProtection=true HttpAdmCtlForCpuOverloadProtection=true SipAdmCtlForCpuOverloadProtection=true AutoMemoryOverloadProtection=true MemoryMarginRatio_pvt=2.0}。
[17-4-12 11:06:06:750 CST] 00000001 WsmmConfigFac I   ARFM5007I: 单元 TestCell01 的 ARFM 配置是 { arfmManageCpu=true arfmQueueMode=cluster ARFM.Mode=Automatic ARFM.MagicNOverride=-1 ARFM.MagicNMode=false aggregationPeriod=5.0 sec ctlCycleMinLength=59.0 sec smoothingWindow=12 maxQueueLen=1000 cpuLimit=100% cpuLimitForCappedVMs=95.0% WorkProfiler.Period=1.0 min WorkProfiler.HalfLife=10.0 min WorkProfiler.AlphaSmoothingHalfLife=10.0 min UseODRs=true WorkProfiler.UseProcessCPU=true WorkProfiler.UseOverhead=false goodnessWeightThreshold=20.0 goodnessWeightFactor=20.0 rhoWeightThreshold=20.0 rhoWeightFactor=8.0 goodnessThreshold=20.0 timeoutFactor=-1.0 timeoutRelaxMinutes=5.0 stuckTension=1.0 initialNominalSrvTime=100 inactivityMinutes=5.0 borrowFactorLimit=1.0 limitBorrowingByPackedPower=false serverStatsWaitTime=2000 nomSrvTimeHalfLife=60000 ratioHalfLife=600000 dlgDspRateHalfLife=600000 msgDspRateHalfLife=300000 initialMsgDlgRatioHalfLife=600000 initialMsgDlgRatio=6.0 msgDlgRatioBadTime=300000 highMemUtilLimit=1.0 profilerSolver=null profilerCorrelationLimit=0.95 profilerCorrelationWithYLimit=0.14 profilerCyclesBetweenSaves=15 memoryOverloadProtectionControlBroadcastPeriodSec=30 memoryOverloadProtectionControlBroadcastShortPeriodSec=15 memoryMarginRatio_fromCell=null maxNonFullGcMemoryReleaseMBOverride=-1 explicitGcPeriodSecOverride=-1 gcReleasesQuicklyOverride=null gcOptimizesThroughputOverride=null memUtilUpHalflife=1000000.0 memUtilDownHalflife=0.0 limitPower=false detectTxcViolations=false detectSvcViolations=true averagingWindowInMS=180000 intervalPerIndividualCountsInMS=10000 minStdDevRatio=0.25 maxZoneFactor=0.99 rampUpFactor=0.95 initialMaxRatePerSec=3.4028235E38 storageServiceWaitTimeInMs=5000 rampUpWithoutFeedbackInMs=180000 moc6AveragingWindowInMS=50000 moc6IntervalPerIndividualCountsInMS=1000 moc6UsePersistentStorage=true usePersistentStorage=false useSlope=true fastRampUp=true closeToMaxFraction=0.5 minSlopePointRate=5.0 minSlopePointRateDiff=5.0 concurrencyDivisor=null workProfilerServerStartupDelayMillis=61440 workProfilerMinimumCPUUtilization=0.003000000026077032 minimumCPURhoMultiplier=0.75 minimumCPURhoWeight=5.0 EnableFilters=true SipCpuOverloadProtection=true HttpAdmCtlForCpuOverloadProtection=true SipAdmCtlForCpuOverloadProtection=true AutoMemoryOverloadProtection=true MemoryMarginRatio_pvt=2.0}。
[17-4-12 11:06:06:765 CST] 00000001 SCPComponent  I   ARFM4084I: 已启用自主内存超负荷保护。
[17-4-12 11:06:06:781 CST] 00000001 WsmmConfigFac I   ARFM5007I: 单元 TestCell01 的 ARFM 配置是 { arfmManageCpu=true arfmQueueMode=cluster ARFM.Mode=Automatic ARFM.MagicNOverride=-1 ARFM.MagicNMode=false aggregationPeriod=5.0 sec ctlCycleMinLength=59.0 sec smoothingWindow=12 maxQueueLen=1000 cpuLimit=100% cpuLimitForCappedVMs=95.0% WorkProfiler.Period=1.0 min WorkProfiler.HalfLife=10.0 min WorkProfiler.AlphaSmoothingHalfLife=10.0 min UseODRs=true WorkProfiler.UseProcessCPU=true WorkProfiler.UseOverhead=false goodnessWeightThreshold=20.0 goodnessWeightFactor=20.0 rhoWeightThreshold=20.0 rhoWeightFactor=8.0 goodnessThreshold=20.0 timeoutFactor=-1.0 timeoutRelaxMinutes=5.0 stuckTension=1.0 initialNominalSrvTime=100 inactivityMinutes=5.0 borrowFactorLimit=1.0 limitBorrowingByPackedPower=false serverStatsWaitTime=2000 nomSrvTimeHalfLife=60000 ratioHalfLife=600000 dlgDspRateHalfLife=600000 msgDspRateHalfLife=300000 initialMsgDlgRatioHalfLife=600000 initialMsgDlgRatio=6.0 msgDlgRatioBadTime=300000 highMemUtilLimit=1.0 profilerSolver=null profilerCorrelationLimit=0.95 profilerCorrelationWithYLimit=0.14 profilerCyclesBetweenSaves=15 memoryOverloadProtectionControlBroadcastPeriodSec=30 memoryOverloadProtectionControlBroadcastShortPeriodSec=15 memoryMarginRatio_fromCell=null maxNonFullGcMemoryReleaseMBOverride=-1 explicitGcPeriodSecOverride=-1 gcReleasesQuicklyOverride=null gcOptimizesThroughputOverride=null memUtilUpHalflife=1000000.0 memUtilDownHalflife=0.0 limitPower=false detectTxcViolations=false detectSvcViolations=false averagingWindowInMS=180000 intervalPerIndividualCountsInMS=10000 minStdDevRatio=0.25 maxZoneFactor=0.99 rampUpFactor=0.95 initialMaxRatePerSec=3.4028235E38 storageServiceWaitTimeInMs=5000 rampUpWithoutFeedbackInMs=180000 moc6AveragingWindowInMS=50000 moc6IntervalPerIndividualCountsInMS=1000 moc6UsePersistentStorage=true usePersistentStorage=false useSlope=true fastRampUp=true closeToMaxFraction=0.5 minSlopePointRate=5.0 minSlopePointRateDiff=5.0 concurrencyDivisor=null workProfilerServerStartupDelayMillis=61440 workProfilerMinimumCPUUtilization=0.003000000026077032 minimumCPURhoMultiplier=0.75 minimumCPURhoWeight=5.0 EnableFilters=true SipCpuOverloadProtection=true HttpAdmCtlForCpuOverloadProtection=true SipAdmCtlForCpuOverloadProtection=true AutoMemoryOverloadProtection=true MemoryMarginRatio_pvt=2.0}。
[17-4-12 11:06:06:797 CST] 00000001 SCPComponent  I   ARFM4082I: 已初始化用于自主请求流管理的 SIP 统计信息收集器。
[17-4-12 11:06:06:828 CST] 00000001 TCPChannel    I   TCPC0001I: TCP 通道 TCP_2 正在侦听主机 *  (IPv6) 端口 9081。
[17-4-12 11:06:06:843 CST] 00000001 WSChannelFram A   CHFW0019I: 传输通道服务已启动了链 WCInboundDefault。
[17-4-12 11:06:06:843 CST] 00000001 WSChannelFram A   CHFW0019I: 传输通道服务已启动了链 HttpQueueInboundDefault。
[17-4-12 11:06:06:843 CST] 00000001 TCPChannel    I   TCPC0001I: TCP 通道 TCP_4 正在侦听主机 *  (IPv6) 端口 9444。
[17-4-12 11:06:06:843 CST] 00000001 WSChannelFram A   CHFW0019I: 传输通道服务已启动了链 HttpQueueInboundDefaultSecure。
[17-4-12 11:06:06:843 CST] 00000001 WSChannelFram A   CHFW0019I: 传输通道服务已启动了链 WCInboundDefaultSecure。
[17-4-12 11:06:06:859 CST] 00000001 WSChannelFram A   CHFW0019I: 传输通道服务已启动了链 SOAPAcceptorChain2。
[17-4-12 11:06:06:859 CST] 00000001 WSChannelFram A   CHFW0019I: 传输通道服务已启动了链 SOAPAcceptorChain3。
[17-4-12 11:06:06:859 CST] 00000001 WSChannelFram A   CHFW0019I: 传输通道服务已启动了链 SOAPAcceptorChain5。
[17-4-12 11:06:06:859 CST] 00000001 WSChannelFram A   CHFW0019I: 传输通道服务已启动了链 SOAPAcceptorChain6。
[17-4-12 11:06:06:859 CST] 00000001 webcontainer  I com.ibm.ws.webcontainer.WSWebContainer startChains SRVE0323I: 未启用异步请求分派器。可能无法正确处理通过 HttpQueueInboundDefault 或 HttpQueueInboundDefaultSecure 链发送的请求。
[17-4-12 11:06:06:859 CST] 00000070 SchedulerServ I   SCHD0077I: Scheduler 服务正在启动 Scheduler。
[17-4-12 11:06:06:859 CST] 00000070 SchedulerServ I   SCHD0078I: Scheduler 服务完成了启动 Scheduler。
[17-4-12 11:06:06:906 CST] 00000001 GridConfigura I   CWLRB5873I: 已成功激活 GridConfiguratorMBean。
[17-4-12 11:06:06:922 CST] 00000001 BatchSensorCo I   CWLRB5904I: BatchSensorComponent 正在启动...
[17-4-12 11:06:06:953 CST] 00000001 BatchSensorCo I   CWLRB5905I: 已成功激活 GridEndpointSensorMBean。
[17-4-12 11:06:07:312 CST] 00000001 XDMessagePaci I   XJMS0008I: XD JMS 批处理大小设置为 1
[17-4-12 11:06:07:312 CST] 00000001 JMSProxyRunti I   XJMS0004I: 已成功启动 XD JMS 消息调步控制器。
[17-4-12 11:06:07:312 CST] 00000001 JMSClassifySe I   XJMS0012I: 已启动 XD JMS 分类服务。
[17-4-12 11:06:07:312 CST] 00000001 WsmmConfigFac I   ARFM5007I: 单元 TestCell01 的 ARFM 配置是 { arfmManageCpu=true arfmQueueMode=cluster ARFM.Mode=Automatic ARFM.MagicNOverride=-1 ARFM.MagicNMode=false aggregationPeriod=5.0 sec ctlCycleMinLength=59.0 sec smoothingWindow=12 maxQueueLen=1000 cpuLimit=100% cpuLimitForCappedVMs=95.0% WorkProfiler.Period=1.0 min WorkProfiler.HalfLife=10.0 min WorkProfiler.AlphaSmoothingHalfLife=10.0 min UseODRs=true WorkProfiler.UseProcessCPU=true WorkProfiler.UseOverhead=false goodnessWeightThreshold=20.0 goodnessWeightFactor=20.0 rhoWeightThreshold=20.0 rhoWeightFactor=8.0 goodnessThreshold=20.0 timeoutFactor=-1.0 timeoutRelaxMinutes=5.0 stuckTension=1.0 initialNominalSrvTime=100 inactivityMinutes=5.0 borrowFactorLimit=1.0 limitBorrowingByPackedPower=false serverStatsWaitTime=2000 nomSrvTimeHalfLife=60000 ratioHalfLife=600000 dlgDspRateHalfLife=600000 msgDspRateHalfLife=300000 initialMsgDlgRatioHalfLife=600000 initialMsgDlgRatio=6.0 msgDlgRatioBadTime=300000 highMemUtilLimit=1.0 profilerSolver=null profilerCorrelationLimit=0.95 profilerCorrelationWithYLimit=0.14 profilerCyclesBetweenSaves=15 memoryOverloadProtectionControlBroadcastPeriodSec=30 memoryOverloadProtectionControlBroadcastShortPeriodSec=15 memoryMarginRatio_fromCell=null maxNonFullGcMemoryReleaseMBOverride=-1 explicitGcPeriodSecOverride=-1 gcReleasesQuicklyOverride=null gcOptimizesThroughputOverride=null memUtilUpHalflife=1000000.0 memUtilDownHalflife=0.0 limitPower=false detectTxcViolations=false detectSvcViolations=true averagingWindowInMS=180000 intervalPerIndividualCountsInMS=10000 minStdDevRatio=0.25 maxZoneFactor=0.99 rampUpFactor=0.95 initialMaxRatePerSec=3.4028235E38 storageServiceWaitTimeInMs=5000 rampUpWithoutFeedbackInMs=180000 moc6AveragingWindowInMS=50000 moc6IntervalPerIndividualCountsInMS=1000 moc6UsePersistentStorage=true usePersistentStorage=false useSlope=true fastRampUp=true closeToMaxFraction=0.5 minSlopePointRate=5.0 minSlopePointRateDiff=5.0 concurrencyDivisor=null workProfilerServerStartupDelayMillis=61440 workProfilerMinimumCPUUtilization=0.003000000026077032 minimumCPURhoMultiplier=0.75 minimumCPURhoWeight=5.0 EnableFilters=true SipCpuOverloadProtection=true HttpAdmCtlForCpuOverloadProtection=true SipAdmCtlForCpuOverloadProtection=true AutoMemoryOverloadProtection=true}。
[17-4-12 11:06:07:312 CST] 00000001 JMSWSMMServic I   XJMS0016I: 已启动 XD JMS WSMM 服务。
[17-4-12 11:06:07:328 CST] 00000001 RMIConnectorC A   ADMC0026I: 可以在端口 2811 上使用 RMI 连接器
[17-4-12 11:06:07:343 CST] 00000001 JMXConnectors I   ADMC0058I: JMX JSR160RMI 连接器在端口 2811 上可用。
[17-4-12 11:06:07:343 CST] 00000001 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC 事件发生于 C:IBMWebSphereAppServerprofilesAppSrv01logsffdcserver2_36ffc955_17.04.12_11.06.07.3434741785798203482717.txt com.ibm.ws.eba.odc.EBATreeBuilder.setInitialized 204
[17-4-12 11:06:07:359 CST] 00000071 UserManagemen I   CWWIM6002I 收到了服务器已完成启动的通知。
[17-4-12 11:06:07:375 CST] 00000071 UserManagemen I   CWWIM6003I 动态重新装入管理器的初始化已顺利完成。
[17-4-12 11:06:07:390 CST] 0000004f NGUtil$Server I   ASND0002I: 检测到服务器 server2 在节点 TestNode01 已启动
[17-4-12 11:06:07:406 CST] 00000001 XDWsGroupMana I   ODCF8010I: 正在设置对等层。
[17-4-12 11:06:07:422 CST] 00000001 P2PGroup      I   ODCF8020I: 正在启动对等层;进程为 TestCell01TestNode01server2;引导主机为 [TestWIN855:11005, TestWIN855:11001]。
[17-4-12 11:06:07:437 CST] 00000001 SonP2PShimImp I   ODCF8030I: 已启动对等层;进程为 TestCell01TestNode01server2。
[17-4-12 11:06:07:437 CST] 000000a2 P2PGroup      I   ODCF8040I: 检测到进程 TestCell01TestNode01nodeagent 已启动。
[17-4-12 11:06:07:437 CST] 000000a2 P2PGroup      I   ODCF8040I: 检测到进程 TestCell01TestCellManager01dmgr 已启动。
[17-4-12 11:06:07:437 CST] 000000a2 P2PGroup      I   ODCF8040I: 检测到进程 TestCell01TestNode01server1 已启动。
[17-4-12 11:06:07:547 CST] 00000001 WsServerImpl  A   WSVR0002I: 服务器 server2 对电子商务开放,启动期间发生问题
[17-4-12 11:06:07:672 CST] 000000a6 ServerCache   I   DYNA1001I: 名为 ws/WSSecureMap 的 WebSphere 动态高速缓存实例初始化成功。
[17-4-12 11:06:07:672 CST] 000000a6 ServerCache   I   DYNA1071I: 正在使用高速缓存提供程序“default”。
[17-4-12 11:06:07:672 CST] 000000a7 WSChannelFram A   CHFW0019I: 传输通道服务已启动了链 IPCCOutboundChainSecured。
[17-4-12 11:06:07:718 CST] 000000ab DiscoveryMBea I   ADMD0023I: 系统已发现的过程(名称:nodeagent、类型:NodeAgent、pid:7332)
[17-4-12 11:07:40:812 CST] 000000a5 authz         I   CWWIM2000I 授权组件初始化已成功完成。

[/code]



使用不同的JDK打包,再重新发布,也无法启动,但是在WAS 7.0下发布后,启动成功

参与13

3同行回答

YuLiminYuLimin  资深技术顾问 , IBM广州
一个能够启动(testappsso)一个无法启动(testplate)先一个个启动,即:只安装testappsso看能否启动成功可以了,再删除,再只安装testplate,看能否成功如果两个应用都能够成功,然后就是检查这两个应用之间的冲突问题了。可以把应用的web.xml都发上来看看。...显示全部

一个能够启动(testappsso)一个无法启动(testplate)

先一个个启动,即:只安装testappsso看能否启动成功

可以了,再删除,再只安装testplate,看能否成功

如果两个应用都能够成功,然后就是检查这两个应用之间的冲突问题了。

可以把应用的web.xml都发上来看看。

收起
互联网服务 · 2017-04-28
浏览9877
  • 谢谢司令,已经解决了,是ear包里的lib冲突导致的
    2017-04-28
xylhldyxylhldy  系统工程师 , 成都麦柯
相同的打包方式,另一个应用能够正常启动不知道大家有没有在8.5下遇到过这个问题????显示全部

相同的打包方式,另一个应用能够正常启动

不知道大家有没有在8.5下遇到过这个问题????

收起
系统集成 · 2017-04-12
浏览9678
lyuelyue  软件开发工程师 , adaa
。。。。显示全部

。。。。

收起
互联网服务 · 2017-04-17
浏览10060

提问者

xylhldy
系统工程师成都麦柯

相关问题

问题状态

  • 发布时间:2017-04-12
  • 关注会员:3 人
  • 问题浏览:12247
  • 最近回答:2017-04-28
  • X社区推广