`
weii
  • 浏览: 101880 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Unable to instantiate Action

阅读更多

今天遇到一个报错,信息如下:

 java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy45] to required type [org.dudu.box.service.AnswerManager] for property 'answerManager': no matching editors or conversion strategy found

起初以为是动态代理接口还是类的错误。

可是没有错误啊。

 

再仔细看:

javax.servlet.ServletException: Unable to instantiate Action, askBarAction,  defined for 'indexAskBar' in namespace '/askbar'Error creating bean with name 'askBarAction' defined in class path resource [applicationContext-weiqi.xml]: Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type [$Proxy45] to required type [org.dudu.box.service.AnswerManager] for property 'answerManager'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy45] to required type [org.dudu.box.service.AnswerManager] for property 'answerManager': no matching editors or conversion strategy found - action - file:/D:/software/apache-tomcat-6.0.18/webapps/cowboy-2.0/WEB-INF/classes/conf/struts-WEIQI.xml:72:72

 

焦点在'answerManager'上了!

可是前一阵子还能正常运行呢!

 

最后检查才发现同事也配置了一个'answerManager'!跟我的一摸一样!我晕~~

 

希望大家不要犯这种错误。

分享到:
评论
2 楼 pl445368672 2014-05-06  
感谢楼主,  一样的问题。。。。
1 楼 pl445368672 2014-05-06  
和楼主一样问题。

相关推荐

    SSH登录无实例化例子

    stdin, stdout, stderr = ssh.exec_command('command_to_execute') output = stdout.read().decode() error = stderr.read().decode() ssh.close() ``` 在这个例子中,我们创建了一个`SSHClient`实例,但只...

    BroadcasReceivert的两种注册模式

    <action android:name="com.example.MY_ACTION" /> ``` 在这个例子中,`MyBroadcastReceiver`类需要实现BroadcastReceiver,并在onReceive()方法中处理广播事件。 两种注册方式各有优缺点:动态注册灵活性高,...

    Struts2.1.6+Spring2.5.6+Hibernate3.3.1框架整合常见错误

    Unable to instantiate Action, savaUserAction, defined for 'saveUser' in namespace '/' savaUserAction ``` **原因分析**: 该错误提示表明Struts2无法找到或实例化指定的Action类`savaUserAction`。这可能是...

    android mapview

    如果你遇到“Unable to instantiate activity ComponentInfo”错误,这通常意味着应用无法找到或初始化指定的Activity。检查你的清单文件,确保Activity的名称和包名正确无误,例如: ```xml <action android:...

    基于Spark的电商用户行为分析系统-源码+课设论文(本科期末课程设计).zip

    Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient问题; 执行hive --service metastore & - hive中删除有表的数据库:drop database 数据库名字 cascade;

    Android期末复习题01

    E/AndroidRuntime(1099): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.test/com.test.CanvasActivitys}: java.lang.ClassNotFoundException: ...

Global site tag (gtag.js) - Google Analytics