Naveen CM Posted January 5, 2019 Posted January 5, 2019 Error loading as-common dynamic loadable library. Check that your PATH (or LD_LIBRARY_PATH) environment variables are setup correctly and that you have the appropriate architecture installed java.lang.ExceptionInInitializerError at com.tibco.as.space.ASCommon.setLogLevel(ASCommon.java:35) at com.tibco.bw.thor.management.persistence.as.ASConnection.init(ASConnection.java:110) at com.tibco.bw.thor.management.persistence.as.ASConnection.(ASConnection.java:63) at com.tibco.bw.thor.management.persistence.as.BWASConnectionFactory.getInstance(BWASConnectionFactory.java:30) at com.tibco.bw.thor.management.persistence.as.BWASDataManager.initConnection(BWASDataManager.java:117) at com.tibco.bw.thor.management.persistence.as.BWASDataManager.(BWASDataManager.java:108) at com.tibco.bw.thor.management.persistence.BWAdminDataManagerFactory.getInstance(BWAdminDataManagerFactory.java:53) at com.tibco.bw.thor.admin.agent.commands.BW6AdminAgentLifecycleCommand.doExecute(BW6AdminAgentLifecycleCommand.java:304) at com.tibco.bw.thor.management.cli.commands.AbstractCommand.execute(AbstractCommand.java:62) at org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35) at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:474) at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:400) at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108) at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183) at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120) at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89) at com.tibco.bw.thor.management.cli.commands.AbstractMain.o00000(AbstractMain.java:482) at com.tibco.bw.thor.management.cli.commands.AbstractMain.o00000(AbstractMain.java:451) at com.tibco.bw.thor.management.cli.commands.AbstractMain.mainLoop(AbstractMain.java:179) at com.tibco.bw.thor.admin.agent.Main.main(Main.java:40) Caused by: com.tibco.as.space.RuntimeASException: java.lang.UnsatisfiedLinkError: C:tibcobw6.5systemlibaslibas-common.dll: Can't find dependent libraries at com.tibco.as.space.impl.NativeImpl.loadLibrary(NativeImpl.java:47) at com.tibco.as.space.impl.NativeImpl.init(NativeImpl.java:31) at com.tibco.as.space.impl.NativeImpl.(NativeImpl.java:23) ... 20 more Caused by: java.lang.UnsatisfiedLinkError: C:tibcobw6.5systemlibaslibas-common.dll: Can't find dependent libraries at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at com.tibco.as.space.impl.NativeImpl.loadLibrary(NativeImpl.java:39) ... 22 more java.lang.ExceptionInInitializerError
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now