Menu

Login errors with 1.0b4 and 1.0b5 ...

Help
2010-11-18
2013-04-29
  • onemyndseye

    onemyndseye - 2010-11-18

    Hi,

    Im using jython for my app which is working perfectly using jml-1.0b3.  I would like to update to the latest JML but I having the following issue:

    At calling login() the following exception is thrown:

    Exception in thread "Thread-8" java.lang.NoClassDefFoundError: org/apache/http/params/HttpParams
            at net.sf.jml.protocol.MsnSession.createSSO(MsnSession.java:223)
            at net.sf.jml.protocol.incoming.IncomingUSR$1.run(IncomingUSR.java:285)
    Caused by: java.lang.ClassNotFoundException: org.apache.http.params.HttpParams
            at org.python.core.SyspathJavaLoader.findClass(SyspathJavaLoader.java:127)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
            ... 2 more
    

    The user never gets logged in… This happens with my app as well as (atleast) the BasicMesenger example provided with jml.   Any ideas on whats happening?

    Thanks,
    onemyndseye

     
  • Damian Minkov

    Damian Minkov - 2010-11-18

    Hi,
    you forget to include some of the required libraries (httpcore.jar).

    Cheers
    damencho

     
  • onemyndseye

    onemyndseye - 2010-11-18

    yes thank you …  was just coming back here to update my post ..

    thanks for the quick reply :)

     

Log in to post a comment.