Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Deploying Application On WAS 6.0

5 views
Skip to first unread message

Les

unread,
Sep 8, 2005, 11:28:26 AM9/8/05
to
I am trying to migrate an application from WAS 5.1 to WAS 6.0. The
application worked fine in WAS5, but after deploying to 6.0, the
application fails to start. Server parameters

WINDOWS 2000 Server SP4.
IBM HTTP Server 6

The following is the error log that I was able to find in
$WAS_INSTALL_HOME\profiles\AppSrv01\logs\ffdc

------Start of DE processing------ = [05.09.08 11:16:01:039 EDT] , key
= javax.management.MBeanException
com.ibm.ws.management.AdminServiceImpl.invoke 679
Exception = javax.management.MBeanException
Source = com.ibm.ws.management.AdminServiceImpl.invoke
probeid = 679
Stack Dump = javax.management.MBeanException: null nested exception is
com.ibm.ws.exception.RuntimeError: java.lang.NullPointerException
com.ibm.ws.exception.RuntimeError: java.lang.NullPointerException
at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:766)
at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)
at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1161)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled
Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at
javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1366)
at
javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1012)
at
mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:233)
at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:128)
at
mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java:86)
at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:128)
at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:128)
at
mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:167)
at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1249)
at
com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:901)
at
com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled
Code))
at
com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:817)
at
com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:184)
at
com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.execute(ApplicationDeploymentCollectionAction.java:458)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:275)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
at
com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
at
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled
Code))
Caused by: java.lang.NullPointerException
at
com.ibm.ws.webcontainer.webapp.WebAppConfigurationHelper.constructServletMappings(WebAppConfigurationHelper.java:390)
at
com.ibm.ws.webcontainer.webapp.WebAppConfigurationHelper.createConfiguration(WebAppConfigurationHelper.java:135)
at
com.ibm.ws.webcontainer.metadata.WebMetaDataFactory.createMetaData(WebMetaDataFactory.java:157)
at
com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaDataFromFactories(MetaDataMgrImpl.java:126)
at
com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaData(MetaDataMgrImpl.java:237)
at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:532)
at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)
... 40 more

Dump of callerThis =
Object type = com.ibm.ws.management.AdminServiceImpl$1
com.ibm.ws.management.AdminServiceImpl$1@644b2716

==> Performing default dump from com.ibm.ws.management.dm.JmxDM = Thu
Sep 08 11:16:01 EDT 2005
Dump of callerThis =
Object type = com.ibm.ws.management.AdminServiceImpl$1
this$0 =
class$com$ibm$ws$management$util$PlatformUtils = null
class$com$ibm$ws$management$AdminServiceImpl =
java.lang.Class@2f16e703
platformUtils = null
controllerAdmin = null
_mbServer = mx4j.server.MX4JMBeanServer@7cfa6705
mbeanFactory = com.ibm.ws.management.MBeanFactoryImpl@481ba705
serverMBean = javax.management.ObjectName@606ba70d
adminType = UnManagedProcess
session = com.ibm.websphere.management.Session@323f2704
processName = server1
nodeName = rvwebkits2Node01
cellName = rvwebkits2Node01Cell
domainName = WebSphere
WAS_DOMAIN = WebSphere
localNotificationService =
com.ibm.ws.management.event.ClientNotificationService@7216670b
notificationService =
com.ibm.ws.management.event.NotificationService@3b0d670a
tc = com.ibm.ejs.ras.TraceComponent@33bde704
nodeCapabilitiesHelper = null
nls = com.ibm.ejs.ras.TraceNLS@33b3a704
resBundleName = com.ibm.ws.management.resources.adminservice
val$signature =
[0] = java.lang.String
val$params =
[0] = KITS2G
val$operationName = startApplication
val$origName =
class$javax$management$ObjectName = java.lang.Class@1a5e6703
canonicalName = null
hashCode = -235941992
isDomainPattern = false
isPropertyPattern = false
propertiesString =
platform=dynamicproxy,cell=rvwebkits2Node01Cell,version=6.0.0.1,name=ApplicationManager,mbeanIdentifier=ApplicationManager,type=ApplicationManager,node=rvwebkits2Node01,process=server1
properties = java.util.Properties@2bebe70c
domain = WebSphere
cache = javax.management.ObjectName$WeakObjectNameCache@493b6701
serialVersionUID = 1081892073854801359

+Data for directive [defaultjmx] obtained. =
==> Dump complete for com.ibm.ws.management.dm.JmxDM = Thu Sep 08
11:16:01 EDT 2005

Any help would be appreciated.

0 new messages