• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Direct Web Remoting - dwr-1.1.jar Errors.

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Should I be worried about the following warnings/errors:

Jul 16, 2008 4:59:02 AM uk.ltd.getahead.dwr.util.CommonsLoggingOutput info INFO: Logging using commons-logging.
Jul 16, 2008 4:59:02 AM uk.ltd.getahead.dwr.util.CommonsLoggingOutput info INFO: retrieved system configuration file: java.io.ByteArrayInputStream@41f227
Jul 16, 2008 4:59:02 AM uk.ltd.getahead.dwr.util.CommonsLoggingOutput info INFO: Missing class for creator 'pageflow'. Failed to load uk.ltd.getahead.dwr.create.PageFlowCreator. Cause: Beehive/Weblogic Creator not available.
Jul 16, 2008 4:59:03 AM uk.ltd.getahead.dwr.util.CommonsLoggingOutput info INFO: Missing classdef for creator 'spring'. Failed to load uk.ltd.getahead.dwr.create.SpringCreator. Cause: org/springframework/beans/factory/BeanFactory
Jul 16, 2008 4:59:03 AM uk.ltd.getahead.dwr.util.CommonsLoggingOutput info INFO: Missing classdef for creator 'script'. Failed to load uk.ltd.getahead.dwr.create.ScriptedCreator. Cause: org/apache/bsf/BSFException
Jul 16, 2008 4:59:03 AM uk.ltd.getahead.dwr.util.CommonsLoggingOutput info INFO: Missing class for converter 'hibernate'. Failed to load uk.ltd.getahead.dwr.convert.HibernateBeanConverter. Cause: Failed to find either org.hibernate.Hibernate or net.sf.hibernate.Hibernate.
Jul 16, 2008 4:59:03 AM uk.ltd.getahead.dwr.util.CommonsLoggingOutput error SEVERE: Line=2 Document root element "dwr", must match DOCTYPE root "null".
Jul 16, 2008 4:59:03 AM uk.ltd.getahead.dwr.util.CommonsLoggingOutput error SEVERE: Line=2 Document is invalid: no grammar found.

Thanks,

Danny
[originally posted on jforum.net by dhhoyle]
 
Look ma! I'm selling my stuff!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic