`
zhy20045923
  • 浏览: 157009 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

No action instance for path /login could be created

    博客分类:
  • web
阅读更多
原因:
1.由于在struts-config.xml中配置出错,注意type属性的值。
2.由于没有编译,在classes目录下面没有对应的action文件。
3.由于struts是线程安全的,所以在action中,如果部分属性加载失败,也会报这个异常。比如,在ssh整合时,往往要在action中取得service,如下:
SelfAppointService selfService = (SelfAppointService) getBean("selfAppointService");
如果在其他action中,getBean("selfAppointService")中的selfAppointService已经存在,也会抛出异常。
1
0
分享到:
评论

相关推荐

    Strus常见错误及原因分析.doc

    3. **No action instance for path /xxxx could be created** 这个错误表明Struts无法实例化在`struts-config.xml`中配置的action。可能的原因包括: - 编译后的`.class`文件不在正确的类路径下,通常应位于`WEB-...

    -软件工程第一章作业

    第三个异常:“No action instance for path /xxxx could be created”。这个异常意味着Struts无法创建指定路径的Action实例。这可能是因为在struts-config.xml中指定了的Action类在运行时没有被找到。问题可能出在...

    Struts常见错误及原因分析

    3. 异常 No action instance for path /xxxx could be created 这个错误意味着无法创建Action实例。首先,确保Action类已正确编译并位于正确的类路径下,如WEB-INF/classes目录。其次,确认Action类继承自org....

    struts 常见错误

    3. **No action instance for path /xxxx could be created** 这个异常表示无法为给定路径创建Action实例。可能的原因包括: - Action类的`.class`文件不在正确的类路径下,确保编译后的Action类位于`WEB-INF/...

    【开发经验】Struts常见错误及原因分析 .doc

    3. 异常`No action instance for path /xxxx could be created` 这个错误可能是因为多种原因,包括找不到编译后的`.class`文件、类路径问题、类名拼写错误或未继承自Struts的`Action`类。确保你的action类位于`WEB-...

    Struts的常见错误和异常.doc

    3. **No action instance for path /xxxx could be created 异常** 这个错误意味着Struts无法实例化`struts-config.xml`中配置的Action类。这可能是由于以下原因: - 类路径问题:确保Action类的`.class`文件位于`...

    Struts常见错误及原因分析.

    #### 三、异常 No action instance for path /xxxx could be created **异常描述**: 此异常意味着在创建指定路径的Action实例时遇到问题。 **可能原因**: 1. **Class文件未放置在类路径中**:编译后的`.class`...

    jsp常见异常

    No action instance for path /xxxx could be created 该异常表明Struts框架无法创建对应路径的Action实例。这可能是因为Action类不存在,或者编译后的`.class`文件没有被正确放置在Web应用的`WEB-INF/classes`...

    java struts常见错误以及原因分析

    3. **异常 No action instance for path /xxxx could be created** 这个错误可能由多种原因引起,如找不到编译后的`.class`文件、包名或类名拼写错误、未继承自Struts `Action`类、classpath问题等。确保action类...

    php.ini-development

    ;;;;;;;;... PHP's initialization file, generally called php.ini, is responsible for ... 1.... 2.... 3.... 4.... 5. The web server's directory (for SAPI modules), or ... to be used for compression (default is 4KB) ; Note:...

Global site tag (gtag.js) - Google Analytics