当前位置: 代码迷 >> Java Web开发 >> SSH2+DWR框架有关问题~
  详细解决方案

SSH2+DWR框架有关问题~

热度:3450   发布时间:2013-02-25 21:15:42.0
SSH2+DWR框架问题求救~~~~~
如题工程启运时报错如下:
Java code
main - 2012-07-08 19:28:37,187 - DEBUG - org.directwebremoting.impl.DwrXmlConfigurator - Configuring from class resource: /org/directwebremoting/dwr.xml - main - 2012-07-08 19:28:37,218 - DEBUG - org.directwebremoting.util.LocalUtil - Skipping 'jsf' due to NoClassDefFoundError on org.directwebremoting.faces.JsfCreator. Cause: javax/faces/el/ValueBinding - main - 2012-07-08 19:28:37,218 - DEBUG - org.directwebremoting.impl.DefaultCreatorManager - - adding creator type: none = class org.directwebremoting.create.NullCreator - main - 2012-07-08 19:28:37,218 - DEBUG - org.directwebremoting.impl.DefaultCreatorManager - - adding creator type: new = class org.directwebremoting.create.NewCreator - main - 2012-07-08 19:28:37,218 - DEBUG - org.directwebremoting.util.LocalUtil - Skipping 'pageflow' due to ClassNotFoundException on org.directwebremoting.beehive.PageFlowCreator. Cause: Beehive/Weblogic jar file not available. - main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.impl.DefaultCreatorManager - - adding creator type: spring = class org.directwebremoting.spring.SpringCreator - main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.util.LocalUtil - Skipping 'script' due to NoClassDefFoundError on org.directwebremoting.create.ScriptedCreator. Cause: org/apache/bsf/BSFException - main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.struts.StrutsCreator - Failed to find Struts 1.2 ModuleUtils code. Falling back to 1.1 based code - main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.impl.DefaultCreatorManager - - adding creator type: struts = class org.directwebremoting.struts.StrutsCreator - main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.impl.DefaultCreatorManager - - adding creator type: ejb3 = class org.directwebremoting.create.Ejb3Creator - main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: null = org.directwebremoting.convert.NullConverter - main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: enum = org.directwebremoting.convert.EnumConverter - main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: primitive = org.directwebremoting.convert.PrimitiveConverter - main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: bignumber = org.directwebremoting.convert.BigNumberConverter - main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: string = org.directwebremoting.convert.StringConverter - main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: array = org.directwebremoting.convert.ArrayConverter - main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: map = org.directwebremoting.convert.MapConverter - main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: collection = org.directwebremoting.convert.CollectionConverter - main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: date = org.directwebremoting.convert.DateConverter - main - 2012-07-08 19:28:37,265 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: dom = org.directwebremoting.convert.DOMConverter - main - 2012-07-08 19:28:37,265 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: dom4j = org.directwebremoting.convert.DOM4JConverter - main - 2012-07-08 19:28:37,265 - DEBUG - org.directwebremoting.util.LocalUtil - Skipping 'jdom' due to NoClassDefFoundError on org.directwebremoting.convert.JDOMConverter. Cause: org/jdom/Document - main - 2012-07-08 19:28:37,265 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: xom = org.directwebremoting.convert.XOMConverter - main - 2012-07-08 19:28:37,281 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: servlet = org.directwebremoting.convert.ServletConverter - main - 2012-07-08 19:28:37,281 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: bean = org.directwebremoting.convert.BeanConverter - main - 2012-07-08 19:28:37,281 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: object = org.directwebremoting.convert.ObjectConverter - main - 2012-07-08 19:28:37,281 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: hibernate2 = org.directwebremoting.hibernate.H2BeanConverter - main - 2012-07-08 19:28:37,281 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: hibernate3 = org.directwebremoting.hibernate.H3BeanConverter - main - 2012-07-08 19:28:37,281 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: url = org.directwebremoting.convert.URLConverter - main - 2012-07-08 19:28:37,296 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: exception = org.directwebremoting.convert.ExceptionConverter - main - 2012-07-08 19:28:37,296 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: miniException = org.directwebremoting.convert.MinimalistExceptionConverter - main - 2012-07-08 19:28:37,296 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter: NullConverter for void - main - 2012-07-08 19:28:37,296 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter: NullConverter for java.lang.Void - main - 2012-07-08 19:28:37,296 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter: MinimalistExceptionConverter for java.lang.Throwable - main - 2012-07-08 19:28:37,296 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter: PrimitiveConverter for boolean - main - 2012-07-08 19:28:37,296 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter: PrimitiveConverter for byte - main - 2012-07-08 19:28:37,296 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter: PrimitiveConverter for short -
  相关解决方案