The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Forums
Ask questions and gain insight from discussions

While Starting Cache engine in Tibco be Studio, I am getting Error how can i solve this issue Error::Caused by: com.tibco.as.space.RuntimeASException: java.lang.UnsatisfiedLinkError: C:\tibco\as\2.3\lib\as-common.dll: Can't find dependent libraries


JAIPRAKASH KUMAR

Recommended Posts

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

Link to comment
Share on other sites

  • 4 months later...

Hi,

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

OR

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

Hope this helps.

 

Stefano

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...