xebialabs / overthere

Runs something "Over there"

Home Page:http://www.xebialabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown connection protocol cifs

folly3 opened this issue · comments

hello,

i have a problem with my app in production environment, " java.lang.IllegalArgumentException: Unknown connection protocol cifs ".

But in local environment on tomcat my app run fine.

@SergeyFedechkin
you can say me how you resolve your issue.
#107

best regards.

Folly

Hello. This error relates to app classloader issue. First and right way is to build your app including all libs in proper sequence (check links on github project info). Other way is to try to add overthere lib to classloader hierarchy programatically on runtime.

Hello SergeyFedechkin,

Thank you for your response, but you can give me links for including libs in proper sequence.
I found nothing, i am a bad searcher.

Thanks again.

Folly