简体   繁体   中英

Can't start jboss server; NoClassDefFoundError: com/tibco/tibrv/TibrvException

I am trying to setup our jboss server but I get this error even after downloading and installing rendezvous 64bit.

Caused by: java.lang.NoClassDefFoundError: com/tibco/tibrv/TibrvException
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2398)
        at java.lang.Class.getConstructor0(Class.java:2708)
        at java.lang.Class.getDeclaredConstructor(Class.java:1987)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy

The issue was I was using the wrong library. My company had their own tib library with modifications.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM