• nlsxbe. dll is not a valid Win32 App / Windows 7

    By Werner Woeppel 1 decade ago

    Hello,

    I changed from XP to Win7 and from NotesCLI to CLENotes.

    I followed all install/setup steps, set path variable but still not bale to run CLENotes.

    Error Message is:

    Exception in thread "Thread-5" java.lang.UnsatisfiedLinkError: nlsxbe (.\nlsxbe.
    dll is not a valid Win32 application. )
            at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1011)
            at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:975
    )
            at java.lang.System.loadLibrary(System.java:469)
            at lotus.domino.NotesThread.load(Unknown Source)
            at lotus.domino.NotesThread.checkLoaded(Unknown Source)
            at lotus.domino.NotesThread.initThread(Unknown Source)
            at lotus.domino.NotesThread.run(Unknown Source)
    Traceback (innermost last):
      File "C:\NotesCLE\/lib/clenotes/clenotes.py", line 243, in ?
      File "C:\NotesCLE\/lib/clenotes/clenotes.py", line 238, in main
      File "C:\NotesCLE\/lib/clenotes/clenotes.py", line 143, in getReturnCode
    AttributeError: 'instance' object has no attribute 'returnCode'

     

    Does anyone have an idea how to fix it and make CLENotes the valuable tool it is again.

    Thanks in advance

    • Windows 7 and 64-bit Java

      By Sami Salkosuo 1 decade ago

      This is most likely because using 64-bit Java on Windows 7. Notes is 32-bit so when 64-bit Java tries to load 32-bit nlsxbe.dll, it fails.

      Workaround is to install 32-bit Java and use that to execute CLENotes.

      Java version may be checked using "java -version" command.

    • Re:Response: Windows 7 and 64-bit Java

      By Maha L Ramamoorthy 1 decade ago

      When i checked my java version it is 32bit JVM in windows 7 OS. Still i'm getting the same exceptions when i run the application.

      Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: nlsxbe (Not found in java.library.path)
      at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:998)
      at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:962)
      at java.lang.System.loadLibrary(System.java:465)
      at lotus.domino.NotesThread.load(Unknown Source)
      at lotus.domino.NotesThread.checkLoaded(Unknown Source)
      at lotus.domino.NotesThread.sinitThread(Unknown Source).