You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/02/06 10:07:13 UTC

DO NOT REPLY [Bug 6263] New: - java.lang.UnsatisfiedLinkError using lotus.domino classes

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6263>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6263

java.lang.UnsatisfiedLinkError using lotus.domino classes

           Summary: java.lang.UnsatisfiedLinkError using lotus.domino
                    classes
           Product: Tomcat 3
           Version: 3.3.x Nightly
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: pietro.licata@sistinf.it


Hi all.
I developed a class which connects to a Lotus Domino server. The class imports
lotus.domino.* package.
The class works fine if I run it from the command line.
I developed a jsp, too,  which imports my class as a bean. When I try to run the
jsp, I get the following error:
Location: /mailCheck/jsp/check.jsp
Internal Servlet Error:
java.lang.UnsatisfiedLinkError: NCreateSessionWithPasswd
at lotus.domino.local.Session.createSession(Session.java:129)
at lotus.domino.NotesFactory.createSession(NotesFactory.java:57)
at dominoMailCheck.check(dominoMailCheck.java:34)
[...cut...]

I put the jars containing lotus.domino package into $TOMCAT_HOME/lib/apps and
they're correctly loaded into the webapp classpath.
What is wrong? Do native methods require a different way to be loaded into the
classpath?

Thanks for your help!

-Pietro.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>