我有一个Java / spring应用程序(服务),可以在我的机器(windows)上正常运行。但是,当我将其部署到linux机器上时,会不断出现以下运行时错误:
Error creating bean with name 'xxx' defined in class path resource
xxxx/applicationContext.xml]: Bean instantiation via factory method failed;
nested exception is
org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.tangosol.net.NamedCache]: Factory method 'abc' threw exception;
nested exception is (Wrapped)
java.security.PrivilegedActionException:
java.lang.reflect.InvocationTargetException
是Java的新手,我不确定如何解决此错误。
谢谢。