• Installation on Windows 7 PC

    By Paul S Withers 1 decade ago

    I'm trying to run the project on a Domino server on my Windows 7 PC. I've installed Domino 8.5.3 64-bit edition, but I'm getting an error "java.sql.SQLException: Error while creating connection". I think it's caused by a platform filter error on the win64 plugin, which means it's not starting. Is this the right diagnosis and is there any easy resolution?

     

    • Never saw that before

      By Philippe Riand 1 decade ago

      Can you try to investigate the values of the properties (osgi.ws...)?

      There is an OSGi command for this, like:

      tell http osgi getprop osgi.ws

      • Exactly the same issue here but...

        By Chris J Connor 1 decade ago

        My local server (on a win 7 laptop) with windows 7 64 bit running 64 bit domino all is fine.

        However when I try this on a client server I get the same error as paul.

        They are running "Release 8.5.3 on Windows/Longhorn 6.0 Intel"

        the command osgi.ws=win32

        The same value is returned on my working laptop server.

        • It doesn't look to be the same

          By Philippe Riand 1 decade ago

          Because for Paul it doesn't work on 64, while it does for for.

          Can you guys play a little bit with the filters (32&64) and help me correct them?

          • Happy to help

            By Chris J Connor 1 decade ago

            Installed the XPages SDK...if you let me know what to do I am happy to dig around for you!

            • Just saw Paul post.

              By Philippe Riand 1 decade ago

              Let me have a look at that and I'll come back to you guys.

          • Outcome of further testing

            By Paul S Withers 1 decade ago

            I checked that I had 64-bit Domino installed. The osgi properties I had were ws and os both "win32" and arch "x86_64", which both seem to match the restrictions for the 64-bit plugin.

            I imported the plugins and features into Eclipse and rebuilt without the restrictions. See screenshots and attachments, in case I've not done it correctly! One thing I noticed is that the build.xml was removed from the plugins by the build process, so I don't know if I'm missing something in Eclipse.

            When I tested those plugins, the win64 one threw the same errors. The win32 one threw different errors:

            HTTP JVM: java.lang.UnsatisfiedLinkError: C:\Program Files\IBM\Lotus\Domino\data\domino\workspace\.config\org.eclipse.osgi\bundles\18\1\.cp\lib\domsql.dll (C:\Program Files\IBM\Lotus\Domino\data\domino\workspace\.config\org.eclipse.osgi\bundles\18\1\.cp\lib\domsql.
            HTTP JVM: ll isnot a valid Win32 application. )

            There was also a stack trace starting with java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1011)

            • Attachments

              By Paul S Withers 1 decade ago

              Here are the plugins/ features/ update sites I built with platform restrictions removed.

            • Thanks Paul,I'll look at that over the week-end

              By Philippe Riand 1 decade ago
    • w32 & w64 both work for me

      By Philippe Riand 1 decade ago

      I tried Domino 32 bits running W7 32 bits and Domino 64 bits running W2008 64 bits and both work. The right fragment is being loaded.

      What is your OS/Domino configuration? Are you, for example, running Domino 32 on Windows 64?

      I also updated the feature selector, but this has no runtime effect.

      • OS / Domino Setup

        By Paul S Withers 1 decade ago

        Sorry, I missed the response initially. I'm using Domino 8.5.3 FP1 64-bit version on Windows 7 Professional Service Pack 1.

        Could there be a setting in a java policy file or Server document that's missing? I'm just installing the library for local, XPages access on my Domino server at the moment.

        • No,there is no particular policy

          By Philippe Riand 1 decade ago