• 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
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

How to configure SNMP server ?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I'm trying to configure the smtp server but it never works !

addresse Email � utiliser comme envoyeur : mylogin@yahoo.fr

serveur SMTP : smtp.mail.yahoo.fr

le serveur SMTP necessite une identification : True

utilisateur SMTP ( en cas d'identification ) : mylogin

mot de passe SMTP ( en cas d'identification ) :mypasswd

thanks,
Mathilde
[originally posted on jforum.net by KaYa]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My problem is here :
[DWRServlet] retrieved system configuration file: java.io.ByteArrayInputStream@d01311
INFO [DefaultConfiguration] Creator 'pageflow' not loaded due to ClassNotFoundException.
INFO [DefaultConfiguration] Creator 'spring' not loaded due to NoClassDefFoundError. This is only an problem if you wanted to use it. Cause: org/springframework/beans/factory/BeanFactory
INFO [DefaultConfiguration] Creator 'script' not loaded due to NoClassDefFoundError. This is only an problem if you wanted to use it. Cause: org/apache/bsf/BSFException
INFO [DefaultConfiguration] Converter 'jdom' not loaded due to NoClassDefFoundError. This is only an problem if you wanted to use it. Cause: org/jdom/Document
INFO [HibernateBeanConverter] Found Hibernate3 class: org.hibernate.Hibernate
INFO [DefaultConverterManager] Type 'org.jdom.Document' is not convertable due to missing converter 'jdom'. This is only an problem if you wanted to use it.
INFO [DefaultConverterManager] Type 'org.jdom.Element' is not convertable due to missing converter 'jdom'. This is only an problem if you wanted to use it.
ERROR [LogErrorHandler] Line=1 Document root element "dwr", must match DOCTYPE root "null".
ERROR [LogErrorHandler] Line=1 Document is invalid: no grammar found.
[originally posted on jforum.net by KaYa]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This has been fixed now. Thanks for reporting it.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Villains always have antidotes. They're funny that way. Here's an antidote disguised as a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic