应用程序从was6.1迁移到was8,启动报错

应用程序从was6.1迁移到was8,启动报错

[14-2-20 15:47:33:929 GMT+08:00] 0000000f ContextLoader E org.springframework.web.context.ContextLoader initWebApplicationContext Context initialization failed
                                 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userInfoQueryDwr' defined in file [/was8/websphere/appWeb/wasApp/profiles/AppSrv01/installedApps/ecscweb4Cell01/account.ear/app-account.war/WEB-INF/classes/spring/base-dwr.xml]: Initialization of bean failed; nested exception is org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for class [com.aa.bb.ecsc.app.account.dwr.AccountUserInfoQueryDwr]; nested exception is java.beans.IntrospectionException: Parameter type in getter method does not corresponds to predefined.

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)

at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:605)

at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:925)

at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:472)

at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:383)

at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)

at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)

at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:1682)

at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:410)

at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:88)

at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:169)

at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:749)

at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:634)

at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:422)

at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:714)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1163)

at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1369)

at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:639)

at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:967)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:769)

at com.ibm.ws.runtime.component.ApplicationMgrImpl$5.run(ApplicationMgrImpl.java:2160)

at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5468)

at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5594)

at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2165)

at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:446)

at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)

at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:389)

at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:117)

at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$CUInitializer.run(CompositionUnitMgrImpl.java:995)

at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:496)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1700)
Caused by: org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for class [com.aa.bb.ecsc.app.account.dwr.AccountUserInfoQueryDwr]; nested exception is java.beans.IntrospectionException: Parameter type in getter method does not corresponds to predefined.

at org.springframework.beans.CachedIntrospectionResults.(CachedIntrospectionResults.java:262)

at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)

at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)

at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)

... 36 more
Caused by: java.beans.IntrospectionException: Parameter type in getter method does not corresponds to predefined.

at java.beans.PropertyDescriptor.setReadMethod(PropertyDescriptor.java:140)

at org.springframework.beans.ExtendedBeanInfo.addOrUpdatePropertyDescriptor(ExtendedBeanInfo.java:305)

at org.springframework.beans.ExtendedBeanInfo.addOrUpdatePropertyDescriptor(ExtendedBeanInfo.java:202)

at org.springframework.beans.ExtendedBeanInfo.(ExtendedBeanInfo.java:172)

at org.springframework.beans.CachedIntrospectionResults.(CachedIntrospectionResults.java:224)

... 42 more

请高手看看是什么错误?

附件:

附件图标SystemOut.log (127.25 KB)

附件图标necscapp3_23924140_14.02.20_15.47.25.0442474932242550488569.txt (3.9 KB)

参与12

11同行回答

mingzhuligongmingzhuligong软件开发工程师同方
应用程序在jdk1.6环境下编译后,再部署,问题解决显示全部
应用程序在jdk1.6环境下编译后,再部署,问题解决收起
互联网服务 · 2014-03-21
浏览1381
hujiqianghujiqiang软件开发工程师icbc
看下jre版本是否一致,从日志看好像是兼容性问题显示全部
看下jre版本是否一致,从日志看好像是兼容性问题收起
银行 · 2014-02-23
浏览1580
mingzhuligongmingzhuligong软件开发工程师同方
回复 8# 请叫我航哥 端口9369也是被当前server占用显示全部
回复 8# 请叫我航哥
端口9369也是被当前server占用收起
互联网服务 · 2014-02-21
浏览1772
mingzhuligongmingzhuligong软件开发工程师同方
回复 8# 请叫我航哥 显示全部
回复 8# 请叫我航哥 收起
互联网服务 · 2014-02-21
浏览1542
请叫我航哥请叫我航哥软件开发工程师IBM(苏州)
启动的时候看看9369端口是什么程序在使用。然后把,下面这个ffdc拉上来看看/was8/websphere/appWeb/wasApp/profiles/AppSrv01/logs/ffdc/necscapp3_23924140_14.02.20_15.47.25.0442474932242550488569.txt显示全部
启动的时候看看9369端口是什么程序在使用。

然后把,下面这个ffdc拉上来看看
/was8/websphere/appWeb/wasApp/profiles/AppSrv01/logs/ffdc/necscapp3_23924140_14.02.20_15.47.25.0442474932242550488569.txt收起
互联网服务 · 2014-02-21
浏览1540
icekeyicekey软件开发工程师深联科技
来学习下经验显示全部
来学习下经验收起
互联网服务 · 2014-02-21
浏览1566
mingzhuligongmingzhuligong软件开发工程师同方
base-dwr.xml文件内容                                                      &...显示全部
base-dwr.xml文件内容

        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dwr="http://www.directwebremoting.org/schema/spring-dwr"
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
        http://www.directwebremoting.org/schema/spring-dwr http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd">

        
               
               
               
               
               
               
               
               
               
               
               
               
        
收起
互联网服务 · 2014-02-21
浏览1560
mingzhuligongmingzhuligong软件开发工程师同方
回复 3# shengxiaoyimeng     路径不对的话,应该会报not found?但是这个报bean初始化不成功。显示全部
回复 3# shengxiaoyimeng


    路径不对的话,应该会报not found?但是这个报bean初始化不成功。收起
互联网服务 · 2014-02-20
浏览1551
mingzhuligongmingzhuligong软件开发工程师同方
回复 2# huangdos   你好,能看出是哪些jar包冲突了吗显示全部
回复 2# huangdos


  你好,能看出是哪些jar包冲突了吗收起
互联网服务 · 2014-02-20
浏览1557
shengxiaoyimengshengxiaoyimeng系统运维工程师莱商银行
查看下配置配置文件是否路径不对或者含有不识别的字符显示全部
查看下配置配置文件是否路径不对或者含有不识别的字符收起
银行 · 2014-02-20
浏览1570

提问者

mingzhuligong
软件开发工程师同方
擅长领域: 中间件应用服务器服务器

相关问题

问题状态

  • 发布时间:2014-02-20
  • 关注会员:1 人
  • 问题浏览:9778
  • 最近回答:2014-03-21
  • X社区推广