110 Star 571 Fork 226

StarBlues / rope

 / 详情

java.nio.file.InvalidPathException请问这个问题怎么解决?

待办的
创建于  
2020-07-09 11:26

java.nio.file.InvalidPathException: Illegal char <*> at index 4: D://**//jdbc-jar//mysql.jar at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182) ~[na:1.8.0_251] at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153) ~[na:1.8.0_251] at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) ~[na:1.8.0_251] at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94) ~[na:1.8.0_251] at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255) ~[na:1.8.0_251] at java.nio.file.Paths.get(Paths.java:84) ~[na:1.8.0_251] at com.starblues.rope.common.databases.DruidDataSourceFactoryImpl.<init>(DruidDataSourceFactoryImpl.java:45) ~[classes/:na] at com.starblues.rope.common.databases.JdbiFactory.<init>(JdbiFactory.java:40) ~[classes/:na] at com.starblues.rope.plugins.databases.config.DatabasesConfigBean.initialize(DatabasesConfigBean.java:43) ~[na:na] at com.gitee.starblues.factory.process.pipe.bean.ConfigBeanProcessor.registry(ConfigBeanProcessor.java:56) ~[springboot-plugin-framework-2.2.2-RELEASE.jar:na] at com.gitee.starblues.factory.process.pipe.PluginPipeProcessorFactory.registry(PluginPipeProcessorFactory.java:58) ~[springboot-plugin-framework-2.2.2-RELEASE.jar:na] at com.gitee.starblues.factory.DefaultPluginFactory.registry(DefaultPluginFactory.java:83) ~[springboot-plugin-framework-2.2.2-RELEASE.jar:na] at com.gitee.starblues.integration.operator.DefaultPluginOperator.initPlugins(DefaultPluginOperator.java:109) ~[springboot-plugin-framework-2.2.2-RELEASE.jar:na] at com.gitee.starblues.integration.application.DefaultPluginApplication.initialize(DefaultPluginApplication.java:59) [springboot-plugin-framework-2.2.2-RELEASE.jar:na] at com.starblues.rope.system.initializers.support.PluginInitializer.start(PluginInitializer.java:45) [classes/:na] at com.starblues.rope.system.initializers.AbstractInitializer.initialize(AbstractInitializer.java:23) [classes/:na] at com.starblues.rope.system.initializers.SystemInitializerFactory.init(SystemInitializerFactory.java:59) [classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_251] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_251] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_251] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_251] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363) [spring-beans-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307) [spring-beans-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136) [spring-beans-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414) [spring-beans-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770) [spring-beans-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) [spring-beans-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) [spring-beans-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) [spring-beans-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) [spring-beans-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) [spring-beans-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847) ~[spring-beans-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) ~[spring-context-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.1.11.RELEASE.jar:5.1.11.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) ~[spring-boot-2.1.10.RELEASE.jar:2.1.10.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744) ~[spring-boot-2.1.10.RELEASE.jar:2.1.10.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391) ~[spring-boot-2.1.10.RELEASE.jar:2.1.10.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) ~[spring-boot-2.1.10.RELEASE.jar:2.1.10.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) ~[spring-boot-2.1.10.RELEASE.jar:2.1.10.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1204) ~[spring-boot-2.1.10.RELEASE.jar:2.1.10.RELEASE] at com.starblues.rope.ApplicationRunner.main(ApplicationRunner.java:18) ~[classes/:na]

评论 (1)

wuchengle 创建了任务
wuchengle 关联仓库设置为StarBlues/rope
展开全部操作日志

自己在数据库插件的配置文件中将 mysql.jar mysql jar包路径写全。就ok了

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(2)
5053202 starblues 1578979249
Java
1
https://gitee.com/starblues/rope.git
git@gitee.com:starblues/rope.git
starblues
rope
rope

搜索帮助