This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

bqStudio xp installation, run time errors

Other Parts Discussed in Thread: BQSTUDIO

I installed bqStudio on an XP laptop without a problem but when I try to run it I get the error log below. We are more a Linux shop and don't have much XP expertise. I would appreciate if you can have any pointers.

Regards

Sinan Akman

----------------------------------------------------------------------------------------------------------------------------------------

 java.lang.UnsatisfiedLinkError: C:\ti\BatteryManagementStudio\sdkjniadapter.dll:
 This application has failed to start because the application configuration is i
ncorrect. Reinstalling the application may fix this problem
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at toolsSDK.JNIWrappers.SDKLib.<clinit>(Unknown Source)
    at com.ti.evswsdk.communication.connection.CMConnection.<init>(Unknown S
ource)
    at com.ti.evswsdk.communication.connection.CMConnection.getInstance(Unkn
own Source)
    at com.ti.evswsdk.ApplicationWorkbenchWindowAdvisor.preWindowOpen(Unknow
n Source)
    at org.eclipse.ui.internal.WorkbenchWindow.fireWindowOpening(WorkbenchWi
ndow.java:1654)
    at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:65
4)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequest
or.java:56)
    at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(Injecto
rImpl.java:898)
    at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java
:121)
    at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java
:86)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextIn
jectionFactory.java:73)
    at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.jav
a:1526)
    at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench.
java:1500)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider.updateActive
Shell(WorkbenchSourceProvider.java:944)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider.getCurrentSt
ate(WorkbenchSourceProvider.java:138)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.handleEven
t(WorkbenchSourceProvider.java:704)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1266)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1112)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1137)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1122)
    at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1673
)
    at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2193)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4673)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:339)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1633)

    at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2117)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5050)
    at org.eclipse.swt.internal.win32.OS.BringWindowToTop(Native Method)
    at org.eclipse.swt.widgets.Decorations.bringToTop(Decorations.java:230)
    at org.eclipse.swt.widgets.Shell.open(Shell.java:1244)
    at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.postProcess(WBW
Renderer.java:694)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCrea
teGui(PartRenderingEngine.java:658)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCrea
teGui(PartRenderingEngine.java:746)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0
(PartRenderingEngine.java:717)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(Pa
rtRenderingEngine.java:711)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGu
i(PartRenderingEngine.java:695)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(Pa
rtRenderingEngine.java:1057)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja
va:337)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Part
RenderingEngine.java:1018)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Wor
kbench.java:156)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja
va:337)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav
a:606)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at com.ti.evswsdk.Application.start(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl
e.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli
cation(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec
lipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va:380)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va:235)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1515)

!ENTRY org.eclipse.osgi 4 0 2016-05-04 13:06:56.613
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: C:\ti\BatteryManagementStudio\sdkjniadapter.dll:
 This application has failed to start because the application configuration is i
ncorrect. Reinstalling the application may fix this problem
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at toolsSDK.JNIWrappers.SDKLib.<clinit>(Unknown Source)
    at com.ti.evswsdk.communication.connection.CMConnection.<init>(Unknown S
ource)
    at com.ti.evswsdk.communication.connection.CMConnection.getInstance(Unkn
own Source)
    at com.ti.evswsdk.ApplicationWorkbenchWindowAdvisor.preWindowOpen(Unknow
n Source)
    at org.eclipse.ui.internal.WorkbenchWindow.fireWindowOpening(WorkbenchWi
ndow.java:1654)
    at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:65
4)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequest
or.java:56)
    at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(Injecto
rImpl.java:898)
    at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java
:121)
    at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java
:86)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextIn
jectionFactory.java:73)
    at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.jav
a:1526)
    at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench.
java:1500)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider.updateActive
Shell(WorkbenchSourceProvider.java:944)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider.getCurrentSt
ate(WorkbenchSourceProvider.java:138)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.handleEven
t(WorkbenchSourceProvider.java:704)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1266)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1112)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1137)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1122)
    at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1673
)
    at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2193)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4673)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:339)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1633)

    at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2117)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5050)
    at org.eclipse.swt.internal.win32.OS.BringWindowToTop(Native Method)
    at org.eclipse.swt.widgets.Decorations.bringToTop(Decorations.java:230)
    at org.eclipse.swt.widgets.Shell.open(Shell.java:1244)
    at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.postProcess(WBW
Renderer.java:694)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCrea
teGui(PartRenderingEngine.java:658)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCrea
teGui(PartRenderingEngine.java:746)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0
(PartRenderingEngine.java:717)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(Pa
rtRenderingEngine.java:711)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGu
i(PartRenderingEngine.java:695)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(Pa
rtRenderingEngine.java:1057)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja
va:337)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Part
RenderingEngine.java:1018)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Wor
kbench.java:156)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja
va:337)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav
a:606)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at com.ti.evswsdk.Application.start(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl
e.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli
cation(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec
lipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va:380)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va:235)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1515)

!ENTRY com.ti.evswsdk 4 0 2016-05-04 13:06:56.707
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in com.ti.evswsdk.Activator.stop()
 of bundle com.ti.evswsdk.
    at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleCont
extImpl.java:847)
    at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(Equinox
Bundle.java:955)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopW
orker(EquinoxBundle.java:323)
    at org.eclipse.osgi.container.Module.doStop(Module.java:626)
    at org.eclipse.osgi.container.Module.stop(Module.java:488)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decSta
rtLevel(ModuleContainer.java:1623)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doCont
ainerStartLevel(ModuleContainer.java:1542)
    at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:
248)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$Equino
xSystemModule.stopWorker(EquinoxBundle.java:144)
    at org.eclipse.osgi.container.Module.doStop(Module.java:626)
    at org.eclipse.osgi.container.Module.stop(Module.java:488)
    at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:186)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$Equino
xSystemModule$1.run(EquinoxBundle.java:159)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class toolsSDK.J
NIWrappers.SDKLib
    at com.ti.evswsdk.Activator.stop(Unknown Source)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleCon
textImpl.java:827)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleCon
textImpl.java:1)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleCont
extImpl.java:820)
    ... 13 more
Root exception:
java.lang.NoClassDefFoundError: Could not initialize class toolsSDK.JNIWrappers.
SDKLib
    at com.ti.evswsdk.Activator.stop(Unknown Source)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleCon
textImpl.java:827)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleCon
textImpl.java:1)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleCont
extImpl.java:820)
    at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(Equinox
Bundle.java:955)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopW
orker(EquinoxBundle.java:323)
    at org.eclipse.osgi.container.Module.doStop(Module.java:626)
    at org.eclipse.osgi.container.Module.stop(Module.java:488)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decSta
rtLevel(ModuleContainer.java:1623)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doCont
ainerStartLevel(ModuleContainer.java:1542)
    at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:
248)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$Equino
xSystemModule.stopWorker(EquinoxBundle.java:144)
    at org.eclipse.osgi.container.Module.doStop(Module.java:626)
    at org.eclipse.osgi.container.Module.stop(Module.java:488)
    at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:186)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$Equino
xSystemModule$1.run(EquinoxBundle.java:159)
    at java.lang.Thread.run(Unknown Source)
!SESSION 2016-05-04 13:07:51.738 -----------------------------------------------

eclipse.buildId=unknown
java.version=1.8.0_74
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.e4.ui.workbench.swt 4 2 2016-05-04 13:07:54.863
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.e4.ui.w
orkbench.swt".
!STACK 0
java.lang.UnsatisfiedLinkError: C:\ti\BatteryManagementStudio\sdkjniadapter.dll:
 This application has failed to start because the application configuration is i
ncorrect. Reinstalling the application may fix this problem
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at toolsSDK.JNIWrappers.SDKLib.<clinit>(Unknown Source)
    at com.ti.evswsdk.communication.connection.CMConnection.<init>(Unknown S
ource)
    at com.ti.evswsdk.communication.connection.CMConnection.getInstance(Unkn
own Source)
    at com.ti.evswsdk.ApplicationWorkbenchWindowAdvisor.preWindowOpen(Unknow
n Source)
    at org.eclipse.ui.internal.WorkbenchWindow.fireWindowOpening(WorkbenchWi
ndow.java:1654)
    at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:65
4)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequest
or.java:56)
    at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(Injecto
rImpl.java:898)
    at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java
:121)
    at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java
:86)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextIn
jectionFactory.java:73)
    at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.jav
a:1526)
    at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench.
java:1500)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider.updateActive
Shell(WorkbenchSourceProvider.java:944)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider.getCurrentSt
ate(WorkbenchSourceProvider.java:138)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.handleEven
t(WorkbenchSourceProvider.java:704)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1266)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1112)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1137)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1122)
    at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1673
)
    at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2193)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4673)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:339)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1633)

    at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2117)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5050)
    at org.eclipse.swt.internal.win32.OS.BringWindowToTop(Native Method)
    at org.eclipse.swt.widgets.Decorations.bringToTop(Decorations.java:230)
    at org.eclipse.swt.widgets.Shell.open(Shell.java:1244)
    at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.postProcess(WBW
Renderer.java:694)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCrea
teGui(PartRenderingEngine.java:658)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCrea
teGui(PartRenderingEngine.java:746)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0
(PartRenderingEngine.java:717)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(Pa
rtRenderingEngine.java:711)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGu
i(PartRenderingEngine.java:695)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(Pa
rtRenderingEngine.java:1057)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja
va:337)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Part
RenderingEngine.java:1018)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Wor
kbench.java:156)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja
va:337)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav
a:606)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at com.ti.evswsdk.Application.start(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl
e.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli
cation(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec
lipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va:380)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va:235)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1515)

!ENTRY org.eclipse.osgi 4 0 2016-05-04 13:07:54.910
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: C:\ti\BatteryManagementStudio\sdkjniadapter.dll:
 This application has failed to start because the application configuration is i
ncorrect. Reinstalling the application may fix this problem
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at toolsSDK.JNIWrappers.SDKLib.<clinit>(Unknown Source)
    at com.ti.evswsdk.communication.connection.CMConnection.<init>(Unknown S
ource)
    at com.ti.evswsdk.communication.connection.CMConnection.getInstance(Unkn
own Source)
    at com.ti.evswsdk.ApplicationWorkbenchWindowAdvisor.preWindowOpen(Unknow
n Source)
    at org.eclipse.ui.internal.WorkbenchWindow.fireWindowOpening(WorkbenchWi
ndow.java:1654)
    at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:65
4)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequest
or.java:56)
    at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(Injecto
rImpl.java:898)
    at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java
:121)
    at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java
:86)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextIn
jectionFactory.java:73)
    at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.jav
a:1526)
    at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench.
java:1500)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider.updateActive
Shell(WorkbenchSourceProvider.java:944)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider.getCurrentSt
ate(WorkbenchSourceProvider.java:138)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.handleEven
t(WorkbenchSourceProvider.java:704)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1266)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1112)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1137)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1122)
    at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1673
)
    at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2193)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4673)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:339)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1633)

    at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2117)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5050)
    at org.eclipse.swt.internal.win32.OS.BringWindowToTop(Native Method)
    at org.eclipse.swt.widgets.Decorations.bringToTop(Decorations.java:230)
    at org.eclipse.swt.widgets.Shell.open(Shell.java:1244)
    at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.postProcess(WBW
Renderer.java:694)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCrea
teGui(PartRenderingEngine.java:658)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCrea
teGui(PartRenderingEngine.java:746)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0
(PartRenderingEngine.java:717)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(Pa
rtRenderingEngine.java:711)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGu
i(PartRenderingEngine.java:695)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(Pa
rtRenderingEngine.java:1057)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja
va:337)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Part
RenderingEngine.java:1018)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Wor
kbench.java:156)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja
va:337)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav
a:606)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at com.ti.evswsdk.Application.start(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl
e.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli
cation(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec
lipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va:380)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va:235)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1515)

!ENTRY com.ti.evswsdk 4 0 2016-05-04 13:07:54.941
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in com.ti.evswsdk.Activator.stop()
 of bundle com.ti.evswsdk.
    at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleCont
extImpl.java:847)
    at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(Equinox
Bundle.java:955)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopW
orker(EquinoxBundle.java:323)
    at org.eclipse.osgi.container.Module.doStop(Module.java:626)
    at org.eclipse.osgi.container.Module.stop(Module.java:488)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decSta
rtLevel(ModuleContainer.java:1623)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doCont
ainerStartLevel(ModuleContainer.java:1542)
    at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:
248)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$Equino
xSystemModule.stopWorker(EquinoxBundle.java:144)
    at org.eclipse.osgi.container.Module.doStop(Module.java:626)
    at org.eclipse.osgi.container.Module.stop(Module.java:488)
    at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:186)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$Equino
xSystemModule$1.run(EquinoxBundle.java:159)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class toolsSDK.J
NIWrappers.SDKLib
    at com.ti.evswsdk.Activator.stop(Unknown Source)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleCon
textImpl.java:827)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleCon
textImpl.java:1)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleCont
extImpl.java:820)
    ... 13 more
Root exception:
java.lang.NoClassDefFoundError: Could not initialize class toolsSDK.JNIWrappers.
SDKLib
    at com.ti.evswsdk.Activator.stop(Unknown Source)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleCon
textImpl.java:827)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleCon
textImpl.java:1)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleCont
extImpl.java:820)
    at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(Equinox
Bundle.java:955)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopW
orker(EquinoxBundle.java:323)
    at org.eclipse.osgi.container.Module.doStop(Module.java:626)
    at org.eclipse.osgi.container.Module.stop(Module.java:488)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decSta
rtLevel(ModuleContainer.java:1623)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doCont
ainerStartLevel(ModuleContainer.java:1542)
    at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:
248)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$Equino
xSystemModule.stopWorker(EquinoxBundle.java:144)
    at org.eclipse.osgi.container.Module.doStop(Module.java:626)
    at org.eclipse.osgi.container.Module.stop(Module.java:488)
    at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:186)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$Equino
xSystemModule$1.run(EquinoxBundle.java:159)
    at java.lang.Thread.run(Unknown Source)             -------------------------------------------------------------------------------------------------------------------------------------------