[WARNING] [] [javax.enterprise.web.util] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1473348595597] [timeMillis: 1473348603791] [levelValue: 900] [[ The web application [unknown] registered the JDBC driver [com.mysql.cj.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.]] [/pre]
GlassFish警告意味着您的應用程序注冊了JDBC驅動程序,但在取消部署期間未注銷它。重新部署應用程序時,舊版本會被取消部署,並引發上述警告。它不應該影響新部署的應用程序。
It you undeploy all applications, restart the server and deploy your application, you should not see the warning.
1、首先undeploy所有應用
2、重新啟動服務器
3、deploy應用
