Giter Club home page Giter Club logo

dimpleblog's Introduction

Hello, I'm Martin. I do open source!


I'm a passionate developer from China

About me

  • 💼 Java Engineer

  • 📈 The only sustainable competitive advantage is the ability to learn over competitors.

  • ❤️ I love Coding, and building fun experiments

  • 💬 Ask me about anything here

Martin's github stats

Top Repositories



dimpleblog's People

Contributors

dependabot[bot] avatar martin-bian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dimpleblog's Issues

请问前端代码build后访问不到

改了下vue的配置文件
publicPath: process.env.NODE_ENV === "production" ? "/blog/" : "/", outputDir: 'blog',
然后打包到blog目录,再放到Springboot resource下的static目录中 访问报404:

OOPS!
版权所有 华尔街见闻
网管说这个页面你不能进......
请检查您输入的网址是否正确,请点击以下按钮返回主页或者发送错误报告

是配置出问题了么

密码不对

我把项目down下来,使用admin账号和test账号都登录不上,密码123456

后台运行出错 ,说找不到路径

11:42:03,214 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
11:42:03,215 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
11:42:03,216 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/C:/Users/%e8%83%a1%e5%92%8f/Desktop/%e9%a1%b9%e7%9b%ae/blog_1.0/target/classes/logback.xml]
11:42:03,364 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
11:42:03,385 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:42:03,390 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [console]
11:42:03,395 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:42:03,641 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
11:42:03,655 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file_info]
11:42:03,739 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1396431506 - No compression will be used
11:42:03,741 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1396431506 - Will use the pattern /Users/bianxiaofeng/logs/sys-info.%d{yyyy-MM-dd}.log for the active file
11:42:03,747 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/Users/bianxiaofeng/logs/sys-info.%d{yyyy-MM-dd}.log'.
11:42:03,747 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
11:42:03,749 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Wed Jun 03 11:42:03 CST 2020
11:42:03,751 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:42:03,762 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file_info] - Active log file name: /Users/bianxiaofeng/logs/sys-info.log
11:42:03,762 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file_info] - File property is set to [/Users/bianxiaofeng/logs/sys-info.log]
11:42:03,764 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file_info] - Failed to create parent directories for [C:\Users\bianxiaofeng\logs\sys-info.log]
11:42:03,767 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file_info] - openFile(/Users/bianxiaofeng/logs/sys-info.log,true) call failed. java.io.FileNotFoundException: \Users\bianxiaofeng\logs\sys-info.log (系统找不到指定的路径。)
at java.io.FileNotFoundException: \Users\bianxiaofeng\logs\sys-info.log (系统找不到指定的路径。)
at at java.base/java.io.FileOutputStream.open0(Native Method)
at at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
at at java.base/java.io.FileOutputStream.(FileOutputStream.java:237)
at at ch.qos.logback.core.recovery.ResilientFileOutputStream.(ResilientFileOutputStream.java:26)
at at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:204)
at at ch.qos.logback.core.FileAppender.start(FileAppender.java:127)
at at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:100)
at at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:90)
at at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:309)
at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:193)
at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:179)
at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:165)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:152)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:110)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53)
at at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:75)
at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150)
at at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:84)
at at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:55)
at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
at at org.apache.commons.logging.LogAdapter$Slf4jAdapter.createLocationAwareLog(LogAdapter.java:130)
at at org.apache.commons.logging.LogAdapter.createLog(LogAdapter.java:91)
at at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:67)
at at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:59)
at at org.springframework.boot.SpringApplication.(SpringApplication.java:196)
at at com.dimple.DimpleBlogApplication.main(DimpleBlogApplication.java:16)
11:42:03,768 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
11:42:03,768 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file_error]
11:42:03,772 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1171802656 - No compression will be used
11:42:03,772 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1171802656 - Will use the pattern /Users/bianxiaofeng/logs/sys-error.%d{yyyy-MM-dd}.log for the active file
11:42:03,780 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/Users/bianxiaofeng/logs/sys-error.%d{yyyy-MM-dd}.log'.
11:42:03,780 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
11:42:03,787 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Wed Jun 03 11:42:03 CST 2020
11:42:03,787 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:42:03,792 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file_error] - Active log file name: /Users/bianxiaofeng/logs/sys-error.log
11:42:03,792 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file_error] - File property is set to [/Users/bianxiaofeng/logs/sys-error.log]
11:42:03,793 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file_error] - Failed to create parent directories for [C:\Users\bianxiaofeng\logs\sys-error.log]
11:42:03,794 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file_error] - openFile(/Users/bianxiaofeng/logs/sys-error.log,true) call failed. java.io.FileNotFoundException: \Users\bianxiaofeng\logs\sys-error.log (系统找不到指定的路径。)
at java.io.FileNotFoundException: \Users\bianxiaofeng\logs\sys-error.log (系统找不到指定的路径。)
at at java.base/java.io.FileOutputStream.open0(Native Method)
at at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
at at java.base/java.io.FileOutputStream.(FileOutputStream.java:237)
at at ch.qos.logback.core.recovery.ResilientFileOutputStream.(ResilientFileOutputStream.java:26)
at at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:204)
at at ch.qos.logback.core.FileAppender.start(FileAppender.java:127)
at at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:100)
at at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:90)
at at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:309)
at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:193)
at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:179)
at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:165)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:152)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:110)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53)
at at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:75)
at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150)
at at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:84)
at at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:55)
at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
at at org.apache.commons.logging.LogAdapter$Slf4jAdapter.createLocationAwareLog(LogAdapter.java:130)
at at org.apache.commons.logging.LogAdapter.createLog(LogAdapter.java:91)
at at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:67)
at at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:59)
at at org.springframework.boot.SpringApplication.(SpringApplication.java:196)
at at com.dimple.DimpleBlogApplication.main(DimpleBlogApplication.java:16)
11:42:03,794 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
11:42:03,794 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [sys-user]
11:42:03,795 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1391624125 - No compression will be used
11:42:03,796 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1391624125 - Will use the pattern /Users/bianxiaofeng/logs/sys-user.%d{yyyy-MM-dd}.log for the active file
11:42:03,797 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/Users/bianxiaofeng/logs/sys-user.%d{yyyy-MM-dd}.log'.
11:42:03,797 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
11:42:03,798 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Wed Jun 03 11:42:03 CST 2020
11:42:03,798 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:42:03,800 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[sys-user] - Active log file name: /Users/bianxiaofeng/logs/sys-user.log
11:42:03,800 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[sys-user] - File property is set to [/Users/bianxiaofeng/logs/sys-user.log]
11:42:03,801 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[sys-user] - Failed to create parent directories for [C:\Users\bianxiaofeng\logs\sys-user.log]
11:42:03,801 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[sys-user] - openFile(/Users/bianxiaofeng/logs/sys-user.log,true) call failed. java.io.FileNotFoundException: \Users\bianxiaofeng\logs\sys-user.log (系统找不到指定的路径。)
at java.io.FileNotFoundException: \Users\bianxiaofeng\logs\sys-user.log (系统找不到指定的路径。)
at at java.base/java.io.FileOutputStream.open0(Native Method)
at at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
at at java.base/java.io.FileOutputStream.(FileOutputStream.java:237)
at at ch.qos.logback.core.recovery.ResilientFileOutputStream.(ResilientFileOutputStream.java:26)
at at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:204)
at at ch.qos.logback.core.FileAppender.start(FileAppender.java:127)
at at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:100)
at at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:90)
at at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:309)
at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:193)
at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:179)
at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:165)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:152)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:110)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53)
at at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:75)
at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150)
at at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:84)
at at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:55)
at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
at at org.apache.commons.logging.LogAdapter$Slf4jAdapter.createLocationAwareLog(LogAdapter.java:130)
at at org.apache.commons.logging.LogAdapter.createLog(LogAdapter.java:91)
at at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:67)
at at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:59)
at at org.springframework.boot.SpringApplication.(SpringApplication.java:196)
at at com.dimple.DimpleBlogApplication.main(DimpleBlogApplication.java:16)
11:42:03,803 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.dimple] to INFO
11:42:03,803 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to WARN
11:42:03,803 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
11:42:03,803 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [console] to Logger[ROOT]
11:42:03,804 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
11:42:03,804 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file_info] to Logger[ROOT]
11:42:03,804 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file_error] to Logger[ROOT]
11:42:03,804 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [sys-user] to INFO
11:42:03,804 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [sys-user] to Logger[sys-user]
11:42:03,804 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:42:03,804 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
11:42:03,805 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:42:03,814 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
11:42:03,815 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4c163e3 - Registering current configuration as safe fallback point

11:42:05.381 [restartedMain] ERROR o.s.b.SpringApplication - [reportFailure,826] - Application run failed
java.lang.IllegalStateException: Logback configuration error detected:
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file_info] - Failed to create parent directories for [C:\Users\bianxiaofeng\logs\sys-info.log]
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file_info] - openFile(/Users/bianxiaofeng/logs/sys-info.log,true) call failed. java.io.FileNotFoundException: \Users\bianxiaofeng\logs\sys-info.log (系统找不到指定的路径。)
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file_error] - Failed to create parent directories for [C:\Users\bianxiaofeng\logs\sys-error.log]
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file_error] - openFile(/Users/bianxiaofeng/logs/sys-error.log,true) call failed. java.io.FileNotFoundException: \Users\bianxiaofeng\logs\sys-error.log (系统找不到指定的路径。)
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[sys-user] - Failed to create parent directories for [C:\Users\bianxiaofeng\logs\sys-user.log]
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[sys-user] - openFile(/Users/bianxiaofeng/logs/sys-user.log,true) call failed. java.io.FileNotFoundException: \Users\bianxiaofeng\logs\sys-user.log (系统找不到指定的路径。)
at org.springframework.boot.logging.logback.LogbackLoggingSystem.loadConfiguration(LogbackLoggingSystem.java:169)
at org.springframework.boot.logging.logback.LogbackLoggingSystem.reinitialize(LogbackLoggingSystem.java:222)
at org.springframework.boot.logging.AbstractLoggingSystem.initializeWithConventions(AbstractLoggingSystem.java:73)
at org.springframework.boot.logging.AbstractLoggingSystem.initialize(AbstractLoggingSystem.java:60)
at org.springframework.boot.logging.logback.LogbackLoggingSystem.initialize(LogbackLoggingSystem.java:118)
at org.springframework.boot.context.logging.LoggingApplicationListener.initializeSystem(LoggingApplicationListener.java:312)
at org.springframework.boot.context.logging.LoggingApplicationListener.initialize(LoggingApplicationListener.java:287)
at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEnvironmentPreparedEvent(LoggingApplicationListener.java:245)
at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEvent(LoggingApplicationListener.java:222)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:127)
at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:76)
at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:53)
at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:345)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
at com.dimple.DimpleBlogApplication.main(DimpleBlogApplication.java:16)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Exception in thread "restartedMain" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: java.lang.IllegalStateException: Logback configuration error detected:
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file_info] - Failed to create parent directories for [C:\Users\bianxiaofeng\logs\sys-info.log]
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file_info] - openFile(/Users/bianxiaofeng/logs/sys-info.log,true) call failed. java.io.FileNotFoundException: \Users\bianxiaofeng\logs\sys-info.log (系统找不到指定的路径。)
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file_error] - Failed to create parent directories for [C:\Users\bianxiaofeng\logs\sys-error.log]
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file_error] - openFile(/Users/bianxiaofeng/logs/sys-error.log,true) call failed. java.io.FileNotFoundException: \Users\bianxiaofeng\logs\sys-error.log (系统找不到指定的路径。)
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[sys-user] - Failed to create parent directories for [C:\Users\bianxiaofeng\logs\sys-user.log]
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[sys-user] - openFile(/Users/bianxiaofeng/logs/sys-user.log,true) call failed. java.io.FileNotFoundException: \Users\bianxiaofeng\logs\sys-user.log (系统找不到指定的路径。)
at org.springframework.boot.logging.logback.LogbackLoggingSystem.loadConfiguration(LogbackLoggingSystem.java:169)
at org.springframework.boot.logging.logback.LogbackLoggingSystem.reinitialize(LogbackLoggingSystem.java:222)
at org.springframework.boot.logging.AbstractLoggingSystem.initializeWithConventions(AbstractLoggingSystem.java:73)
at org.springframework.boot.logging.AbstractLoggingSystem.initialize(AbstractLoggingSystem.java:60)
at org.springframework.boot.logging.logback.LogbackLoggingSystem.initialize(LogbackLoggingSystem.java:118)
at org.springframework.boot.context.logging.LoggingApplicationListener.initializeSystem(LoggingApplicationListener.java:312)
at org.springframework.boot.context.logging.LoggingApplicationListener.initialize(LoggingApplicationListener.java:287)
at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEnvironmentPreparedEvent(LoggingApplicationListener.java:245)
at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEvent(LoggingApplicationListener.java:222)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:127)
at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:76)
at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:53)
at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:345)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
at com.dimple.DimpleBlogApplication.main(DimpleBlogApplication.java:16)
... 5 more

Process finished with exit code 0

后端GUI执行npm run dev报错

当前front能够启动成功,
backend执行npm run dev 报错如下,百度和google各种办法都尝试了,还是有如下错误,是不是哪里版本不对呢?
当前环境版本:
>npm -v
6.14.5

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\babel-jest\node_modules\jest-haste-map\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

audited 2213 packages in 66.643s

33 packages are looking for funding
run npm fund for details

found 434 vulnerabilities (409 low, 21 moderate, 4 high)
run npm audit fix to fix them, or npm audit for details

请教一下,有些sql感觉好像错了

在mybatis映射文件FrontMapper.xml,有一个查询
select id, title, url, description, header_img from link where support = 1 order by weight desc
在link表里,找不到support字段,

项目运行过程中会有好多数据库表缺少字段的情况,是不是sql导出的表结构不完整呀

Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'entry_url' in 'field list'

The error may exist in file [D:\IDEA\DimpleBlog\target\classes\mybatis\log\VisitLogMapper.xml]

The error may involve defaultParameterMap

The error occurred while setting parameters

SQL: insert into bg_visit_log( ip_addr, location, browser, os, request_url, status, title, entry_url, create_by, create_time) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, sysdate() )

Cause: java.sql.SQLSyntaxErrorException: Unknown column 'entry_url' in 'field list'

]

Thymeleaf-Version最新版本启动失败

1.QiNiuUtils类没有import com.google.gson.Gson;这个jar包
2.启动项目报:
org.quartz.JobPersistenceException: Couldn't retrieve trigger: Table 'dimpleblog.QRTZ_TRIGGERS' doesn't exist
at org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveTrigger(JobStoreSupport.java:1538)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$12.execute(JobStoreSupport.java:1527)
at org.quartz.impl.jdbcjobstore.JobStoreCMT.executeInLock(JobStoreCMT.java:245)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeWithoutLock(JobStoreSupport.java:3800)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveTrigger(JobStoreSupport.java:1524)
at org.quartz.core.QuartzScheduler.getTrigger(QuartzScheduler.java:1505)
at org.quartz.impl.StdScheduler.getTrigger(StdScheduler.java:508)
at com.dimple.project.monitor.job.util.ScheduleUtils.getCronTrigger(ScheduleUtils.java:61)
at com.dimple.project.monitor.job.service.JobServiceImpl.init(JobServiceImpl.java:43)

bug

前端vue有几个bug,SpringBoot也有点bug,不过都是小问题,整体博客还是很不错的,拿来做毕设了

LoginLog 日志这个类报错..没搞懂..

18:02:00.144 [http-nio-8888-exec-2] ERROR c.d.f.w.e.GlobalExceptionHandler - [handleException,74] - No primary or default constructor found for class com.dimple.project.log.domain.LoginLog
java.lang.IllegalStateException: No primary or default constructor found for class com.dimple.project.log.domain.LoginLog
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:219)
at org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:139)
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121)
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:888)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)

新增文章页面跳转不了

我pull了master的源码,但是后台新增文章的时候,页面跳转404.html,请问后台的博文新增页面跳转应该怎么修改

大佬可以组建一个交流群

我目前也在学习前后端交流的东西,也是打算采用 Vue + SpringBoot 开发的一款前后端分离的博客系统,今天打开 Github 就看到了你的推荐,i了i了

启动报错,请过目

起的是Thymeleaf-Version的版本,已配置好数据库,并执行sql,启动项目时报错,已确定数据库中有相应的表,不知道问题出在哪里。


_____
/    )    ,                     /

---/----/----------------------/------
/ / / / / ) / ) / /)
/
////__///__/_( _
/
/
Spring Boot Version: 2.1.6.RELEASE
Project Version: V1.2


2020-01-05 15:23:56.449 INFO 14816 -- [ restartedMain] com.dimple.DimpleBlogApplication : Starting DimpleBlogApplication on DESKTOP-7JPBK5M with PID 14816 (E:\DimpleBlog\DimpleBlog\target\classes started by admin in E:\DimpleBlog\DimpleBlog)
2020-01-05 15:23:56.454 DEBUG 14816 -- [ restartedMain] com.dimple.DimpleBlogApplication : Running with Spring Boot v2.1.6.RELEASE, Spring v5.1.8.RELEASE
2020-01-05 15:23:56.455 INFO 14816 -- [ restartedMain] com.dimple.DimpleBlogApplication : The following profiles are active: druid
2020-01-05 15:24:01.210 INFO 14816 -- [ restartedMain] o.a.shiro.cache.ehcache.EhCacheManager : Cache with name 'com.dimple.framework.shiro.realm.UserRealm.authorizationCache' does not yet exist. Creating now.
2020-01-05 15:24:01.214 INFO 14816 -- [ restartedMain] o.a.shiro.cache.ehcache.EhCacheManager : Added EhCache named [com.dimple.framework.shiro.realm.UserRealm.authorizationCache]
2020-01-05 15:24:02.780 INFO 14816 -- [ restartedMain] o.a.shiro.cache.ehcache.EhCacheManager : Using existing EHCache named [loginRecordCache]
2020-01-05 15:24:04.921 INFO 14816 -- [ restartedMain] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-80"]
2020-01-05 15:24:04.938 INFO 14816 -- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-01-05 15:24:04.939 INFO 14816 -- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2020-01-05 15:24:05.200 INFO 14816 -- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-01-05 15:24:06.736 DEBUG 14816 -- [ restartedMain] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
2020-01-05 15:24:07.436 INFO 14816 -- [ restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2020-01-05 15:24:07.529 INFO 14816 -- [ restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2020-01-05 15:24:07.555 INFO 14816 -- [ restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2020-01-05 15:24:07.555 INFO 14816 -- [ restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
2020-01-05 15:24:07.561 DEBUG 14816 -- [ restartedMain] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
2020-01-05 15:24:07.567 INFO 14816 -- [ restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'DimpleScheduler' with instanceId 'DESKTOP-7JPBK5M1578209047531'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 20 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.

2020-01-05 15:24:07.567 INFO 14816 -- [ restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'DimpleScheduler' initialized from an externally provided properties instance.
2020-01-05 15:24:07.567 INFO 14816 -- [ restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
2020-01-05 15:24:07.570 INFO 14816 -- [ restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@6f8746eb
2020-01-05 15:24:09.308 INFO 14816 -- [ restartedMain] com.dimple.framework.config.RedisConfig : get cacheName Spider
2020-01-05 15:24:09.308 INFO 14816 -- [ restartedMain] com.dimple.framework.config.RedisConfig : get cacheName SupportCategories
2020-01-05 15:24:09.309 INFO 14816 -- [ restartedMain] com.dimple.framework.config.RedisConfig : get cacheName BlogRanking
2020-01-05 15:24:09.309 INFO 14816 -- [ restartedMain] com.dimple.framework.config.RedisConfig : get cacheName BlogNewestUpdate
2020-01-05 15:24:09.309 INFO 14816 -- [ restartedMain] com.dimple.framework.config.RedisConfig : get cacheName BlogSupport
2020-01-05 15:24:09.309 INFO 14816 -- [ restartedMain] com.dimple.framework.config.RedisConfig : get cacheName BlogItem
2020-01-05 15:24:09.309 INFO 14816 -- [ restartedMain] com.dimple.framework.config.RedisConfig : get cacheName Tag
2020-01-05 15:24:09.310 INFO 14816 -- [ restartedMain] com.dimple.framework.config.RedisConfig : get cacheName BlacklistItem
2020-01-05 15:24:09.310 INFO 14816 -- [ restartedMain] com.dimple.framework.config.RedisConfig : get cacheName BlacklistAll
2020-01-05 15:24:09.310 INFO 14816 -- [ restartedMain] com.dimple.framework.config.RedisConfig : get cacheName BaiduAccessToken
2020-01-05 15:24:09.409 INFO 14816 -- [ restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2020-01-05 15:24:11.575 INFO 14816 -- [ restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2020-01-05 15:24:11.623 INFO 14816 -- [ restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2020-01-05 15:24:12.192 INFO 14816 -- [ restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2020-01-05 15:24:12.603 INFO 14816 -- [ restartedMain] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-80"]
2020-01-05 15:24:12.668 INFO 14816 -- [ restartedMain] com.dimple.DimpleBlogApplication : Started DimpleBlogApplication in 17.319 seconds (JVM running for 20.348)
2020-01-05 15:24:16.019 ERROR 14816 -- [impleScheduler]] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: Error managing cluster: Failure obtaining db row lock: Table 'dimpleblog.QRTZ_LOCKS' doesn't exist

org.quartz.impl.jdbcjobstore.LockException: Failure obtaining db row lock: Table 'dimpleblog.QRTZ_LOCKS' doesn't exist
at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:184)
at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.initialize(JobStoreSupport.java:3920)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.schedulerStarted(JobStoreSupport.java:692)
at org.quartz.core.QuartzScheduler.start(QuartzScheduler.java:539)
at org.quartz.impl.StdScheduler.start(StdScheduler.java:142)
at org.springframework.scheduling.quartz.SchedulerFactoryBean$1.run(SchedulerFactoryBean.java:750)
Caused by: java.sql.SQLSyntaxErrorException: Table 'dimpleblog.QRTZ_LOCKS' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1005)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3188)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3185)
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)
at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)
at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
... 8 common frames omitted

2020-01-05 15:24:16.021 INFO 14816 -- [impleScheduler]] org.quartz.core.QuartzScheduler : Scheduler DimpleScheduler_$_DESKTOP-7JPBK5M1578209047531 started.
2020-01-05 15:24:16.165 ERROR 14816 -- [_MisfireHandler] o.s.s.quartz.LocalDataSourceJobStore : MisfireHandler: Error handling misfires: Database error recovering from misfires.

org.quartz.JobPersistenceException: Database error recovering from misfires.
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3274)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
Caused by: java.sql.SQLSyntaxErrorException: Table 'dimpleblog.QRTZ_TRIGGERS' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1005)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3188)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3185)
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)
at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)
at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
... 2 common frames omitted

2020-01-05 15:24:16.171 ERROR 14816 -- [SchedulerThread] org.quartz.core.ErrorLogger : An error occurred while scanning for the next triggers to fire.

org.quartz.JobPersistenceException: Couldn't acquire next trigger: Table 'dimpleblog.QRTZ_TRIGGERS' doesn't exist
at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2923)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
Caused by: java.sql.SQLSyntaxErrorException: Table 'dimpleblog.QRTZ_TRIGGERS' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1005)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3188)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3185)
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)
at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)
at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
... 5 common frames omitted

2020-01-05 15:25:16.324 ERROR 14816 -- [_MisfireHandler] o.s.s.quartz.LocalDataSourceJobStore : MisfireHandler: Error handling misfires: Database error recovering from misfires.

org.quartz.JobPersistenceException: Database error recovering from misfires.
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3274)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
Caused by: java.sql.SQLSyntaxErrorException: Table 'dimpleblog.QRTZ_TRIGGERS' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1005)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3188)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3185)
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)
at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)
at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
... 2 common frames omitted

2020-01-05 15:25:24.374 ERROR 14816 -- [_ClusterManager] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: Error managing cluster: Failure obtaining db row lock: Table 'dimpleblog.QRTZ_LOCKS' doesn't exist

org.quartz.impl.jdbcjobstore.LockException: Failure obtaining db row lock: Table 'dimpleblog.QRTZ_LOCKS' doesn't exist
at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:184)
at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
Caused by: java.sql.SQLSyntaxErrorException: Table 'dimpleblog.QRTZ_LOCKS' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1005)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3188)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3185)
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)
at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)
at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
... 4 common frames omitted

2020-01-05 15:26:16.535 ERROR 14816 -- [_MisfireHandler] o.s.s.quartz.LocalDataSourceJobStore : MisfireHandler: Error handling misfires: Database error recovering from misfires.

org.quartz.JobPersistenceException: Database error recovering from misfires.
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3274)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
Caused by: java.sql.SQLSyntaxErrorException: Table 'dimpleblog.QRTZ_TRIGGERS' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1005)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3188)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3185)
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)
at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)
at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
... 2 common frames omitted

Process finished with exit code -1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.