Unable to load bean: type:org.apache.struts2.views.gxp.inject.InjectedObjectContainer

后端 未结 1 1218
伪装坚强ぢ
伪装坚强ぢ 2020-12-11 13:42

I am running the Struts2 application in eclipse but it is displaying the error while running in the Apache Tomcat server the error I am getting is

    SEVER         


        
相关标签:
1条回答
  • 2020-12-11 14:26

    The error is caused by GXP plugin deployed with the application, if you are not using GXPs then remove it from classpath. The referenced class is org.apache.struts2.views.gxp.inject.InjectedObjectContainer absent in the distribution. You might need additional libraries to satisfy dependency to use this plugin correctly. Certainly it is google-gxp, you can look up required libraries in the maven repository.

    0 讨论(0)
提交回复
热议问题