You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have successfully tested springcloud- nacos-seata sample.
When i test springboot-dubbo-seata , it cannot be started.The error is : Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path
I tried by adding tomcat dependency and it doesn't work.
The text was updated successfully, but these errors were encountered:
Hi,
I have successfully tested springcloud- nacos-seata sample.
When i test springboot-dubbo-seata , it cannot be started.The error is :
Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path
I tried by adding tomcat dependency and it doesn't work.
The text was updated successfully, but these errors were encountered: