今天遇到一个报错,信息如下:
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'!跟我的一摸一样!我晕~~
希望大家不要犯这种错误。
分享到:
相关推荐
stdin, stdout, stderr = ssh.exec_command('command_to_execute') output = stdout.read().decode() error = stderr.read().decode() ssh.close() ``` 在这个例子中,我们创建了一个`SSHClient`实例,但只...
<action android:name="com.example.MY_ACTION" /> ``` 在这个例子中,`MyBroadcastReceiver`类需要实现BroadcastReceiver,并在onReceive()方法中处理广播事件。 两种注册方式各有优缺点:动态注册灵活性高,...
Unable to instantiate Action, savaUserAction, defined for 'saveUser' in namespace '/' savaUserAction ``` **原因分析**: 该错误提示表明Struts2无法找到或实例化指定的Action类`savaUserAction`。这可能是...
如果你遇到“Unable to instantiate activity ComponentInfo”错误,这通常意味着应用无法找到或初始化指定的Activity。检查你的清单文件,确保Activity的名称和包名正确无误,例如: ```xml <action android:...
Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient问题; 执行hive --service metastore & - hive中删除有表的数据库:drop database 数据库名字 cascade;
E/AndroidRuntime(1099): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.test/com.test.CanvasActivitys}: java.lang.ClassNotFoundException: ...