I'm getting a java.lang.NullPointerException when I try to load dots:
     
> java.lang.NullPointerException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:611)
        at com.ibm.dots.launcher.OSGiProfile.frameworkStarted(OSGiProfile.java:974)
        at com.ibm.dots.launcher.OSGILauncher.startOSGI(OSGILauncher.java:280)
        at com.ibm.dots.launcher.OSGILauncher.launchOSGIFramework(OSGILauncher.java:145)
[1060:0002-1444] 08/03/2012 11:03:28 AM  Domino OSGi Tasklet Container started ( profile DOTS )
    I'm running a brand new domino install:
    Windows 7 Professional, 64bit
    Domino 8.5.4, 64 bit
    OSGiTaskletService2.0.3
     
    Before installing OSGiTaskletService2.0.3 code, this domino install already had a ndots.exe (6/14/2012, 103 KB) in the Lotus/Domino  directory.  However, there was no other dots code installed.
     
    Thanks for your help.