• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error starting webshpere server using VMware virtual Image

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I have Installed WAS 7 on my linux server and then i have created a VMWare image for that machine and now I have installed this VM machine on my windows machine. But when I am starting my websphere server I am getting following error ..Please let me know if I am missing any configuration


*=info:com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl=severe.
[6/5/11 9:15:17:608 MDT] 00000000 ManagerAdmin I TRAS0111I: The message IDs that are in use are deprecated
[6/5/11 9:15:17:966 MDT] 00000000 ModelMgr I WSVR0800I: Initializing core configuration models
[6/5/11 9:15:18:878 MDT] 00000000 ComponentMeta I WSVR0179I: The runtime provisioning feature is disabled. All components will be started.
[6/5/11 9:15:19:084 MDT] 00000000 ProviderTrack I com.ibm.ffdc.osgi.ProviderTracker AddingService FFDC1007I: FFDC Provider Installed: com.ibm.ws.ffdc.impl.FfdcProvider@3ee83ee8
[6/5/11 9:15:19:291 MDT] 00000000 AdminInitiali A ADMN0015I: The administration service is initialized.
[6/5/11 9:15:19:728 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_26882688_11.06.05_09.15.19.52934857.txt com.ibm.ws.management.repository.FileRepository.initialize 252
[6/5/11 9:15:20:224 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 9:15:20:323 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_26882688_11.06.05_09.15.20.24434858.txt com.ibm.ws.security.auth.ContextManagerImpl.getInvocationSubject 1315
[6/5/11 9:15:20:340 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 9:15:20:360 MDT] 00000000 FfdcProvider I FFDC provider error
com.ibm.wsspi.runtime.variable.UndefinedVariableException: Undefined variable HOST
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:373)
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:325)
at com.ibm.ws.runtime.config.AbstractConfigObject.getString(AbstractConfigObject.java:42)
at com.ibm.ws.security.config.SecurityConfigManagerImpl.getString(SecurityConfigManagerImpl.java:920)
at com.ibm.ws.security.config.GenericConfigHelperImpl.getString(GenericConfigHelperImpl.java:273)
at com.ibm.ws.security.config.AuthMechanismConfigImpl.getString(AuthMechanismConfigImpl.java:1026)
at com.ibm.ws.security.config.CSIv2ConfigImpl.initializeOnServer(CSIv2ConfigImpl.java:675)
at com.ibm.ws.security.config.CSIv2ConfigImpl.initialize(CSIv2ConfigImpl.java:1060)
at com.ibm.ws.security.config.CSIv2ConfigImpl.<init>(CSIv2ConfigImpl.java:85)
at com.ibm.ws.security.config.SecurityConfigObjectFactoryImpl.createCSIv2Config(SecurityConfigObjectFactoryImpl.java:116)
at com.ibm.ws.security.config.SecurityObjectLocator.do_getCSIv2Config(SecurityObjectLocator.java:801)
at com.ibm.ws.security.config.SecurityObjectLocator.getCSIv2Config(SecurityObjectLocator.java:831)
at com.ibm.ws.security.config.SecurityObjectLocator.getCSIv2Config(SecurityObjectLocator.java:822)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManagerImpl.java:1754)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManagerImpl.java:1793)
at com.ibm.websphere.security.WSSecurityException.printStackTrace(WSSecurityException.java:230)
at com.ibm.ffdc.util.formatting.IncidentReportHeader.writeTo(IncidentReportHeader.java:77)
at com.ibm.ffdc.util.provider.IncidentStream.write(IncidentStream.java:204)
at com.ibm.ffdc.util.provider.IncidentLogger.writeHeader(IncidentLogger.java:70)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:61)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:84)
at com.ibm.ws.management.util.SecurityHelper.getInvocationSubject(SecurityHelper.java:489)
at com.ibm.ws.management.util.SecurityHelper.retrieveSubject(SecurityHelper.java:408)
at com.ibm.ws.management.event.ListenerInfo.<init>(ListenerInfo.java:74)
at com.ibm.ws.management.event.LocalNotificationService.createListenerInfo(LocalNotificationService.java:198)
at com.ibm.ws.management.event.LocalNotificationService.addListenerInternal(LocalNotificationService.java:193)
at com.ibm.ws.management.event.ClientNotificationService.addClientListenerInternal(ClientNotificationService.java:124)
at com.ibm.ws.management.event.ClientNotificationService.addNotificationListenerExtended(ClientNotificationService.java:112)
at com.ibm.ws.management.AdminServiceImpl.addNotificationListenerExtended(AdminServiceImpl.java:1637)
at com.ibm.ws.management.status.StatusCacheClient.listenForCacheReportNotifications(StatusCacheClient.java:191)
at com.ibm.ws.management.status.StatusCacheClient.<init>(StatusCacheClient.java:81)
at com.ibm.ws.management.status.StatusCacheClientProxy.<init>(StatusCacheClientProxy.java:64)
at com.ibm.ws.management.status.StatusCacheFactory.<clinit>(StatusCacheFactory.java:63)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:562)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:901)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)

[6/5/11 9:15:20:478 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 9:15:20:589 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 9:15:20:595 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 9:15:20:605 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 9:15:20:619 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 9:15:20:628 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 9:15:21:659 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 9:15:21:706 MDT] 00000000 PluginConfigS I PLGC0057I: The plug-in configuration service started successfully.
[6/5/11 9:15:27:300 MDT] 00000000 SSLComponentI I CWPKI0001I: SSL service is initializing the configuration
[6/5/11 9:15:27:336 MDT] 00000000 WSKeyStore W CWPKI0041W: One or more key stores are using the default password.
[6/5/11 9:15:27:355 MDT] 00000000 SSLConfigMana I CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
[6/5/11 9:15:27:367 MDT] 00000000 SSLDiagnostic I CWPKI0014I: The SSL component's FFDC Diagnostic Module com.ibm.ws.ssl.core.SSLDiagnosticModule registered successfully: true.
[6/5/11 9:15:27:372 MDT] 00000000 SSLComponentI I CWPKI0002I: SSL service initialization completed successfully
[6/5/11 9:15:27:381 MDT] 00000000 DiagnosticCon I com.ibm.wsspi.rasdiag.DiagnosticConfigHome setStateCollectionSpec RASD0012I: Updating State Collection Spec from Uninitialized Value to .*:.*=0
[6/5/11 9:15:27:866 MDT] 00000000 DMAdapter I com.ibm.ws.ffdc.impl.DMAdapter getAnalysisEngine FFDC1009I: Analysis Engine using data base: /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/properties/logbr/ffdc/adv/ffdcdb.xml
[6/5/11 9:15:28:276 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_26882688_11.06.05_09.15.28.27434863.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/5/11 9:15:28:670 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_26882688_11.06.05_09.15.28.66734865.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/5/11 9:15:28:681 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_26882688_11.06.05_09.15.28.67734866.txt com.ibm.ws.cluster.runtime.WLMDiagnosticModule getDataForDirective
[6/5/11 9:15:28:691 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_26882688_11.06.05_09.15.28.28234864.txt com.ibm.wsspi.cluster.ClusterManagementFactory 58
[6/5/11 9:15:28:698 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_26882688_11.06.05_09.15.28.69434867.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/5/11 9:15:28:709 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_26882688_11.06.05_09.15.27.83434862.txt com.ibm.ws.cluster.ProcessProperties.initialize 231
[6/5/11 9:15:28:713 MDT] 00000000 ProcessProper W There is a problem to get either virtual host or local host
[6/5/11 9:15:28:755 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_26882688_11.06.05_09.15.28.75234868.txt null 1011
[6/5/11 9:15:28:761 MDT] 00000000 ContainerHelp E WSVR0501E: Error creating component com.ibm.ws.cluster.runtime.ProcessRuntimeImpl
java.lang.NoClassDefFoundError: com.ibm.websphere.cluster.topography.DescriptionManagerFactory (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:366)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:874)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Caused by: java.lang.IllegalStateException: java.lang.NullPointerException
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:354)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:328)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:332)
at com.ibm.ws.wlm.Factory$4.run(Factory.java:141)
at java.security.AccessController.doPrivileged(AccessController.java:251)
at com.ibm.ws.wlm.Factory.loadImpl(Factory.java:139)
at com.ibm.websphere.cluster.topography.DescriptionManagerFactory.<clinit>(DescriptionManagerFactory.java:50)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.service.ClusterManagementImpl.<init>(ClusterManagementImpl.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.wsspi.cluster.ClusterManagementFactory.<clinit>(ClusterManagementFactory.java:62)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.WLMDiagnosticModule.ffdcDumpDefaultClusterManagement(WLMDiagnosticModule.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirective(DiagnosticModule.java:305)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirectives(DiagnosticModule.java:279)
at com.ibm.ws.ffdc.DiagnosticModule.dumpComponentData(DiagnosticModule.java:144)
at com.ibm.ws.ffdc.impl.DMAdapter.processDM(DMAdapter.java:123)
at com.ibm.ws.ffdc.impl.DMAdapter.formatTo(DMAdapter.java:114)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:63)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:114)
at com.ibm.ws.cluster.ProcessProperties.<init>(ProcessProperties.java:281)
at com.ibm.ws.cluster.ProcessProperties.<clinit>(ProcessProperties.java:234)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:307)
... 31 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.cluster.WLMCustomPropertyUtility.getBBCallbacksEnableWLMThreads(WLMCustomPropertyUtility.java:384)
at com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager.<init>(BBDescriptionManager.java:165)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:349)
... 70 more

[6/5/11 9:15:28:781 MDT] 00000000 WsServerImpl E WSVR0100W: An error occurred initializing, server1 [class com.ibm.ws.runtime.component.ServerImpl]
java.lang.NoClassDefFoundError: com.ibm.websphere.cluster.topography.DescriptionManagerFactory (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at com.ibm.ws.cluster.service.ClusterMemberServiceImpl.<init>(ClusterMemberServiceImpl.java:129)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1034)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:874)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Caused by: java.lang.IllegalStateException: java.lang.NullPointerException
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:354)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:328)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:332)
at com.ibm.ws.wlm.Factory$4.run(Factory.java:141)
at java.security.AccessController.doPrivileged(AccessController.java:251)
at com.ibm.ws.wlm.Factory.loadImpl(Factory.java:139)
at com.ibm.websphere.cluster.topography.DescriptionManagerFactory.<clinit>(DescriptionManagerFactory.java:50)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.service.ClusterManagementImpl.<init>(ClusterManagementImpl.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.wsspi.cluster.ClusterManagementFactory.<clinit>(ClusterManagementFactory.java:62)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.WLMDiagnosticModule.ffdcDumpDefaultClusterManagement(WLMDiagnosticModule.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirective(DiagnosticModule.java:305)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirectives(DiagnosticModule.java:279)
at com.ibm.ws.ffdc.DiagnosticModule.dumpComponentData(DiagnosticModule.java:144)
at com.ibm.ws.ffdc.impl.DMAdapter.processDM(DMAdapter.java:123)
at com.ibm.ws.ffdc.impl.DMAdapter.formatTo(DMAdapter.java:114)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:63)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:114)
at com.ibm.ws.cluster.ProcessProperties.<init>(ProcessProperties.java:281)
at com.ibm.ws.cluster.ProcessProperties.<clinit>(ProcessProperties.java:234)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:307)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
... 29 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.cluster.WLMCustomPropertyUtility.getBBCallbacksEnableWLMThreads(WLMCustomPropertyUtility.java:384)
at com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager.<init>(BBDescriptionManager.java:165)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:349)
... 70 more

************ Start Display Current Environment ************
WebSphere Platform 7.0.0.0 [BASE 7.0.0.0 r0835.03] running with process name denvmg116Node01Cell\denvmg116Node01\server1 and process id 9521
Host Operating System is Linux, version 2.6.18-194.32.1.el5
Java version = 1.6.0, Java Compiler = j9jit24, Java VM name = IBM J9 VM
was.install.root = /apps/IBM/WebSphere/AppServer
user.install.root = /apps/IBM/WebSphere/AppServer/profiles/AppSrv01
Java Home = /apps/IBM/WebSphere/AppServer/java/jre
ws.ext.dirs = /apps/IBM/WebSphere/AppServer/java/lib:/apps/IBM/WebSphere/AppServer/profiles/AppSrv01/classes:/apps/IBM/WebSphere/AppServer/classes:/apps/IBM/WebSphere/AppServer/lib:/apps/IBM/WebSphere/AppServer/installedChannels:/apps/IBM/WebSphere/AppServer/lib/ext:/apps/IBM/WebSphere/AppServer/web/help:/apps/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/properties:/apps/IBM/WebSphere/AppServer/properties:/apps/IBM/WebSphere/AppServer/lib/startup.jar:/apps/IBM/WebSphere/AppServer/lib/bootstrap.jar:/apps/IBM/WebSphere/AppServer/lib/jsf-nls.jar:/apps/IBM/WebSphere/AppServer/lib/lmproxy.jar:/apps/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/apps/IBM/WebSphere/AppServer/deploytool/itp/batchboot.jar:/apps/IBM/WebSphere/AppServer/deploytool/itp/batch2.jar:/apps/IBM/WebSphere/AppServer/java/lib/tools.jar
Java Library path = /apps/IBM/WebSphere/AppServer/java/jre/lib/i386:/apps/IBM/WebSphere/AppServer/bin::/usr/lib
************* End Display Current Environment *************
[6/5/11 22:40:25:229 MDT] 00000000 ManagerAdmin I TRAS0017I: The startup trace state is *=info:com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl=severe.
[6/5/11 22:40:27:887 MDT] 00000000 ManagerAdmin I TRAS0111I: The message IDs that are in use are deprecated
[6/5/11 22:40:28:071 MDT] 00000000 ModelMgr I WSVR0800I: Initializing core configuration models
[6/5/11 22:40:29:546 MDT] 00000000 ComponentMeta I WSVR0179I: The runtime provisioning feature is disabled. All components will be started.
[6/5/11 22:40:30:031 MDT] 00000000 ProviderTrack I com.ibm.ffdc.osgi.ProviderTracker AddingService FFDC1007I: FFDC Provider Installed: com.ibm.ws.ffdc.impl.FfdcProvider@7dfe7dfe
[6/5/11 22:40:30:681 MDT] 00000000 AdminInitiali A ADMN0015I: The administration service is initialized.
[6/5/11 22:40:31:022 MDT] 00000000 FFDCJanitor I com.ibm.ws.ffdc.impl.FFDCJanitor doCleanupIfNeeded FFDCJANITOR_DELETED_FILES
[6/5/11 22:40:31:184 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6a886a88_11.06.05_22.40.31.04711743.txt com.ibm.ws.management.repository.FileRepository.initialize 252
[6/5/11 22:40:32:846 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:40:32:961 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6a886a88_11.06.05_22.40.32.85611744.txt com.ibm.ws.security.auth.ContextManagerImpl.getInvocationSubject 1315
[6/5/11 22:40:32:974 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:40:32:976 MDT] 00000000 FfdcProvider I FFDC provider error
com.ibm.wsspi.runtime.variable.UndefinedVariableException: Undefined variable HOST
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:373)
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:325)
at com.ibm.ws.runtime.config.AbstractConfigObject.getString(AbstractConfigObject.java:42)
at com.ibm.ws.security.config.SecurityConfigManagerImpl.getString(SecurityConfigManagerImpl.java:920)
at com.ibm.ws.security.config.GenericConfigHelperImpl.getString(GenericConfigHelperImpl.java:273)
at com.ibm.ws.security.config.AuthMechanismConfigImpl.getString(AuthMechanismConfigImpl.java:1026)
at com.ibm.ws.security.config.CSIv2ConfigImpl.initializeOnServer(CSIv2ConfigImpl.java:675)
at com.ibm.ws.security.config.CSIv2ConfigImpl.initialize(CSIv2ConfigImpl.java:1060)
at com.ibm.ws.security.config.CSIv2ConfigImpl.<init>(CSIv2ConfigImpl.java:85)
at com.ibm.ws.security.config.SecurityConfigObjectFactoryImpl.createCSIv2Config(SecurityConfigObjectFactoryImpl.java:116)
at com.ibm.ws.security.config.SecurityObjectLocator.do_getCSIv2Config(SecurityObjectLocator.java:801)
at com.ibm.ws.security.config.SecurityObjectLocator.getCSIv2Config(SecurityObjectLocator.java:831)
at com.ibm.ws.security.config.SecurityObjectLocator.getCSIv2Config(SecurityObjectLocator.java:822)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManagerImpl.java:1754)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManagerImpl.java:1793)
at com.ibm.websphere.security.WSSecurityException.printStackTrace(WSSecurityException.java:230)
at com.ibm.ffdc.util.formatting.IncidentReportHeader.writeTo(IncidentReportHeader.java:77)
at com.ibm.ffdc.util.provider.IncidentStream.write(IncidentStream.java:204)
at com.ibm.ffdc.util.provider.IncidentLogger.writeHeader(IncidentLogger.java:70)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:61)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:84)
at com.ibm.ws.management.util.SecurityHelper.getInvocationSubject(SecurityHelper.java:489)
at com.ibm.ws.management.util.SecurityHelper.retrieveSubject(SecurityHelper.java:408)
at com.ibm.ws.management.event.ListenerInfo.<init>(ListenerInfo.java:74)
at com.ibm.ws.management.event.LocalNotificationService.createListenerInfo(LocalNotificationService.java:198)
at com.ibm.ws.management.event.LocalNotificationService.addListenerInternal(LocalNotificationService.java:193)
at com.ibm.ws.management.event.ClientNotificationService.addClientListenerInternal(ClientNotificationService.java:124)
at com.ibm.ws.management.event.ClientNotificationService.addNotificationListenerExtended(ClientNotificationService.java:112)
at com.ibm.ws.management.AdminServiceImpl.addNotificationListenerExtended(AdminServiceImpl.java:1637)
at com.ibm.ws.management.status.StatusCacheClient.listenForCacheReportNotifications(StatusCacheClient.java:191)
at com.ibm.ws.management.status.StatusCacheClient.<init>(StatusCacheClient.java:81)
at com.ibm.ws.management.status.StatusCacheClientProxy.<init>(StatusCacheClientProxy.java:64)
at com.ibm.ws.management.status.StatusCacheFactory.<clinit>(StatusCacheFactory.java:63)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:562)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:901)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)

[6/5/11 22:40:33:002 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:40:33:036 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:40:33:039 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:40:33:045 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:40:33:048 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:40:33:053 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:40:33:285 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:40:33:311 MDT] 00000000 PluginConfigS I PLGC0057I: The plug-in configuration service started successfully.
[6/5/11 22:40:33:685 MDT] 00000000 SSLComponentI I CWPKI0001I: SSL service is initializing the configuration
[6/5/11 22:40:33:731 MDT] 00000000 WSKeyStore W CWPKI0041W: One or more key stores are using the default password.
[6/5/11 22:40:33:765 MDT] 00000000 SSLConfigMana I CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
[6/5/11 22:40:33:778 MDT] 00000000 SSLDiagnostic I CWPKI0014I: The SSL component's FFDC Diagnostic Module com.ibm.ws.ssl.core.SSLDiagnosticModule registered successfully: true.
[6/5/11 22:40:33:790 MDT] 00000000 SSLComponentI I CWPKI0002I: SSL service initialization completed successfully
[6/5/11 22:40:33:826 MDT] 00000000 DiagnosticCon I com.ibm.wsspi.rasdiag.DiagnosticConfigHome setStateCollectionSpec RASD0012I: Updating State Collection Spec from Uninitialized Value to .*:.*=0
[6/5/11 22:40:34:465 MDT] 00000000 DMAdapter I com.ibm.ws.ffdc.impl.DMAdapter getAnalysisEngine FFDC1009I: Analysis Engine using data base: /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/properties/logbr/ffdc/adv/ffdcdb.xml
[6/5/11 22:40:35:245 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6a886a88_11.06.05_22.40.35.23911749.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/5/11 22:40:35:863 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6a886a88_11.06.05_22.40.35.83911751.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/5/11 22:40:35:877 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6a886a88_11.06.05_22.40.35.87111752.txt com.ibm.ws.cluster.runtime.WLMDiagnosticModule getDataForDirective
[6/5/11 22:40:35:903 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6a886a88_11.06.05_22.40.35.25411750.txt com.ibm.wsspi.cluster.ClusterManagementFactory 58
[6/5/11 22:40:35:908 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6a886a88_11.06.05_22.40.35.90611753.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/5/11 22:40:35:920 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6a886a88_11.06.05_22.40.34.43711748.txt com.ibm.ws.cluster.ProcessProperties.initialize 231
[6/5/11 22:40:35:927 MDT] 00000000 ProcessProper W There is a problem to get either virtual host or local host
[6/5/11 22:40:35:967 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6a886a88_11.06.05_22.40.35.96411754.txt null 1011
[6/5/11 22:40:35:981 MDT] 00000000 ContainerHelp E WSVR0501E: Error creating component com.ibm.ws.cluster.runtime.ProcessRuntimeImpl
java.lang.NoClassDefFoundError: com.ibm.websphere.cluster.topography.DescriptionManagerFactory (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:366)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:874)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Caused by: java.lang.IllegalStateException: java.lang.NullPointerException
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:354)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:328)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:332)
at com.ibm.ws.wlm.Factory$4.run(Factory.java:141)
at java.security.AccessController.doPrivileged(AccessController.java:251)
at com.ibm.ws.wlm.Factory.loadImpl(Factory.java:139)
at com.ibm.websphere.cluster.topography.DescriptionManagerFactory.<clinit>(DescriptionManagerFactory.java:50)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.service.ClusterManagementImpl.<init>(ClusterManagementImpl.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.wsspi.cluster.ClusterManagementFactory.<clinit>(ClusterManagementFactory.java:62)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.WLMDiagnosticModule.ffdcDumpDefaultClusterManagement(WLMDiagnosticModule.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirective(DiagnosticModule.java:305)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirectives(DiagnosticModule.java:279)
at com.ibm.ws.ffdc.DiagnosticModule.dumpComponentData(DiagnosticModule.java:144)
at com.ibm.ws.ffdc.impl.DMAdapter.processDM(DMAdapter.java:123)
at com.ibm.ws.ffdc.impl.DMAdapter.formatTo(DMAdapter.java:114)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:63)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:114)
at com.ibm.ws.cluster.ProcessProperties.<init>(ProcessProperties.java:281)
at com.ibm.ws.cluster.ProcessProperties.<clinit>(ProcessProperties.java:234)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:307)
... 31 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.cluster.WLMCustomPropertyUtility.getBBCallbacksEnableWLMThreads(WLMCustomPropertyUtility.java:384)
at com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager.<init>(BBDescriptionManager.java:165)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:349)
... 70 more

[6/5/11 22:40:36:020 MDT] 00000000 WsServerImpl E WSVR0100W: An error occurred initializing, server1 [class com.ibm.ws.runtime.component.ServerImpl]
java.lang.NoClassDefFoundError: com.ibm.websphere.cluster.topography.DescriptionManagerFactory (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at com.ibm.ws.cluster.service.ClusterMemberServiceImpl.<init>(ClusterMemberServiceImpl.java:129)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1034)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:874)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Caused by: java.lang.IllegalStateException: java.lang.NullPointerException
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:354)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:328)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:332)
at com.ibm.ws.wlm.Factory$4.run(Factory.java:141)
at java.security.AccessController.doPrivileged(AccessController.java:251)
at com.ibm.ws.wlm.Factory.loadImpl(Factory.java:139)
at com.ibm.websphere.cluster.topography.DescriptionManagerFactory.<clinit>(DescriptionManagerFactory.java:50)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.service.ClusterManagementImpl.<init>(ClusterManagementImpl.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.wsspi.cluster.ClusterManagementFactory.<clinit>(ClusterManagementFactory.java:62)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.WLMDiagnosticModule.ffdcDumpDefaultClusterManagement(WLMDiagnosticModule.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirective(DiagnosticModule.java:305)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirectives(DiagnosticModule.java:279)
at com.ibm.ws.ffdc.DiagnosticModule.dumpComponentData(DiagnosticModule.java:144)
at com.ibm.ws.ffdc.impl.DMAdapter.processDM(DMAdapter.java:123)
at com.ibm.ws.ffdc.impl.DMAdapter.formatTo(DMAdapter.java:114)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:63)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:114)
at com.ibm.ws.cluster.ProcessProperties.<init>(ProcessProperties.java:281)
at com.ibm.ws.cluster.ProcessProperties.<clinit>(ProcessProperties.java:234)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:307)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
... 29 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.cluster.WLMCustomPropertyUtility.getBBCallbacksEnableWLMThreads(WLMCustomPropertyUtility.java:384)
at com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager.<init>(BBDescriptionManager.java:165)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:349)
... 70 more

************ Start Display Current Environment ************
WebSphere Platform 7.0.0.0 [BASE 7.0.0.0 r0835.03] running with process name denvmg116Node01Cell\denvmg116Node01\server1 and process id 9656
Host Operating System is Linux, version 2.6.18-194.32.1.el5
Java version = 1.6.0, Java Compiler = j9jit24, Java VM name = IBM J9 VM
was.install.root = /apps/IBM/WebSphere/AppServer
user.install.root = /apps/IBM/WebSphere/AppServer/profiles/AppSrv01
Java Home = /apps/IBM/WebSphere/AppServer/java/jre
ws.ext.dirs = /apps/IBM/WebSphere/AppServer/java/lib:/apps/IBM/WebSphere/AppServer/profiles/AppSrv01/classes:/apps/IBM/WebSphere/AppServer/classes:/apps/IBM/WebSphere/AppServer/lib:/apps/IBM/WebSphere/AppServer/installedChannels:/apps/IBM/WebSphere/AppServer/lib/ext:/apps/IBM/WebSphere/AppServer/web/help:/apps/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/properties:/apps/IBM/WebSphere/AppServer/properties:/apps/IBM/WebSphere/AppServer/lib/startup.jar:/apps/IBM/WebSphere/AppServer/lib/bootstrap.jar:/apps/IBM/WebSphere/AppServer/lib/jsf-nls.jar:/apps/IBM/WebSphere/AppServer/lib/lmproxy.jar:/apps/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/apps/IBM/WebSphere/AppServer/deploytool/itp/batchboot.jar:/apps/IBM/WebSphere/AppServer/deploytool/itp/batch2.jar:/apps/IBM/WebSphere/AppServer/java/lib/tools.jar
Java Library path = /apps/IBM/WebSphere/AppServer/java/jre/lib/i386:/apps/IBM/WebSphere/AppServer/bin::/usr/lib
************* End Display Current Environment *************
[6/5/11 22:41:09:292 MDT] 00000000 ManagerAdmin I TRAS0017I: The startup trace state is *=info:com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl=severe.
[6/5/11 22:41:10:100 MDT] 00000000 ManagerAdmin I TRAS0111I: The message IDs that are in use are deprecated
[6/5/11 22:41:10:163 MDT] 00000000 ModelMgr I WSVR0800I: Initializing core configuration models
[6/5/11 22:41:10:740 MDT] 00000000 ComponentMeta I WSVR0179I: The runtime provisioning feature is disabled. All components will be started.
[6/5/11 22:41:10:897 MDT] 00000000 ProviderTrack I com.ibm.ffdc.osgi.ProviderTracker AddingService FFDC1007I: FFDC Provider Installed: com.ibm.ws.ffdc.impl.FfdcProvider@58025802
[6/5/11 22:41:11:024 MDT] 00000000 AdminInitiali A ADMN0015I: The administration service is initialized.
[6/5/11 22:41:11:509 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_52885288_11.06.05_22.41.11.44045297.txt com.ibm.ws.management.repository.FileRepository.initialize 252
[6/5/11 22:41:12:219 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:41:12:251 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_52885288_11.06.05_22.41.12.22245298.txt com.ibm.ws.security.auth.ContextManagerImpl.getInvocationSubject 1315
[6/5/11 22:41:12:258 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:41:12:260 MDT] 00000000 FfdcProvider I FFDC provider error
com.ibm.wsspi.runtime.variable.UndefinedVariableException: Undefined variable HOST
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:373)
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:325)
at com.ibm.ws.runtime.config.AbstractConfigObject.getString(AbstractConfigObject.java:42)
at com.ibm.ws.security.config.SecurityConfigManagerImpl.getString(SecurityConfigManagerImpl.java:920)
at com.ibm.ws.security.config.GenericConfigHelperImpl.getString(GenericConfigHelperImpl.java:273)
at com.ibm.ws.security.config.AuthMechanismConfigImpl.getString(AuthMechanismConfigImpl.java:1026)
at com.ibm.ws.security.config.CSIv2ConfigImpl.initializeOnServer(CSIv2ConfigImpl.java:675)
at com.ibm.ws.security.config.CSIv2ConfigImpl.initialize(CSIv2ConfigImpl.java:1060)
at com.ibm.ws.security.config.CSIv2ConfigImpl.<init>(CSIv2ConfigImpl.java:85)
at com.ibm.ws.security.config.SecurityConfigObjectFactoryImpl.createCSIv2Config(SecurityConfigObjectFactoryImpl.java:116)
at com.ibm.ws.security.config.SecurityObjectLocator.do_getCSIv2Config(SecurityObjectLocator.java:801)
at com.ibm.ws.security.config.SecurityObjectLocator.getCSIv2Config(SecurityObjectLocator.java:831)
at com.ibm.ws.security.config.SecurityObjectLocator.getCSIv2Config(SecurityObjectLocator.java:822)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManagerImpl.java:1754)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManagerImpl.java:1793)
at com.ibm.websphere.security.WSSecurityException.printStackTrace(WSSecurityException.java:230)
at com.ibm.ffdc.util.formatting.IncidentReportHeader.writeTo(IncidentReportHeader.java:77)
at com.ibm.ffdc.util.provider.IncidentStream.write(IncidentStream.java:204)
at com.ibm.ffdc.util.provider.IncidentLogger.writeHeader(IncidentLogger.java:70)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:61)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:84)
at com.ibm.ws.management.util.SecurityHelper.getInvocationSubject(SecurityHelper.java:489)
at com.ibm.ws.management.util.SecurityHelper.retrieveSubject(SecurityHelper.java:408)
at com.ibm.ws.management.event.ListenerInfo.<init>(ListenerInfo.java:74)
at com.ibm.ws.management.event.LocalNotificationService.createListenerInfo(LocalNotificationService.java:198)
at com.ibm.ws.management.event.LocalNotificationService.addListenerInternal(LocalNotificationService.java:193)
at com.ibm.ws.management.event.ClientNotificationService.addClientListenerInternal(ClientNotificationService.java:124)
at com.ibm.ws.management.event.ClientNotificationService.addNotificationListenerExtended(ClientNotificationService.java:112)
at com.ibm.ws.management.AdminServiceImpl.addNotificationListenerExtended(AdminServiceImpl.java:1637)
at com.ibm.ws.management.status.StatusCacheClient.listenForCacheReportNotifications(StatusCacheClient.java:191)
at com.ibm.ws.management.status.StatusCacheClient.<init>(StatusCacheClient.java:81)
at com.ibm.ws.management.status.StatusCacheClientProxy.<init>(StatusCacheClientProxy.java:64)
at com.ibm.ws.management.status.StatusCacheFactory.<clinit>(StatusCacheFactory.java:63)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:562)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:901)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)

[6/5/11 22:41:12:282 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:41:12:315 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:41:12:318 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:41:12:323 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:41:12:326 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:41:12:331 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:41:12:478 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 22:41:12:493 MDT] 00000000 PluginConfigS I PLGC0057I: The plug-in configuration service started successfully.
[6/5/11 22:41:14:082 MDT] 00000000 SSLComponentI I CWPKI0001I: SSL service is initializing the configuration
[6/5/11 22:41:14:097 MDT] 00000000 WSKeyStore W CWPKI0041W: One or more key stores are using the default password.
[6/5/11 22:41:14:115 MDT] 00000000 SSLConfigMana I CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
[6/5/11 22:41:14:125 MDT] 00000000 SSLDiagnostic I CWPKI0014I: The SSL component's FFDC Diagnostic Module com.ibm.ws.ssl.core.SSLDiagnosticModule registered successfully: true.
[6/5/11 22:41:14:130 MDT] 00000000 SSLComponentI I CWPKI0002I: SSL service initialization completed successfully
[6/5/11 22:41:14:139 MDT] 00000000 DiagnosticCon I com.ibm.wsspi.rasdiag.DiagnosticConfigHome setStateCollectionSpec RASD0012I: Updating State Collection Spec from Uninitialized Value to .*:.*=0
[6/5/11 22:41:21:157 MDT] 00000000 DMAdapter I com.ibm.ws.ffdc.impl.DMAdapter getAnalysisEngine FFDC1009I: Analysis Engine using data base: /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/properties/logbr/ffdc/adv/ffdcdb.xml
[6/5/11 22:41:21:534 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_52885288_11.06.05_22.41.21.53245303.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/5/11 22:41:21:867 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_52885288_11.06.05_22.41.21.83645305.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/5/11 22:41:21:884 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_52885288_11.06.05_22.41.21.87645306.txt com.ibm.ws.cluster.runtime.WLMDiagnosticModule getDataForDirective
[6/5/11 22:41:21:899 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_52885288_11.06.05_22.41.21.53945304.txt com.ibm.wsspi.cluster.ClusterManagementFactory 58
[6/5/11 22:41:21:907 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_52885288_11.06.05_22.41.21.90345307.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/5/11 22:41:21:935 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_52885288_11.06.05_22.41.21.13345302.txt com.ibm.ws.cluster.ProcessProperties.initialize 231
[6/5/11 22:41:21:938 MDT] 00000000 ProcessProper W There is a problem to get either virtual host or local host
[6/5/11 22:41:21:975 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_52885288_11.06.05_22.41.21.96545308.txt null 1011
[6/5/11 22:41:21:984 MDT] 00000000 ContainerHelp E WSVR0501E: Error creating component com.ibm.ws.cluster.runtime.ProcessRuntimeImpl
java.lang.NoClassDefFoundError: com.ibm.websphere.cluster.topography.DescriptionManagerFactory (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:366)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:874)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Caused by: java.lang.IllegalStateException: java.lang.NullPointerException
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:354)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:328)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:332)
at com.ibm.ws.wlm.Factory$4.run(Factory.java:141)
at java.security.AccessController.doPrivileged(AccessController.java:251)
at com.ibm.ws.wlm.Factory.loadImpl(Factory.java:139)
at com.ibm.websphere.cluster.topography.DescriptionManagerFactory.<clinit>(DescriptionManagerFactory.java:50)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.service.ClusterManagementImpl.<init>(ClusterManagementImpl.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.wsspi.cluster.ClusterManagementFactory.<clinit>(ClusterManagementFactory.java:62)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.WLMDiagnosticModule.ffdcDumpDefaultClusterManagement(WLMDiagnosticModule.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirective(DiagnosticModule.java:305)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirectives(DiagnosticModule.java:279)
at com.ibm.ws.ffdc.DiagnosticModule.dumpComponentData(DiagnosticModule.java:144)
at com.ibm.ws.ffdc.impl.DMAdapter.processDM(DMAdapter.java:123)
at com.ibm.ws.ffdc.impl.DMAdapter.formatTo(DMAdapter.java:114)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:63)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:114)
at com.ibm.ws.cluster.ProcessProperties.<init>(ProcessProperties.java:281)
at com.ibm.ws.cluster.ProcessProperties.<clinit>(ProcessProperties.java:234)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:307)
... 31 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.cluster.WLMCustomPropertyUtility.getBBCallbacksEnableWLMThreads(WLMCustomPropertyUtility.java:384)
at com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager.<init>(BBDescriptionManager.java:165)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:349)
... 70 more

[6/5/11 22:41:22:013 MDT] 00000000 WsServerImpl E WSVR0100W: An error occurred initializing, server1 [class com.ibm.ws.runtime.component.ServerImpl]
java.lang.NoClassDefFoundError: com.ibm.websphere.cluster.topography.DescriptionManagerFactory (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at com.ibm.ws.cluster.service.ClusterMemberServiceImpl.<init>(ClusterMemberServiceImpl.java:129)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1034)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:874)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Caused by: java.lang.IllegalStateException: java.lang.NullPointerException
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:354)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:328)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:332)
at com.ibm.ws.wlm.Factory$4.run(Factory.java:141)
at java.security.AccessController.doPrivileged(AccessController.java:251)
at com.ibm.ws.wlm.Factory.loadImpl(Factory.java:139)
at com.ibm.websphere.cluster.topography.DescriptionManagerFactory.<clinit>(DescriptionManagerFactory.java:50)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.service.ClusterManagementImpl.<init>(ClusterManagementImpl.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.wsspi.cluster.ClusterManagementFactory.<clinit>(ClusterManagementFactory.java:62)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.WLMDiagnosticModule.ffdcDumpDefaultClusterManagement(WLMDiagnosticModule.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirective(DiagnosticModule.java:305)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirectives(DiagnosticModule.java:279)
at com.ibm.ws.ffdc.DiagnosticModule.dumpComponentData(DiagnosticModule.java:144)
at com.ibm.ws.ffdc.impl.DMAdapter.processDM(DMAdapter.java:123)
at com.ibm.ws.ffdc.impl.DMAdapter.formatTo(DMAdapter.java:114)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:63)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:114)
at com.ibm.ws.cluster.ProcessProperties.<init>(ProcessProperties.java:281)
at com.ibm.ws.cluster.ProcessProperties.<clinit>(ProcessProperties.java:234)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:307)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
... 29 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.cluster.WLMCustomPropertyUtility.getBBCallbacksEnableWLMThreads(WLMCustomPropertyUtility.java:384)
at com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager.<init>(BBDescriptionManager.java:165)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:349)
... 70 more

************ Start Display Current Environment ************
WebSphere Platform 7.0.0.0 [BASE 7.0.0.0 r0835.03] running with process name denvmg116Node01Cell\denvmg116Node01\server1 and process id 11149
Host Operating System is Linux, version 2.6.18-194.32.1.el5
Java version = 1.6.0, Java Compiler = j9jit24, Java VM name = IBM J9 VM
was.install.root = /apps/IBM/WebSphere/AppServer
user.install.root = /apps/IBM/WebSphere/AppServer/profiles/AppSrv01
Java Home = /apps/IBM/WebSphere/AppServer/java/jre
ws.ext.dirs = /apps/IBM/WebSphere/AppServer/java/lib:/apps/IBM/WebSphere/AppServer/profiles/AppSrv01/classes:/apps/IBM/WebSphere/AppServer/classes:/apps/IBM/WebSphere/AppServer/lib:/apps/IBM/WebSphere/AppServer/installedChannels:/apps/IBM/WebSphere/AppServer/lib/ext:/apps/IBM/WebSphere/AppServer/web/help:/apps/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/properties:/apps/IBM/WebSphere/AppServer/properties:/apps/IBM/WebSphere/AppServer/lib/startup.jar:/apps/IBM/WebSphere/AppServer/lib/bootstrap.jar:/apps/IBM/WebSphere/AppServer/lib/jsf-nls.jar:/apps/IBM/WebSphere/AppServer/lib/lmproxy.jar:/apps/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/apps/IBM/WebSphere/AppServer/deploytool/itp/batchboot.jar:/apps/IBM/WebSphere/AppServer/deploytool/itp/batch2.jar:/apps/IBM/WebSphere/AppServer/java/lib/tools.jar
Java Library path = /apps/IBM/WebSphere/AppServer/java/jre/lib/i386:/apps/IBM/WebSphere/AppServer/bin::/usr/lib
************* End Display Current Environment *************
[6/5/11 23:00:56:138 MDT] 00000000 ManagerAdmin I TRAS0017I: The startup trace state is *=info:com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl=severe.
[6/5/11 23:00:56:920 MDT] 00000000 ManagerAdmin I TRAS0111I: The message IDs that are in use are deprecated
[6/5/11 23:00:57:029 MDT] 00000000 ModelMgr I WSVR0800I: Initializing core configuration models
[6/5/11 23:00:57:772 MDT] 00000000 ComponentMeta I WSVR0179I: The runtime provisioning feature is disabled. All components will be started.
[6/5/11 23:00:57:932 MDT] 00000000 ProviderTrack I com.ibm.ffdc.osgi.ProviderTracker AddingService FFDC1007I: FFDC Provider Installed: com.ibm.ws.ffdc.impl.FfdcProvider@1e441e44
[6/5/11 23:00:58:066 MDT] 00000000 AdminInitiali A ADMN0015I: The administration service is initialized.
[6/5/11 23:00:58:450 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6880688_11.06.05_23.00.58.38250791.txt com.ibm.ws.management.repository.FileRepository.initialize 252
[6/5/11 23:00:58:979 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 23:00:59:010 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6880688_11.06.05_23.00.58.98450792.txt com.ibm.ws.security.auth.ContextManagerImpl.getInvocationSubject 1315
[6/5/11 23:00:59:019 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 23:00:59:021 MDT] 00000000 FfdcProvider I FFDC provider error
com.ibm.wsspi.runtime.variable.UndefinedVariableException: Undefined variable HOST
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:373)
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:325)
at com.ibm.ws.runtime.config.AbstractConfigObject.getString(AbstractConfigObject.java:42)
at com.ibm.ws.security.config.SecurityConfigManagerImpl.getString(SecurityConfigManagerImpl.java:920)
at com.ibm.ws.security.config.GenericConfigHelperImpl.getString(GenericConfigHelperImpl.java:273)
at com.ibm.ws.security.config.AuthMechanismConfigImpl.getString(AuthMechanismConfigImpl.java:1026)
at com.ibm.ws.security.config.CSIv2ConfigImpl.initializeOnServer(CSIv2ConfigImpl.java:675)
at com.ibm.ws.security.config.CSIv2ConfigImpl.initialize(CSIv2ConfigImpl.java:1060)
at com.ibm.ws.security.config.CSIv2ConfigImpl.<init>(CSIv2ConfigImpl.java:85)
at com.ibm.ws.security.config.SecurityConfigObjectFactoryImpl.createCSIv2Config(SecurityConfigObjectFactoryImpl.java:116)
at com.ibm.ws.security.config.SecurityObjectLocator.do_getCSIv2Config(SecurityObjectLocator.java:801)
at com.ibm.ws.security.config.SecurityObjectLocator.getCSIv2Config(SecurityObjectLocator.java:831)
at com.ibm.ws.security.config.SecurityObjectLocator.getCSIv2Config(SecurityObjectLocator.java:822)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManagerImpl.java:1754)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManagerImpl.java:1793)
at com.ibm.websphere.security.WSSecurityException.printStackTrace(WSSecurityException.java:230)
at com.ibm.ffdc.util.formatting.IncidentReportHeader.writeTo(IncidentReportHeader.java:77)
at com.ibm.ffdc.util.provider.IncidentStream.write(IncidentStream.java:204)
at com.ibm.ffdc.util.provider.IncidentLogger.writeHeader(IncidentLogger.java:70)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:61)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:84)
at com.ibm.ws.management.util.SecurityHelper.getInvocationSubject(SecurityHelper.java:489)
at com.ibm.ws.management.util.SecurityHelper.retrieveSubject(SecurityHelper.java:408)
at com.ibm.ws.management.event.ListenerInfo.<init>(ListenerInfo.java:74)
at com.ibm.ws.management.event.LocalNotificationService.createListenerInfo(LocalNotificationService.java:198)
at com.ibm.ws.management.event.LocalNotificationService.addListenerInternal(LocalNotificationService.java:193)
at com.ibm.ws.management.event.ClientNotificationService.addClientListenerInternal(ClientNotificationService.java:124)
at com.ibm.ws.management.event.ClientNotificationService.addNotificationListenerExtended(ClientNotificationService.java:112)
at com.ibm.ws.management.AdminServiceImpl.addNotificationListenerExtended(AdminServiceImpl.java:1637)
at com.ibm.ws.management.status.StatusCacheClient.listenForCacheReportNotifications(StatusCacheClient.java:191)
at com.ibm.ws.management.status.StatusCacheClient.<init>(StatusCacheClient.java:81)
at com.ibm.ws.management.status.StatusCacheClientProxy.<init>(StatusCacheClientProxy.java:64)
at com.ibm.ws.management.status.StatusCacheFactory.<clinit>(StatusCacheFactory.java:63)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:562)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:901)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)

[6/5/11 23:00:59:068 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 23:00:59:106 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 23:00:59:109 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 23:00:59:116 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 23:00:59:119 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 23:00:59:125 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 23:00:59:334 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/5/11 23:00:59:352 MDT] 00000000 PluginConfigS I PLGC0057I: The plug-in configuration service started successfully.
[6/5/11 23:00:59:691 MDT] 00000000 SSLComponentI I CWPKI0001I: SSL service is initializing the configuration
[6/5/11 23:00:59:706 MDT] 00000000 WSKeyStore W CWPKI0041W: One or more key stores are using the default password.
[6/5/11 23:00:59:725 MDT] 00000000 SSLConfigMana I CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
[6/5/11 23:00:59:740 MDT] 00000000 SSLDiagnostic I CWPKI0014I: The SSL component's FFDC Diagnostic Module com.ibm.ws.ssl.core.SSLDiagnosticModule registered successfully: true.
[6/5/11 23:00:59:748 MDT] 00000000 SSLComponentI I CWPKI0002I: SSL service initialization completed successfully
[6/5/11 23:00:59:758 MDT] 00000000 DiagnosticCon I com.ibm.wsspi.rasdiag.DiagnosticConfigHome setStateCollectionSpec RASD0012I: Updating State Collection Spec from Uninitialized Value to .*:.*=0
[6/5/11 23:01:00:434 MDT] 00000000 DMAdapter I com.ibm.ws.ffdc.impl.DMAdapter getAnalysisEngine FFDC1009I: Analysis Engine using data base: /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/properties/logbr/ffdc/adv/ffdcdb.xml
[6/5/11 23:01:00:860 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6880688_11.06.05_23.01.00.85650797.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/5/11 23:01:01:317 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6880688_11.06.05_23.01.01.31450799.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/5/11 23:01:01:328 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6880688_11.06.05_23.01.01.32350800.txt com.ibm.ws.cluster.runtime.WLMDiagnosticModule getDataForDirective
[6/5/11 23:01:01:338 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6880688_11.06.05_23.01.00.86950798.txt com.ibm.wsspi.cluster.ClusterManagementFactory 58
[6/5/11 23:01:01:343 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6880688_11.06.05_23.01.01.34150801.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/5/11 23:01:01:353 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6880688_11.06.05_23.01.00.41650796.txt com.ibm.ws.cluster.ProcessProperties.initialize 231
[6/5/11 23:01:01:355 MDT] 00000000 ProcessProper W There is a problem to get either virtual host or local host
[6/5/11 23:01:01:379 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_6880688_11.06.05_23.01.01.37650802.txt null 1011
[6/5/11 23:01:01:386 MDT] 00000000 ContainerHelp E WSVR0501E: Error creating component com.ibm.ws.cluster.runtime.ProcessRuntimeImpl
java.lang.NoClassDefFoundError: com.ibm.websphere.cluster.topography.DescriptionManagerFactory (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:366)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:874)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Caused by: java.lang.IllegalStateException: java.lang.NullPointerException
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:354)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:328)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:332)
at com.ibm.ws.wlm.Factory$4.run(Factory.java:141)
at java.security.AccessController.doPrivileged(AccessController.java:251)
at com.ibm.ws.wlm.Factory.loadImpl(Factory.java:139)
at com.ibm.websphere.cluster.topography.DescriptionManagerFactory.<clinit>(DescriptionManagerFactory.java:50)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.service.ClusterManagementImpl.<init>(ClusterManagementImpl.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.wsspi.cluster.ClusterManagementFactory.<clinit>(ClusterManagementFactory.java:62)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.WLMDiagnosticModule.ffdcDumpDefaultClusterManagement(WLMDiagnosticModule.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirective(DiagnosticModule.java:305)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirectives(DiagnosticModule.java:279)
at com.ibm.ws.ffdc.DiagnosticModule.dumpComponentData(DiagnosticModule.java:144)
at com.ibm.ws.ffdc.impl.DMAdapter.processDM(DMAdapter.java:123)
at com.ibm.ws.ffdc.impl.DMAdapter.formatTo(DMAdapter.java:114)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:63)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:114)
at com.ibm.ws.cluster.ProcessProperties.<init>(ProcessProperties.java:281)
at com.ibm.ws.cluster.ProcessProperties.<clinit>(ProcessProperties.java:234)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:307)
... 31 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.cluster.WLMCustomPropertyUtility.getBBCallbacksEnableWLMThreads(WLMCustomPropertyUtility.java:384)
at com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager.<init>(BBDescriptionManager.java:165)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:349)
... 70 more

[6/5/11 23:01:01:411 MDT] 00000000 WsServerImpl E WSVR0100W: An error occurred initializing, server1 [class com.ibm.ws.runtime.component.ServerImpl]
java.lang.NoClassDefFoundError: com.ibm.websphere.cluster.topography.DescriptionManagerFactory (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at com.ibm.ws.cluster.service.ClusterMemberServiceImpl.<init>(ClusterMemberServiceImpl.java:129)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1034)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:874)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Caused by: java.lang.IllegalStateException: java.lang.NullPointerException
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:354)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:328)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:332)
at com.ibm.ws.wlm.Factory$4.run(Factory.java:141)
at java.security.AccessController.doPrivileged(AccessController.java:251)
at com.ibm.ws.wlm.Factory.loadImpl(Factory.java:139)
at com.ibm.websphere.cluster.topography.DescriptionManagerFactory.<clinit>(DescriptionManagerFactory.java:50)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.service.ClusterManagementImpl.<init>(ClusterManagementImpl.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.wsspi.cluster.ClusterManagementFactory.<clinit>(ClusterManagementFactory.java:62)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.WLMDiagnosticModule.ffdcDumpDefaultClusterManagement(WLMDiagnosticModule.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirective(DiagnosticModule.java:305)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirectives(DiagnosticModule.java:279)
at com.ibm.ws.ffdc.DiagnosticModule.dumpComponentData(DiagnosticModule.java:144)
at com.ibm.ws.ffdc.impl.DMAdapter.processDM(DMAdapter.java:123)
at com.ibm.ws.ffdc.impl.DMAdapter.formatTo(DMAdapter.java:114)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:63)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:114)
at com.ibm.ws.cluster.ProcessProperties.<init>(ProcessProperties.java:281)
at com.ibm.ws.cluster.ProcessProperties.<clinit>(ProcessProperties.java:234)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:307)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
... 29 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.cluster.WLMCustomPropertyUtility.getBBCallbacksEnableWLMThreads(WLMCustomPropertyUtility.java:384)
at com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager.<init>(BBDescriptionManager.java:165)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:349)
... 70 more

************ Start Display Current Environment ************
WebSphere Platform 7.0.0.0 [BASE 7.0.0.0 r0835.03] running with process name denvmg116Node01Cell\denvmg116Node01\server1 and process id 17191
Host Operating System is Linux, version 2.6.18-194.32.1.el5
Java version = 1.6.0, Java Compiler = j9jit24, Java VM name = IBM J9 VM
was.install.root = /apps/IBM/WebSphere/AppServer
user.install.root = /apps/IBM/WebSphere/AppServer/profiles/AppSrv01
Java Home = /apps/IBM/WebSphere/AppServer/java/jre
ws.ext.dirs = /apps/IBM/WebSphere/AppServer/java/lib:/apps/IBM/WebSphere/AppServer/profiles/AppSrv01/classes:/apps/IBM/WebSphere/AppServer/classes:/apps/IBM/WebSphere/AppServer/lib:/apps/IBM/WebSphere/AppServer/installedChannels:/apps/IBM/WebSphere/AppServer/lib/ext:/apps/IBM/WebSphere/AppServer/web/help:/apps/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/properties:/apps/IBM/WebSphere/AppServer/properties:/apps/IBM/WebSphere/AppServer/lib/startup.jar:/apps/IBM/WebSphere/AppServer/lib/bootstrap.jar:/apps/IBM/WebSphere/AppServer/lib/jsf-nls.jar:/apps/IBM/WebSphere/AppServer/lib/lmproxy.jar:/apps/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/apps/IBM/WebSphere/AppServer/deploytool/itp/batchboot.jar:/apps/IBM/WebSphere/AppServer/deploytool/itp/batch2.jar:/apps/IBM/WebSphere/AppServer/java/lib/tools.jar
Java Library path = /apps/IBM/WebSphere/AppServer/java/jre/lib/i386:/apps/IBM/WebSphere/AppServer/bin::/usr/lib
************* End Display Current Environment *************
[6/6/11 6:53:33:022 MDT] 00000000 ManagerAdmin I TRAS0017I: The startup trace state is *=info:com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl=severe.
[6/6/11 6:53:34:064 MDT] 00000000 ManagerAdmin I TRAS0111I: The message IDs that are in use are deprecated
[6/6/11 6:53:34:263 MDT] 00000000 ModelMgr I WSVR0800I: Initializing core configuration models
[6/6/11 6:53:35:587 MDT] 00000000 ComponentMeta I WSVR0179I: The runtime provisioning feature is disabled. All components will be started.
[6/6/11 6:53:35:774 MDT] 00000000 ProviderTrack I com.ibm.ffdc.osgi.ProviderTracker AddingService FFDC1007I: FFDC Provider Installed: com.ibm.ws.ffdc.impl.FfdcProvider@3df43df4
[6/6/11 6:53:35:879 MDT] 00000000 AdminInitiali A ADMN0015I: The administration service is initialized.
[6/6/11 6:53:36:180 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e883e88_11.06.06_06.53.36.11831808.txt com.ibm.ws.management.repository.FileRepository.initialize 252
[6/6/11 6:53:36:507 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 6:53:36:554 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e883e88_11.06.06_06.53.36.51031809.txt com.ibm.ws.security.auth.ContextManagerImpl.getInvocationSubject 1315
[6/6/11 6:53:36:565 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 6:53:36:568 MDT] 00000000 FfdcProvider I FFDC provider error
com.ibm.wsspi.runtime.variable.UndefinedVariableException: Undefined variable HOST
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:373)
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:325)
at com.ibm.ws.runtime.config.AbstractConfigObject.getString(AbstractConfigObject.java:42)
at com.ibm.ws.security.config.SecurityConfigManagerImpl.getString(SecurityConfigManagerImpl.java:920)
at com.ibm.ws.security.config.GenericConfigHelperImpl.getString(GenericConfigHelperImpl.java:273)
at com.ibm.ws.security.config.AuthMechanismConfigImpl.getString(AuthMechanismConfigImpl.java:1026)
at com.ibm.ws.security.config.CSIv2ConfigImpl.initializeOnServer(CSIv2ConfigImpl.java:675)
at com.ibm.ws.security.config.CSIv2ConfigImpl.initialize(CSIv2ConfigImpl.java:1060)
at com.ibm.ws.security.config.CSIv2ConfigImpl.<init>(CSIv2ConfigImpl.java:85)
at com.ibm.ws.security.config.SecurityConfigObjectFactoryImpl.createCSIv2Config(SecurityConfigObjectFactoryImpl.java:116)
at com.ibm.ws.security.config.SecurityObjectLocator.do_getCSIv2Config(SecurityObjectLocator.java:801)
at com.ibm.ws.security.config.SecurityObjectLocator.getCSIv2Config(SecurityObjectLocator.java:831)
at com.ibm.ws.security.config.SecurityObjectLocator.getCSIv2Config(SecurityObjectLocator.java:822)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManagerImpl.java:1754)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManagerImpl.java:1793)
at com.ibm.websphere.security.WSSecurityException.printStackTrace(WSSecurityException.java:230)
at com.ibm.ffdc.util.formatting.IncidentReportHeader.writeTo(IncidentReportHeader.java:77)
at com.ibm.ffdc.util.provider.IncidentStream.write(IncidentStream.java:204)
at com.ibm.ffdc.util.provider.IncidentLogger.writeHeader(IncidentLogger.java:70)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:61)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:84)
at com.ibm.ws.management.util.SecurityHelper.getInvocationSubject(SecurityHelper.java:489)
at com.ibm.ws.management.util.SecurityHelper.retrieveSubject(SecurityHelper.java:408)
at com.ibm.ws.management.event.ListenerInfo.<init>(ListenerInfo.java:74)
at com.ibm.ws.management.event.LocalNotificationService.createListenerInfo(LocalNotificationService.java:198)
at com.ibm.ws.management.event.LocalNotificationService.addListenerInternal(LocalNotificationService.java:193)
at com.ibm.ws.management.event.ClientNotificationService.addClientListenerInternal(ClientNotificationService.java:124)
at com.ibm.ws.management.event.ClientNotificationService.addNotificationListenerExtended(ClientNotificationService.java:112)
at com.ibm.ws.management.AdminServiceImpl.addNotificationListenerExtended(AdminServiceImpl.java:1637)
at com.ibm.ws.management.status.StatusCacheClient.listenForCacheReportNotifications(StatusCacheClient.java:191)
at com.ibm.ws.management.status.StatusCacheClient.<init>(StatusCacheClient.java:81)
at com.ibm.ws.management.status.StatusCacheClientProxy.<init>(StatusCacheClientProxy.java:64)
at com.ibm.ws.management.status.StatusCacheFactory.<clinit>(StatusCacheFactory.java:63)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:562)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:901)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)

[6/6/11 6:53:36:606 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 6:53:36:662 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 6:53:36:666 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 6:53:36:672 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 6:53:36:675 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 6:53:36:682 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 6:53:36:912 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 6:53:36:932 MDT] 00000000 PluginConfigS I PLGC0057I: The plug-in configuration service started successfully.
[6/6/11 6:53:37:226 MDT] 00000000 SSLComponentI I CWPKI0001I: SSL service is initializing the configuration
[6/6/11 6:53:37:239 MDT] 00000000 WSKeyStore W CWPKI0041W: One or more key stores are using the default password.
[6/6/11 6:53:37:255 MDT] 00000000 SSLConfigMana I CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
[6/6/11 6:53:37:267 MDT] 00000000 SSLDiagnostic I CWPKI0014I: The SSL component's FFDC Diagnostic Module com.ibm.ws.ssl.core.SSLDiagnosticModule registered successfully: true.
[6/6/11 6:53:37:273 MDT] 00000000 SSLComponentI I CWPKI0002I: SSL service initialization completed successfully
[6/6/11 6:53:37:281 MDT] 00000000 DiagnosticCon I com.ibm.wsspi.rasdiag.DiagnosticConfigHome setStateCollectionSpec RASD0012I: Updating State Collection Spec from Uninitialized Value to .*:.*=0
[6/6/11 6:53:37:980 MDT] 00000000 DMAdapter I com.ibm.ws.ffdc.impl.DMAdapter getAnalysisEngine FFDC1009I: Analysis Engine using data base: /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/properties/logbr/ffdc/adv/ffdcdb.xml
[6/6/11 6:53:38:508 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e883e88_11.06.06_06.53.38.50231814.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/6/11 6:53:39:032 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e883e88_11.06.06_06.53.39.02731816.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/6/11 6:53:39:046 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e883e88_11.06.06_06.53.39.04031817.txt com.ibm.ws.cluster.runtime.WLMDiagnosticModule getDataForDirective
[6/6/11 6:53:39:066 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e883e88_11.06.06_06.53.38.55131815.txt com.ibm.wsspi.cluster.ClusterManagementFactory 58
[6/6/11 6:53:39:075 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e883e88_11.06.06_06.53.39.07131818.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/6/11 6:53:39:091 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e883e88_11.06.06_06.53.37.96831813.txt com.ibm.ws.cluster.ProcessProperties.initialize 231
[6/6/11 6:53:39:093 MDT] 00000000 ProcessProper W There is a problem to get either virtual host or local host
[6/6/11 6:53:39:123 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e883e88_11.06.06_06.53.39.11931819.txt null 1011
[6/6/11 6:53:39:131 MDT] 00000000 ContainerHelp E WSVR0501E: Error creating component com.ibm.ws.cluster.runtime.ProcessRuntimeImpl
java.lang.NoClassDefFoundError: com.ibm.websphere.cluster.topography.DescriptionManagerFactory (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:366)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:874)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Caused by: java.lang.IllegalStateException: java.lang.NullPointerException
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:354)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:328)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:332)
at com.ibm.ws.wlm.Factory$4.run(Factory.java:141)
at java.security.AccessController.doPrivileged(AccessController.java:251)
at com.ibm.ws.wlm.Factory.loadImpl(Factory.java:139)
at com.ibm.websphere.cluster.topography.DescriptionManagerFactory.<clinit>(DescriptionManagerFactory.java:50)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.service.ClusterManagementImpl.<init>(ClusterManagementImpl.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.wsspi.cluster.ClusterManagementFactory.<clinit>(ClusterManagementFactory.java:62)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.WLMDiagnosticModule.ffdcDumpDefaultClusterManagement(WLMDiagnosticModule.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirective(DiagnosticModule.java:305)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirectives(DiagnosticModule.java:279)
at com.ibm.ws.ffdc.DiagnosticModule.dumpComponentData(DiagnosticModule.java:144)
at com.ibm.ws.ffdc.impl.DMAdapter.processDM(DMAdapter.java:123)
at com.ibm.ws.ffdc.impl.DMAdapter.formatTo(DMAdapter.java:114)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:63)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:114)
at com.ibm.ws.cluster.ProcessProperties.<init>(ProcessProperties.java:281)
at com.ibm.ws.cluster.ProcessProperties.<clinit>(ProcessProperties.java:234)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:307)
... 31 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.cluster.WLMCustomPropertyUtility.getBBCallbacksEnableWLMThreads(WLMCustomPropertyUtility.java:384)
at com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager.<init>(BBDescriptionManager.java:165)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:349)
... 70 more

[6/6/11 6:53:39:173 MDT] 00000000 WsServerImpl E WSVR0100W: An error occurred initializing, server1 [class com.ibm.ws.runtime.component.ServerImpl]
java.lang.NoClassDefFoundError: com.ibm.websphere.cluster.topography.DescriptionManagerFactory (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at com.ibm.ws.cluster.service.ClusterMemberServiceImpl.<init>(ClusterMemberServiceImpl.java:129)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1034)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:874)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Caused by: java.lang.IllegalStateException: java.lang.NullPointerException
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:354)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:328)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:332)
at com.ibm.ws.wlm.Factory$4.run(Factory.java:141)
at java.security.AccessController.doPrivileged(AccessController.java:251)
at com.ibm.ws.wlm.Factory.loadImpl(Factory.java:139)
at com.ibm.websphere.cluster.topography.DescriptionManagerFactory.<clinit>(DescriptionManagerFactory.java:50)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.service.ClusterManagementImpl.<init>(ClusterManagementImpl.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.wsspi.cluster.ClusterManagementFactory.<clinit>(ClusterManagementFactory.java:62)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.WLMDiagnosticModule.ffdcDumpDefaultClusterManagement(WLMDiagnosticModule.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirective(DiagnosticModule.java:305)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirectives(DiagnosticModule.java:279)
at com.ibm.ws.ffdc.DiagnosticModule.dumpComponentData(DiagnosticModule.java:144)
at com.ibm.ws.ffdc.impl.DMAdapter.processDM(DMAdapter.java:123)
at com.ibm.ws.ffdc.impl.DMAdapter.formatTo(DMAdapter.java:114)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:63)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:114)
at com.ibm.ws.cluster.ProcessProperties.<init>(ProcessProperties.java:281)
at com.ibm.ws.cluster.ProcessProperties.<clinit>(ProcessProperties.java:234)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:307)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
... 29 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.cluster.WLMCustomPropertyUtility.getBBCallbacksEnableWLMThreads(WLMCustomPropertyUtility.java:384)
at com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager.<init>(BBDescriptionManager.java:165)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:349)
... 70 more

[6/6/11 6:53:41:004 MDT] 00000003 prefs W Could not lock User prefs. Unix error code 30.
[6/6/11 6:53:41:007 MDT] 00000003 prefs W Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
************ Start Display Current Environment ************
WebSphere Platform 7.0.0.0 [BASE 7.0.0.0 r0835.03] running with process name denvmg116Node01Cell\denvmg116Node01\server1 and process id 19549
Host Operating System is Linux, version 2.6.18-194.32.1.el5
Java version = 1.6.0, Java Compiler = j9jit24, Java VM name = IBM J9 VM
was.install.root = /apps/IBM/WebSphere/AppServer
user.install.root = /apps/IBM/WebSphere/AppServer/profiles/AppSrv01
Java Home = /apps/IBM/WebSphere/AppServer/java/jre
ws.ext.dirs = /apps/IBM/WebSphere/AppServer/java/lib:/apps/IBM/WebSphere/AppServer/profiles/AppSrv01/classes:/apps/IBM/WebSphere/AppServer/classes:/apps/IBM/WebSphere/AppServer/lib:/apps/IBM/WebSphere/AppServer/installedChannels:/apps/IBM/WebSphere/AppServer/lib/ext:/apps/IBM/WebSphere/AppServer/web/help:/apps/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/properties:/apps/IBM/WebSphere/AppServer/properties:/apps/IBM/WebSphere/AppServer/lib/startup.jar:/apps/IBM/WebSphere/AppServer/lib/bootstrap.jar:/apps/IBM/WebSphere/AppServer/lib/jsf-nls.jar:/apps/IBM/WebSphere/AppServer/lib/lmproxy.jar:/apps/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/apps/IBM/WebSphere/AppServer/deploytool/itp/batchboot.jar:/apps/IBM/WebSphere/AppServer/deploytool/itp/batch2.jar:/apps/IBM/WebSphere/AppServer/java/lib/tools.jar
Java Library path = /apps/IBM/WebSphere/AppServer/java/jre/lib/i386:/apps/IBM/WebSphere/AppServer/bin::/usr/lib
************* End Display Current Environment *************
[6/6/11 8:28:25:331 MDT] 00000000 ManagerAdmin I TRAS0017I: The startup trace state is *=info:com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl=severe.
[6/6/11 8:28:27:259 MDT] 00000000 ManagerAdmin I TRAS0111I: The message IDs that are in use are deprecated
[6/6/11 8:28:27:370 MDT] 00000000 ModelMgr I WSVR0800I: Initializing core configuration models
[6/6/11 8:28:28:150 MDT] 00000000 ComponentMeta I WSVR0179I: The runtime provisioning feature is disabled. All components will be started.
[6/6/11 8:28:28:345 MDT] 00000000 ProviderTrack I com.ibm.ffdc.osgi.ProviderTracker AddingService FFDC1007I: FFDC Provider Installed: com.ibm.ws.ffdc.impl.FfdcProvider@64ce64ce
[6/6/11 8:28:28:462 MDT] 00000000 AdminInitiali A ADMN0015I: The administration service is initialized.
[6/6/11 8:28:28:739 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_e880e88_11.06.06_08.28.28.66944076.txt com.ibm.ws.management.repository.FileRepository.initialize 252
[6/6/11 8:28:29:050 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 8:28:29:084 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_e880e88_11.06.06_08.28.29.05344077.txt com.ibm.ws.security.auth.ContextManagerImpl.getInvocationSubject 1315
[6/6/11 8:28:29:119 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 8:28:29:122 MDT] 00000000 FfdcProvider I FFDC provider error
com.ibm.wsspi.runtime.variable.UndefinedVariableException: Undefined variable HOST
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:373)
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:325)
at com.ibm.ws.runtime.config.AbstractConfigObject.getString(AbstractConfigObject.java:42)
at com.ibm.ws.security.config.SecurityConfigManagerImpl.getString(SecurityConfigManagerImpl.java:920)
at com.ibm.ws.security.config.GenericConfigHelperImpl.getString(GenericConfigHelperImpl.java:273)
at com.ibm.ws.security.config.AuthMechanismConfigImpl.getString(AuthMechanismConfigImpl.java:1026)
at com.ibm.ws.security.config.CSIv2ConfigImpl.initializeOnServer(CSIv2ConfigImpl.java:675)
at com.ibm.ws.security.config.CSIv2ConfigImpl.initialize(CSIv2ConfigImpl.java:1060)
at com.ibm.ws.security.config.CSIv2ConfigImpl.<init>(CSIv2ConfigImpl.java:85)
at com.ibm.ws.security.config.SecurityConfigObjectFactoryImpl.createCSIv2Config(SecurityConfigObjectFactoryImpl.java:116)
at com.ibm.ws.security.config.SecurityObjectLocator.do_getCSIv2Config(SecurityObjectLocator.java:801)
at com.ibm.ws.security.config.SecurityObjectLocator.getCSIv2Config(SecurityObjectLocator.java:831)
at com.ibm.ws.security.config.SecurityObjectLocator.getCSIv2Config(SecurityObjectLocator.java:822)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManagerImpl.java:1754)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManagerImpl.java:1793)
at com.ibm.websphere.security.WSSecurityException.printStackTrace(WSSecurityException.java:230)
at com.ibm.ffdc.util.formatting.IncidentReportHeader.writeTo(IncidentReportHeader.java:77)
at com.ibm.ffdc.util.provider.IncidentStream.write(IncidentStream.java:204)
at com.ibm.ffdc.util.provider.IncidentLogger.writeHeader(IncidentLogger.java:70)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:61)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:84)
at com.ibm.ws.management.util.SecurityHelper.getInvocationSubject(SecurityHelper.java:489)
at com.ibm.ws.management.util.SecurityHelper.retrieveSubject(SecurityHelper.java:408)
at com.ibm.ws.management.event.ListenerInfo.<init>(ListenerInfo.java:74)
at com.ibm.ws.management.event.LocalNotificationService.createListenerInfo(LocalNotificationService.java:198)
at com.ibm.ws.management.event.LocalNotificationService.addListenerInternal(LocalNotificationService.java:193)
at com.ibm.ws.management.event.ClientNotificationService.addClientListenerInternal(ClientNotificationService.java:124)
at com.ibm.ws.management.event.ClientNotificationService.addNotificationListenerExtended(ClientNotificationService.java:112)
at com.ibm.ws.management.AdminServiceImpl.addNotificationListenerExtended(AdminServiceImpl.java:1637)
at com.ibm.ws.management.status.StatusCacheClient.listenForCacheReportNotifications(StatusCacheClient.java:191)
at com.ibm.ws.management.status.StatusCacheClient.<init>(StatusCacheClient.java:81)
at com.ibm.ws.management.status.StatusCacheClientProxy.<init>(StatusCacheClientProxy.java:64)
at com.ibm.ws.management.status.StatusCacheFactory.<clinit>(StatusCacheFactory.java:63)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:562)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:901)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)

[6/6/11 8:28:29:153 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 8:28:29:197 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 8:28:29:202 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 8:28:29:218 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 8:28:29:222 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 8:28:29:232 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 8:28:29:552 MDT] 00000000 VariableExpan E WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/denvmg116Node01Cell/security.xml#KRB5_1 configuration object.
[6/6/11 8:28:29:571 MDT] 00000000 PluginConfigS I PLGC0057I: The plug-in configuration service started successfully.
[6/6/11 8:28:29:870 MDT] 00000000 SSLComponentI I CWPKI0001I: SSL service is initializing the configuration
[6/6/11 8:28:29:890 MDT] 00000000 WSKeyStore W CWPKI0041W: One or more key stores are using the default password.
[6/6/11 8:28:29:914 MDT] 00000000 SSLConfigMana I CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
[6/6/11 8:28:29:925 MDT] 00000000 SSLDiagnostic I CWPKI0014I: The SSL component's FFDC Diagnostic Module com.ibm.ws.ssl.core.SSLDiagnosticModule registered successfully: true.
[6/6/11 8:28:29:931 MDT] 00000000 SSLComponentI I CWPKI0002I: SSL service initialization completed successfully
[6/6/11 8:28:29:941 MDT] 00000000 DiagnosticCon I com.ibm.wsspi.rasdiag.DiagnosticConfigHome setStateCollectionSpec RASD0012I: Updating State Collection Spec from Uninitialized Value to .*:.*=0
[6/6/11 8:28:30:402 MDT] 00000000 DMAdapter I com.ibm.ws.ffdc.impl.DMAdapter getAnalysisEngine FFDC1009I: Analysis Engine using data base: /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/properties/logbr/ffdc/adv/ffdcdb.xml
[6/6/11 8:28:30:746 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_e880e88_11.06.06_08.28.30.74444082.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/6/11 8:28:31:103 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_e880e88_11.06.06_08.28.31.10044084.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/6/11 8:28:31:114 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_e880e88_11.06.06_08.28.31.11044085.txt com.ibm.ws.cluster.runtime.WLMDiagnosticModule getDataForDirective
[6/6/11 8:28:31:150 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_e880e88_11.06.06_08.28.30.75244083.txt com.ibm.wsspi.cluster.ClusterManagementFactory 58
[6/6/11 8:28:31:157 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_e880e88_11.06.06_08.28.31.15444086.txt com.ibm.ws.util.ImplFactory.loadImplFromClass 345
[6/6/11 8:28:31:170 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_e880e88_11.06.06_08.28.30.36944081.txt com.ibm.ws.cluster.ProcessProperties.initialize 231
[6/6/11 8:28:31:172 MDT] 00000000 ProcessProper W There is a problem to get either virtual host or local host
[6/6/11 8:28:31:193 MDT] 00000000 FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /apps/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_e880e88_11.06.06_08.28.31.19144087.txt null 1011
[6/6/11 8:28:31:199 MDT] 00000000 ContainerHelp E WSVR0501E: Error creating component com.ibm.ws.cluster.runtime.ProcessRuntimeImpl
java.lang.NoClassDefFoundError: com.ibm.websphere.cluster.topography.DescriptionManagerFactory (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:366)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:874)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Caused by: java.lang.IllegalStateException: java.lang.NullPointerException
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:354)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:328)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:332)
at com.ibm.ws.wlm.Factory$4.run(Factory.java:141)
at java.security.AccessController.doPrivileged(AccessController.java:251)
at com.ibm.ws.wlm.Factory.loadImpl(Factory.java:139)
at com.ibm.websphere.cluster.topography.DescriptionManagerFactory.<clinit>(DescriptionManagerFactory.java:50)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.service.ClusterManagementImpl.<init>(ClusterManagementImpl.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.wsspi.cluster.ClusterManagementFactory.<clinit>(ClusterManagementFactory.java:62)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.WLMDiagnosticModule.ffdcDumpDefaultClusterManagement(WLMDiagnosticModule.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirective(DiagnosticModule.java:305)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirectives(DiagnosticModule.java:279)
at com.ibm.ws.ffdc.DiagnosticModule.dumpComponentData(DiagnosticModule.java:144)
at com.ibm.ws.ffdc.impl.DMAdapter.processDM(DMAdapter.java:123)
at com.ibm.ws.ffdc.impl.DMAdapter.formatTo(DMAdapter.java:114)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:63)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:114)
at com.ibm.ws.cluster.ProcessProperties.<init>(ProcessProperties.java:281)
at com.ibm.ws.cluster.ProcessProperties.<clinit>(ProcessProperties.java:234)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:307)
... 31 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.cluster.WLMCustomPropertyUtility.getBBCallbacksEnableWLMThreads(WLMCustomPropertyUtility.java:384)
at com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager.<init>(BBDescriptionManager.java:165)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:349)
... 70 more

[6/6/11 8:28:31:222 MDT] 00000000 WsServerImpl E WSVR0100W: An error occurred initializing, server1 [class com.ibm.ws.runtime.component.ServerImpl]
java.lang.NoClassDefFoundError: com.ibm.websphere.cluster.topography.DescriptionManagerFactory (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at com.ibm.ws.cluster.service.ClusterMemberServiceImpl.<init>(ClusterMemberServiceImpl.java:129)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1034)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:874)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:780)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:754)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:350)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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:330)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Caused by: java.lang.IllegalStateException: java.lang.NullPointerException
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:354)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:328)
at com.ibm.ws.util.ImplFactory.loadImplFromKey(ImplFactory.java:332)
at com.ibm.ws.wlm.Factory$4.run(Factory.java:141)
at java.security.AccessController.doPrivileged(AccessController.java:251)
at com.ibm.ws.wlm.Factory.loadImpl(Factory.java:139)
at com.ibm.websphere.cluster.topography.DescriptionManagerFactory.<clinit>(DescriptionManagerFactory.java:50)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.service.ClusterManagementImpl.<init>(ClusterManagementImpl.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.wsspi.cluster.ClusterManagementFactory.<clinit>(ClusterManagementFactory.java:62)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.WLMDiagnosticModule.ffdcDumpDefaultClusterManagement(WLMDiagnosticModule.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirective(DiagnosticModule.java:305)
at com.ibm.ws.ffdc.DiagnosticModule.getDataForDirectives(DiagnosticModule.java:279)
at com.ibm.ws.ffdc.DiagnosticModule.dumpComponentData(DiagnosticModule.java:144)
at com.ibm.ws.ffdc.impl.DMAdapter.processDM(DMAdapter.java:123)
at com.ibm.ws.ffdc.impl.DMAdapter.formatTo(DMAdapter.java:114)
at com.ibm.ffdc.util.provider.IncidentLogger.writeIncidentTo(IncidentLogger.java:63)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:135)
at com.ibm.ws.ffdc.impl.FfdcProvider.logIncident(FfdcProvider.java:92)
at com.ibm.ffdc.util.provider.FfdcProvider.log(FfdcProvider.java:232)
at com.ibm.ws.ffdc.impl.FfdcProvider.log(FfdcProvider.java:100)
at com.ibm.ffdc.util.provider.IncidentEntry.log(IncidentEntry.java:96)
at com.ibm.ffdc.util.provider.Ffdc.log(Ffdc.java:90)
at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:114)
at com.ibm.ws.cluster.ProcessProperties.<init>(ProcessProperties.java:281)
at com.ibm.ws.cluster.ProcessProperties.<clinit>(ProcessProperties.java:234)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.ibm.ws.cluster.runtime.ProcessRuntimeImpl.initialize(ProcessRuntimeImpl.java:307)
at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1166)
at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1073)
... 29 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.cluster.WLMCustomPropertyUtility.getBBCallbacksEnableWLMThreads(WLMCustomPropertyUtility.java:384)
at com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager.<init>(BBDescriptionManager.java:165)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1325)
at com.ibm.ws.util.ImplFactory.loadImplFromClass(ImplFactory.java:349)
... 70 more

[6/6/11 8:28:32:974 MDT] 00000003 prefs W Could not lock User prefs. Unix error code 30.
[6/6/11 8:28:32:980 MDT] 00000003 prefs W Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic