-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目Tomcat启动异常,请问这是什么原因? #188
Comments
报错是说mysql的V1_0_1_4__party_struct.sql脚本执行失败了。 |
请问数据库有没有注释啊? |
还没整理数据库结构 |
兄弟,整理好开源出来学习一下可以吗 |
估计要等等了。最近事情有点儿多 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
D:\Java\apache-tomcat-8\bin\catalina.bat run
[2019-06-12 05:58:55,369] Artifact lemon:war: Waiting for server connection to start artifact deployment...
Using CATALINA_BASE: "C:\Users\King.IntelliJIdea2019.1\system\tomcat\Unnamed_lemon"
Using CATALINA_HOME: "D:\Java\apache-tomcat-8"
Using CATALINA_TMPDIR: "D:\Java\apache-tomcat-8\temp"
Using JRE_HOME: "D:\Java\jdk1.8"
Using CLASSPATH: "D:\Java\apache-tomcat-8\bin\bootstrap.jar;D:\Java\apache-tomcat-8\bin\tomcat-juli.jar"
Connected to the target VM, address: '127.0.0.1:50005', transport: 'socket'
12-Jun-2019 17:58:57.346 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.0.30
12-Jun-2019 17:58:57.348 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Dec 1 2015 22:30:46 UTC
12-Jun-2019 17:58:57.348 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.0.30.0
12-Jun-2019 17:58:57.348 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Windows 10
12-Jun-2019 17:58:57.365 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 10.0
12-Jun-2019 17:58:57.365 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
12-Jun-2019 17:58:57.365 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: D:\Java\jdk1.8\jre
12-Jun-2019 17:58:57.365 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_202-b08
12-Jun-2019 17:58:57.365 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
12-Jun-2019 17:58:57.365 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: C:\Users\King.IntelliJIdea2019.1\system\tomcat\Unnamed_lemon
12-Jun-2019 17:58:57.365 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: D:\Java\apache-tomcat-8
12-Jun-2019 17:58:57.366 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:50005,suspend=y,server=n
12-Jun-2019 17:58:57.366 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -javaagent:C:\Users\King.IntelliJIdea2019.1\system\captureAgent\debugger-agent.jar
12-Jun-2019 17:58:57.367 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote=
12-Jun-2019 17:58:57.367 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.port=1099
12-Jun-2019 17:58:57.367 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.ssl=false
12-Jun-2019 17:58:57.368 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.password.file=C:\Users\King.IntelliJIdea2019.1\system\tomcat\Unnamed_lemon\jmxremote.password
12-Jun-2019 17:58:57.368 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.access.file=C:\Users\King.IntelliJIdea2019.1\system\tomcat\Unnamed_lemon\jmxremote.access
12-Jun-2019 17:58:57.368 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.rmi.server.hostname=127.0.0.1
12-Jun-2019 17:58:57.369 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=C:\Users\King.IntelliJIdea2019.1\system\tomcat\Unnamed_lemon\conf\logging.properties
12-Jun-2019 17:58:57.369 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
12-Jun-2019 17:58:57.369 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=D:\Java\apache-tomcat-8\endorsed
12-Jun-2019 17:58:57.369 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=C:\Users\King.IntelliJIdea2019.1\system\tomcat\Unnamed_lemon
12-Jun-2019 17:58:57.369 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=D:\Java\apache-tomcat-8
12-Jun-2019 17:58:57.370 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=D:\Java\apache-tomcat-8\temp
12-Jun-2019 17:58:57.370 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library 1.1.33 using APR version 1.5.1.
12-Jun-2019 17:58:57.370 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
12-Jun-2019 17:58:58.493 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.1m 19 Mar 2015)
12-Jun-2019 17:58:58.651 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-apr-8080"]
12-Jun-2019 17:58:58.661 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-apr-8009"]
12-Jun-2019 17:58:58.663 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 2035 ms
12-Jun-2019 17:58:58.702 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
12-Jun-2019 17:58:58.702 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.30
12-Jun-2019 17:58:58.719 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-apr-8080"]
12-Jun-2019 17:58:58.729 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-apr-8009"]
12-Jun-2019 17:58:58.730 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 66 ms
Connected to server
[2019-06-12 05:58:58,781] Artifact lemon:war: Artifact is being deployed, please wait...
12-Jun-2019 17:59:08.737 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory D:\Java\apache-tomcat-8\webapps\manager
12-Jun-2019 17:59:09.250 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Jun-2019 17:59:09.390 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory D:\Java\apache-tomcat-8\webapps\manager has finished in 651 ms
12-Jun-2019 17:59:50.606 INFO [RMI TCP Connection(2)-127.0.0.1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17:59:50,773 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
17:59:50,775 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
17:59:50,776 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/D:/Java/apache-tomcat-8/webapps/lemon_war/WEB-INF/classes/logback.xml]
17:59:51,329 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
17:59:51,340 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropagator] to the object stack
17:59:51,391 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Setting level of jul logger [org.apache.catalina.core.ContainerBase.[Catalina].[localhost]] to null
17:59:51,393 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Propagating DEBUG level on Logger[ROOT] onto the JUL framework
17:59:51,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Starting LoggerContextListener
17:59:51,398 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - About to instantiate property definer of type [com.mossle.core.logback.ResourceExistsPropertyDefiner]
17:59:51,414 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - Popping property definer for property named [LOCAL_PROP_EXISTS] from the object stack
17:59:51,417 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - About to instantiate property definer of type [com.mossle.core.logback.ResourceExistsPropertyDefiner]
17:59:51,417 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - Popping property definer for property named [SERVER_PROP_EXISTS] from the object stack
17:59:51,988 |-INFO in ch.qos.logback.classic.joran.action.JMXConfiguratorAction - begin
17:59:52,003 |-INFO in ch.qos.logback.core.joran.util.ConfigurationWatchListUtil@18d28673 - Adding [file:/D:/Java/apache-tomcat-8/webapps/lemon_war/WEB-INF/classes/logback/console.xml] to configuration watch list.
17:59:52,006 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
17:59:52,018 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
17:59:52,043 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
17:59:52,247 |-INFO in ch.qos.logback.core.ConsoleAppender[CONSOLE] - Enabling JANSI WindowsAnsiOutputStream for the console.
17:59:52,313 |-WARN in ch.qos.logback.core.ConsoleAppender[CONSOLE] - Failed to create WindowsAnsiOutputStream. Falling back on the default stream. ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type org.fusesource.jansi.WindowsAnsiOutputStream
at ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type org.fusesource.jansi.WindowsAnsiOutputStream
at at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:73)
at at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:42)
at at ch.qos.logback.core.ConsoleAppender.getTargetStreamForWindows(ConsoleAppender.java:94)
at at ch.qos.logback.core.ConsoleAppender.start(ConsoleAppender.java:85)
at at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:96)
at at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:317)
at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:196)
at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:182)
at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49)
at at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)
at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:152)
at at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
at at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:55)
at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:141)
at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:120)
at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:331)
at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:283)
at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:304)
at at com.mossle.core.spring.ProxyServletListener.(ProxyServletListener.java:20)
at at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at at java.lang.Class.newInstance(Class.java:442)
at at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:121)
at at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4734)
at at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5255)
at at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
at at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
at at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
at at org.apache.catalina.startup.HostConfig.manageApp(HostConfig.java:1675)
at at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at at java.lang.reflect.Method.invoke(Method.java:498)
at at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:300)
at at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
at at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
at at org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:465)
at at org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:415)
at at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at at java.lang.reflect.Method.invoke(Method.java:498)
at at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:300)
at at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
at at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
at at com.sun.jmx.remote.security.MBeanServerAccessController.invoke(MBeanServerAccessController.java:468)
at at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1468)
at at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
at at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
at at java.security.AccessController.doPrivileged(Native Method)
at at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1408)
at at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:829)
at at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at at java.lang.reflect.Method.invoke(Method.java:498)
at at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
at at sun.rmi.transport.Transport$1.run(Transport.java:200)
at at sun.rmi.transport.Transport$1.run(Transport.java:197)
at at java.security.AccessController.doPrivileged(Native Method)
at at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
at at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
at at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
at at java.security.AccessController.doPrivileged(Native Method)
at at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
at at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.reflect.InvocationTargetException
at at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:68)
at ... 75 common frames omitted
17:59:52,323 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
17:59:52,323 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Propagating INFO level on Logger[ROOT] onto the JUL framework
17:59:52,324 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[ROOT]
17:59:52,333 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.mossle] to INFO
17:59:52,333 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Propagating INFO level on Logger[com.mossle] onto the JUL framework
17:59:52,333 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.sun.jersey.core.spi.component.ProviderServices] to WARN
17:59:52,333 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Propagating WARN level on Logger[com.sun.jersey.core.spi.component.ProviderServices] onto the JUL framework
17:59:52,334 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.sun.jersey.server.impl.cdi.CDIComponentProviderFactoryInitializer] to WARN
17:59:52,334 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Propagating WARN level on Logger[com.sun.jersey.server.impl.cdi.CDIComponentProviderFactoryInitializer] onto the JUL framework
17:59:52,334 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.sun.jersey.server.impl.ejb.EJBComponentProviderFactoryInitilizer] to WARN
17:59:52,334 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Propagating WARN level on Logger[com.sun.jersey.server.impl.ejb.EJBComponentProviderFactoryInitilizer] onto the JUL framework
17:59:52,334 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.sun.jersey.server.impl.managedbeans.ManagedBeanComponentProviderFactoryInitilizer] to WARN
17:59:52,334 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Propagating WARN level on Logger[com.sun.jersey.server.impl.managedbeans.ManagedBeanComponentProviderFactoryInitilizer] onto the JUL framework
17:59:52,334 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.hibernate.engine.internal.StatisticalLoggingSessionEventListener] to WARN
17:59:52,334 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Propagating WARN level on Logger[org.hibernate.engine.internal.StatisticalLoggingSessionEventListener] onto the JUL framework
17:59:52,334 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.hibernate.hql.internal.ast.HqlSqlWalker] to ERROR
17:59:52,334 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Propagating ERROR level on Logger[org.hibernate.hql.internal.ast.HqlSqlWalker] onto the JUL framework
17:59:52,334 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.security.access.event.LoggerListener] to ERROR
17:59:52,334 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Propagating ERROR level on Logger[org.springframework.security.access.event.LoggerListener] onto the JUL framework
17:59:52,334 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.security.authentication.event.LoggerListener] to ERROR
17:59:52,334 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Propagating ERROR level on Logger[org.springframework.security.authentication.event.LoggerListener] onto the JUL framework
17:59:52,335 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] to WARN
17:59:52,335 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@413dcbfa - Propagating WARN level on Logger[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] onto the JUL framework
17:59:52,335 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
17:59:52,335 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1c5e6f80 - Registering current configuration as safe fallback point
17:59:52.394 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.web.context.ContextLoader:285 - Root WebApplicationContext: initialization started
17:59:52.751 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.web.context.support.XmlWebApplicationContext:515 - Refreshing Root WebApplicationContext: startup date [Wed Jun 12 17:59:52 CST 2019]; root of context hierarchy
17:59:52.932 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-cache.xml]
17:59:53.588 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-config.xml]
17:59:53.657 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-filter.xml]
17:59:53.717 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-hibernate.xml]
17:59:53.735 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-i18n.xml]
17:59:53.757 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-inspektr.xml]
17:59:53.768 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-jdbc.xml]
17:59:53.884 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-jmx.xml]
17:59:53.979 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-mail.xml]
17:59:53.992 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-metrics.xml]
17:59:54.004 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-scheduler.xml]
17:59:54.051 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]
17:59:54.152 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security.xml]
17:59:54.209 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.security.core.SpringSecurityCoreVersion:58 - You are running with Spring Security Core 3.2.8.RELEASE
17:59:54.230 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.security.config.SecurityNamespaceHandler:75 - Spring Security 'config' module version is 3.2.8.RELEASE
17:59:54.520 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.security.config.http.HttpSecurityBeanDefinitionParser:266 - Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 200, , order = 201, Root bean: class [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 400, Root bean: class [org.springframework.security.web.authentication.logout.LogoutFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 700, , order = 1099, <org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#0>, order = 1100, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1500, Root bean: class [org.springframework.security.web.savedrequest.RequestCacheAwareFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1600, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1900, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2000, Root bean: class [org.springframework.security.web.session.SessionManagementFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2100, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2200, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0>, order = 2300, , order = 2400]
17:59:54.539 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-service.xml]
17:59:54.552 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-springmvc.xml]
17:59:57.967 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-subscribe.xml]
17:59:57.986 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-account.xml]
17:59:58.024 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-activiti.xml]
17:59:58.034 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-cdn.xml]
17:59:58.058 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-client.xml]
17:59:58.117 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-data.xml]
17:59:58.129 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-form.xml]
17:59:58.142 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-humantask.xml]
17:59:58.176 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-internal.xml]
17:59:58.209 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-notification.xml]
17:59:58.240 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-org.xml]
17:59:58.259 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-process.xml]
17:59:58.308 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-store.xml]
17:59:58.359 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-sys.xml]
17:59:58.387 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-module-tenant.xml]
17:59:58.411 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx.xml]
18:00:04.083 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.config.AppConfig:85 - config app.id : application
18:00:04.087 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.config.AppConfig:86 - config app.cluster : default
18:00:04.088 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.config.AppConfig:87 - config app.env : mysql
18:00:04.088 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.config.AppConfig:88 - config app.namespace : application
18:00:04.088 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.config.AppConfig:98 - config resourceName : application-mysql.properties
18:00:04.522 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:165 - Initializing ExecutorService
18:00:04.523 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:309 - Bean 'targetExecutor' of type [class org.springframework.scheduling.config.TaskExecutorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
18:00:04.523 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:309 - Bean 'targetExecutor' of type [class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
18:00:04.609 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:309 - Bean 'appConfig' of type [class com.mossle.core.config.AppConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
18:00:04.628 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:309 - Bean 'applicationProperties' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
18:00:04.636 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.spring.ProxyTaskScheduler:45 - com.mossle.user.scheduler.AccountLockJob.cleanEveryNight : false
18:00:04.637 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.spring.ProxyTaskScheduler:45 - com.mossle.humantask.scheduler.TaskDeadlineJob.execute : true
18:00:04.637 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.spring.ProxyTaskScheduler:45 - com.mossle.user.scheduler.AccountLockJob.unlockFiveMinute : false
18:00:04.638 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.spring.ProxyTaskScheduler:45 - com.mossle.internal.sendmail.scheduler.SendMailJob.execute : true
18:00:04.639 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:165 - Initializing ExecutorService
18:00:04.640 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:309 - Bean 'targetScheduler' of type [class com.mossle.core.spring.ProxyTaskScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
18:00:05.561 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.security.web.DefaultSecurityFilterChain:28 - Creating filter chain: Ant [pattern='/s/'], []
18:00:05.576 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.security.web.DefaultSecurityFilterChain:28 - Creating filter chain: Ant [pattern='/cdn/'], []
18:00:05.579 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.security.web.DefaultSecurityFilterChain:28 - Creating filter chain: Ant [pattern='/favicon.ico'], []
18:00:05.585 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.security.web.DefaultSecurityFilterChain:28 - Creating filter chain: Ant [pattern='//*.js'], []
18:00:05.587 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.security.web.DefaultSecurityFilterChain:28 - Creating filter chain: Ant [pattern='//.css'], []
18:00:05.592 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.security.web.DefaultSecurityFilterChain:28 - Creating filter chain: Ant [pattern='/**/.jpg'], []
18:00:05.594 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.security.web.DefaultSecurityFilterChain:28 - Creating filter chain: Ant [pattern='//*.gif'], []
18:00:05.596 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.security.web.DefaultSecurityFilterChain:28 - Creating filter chain: Ant [pattern='//*.png'], []
18:00:05.600 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.security.web.DefaultSecurityFilterChain:28 - Creating filter chain: Ant [pattern='/avatar/api/**'], []
18:00:06.248 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.simulator.hsqldb.HsqldbServer:50 - skip hsqldb server
Loading class
com.mysql.jdbc.Driver'. This is deprecated. The new driver class is
com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.18:00:07.808 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_ASSET, dbmigrate.mysql.asset
18:00:07.912 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.util.VersionPrinter:44 - Flyway 3.2.1 by Boxfuse
18:00:08.011 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:08.166 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_ASSET
not necessary. No failed migration detected.18:00:08.214 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_ASSET
successfully repaired (execution time 00:00.094s).18:00:08.215 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:08.251 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 7 migrations (execution time 00:00.020s)
18:00:08.291 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.10.0.118:00:08.293 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:08.298 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_ATTENDANCE, dbmigrate.mysql.attendance
18:00:08.300 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:08.310 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_ATTENDANCE
not necessary. No failed migration detected.18:00:08.326 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_ATTENDANCE
successfully repaired (execution time 00:00.021s).18:00:08.327 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:08.367 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 3 migrations (execution time 00:00.012s)
18:00:08.389 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 0.0.0.218:00:08.390 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:08.393 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_AUTH, dbmigrate.mysql.auth
18:00:08.395 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:08.407 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_AUTH
not necessary. No failed migration detected.18:00:08.442 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_AUTH
successfully repaired (execution time 00:00.040s).18:00:08.443 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:08.472 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 16 migrations (execution time 00:00.021s)
18:00:08.496 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.10.0.118:00:08.498 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:08.502 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_BPM, dbmigrate.mysql.bpm
18:00:08.504 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:08.517 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_BPM
not necessary. No failed migration detected.18:00:08.564 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_BPM
successfully repaired (execution time 00:00.052s).18:00:08.564 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:08.603 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 23 migrations (execution time 00:00.027s)
18:00:08.626 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.8.0.218:00:08.627 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:08.630 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_CMS, dbmigrate.mysql.cms
18:00:08.633 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:08.646 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_CMS
not necessary. No failed migration detected.18:00:08.694 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_CMS
successfully repaired (execution time 00:00.053s).18:00:08.694 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:08.736 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 25 migrations (execution time 00:00.030s)
18:00:08.761 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.10.0.618:00:08.762 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:08.766 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_DICT, dbmigrate.mysql.dict
18:00:08.770 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:08.780 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_DICT
not necessary. No failed migration detected.18:00:08.803 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_DICT
successfully repaired (execution time 00:00.027s).18:00:08.803 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:08.824 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 8 migrations (execution time 00:00.014s)
18:00:08.845 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.10.0.118:00:08.846 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:08.849 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_DISK, dbmigrate.mysql.disk
18:00:08.851 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:08.861 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_DISK
not necessary. No failed migration detected.18:00:08.883 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_DISK
successfully repaired (execution time 00:00.027s).18:00:08.883 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:08.904 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 9 migrations (execution time 00:00.014s)
18:00:08.924 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.10.0.418:00:08.926 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:08.928 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_DOC, dbmigrate.mysql.doc
18:00:08.930 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:08.940 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_DOC
not necessary. No failed migration detected.18:00:08.956 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_DOC
successfully repaired (execution time 00:00.021s).18:00:08.957 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:08.979 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 4 migrations (execution time 00:00.014s)
18:00:09.001 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.10.0.218:00:09.002 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.005 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_EXPENSE, dbmigrate.mysql.expense
18:00:09.007 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.016 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_EXPENSE
not necessary. No failed migration detected.18:00:09.033 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_EXPENSE
successfully repaired (execution time 00:00.021s).18:00:09.034 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.052 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 4 migrations (execution time 00:00.012s)
18:00:09.072 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.10.0.218:00:09.073 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.076 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_FORM, dbmigrate.mysql.form
18:00:09.077 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.087 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_FORM
not necessary. No failed migration detected.18:00:09.104 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_FORM
successfully repaired (execution time 00:00.022s).18:00:09.104 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.124 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 5 migrations (execution time 00:00.013s)
18:00:09.149 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.6.0.118:00:09.150 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.153 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_HUMANTASK, dbmigrate.mysql.humantask
18:00:09.155 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.170 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_HUMANTASK
not necessary. No failed migration detected.18:00:09.208 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_HUMANTASK
successfully repaired (execution time 00:00.046s).18:00:09.209 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.238 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 18 migrations (execution time 00:00.022s)
18:00:09.257 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.7.1.118:00:09.258 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.261 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_DELEGATE, dbmigrate.mysql.delegate
18:00:09.263 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.272 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_DELEGATE
not necessary. No failed migration detected.18:00:09.288 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_DELEGATE
successfully repaired (execution time 00:00.021s).18:00:09.288 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.305 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 3 migrations (execution time 00:00.011s)
18:00:09.333 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 0.0.0.218:00:09.335 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.339 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_SENDMAIL, dbmigrate.mysql.sendmail
18:00:09.341 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.353 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_SENDMAIL
not necessary. No failed migration detected.18:00:09.380 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_SENDMAIL
successfully repaired (execution time 00:00.033s).18:00:09.380 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.405 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 10 migrations (execution time 00:00.015s)
18:00:09.427 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.10.0.218:00:09.428 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.431 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_SEQUENCE, dbmigrate.mysql.sequence
18:00:09.433 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.442 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_SEQUENCE
not necessary. No failed migration detected.18:00:09.455 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_SEQUENCE
successfully repaired (execution time 00:00.018s).18:00:09.455 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.474 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 2 migrations (execution time 00:00.012s)
18:00:09.493 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 0.0.0.118:00:09.495 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.497 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_STORE, dbmigrate.mysql.store
18:00:09.499 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.509 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_STORE
not necessary. No failed migration detected.18:00:09.530 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_STORE
successfully repaired (execution time 00:00.025s).18:00:09.530 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.551 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 8 migrations (execution time 00:00.014s)
18:00:09.571 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.10.0.518:00:09.573 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.577 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_TEMPLATE, dbmigrate.mysql.template
18:00:09.581 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.591 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_TEMPLATE
not necessary. No failed migration detected.18:00:09.607 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_TEMPLATE
successfully repaired (execution time 00:00.021s).18:00:09.608 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.627 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 4 migrations (execution time 00:00.013s)
18:00:09.650 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.6.0.118:00:09.652 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.654 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_JAVAMAIL, dbmigrate.mysql.javamail
18:00:09.656 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.665 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_JAVAMAIL
not necessary. No failed migration detected.18:00:09.680 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_JAVAMAIL
successfully repaired (execution time 00:00.019s).18:00:09.681 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.698 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 4 migrations (execution time 00:00.010s)
18:00:09.715 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 0.0.0.318:00:09.717 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.720 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_LEAVE, dbmigrate.mysql.leave
18:00:09.722 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.731 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_LEAVE
not necessary. No failed migration detected.18:00:09.749 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_LEAVE
successfully repaired (execution time 00:00.022s).18:00:09.750 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.769 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 7 migrations (execution time 00:00.013s)
18:00:09.785 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.10.0.518:00:09.786 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.789 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_MEETING, dbmigrate.mysql.meeting
18:00:09.790 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.799 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_MEETING
not necessary. No failed migration detected.18:00:09.816 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_MEETING
successfully repaired (execution time 00:00.020s).18:00:09.816 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.837 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 5 migrations (execution time 00:00.013s)
18:00:09.859 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 0.0.0.418:00:09.860 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.863 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_MODEL, dbmigrate.mysql.model
18:00:09.864 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.881 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_MODEL
not necessary. No failed migration detected.18:00:09.903 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_MODEL
successfully repaired (execution time 00:00.033s).18:00:09.903 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.924 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 8 migrations (execution time 00:00.014s)
18:00:09.944 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.9.0.518:00:09.946 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:09.948 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_MSG, dbmigrate.mysql.msg
18:00:09.950 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:09.959 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl:44 - Repair of failed migration in metadata table
lemon
._DB_MSG
not necessary. No failed migration detected.18:00:09.980 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_MSG
successfully repaired (execution time 00:00.025s).18:00:09.981 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:09.998 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 4 migrations (execution time 00:00.010s)
18:00:10.020 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.7.0.118:00:10.021 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Schema
lemon
is up to date. No migration necessary.18:00:10.024 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.dbmigrate.DatabaseMigrator:78 - migrate : _DB_PARTY, dbmigrate.mysql.party
18:00:10.026 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.DbSupportFactory:44 - Database: jdbc:mysql://mysql.gcloudvi.com:3306/lemon?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT (MySQL 8.0)
18:00:10.111 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Metadata table
lemon
._DB_PARTY
successfully repaired (execution time 00:00.078s).18:00:10.112 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbRepair:44 - Manual cleanup of the remaining effects the failed migration may still be required.
18:00:10.144 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbValidate:44 - Validated 17 migrations (execution time 00:00.024s)
18:00:10.161 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Current version of schema
lemon
: 1.0.1.318:00:10.162 INFO [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:44 - Migrating schema
lemon
to version 1.0.1.4 - party struct18:00:10.204 WARN [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.dbsupport.JdbcTemplate:48 - DB: Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists (SQL State: 42000 - Error Code: 1091)
18:00:10.205 ERROR [RMI TCP Connection(2)-127.0.0.1] org.flywaydb.core.internal.command.DbMigrate:52 - Migration of schema
lemon
to version 1.0.1.4 failed! Please restore backups and roll back database and code!18:00:10.343 WARN [RMI TCP Connection(2)-127.0.0.1] org.springframework.web.context.support.XmlWebApplicationContext:489 - Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'compositeFilter' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-filter.xml]: Cannot resolve reference to bean 'springSecurityFilterChainProxy' while setting bean property 'filters' with key [6]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterChainProxy' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-filter.xml]: Cannot resolve reference to bean 'springSecurityFilterChain' while setting bean property 'filter'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChainProxy': Cannot resolve reference to bean 'org.springframework.security.filterChains' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#9' while setting bean property 'sourceList' with key [9]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#9': Cannot create inner bean '(inner bean)#52e4a573' of type [org.springframework.security.web.context.SecurityContextPersistenceFilter] while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#52e4a573': Cannot resolve reference to bean 'securityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterChainProxy' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-filter.xml]: Cannot resolve reference to bean 'springSecurityFilterChain' while setting bean property 'filter'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChainProxy': Cannot resolve reference to bean 'org.springframework.security.filterChains' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#9' while setting bean property 'sourceList' with key [9]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#9': Cannot create inner bean '(inner bean)#52e4a573' of type [org.springframework.security.web.context.SecurityContextPersistenceFilter] while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#52e4a573': Cannot resolve reference to bean 'securityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChainProxy': Cannot resolve reference to bean 'org.springframework.security.filterChains' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#9' while setting bean property 'sourceList' with key [9]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#9': Cannot create inner bean '(inner bean)#52e4a573' of type [org.springframework.security.web.context.SecurityContextPersistenceFilter] while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#52e4a573': Cannot resolve reference to bean 'securityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#9' while setting bean property 'sourceList' with key [9]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#9': Cannot create inner bean '(inner bean)#52e4a573' of type [org.springframework.security.web.context.SecurityContextPersistenceFilter] while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#52e4a573': Cannot resolve reference to bean 'securityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#9': Cannot create inner bean '(inner bean)#52e4a573' of type [org.springframework.security.web.context.SecurityContextPersistenceFilter] while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#52e4a573': Cannot resolve reference to bean 'securityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#52e4a573': Cannot resolve reference to bean 'securityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: java.sql.SQLSyntaxErrorException: Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.16.jar:8.0.16]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.16.jar:8.0.16]
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.16.jar:8.0.16]
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:782) ~[mysql-connector-java-8.0.16.jar:8.0.16]
at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:666) ~[mysql-connector-java-8.0.16.jar:8.0.16]
at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264) ~[commons-dbcp-1.4.jar:1.4]
at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264) ~[commons-dbcp-1.4.jar:1.4]
at org.flywaydb.core.internal.dbsupport.JdbcTemplate.executeStatement(JdbcTemplate.java:238) ~[flyway-core-3.2.1.jar:na]
at org.flywaydb.core.internal.dbsupport.SqlScript.execute(SqlScript.java:114) ~[flyway-core-3.2.1.jar:na]
... 177 common frames omitted
18:00:10.508 INFO [RMI TCP Connection(2)-127.0.0.1] com.mossle.simulator.hsqldb.HsqldbServer:75 - skip hsqldb server
18:00:10.510 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:203 - Shutting down ExecutorService
18:00:10.511 INFO [RMI TCP Connection(2)-127.0.0.1] org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:203 - Shutting down ExecutorService
18:00:10.516 ERROR [RMI TCP Connection(2)-127.0.0.1] org.springframework.web.context.ContextLoader:331 - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'compositeFilter' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-filter.xml]: Cannot resolve reference to bean 'springSecurityFilterChainProxy' while setting bean property 'filters' with key [6]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterChainProxy' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-filter.xml]: Cannot resolve reference to bean 'springSecurityFilterChain' while setting bean property 'filter'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChainProxy': Cannot resolve reference to bean 'org.springframework.security.filterChains' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#9' while setting bean property 'sourceList' with key [9]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#9': Cannot create inner bean '(inner bean)#52e4a573' of type [org.springframework.security.web.context.SecurityContextPersistenceFilter] while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#52e4a573': Cannot resolve reference to bean 'securityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterChainProxy' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-filter.xml]: Cannot resolve reference to bean 'springSecurityFilterChain' while setting bean property 'filter'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChainProxy': Cannot resolve reference to bean 'org.springframework.security.filterChains' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#9' while setting bean property 'sourceList' with key [9]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#9': Cannot create inner bean '(inner bean)#52e4a573' of type [org.springframework.security.web.context.SecurityContextPersistenceFilter] while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#52e4a573': Cannot resolve reference to bean 'securityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChainProxy': Cannot resolve reference to bean 'org.springframework.security.filterChains' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#9' while setting bean property 'sourceList' with key [9]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#9': Cannot create inner bean '(inner bean)#52e4a573' of type [org.springframework.security.web.context.SecurityContextPersistenceFilter] while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#52e4a573': Cannot resolve reference to bean 'securityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#9' while setting bean property 'sourceList' with key [9]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#9': Cannot create inner bean '(inner bean)#52e4a573' of type [org.springframework.security.web.context.SecurityContextPersistenceFilter] while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#52e4a573': Cannot resolve reference to bean 'securityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#9': Cannot create inner bean '(inner bean)#52e4a573' of type [org.springframework.security.web.context.SecurityContextPersistenceFilter] while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#52e4a573': Cannot resolve reference to bean 'securityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#52e4a573': Cannot resolve reference to bean 'securityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextRepository' defined in file [D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\spring\ctx-common-security-extend.xml]: Cannot resolve reference to bean 'authzClient' while setting bean property 'authzClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authzClient': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseMigrator': Invocation of init method failed; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
12-Jun-2019 18:00:10.700 SEVERE [RMI TCP Connection(2)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
12-Jun-2019 18:00:10.702 SEVERE [RMI TCP Connection(2)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal Context [/lemon_war] startup failed due to previous errors
12-Jun-2019 18:00:10.724 WARNING [RMI TCP Connection(2)-127.0.0.1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [lemon_war] 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.
[2019-06-12 06:00:10,744] Artifact lemon:war: Error during artifact deployment. See server log for details.
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:450) ~[spring-context-4.0.9.RELEASE.jar:4.0.9.RELEASE]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:424) ~[spring-context-4.0.9.RELEASE.jar:4.0.9.RELEASE]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:549) ~[spring-context-4.0.9.RELEASE.jar:4.0.9.RELEASE]
at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:178) ~[spring-beans-4.0.9.RELEASE.jar:4.0.9.RELEASE]
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.0.9.RELEASE.jar:4.0.9.RELEASE]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:305) ~[spring-context-4.0.9.RELEASE.jar:4.0.9.RELEASE]
... 138 common frames omitted
Caused by: org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
Migration V1_0_1_4__party_struct.sql failed
SQL State : 42000
Error Code : 1091
Message : Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
Location : dbmigrate/mysql/party/V1_0_1_4__party_struct.sql (D:\Java\apache-tomcat-8\webapps\lemon_war\WEB-INF\classes\dbmigrate\mysql\party\V1_0_1_4__party_struct.sql)
Line : 3
Statement : ALTER TABLE PARTY_STRUCT DROP FOREIGN KEY FK_PARTY_STRUCT_TYPE
Caused by: java.sql.SQLSyntaxErrorException: Can't DROP 'FK_PARTY_STRUCT_TYPE'; check that column/key exists
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.16.jar:8.0.16]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.16.jar:8.0.16]
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.16.jar:8.0.16]
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:782) ~[mysql-connector-java-8.0.16.jar:8.0.16]
at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:666) ~[mysql-connector-java-8.0.16.jar:8.0.16]
at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264) ~[commons-dbcp-1.4.jar:1.4]
at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264) ~[commons-dbcp-1.4.jar:1.4]
at org.flywaydb.core.internal.dbsupport.JdbcTemplate.executeStatement(JdbcTemplate.java:238) ~[flyway-core-3.2.1.jar:na]
at org.flywaydb.core.internal.dbsupport.SqlScript.execute(SqlScript.java:114) ~[flyway-core-3.2.1.jar:na]
... 177 common frames omitted
18:00:10.719 WARN [RMI TCP Connection(2)-127.0.0.1] com.mossle.core.spring.ProxyServletListener:43 - cannot find applicationContext
12-Jun-2019 18:00:11.859 INFO [mysql-cj-abandoned-connection-cleanup] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load []. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load []. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1353)
at org.apache.catalina.loader.WebappClassLoaderBase.getResource(WebappClassLoaderBase.java:1029)
at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.checkThreadContextClassLoader(AbandonedConnectionCleanupThread.java:117)
at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:84)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered: