添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Caused by: com.tibco.as.space.RuntimeASException: java.lang.UnsatisfiedLinkError: C:tibcoas2.3libas-common.dll: Can't find dependent libraries

at com.tibco.as.space.impl.NativeImpl.loadLibrary(NativeImpl.java:54)

at com.tibco.as.space.impl.NativeImpl.init(NativeImpl.java:38)

at com.tibco.as.space.impl.NativeImpl.(NativeImpl.java:30)

... 8 more

Caused by: java.lang.UnsatisfiedLinkError: C:tibcoas2.3libas-common.dll: Can't find dependent libraries

at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)

at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2430)

at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2487)

at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2684)

at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2649)

at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:829)

at java.base/java.lang.System.loadLibrary(System.java:1867)

at com.tibco.as.space.impl.NativeImpl.loadLibrary(NativeImpl.java:46)

... 10 more

BE is using AS and AS is missing MS Visual C++ DLLS, you should get a similar error if youexecuteas2.3binas-admin.exe

For example, missing:

msvcr120.dll

msvcp120.dll

You have two options:

you should install/re-installthe Microsoft visual C++ Redistributable package which can be found here:

https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

modify your environment PATH (in windows orusing studio-->debug configurations-->environment) and add a folder that contains those DLLs.

Hope this helps.

Stefano