起步软件技术论坛
搜索
 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2096|回复: 7

[已结贴] 小程序JAVA服务忽然都不能用了

[复制链接]

18

主题

55

帖子

299

积分

中级会员

Rank: 3Rank: 3

积分
299
QQ
发表于 2018-10-16 22:37:53 | 显示全部楼层 |阅读模式
小程序JAVA服务忽然都不能用了,前两天还是好好的,也没改过什么。
我特意建了一个新的JAVA服务,就是
System.out.println("服务testaa");
同样报同样的错误。保存编译是成功的,只是运行调用才出错。

tomcat default 2018-10-16 14:34:50.512 [INFO] websocket heart

tomcat default 2018-10-16 14:34:57.992 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-2:10349696]

tomcat default 2018-10-16 14:34:58.995 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-3:10350699]

tomcat default 2018-10-16 14:34:59.998 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-10:10351702]

tomcat default 2018-10-16 14:35:01.001 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-6:10352705]

tomcat default 2018-10-16 14:35:02.003 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-9:10353707]

tomcat default 2018-10-16 14:35:03.006 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-7:10354710]

tomcat default 2018-10-16 14:35:04.009 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-8:10355713]

tomcat default 2018-10-16 14:35:05.012 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-1:10356716]

tomcat default 2018-10-16 14:35:06.015 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-4:10357719]

tomcat default 2018-10-16 14:35:07.016 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-5:10358720]

tomcat default 2018-10-16 14:35:08.019 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-2:10359723]

tomcat default 2018-10-16 14:35:09.020 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-3:10360724]

tomcat default 2018-10-16 14:35:10.023 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-10:10361727]

tomcat default 2018-10-16 14:35:11.026 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-6:10362730]

tomcat default 2018-10-16 14:35:12.029 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-9:10363733]

tomcat default 2018-10-16 14:35:13.032 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-7:10364736]

tomcat default 2018-10-16 14:35:14.035 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-8:10365739]

tomcat default 2018-10-16 14:35:15.038 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-1:10366742]

tomcat default 2018-10-16 14:35:16.040 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-4:10367744]

tomcat default 2018-10-16 14:35:17.041 [INFO] module 'main' load failed, waiting for reload. [MyModuleService.java] [http-nio-8080-exec-5:10368745]

tomcat default 2018-10-16 14:35:20.512 [INFO] websocket heart

0

主题

1034

帖子

1363

积分

金牌会员

Rank: 6Rank: 6

积分
1363
QQ
发表于 2018-10-17 10:03:04 | 显示全部楼层
检查一下,代码里有错误
回复 支持 反对

使用道具 举报

18

主题

55

帖子

299

积分

中级会员

Rank: 3Rank: 3

积分
299
QQ
 楼主| 发表于 2018-10-17 14:54:41 | 显示全部楼层
java.jpg 我用协同工具调试也没发现哪里的代码有问题,请再看一下,谢谢。
回复 支持 反对

使用道具 举报

18

主题

55

帖子

299

积分

中级会员

Rank: 3Rank: 3

积分
299
QQ
 楼主| 发表于 2018-10-17 14:57:07 | 显示全部楼层
本帖最后由 smallhim 于 2018-10-17 15:04 编辑
牛刀服务-ZYQ 发表于 2018-10-17 10:03
检查一下,代码里有错误

用远程协同工具也没看到哪里代码有问题,请再看一下截图,谢谢。 java.jpg


十月 17, 2018 3:01:12 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet 'dispatcher'
15:01:12 [INFO] [http-nio-8080-exec-1] FrameworkServlet 'dispatcher': initialization started
15:01:12 [INFO] [http-nio-8080-exec-1] Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Wed Oct 17 15:01:12 CST 2018]; parent: Root WebApplicationContext
15:01:12 [INFO] [http-nio-8080-exec-1] Successfully resolved class for [com.justep.cloud.boot.http.mvc.WebConfig]
15:01:12 [INFO] [http-nio-8080-exec-1] Successfully resolved class for [com.justep.cloud.boot.http.mvc.MVCConfig]
15:01:12 [INFO] [http-nio-8080-exec-1] Overriding bean definition for bean 'requestMappingHandlerMapping' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration; factoryMethodName=requestMappingHandlerMapping; initMethodName=null; destroyMethodName=(inferred); defined in org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=webConfig; factoryMethodName=requestMappingHandlerMapping; initMethodName=null; destroyMethodName=(inferred); defined in com.justep.cloud.boot.http.mvc.WebConfig]
15:01:12 [INFO] [http-nio-8080-exec-1] Overriding bean definition for bean 'requestMappingHandlerAdapter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration; factoryMethodName=requestMappingHandlerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=webConfig; factoryMethodName=requestMappingHandlerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in com.justep.cloud.boot.http.mvc.WebConfig]
15:01:12 [INFO] [http-nio-8080-exec-1] Overriding bean definition for bean 'mvcValidator' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration; factoryMethodName=mvcValidator; initMethodName=null; destroyMethodName=(inferred); defined in org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=webConfig; factoryMethodName=mvcValidator; initMethodName=null; destroyMethodName=(inferred); defined in com.justep.cloud.boot.http.mvc.WebConfig]
15:01:12 [INFO] [http-nio-8080-exec-1] Overriding bean definition for bean 'resourceHandlerMapping' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration; factoryMethodName=resourceHandlerMapping; initMethodName=null; destroyMethodName=(inferred); defined in org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=webConfig; factoryMethodName=resourceHandlerMapping; initMethodName=null; destroyMethodName=(inferred); defined in com.justep.cloud.boot.http.mvc.WebConfig]
15:01:12 [INFO] [http-nio-8080-exec-1] Bean 'webConfig' of type [com.justep.cloud.boot.http.mvc.WebConfig$$EnhancerBySpringCGLIB$$7ebfae3f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
15:01:12 [INFO] [http-nio-8080-exec-1] HV000001: Hibernate Validator 5.2.4.Final
15:01:13 [INFO] [http-nio-8080-exec-1] Mapped "{[/main/debug/info]}" onto public java.lang.String main.controller.DebugInfoController.getDebugInfo(com.alibaba.fastjson.JSONObject)
15:01:13 [INFO] [http-nio-8080-exec-1] Mapped "{[/ping.txt]}" onto public org.springframework.http.ResponseEntity<java.lang.String> com.justep.cloud.boot.controller.SystemController.pingtxt()
15:01:13 [INFO] [http-nio-8080-exec-1] Mapped "{[/hello]}" onto public com.justep.cloud.boot.jarslink.ActionResult com.justep.cloud.boot.jarslink.controller.JarsLinkTestController.test()
15:01:13 [INFO] [http-nio-8080-exec-1] Mapped "{[/{moduleName}/{serviceName}/{actionName}/**]}" onto public void com.justep.cloud.boot.jarslink.controller.JarslinkController.process(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
15:01:13 [INFO] [http-nio-8080-exec-1] Mapped "{[/module/conf.do],methods=[GET]}" onto public com.justep.cloud.boot.jarslink.ActionResult com.justep.cloud.boot.jarslink.controller.JarslinkController.loadConf(javax.servlet.http.HttpServletRequest)
15:01:13 [INFO] [http-nio-8080-exec-1] Mapped "{[/{moduleName}/health],methods=[GET]}" onto public org.springframework.http.ResponseEntity<java.lang.String> com.justep.cloud.boot.jarslink.controller.JarslinkController.healthCheck(javax.servlet.http.HttpServletRequest)
15:01:13 [INFO] [http-nio-8080-exec-1] Mapped "{[/{moduleName}/{actionName}]}" onto public void com.justep.cloud.boot.jarslink.controller.JarslinkController.processModule(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
15:01:13 [INFO] [http-nio-8080-exec-1] Mapped URL path [/views/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
15:01:13 [INFO] [http-nio-8080-exec-1] Mapped URL path [/resource/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
15:01:13 [INFO] [http-nio-8080-exec-1] customize jackson2 ObjectMapper with ISO8601DateFormatEx
15:01:13 [INFO] [http-nio-8080-exec-1] Looking for @ControllerAdvice: WebApplicationContext for namespace 'dispatcher-servlet': startup date [Wed Oct 17 15:01:12 CST 2018]; parent: Root WebApplicationContext
15:01:13 [INFO] [http-nio-8080-exec-1] Detected @ModelAttribute methods in exceptionHandlerController
15:01:13 [INFO] [http-nio-8080-exec-1] Detected @InitBinder methods in exceptionHandlerController
15:01:14 [INFO] [http-nio-8080-exec-1] Detected @ExceptionHandler methods in exceptionHandlerController
15:01:14 [INFO] [http-nio-8080-exec-1] FrameworkServlet 'dispatcher': initialization completed in 1992 ms
15:01:14 [INFO] [http-nio-8080-exec-1] Loading module: MyModuleConfig[changed=true,lazyLoad=true,loadStatus=1,failTimes=0,moduleJars=[main/main-1.0.0.jar],name=main,enabled=true,version=1.0.0,properties={},overridePackages=[],moduleUrl=[jar:file:/D:/newdao-ide/service-dist/main/main-1.0.0.jar!/]]
15:01:14 [INFO] [http-nio-8080-exec-1] Local jars: [jar:file:/D:/newdao-ide/service-dist/main/main-1.0.0.jar!/]
15:01:14 [INFO] [http-nio-8080-exec-1] Module Properties: {module_version=1.0.0, module_name=main}
15:01:14 [INFO] [http-nio-8080-exec-1] Config locations: [jar:file:/D:/newdao-ide/service-dist/main/main-1.0.0.jar!/META-INF/spring/springmvc-servlet.xml]
15:01:14 [INFO] [http-nio-8080-exec-1] Refreshing com.alipay.jarslink.api.impl.ModuleApplicationContext@22c797: startup date [Wed Oct 17 15:01:14 CST 2018]; parent: Root WebApplicationContext
15:01:14 [INFO] [http-nio-8080-exec-1] Register: Generic bean: class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null
15:01:14 [INFO] [http-nio-8080-exec-1] Loading XML bean definitions from URL [jar:file:/D:/newdao-ide/service-dist/main/main-1.0.0.jar!/META-INF/spring/springmvc-servlet.xml]
15:01:15 [INFO] [http-nio-8080-exec-1] db resource url from env true : jdbc:mysql://112.74.178.147:3306/fyfinance
15:01:15 [INFO] [http-nio-8080-exec-1] 生成entityManagerFactory
15:01:15 [INFO] [http-nio-8080-exec-1] {dataSource-1} inited
15:01:16 [INFO] [http-nio-8080-exec-1] Building JPA container EntityManagerFactory for persistence unit 'default'
15:01:16 [INFO] [http-nio-8080-exec-1] HHH000204: Processing PersistenceUnitInfo [
        name: default
        ...]


回复 支持 反对

使用道具 举报

18

主题

55

帖子

299

积分

中级会员

Rank: 3Rank: 3

积分
299
QQ
 楼主| 发表于 2018-10-17 15:04:55 | 显示全部楼层
15:01:16 [INFO] [http-nio-8080-exec-1] HHH000412: Hibernate Core {5.0.12.Final}
15:01:16 [INFO] [http-nio-8080-exec-1] HHH000206: hibernate.properties not found
15:01:16 [INFO] [http-nio-8080-exec-1] HHH000021: Bytecode provider name : javassist
15:01:16 [INFO] [http-nio-8080-exec-1] HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
15:01:16 [INFO] [http-nio-8080-exec-1] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
15:01:16 [INFO] [http-nio-8080-exec-1] HHH000422: Disabling contextual LOB creation as connection was null
15:01:17 [WARN] [http-nio-8080-exec-1] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'moduleEntityManagerFactory' defined in main.common.config.JarsConfig: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory
15:01:17 [INFO] [http-nio-8080-exec-1] {dataSource-1} closed
15:01:17 [INFO] [http-nio-8080-exec-1] module 'main' load failed,next try time is 1539759737362.
15:01:18 [INFO] [http-nio-8080-exec-2] module 'main' load failed, waiting for reload.
15:01:19 [INFO] [http-nio-8080-exec-3] module 'main' load failed, waiting for reload.
15:01:20 [INFO] [http-nio-8080-exec-5] module 'main' load failed, waiting for reload.
15:01:21 [INFO] [http-nio-8080-exec-4] module 'main' load failed, waiting for reload.
15:01:22 [INFO] [http-nio-8080-exec-6] module 'main' load failed, waiting for reload.
15:01:23 [INFO] [http-nio-8080-exec-7] module 'main' load failed, waiting for reload.
15:01:25 [INFO] [http-nio-8080-exec-9] module 'main' load failed, waiting for reload.
15:01:26 [INFO] [http-nio-8080-exec-10] module 'main' load failed, waiting for reload.
15:01:27 [INFO] [http-nio-8080-exec-8] module 'main' load failed, waiting for reload.
15:01:28 [INFO] [http-nio-8080-exec-1] module 'main' load failed, waiting for reload.
15:01:29 [INFO] [http-nio-8080-exec-2] module 'main' load failed, waiting for reload.
15:01:30 [INFO] [http-nio-8080-exec-3] module 'main' load failed, waiting for reload.
15:01:31 [INFO] [http-nio-8080-exec-5] module 'main' load failed, waiting for reload.
15:01:32 [INFO] [http-nio-8080-exec-4] module 'main' load failed, waiting for reload.
15:01:33 [INFO] [http-nio-8080-exec-6] module 'main' load failed, waiting for reload.
15:01:34 [INFO] [http-nio-8080-exec-7] module 'main' load failed, waiting for reload.
15:01:36 [INFO] [http-nio-8080-exec-9] module 'main' load failed, waiting for reload.
15:01:37 [INFO] [http-nio-8080-exec-10] module 'main' load failed, waiting for reload.
15:01:38 [INFO] [http-nio-8080-exec-8] module 'main' load failed, waiting for reload.
15:02:17 [INFO] [Thread-4] Loading module: MyModuleConfig[changed=true,lazyLoad=true,loadStatus=-1,failTimes=1,tryTime=1539759737362,moduleJars=[main/main-1.0.0.jar],name=main,enabled=true,version=1.0.0,properties={},overridePackages=[],moduleUrl=[jar:file:/D:/newdao-ide/service-dist/main/main-1.0.0.jar!/]]
15:02:17 [INFO] [Thread-4] Local jars: [jar:file:/D:/newdao-ide/service-dist/main/main-1.0.0.jar!/]
15:02:18 [INFO] [Thread-4] Module Properties: {module_version=1.0.0, module_name=main}
15:02:18 [INFO] [Thread-4] Config locations: [jar:file:/D:/newdao-ide/service-dist/main/main-1.0.0.jar!/META-INF/spring/springmvc-servlet.xml]
15:02:18 [INFO] [Thread-4] Refreshing com.alipay.jarslink.api.impl.ModuleApplicationContext@1e5f607: startup date [Wed Oct 17 15:02:18 CST 2018]; parent: Root WebApplicationContext
15:02:18 [INFO] [Thread-4] Register: Generic bean: class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null
15:02:18 [INFO] [Thread-4] Loading XML bean definitions from URL [jar:file:/D:/newdao-ide/service-dist/main/main-1.0.0.jar!/META-INF/spring/springmvc-servlet.xml]
15:02:18 [INFO] [Thread-4] db resource url from env true : jdbc:mysql://112.74.178.147:3306/fyfinance
15:02:18 [INFO] [Thread-4] 生成entityManagerFactory
15:02:18 [INFO] [Thread-4] {dataSource-2} inited
15:02:18 [INFO] [Thread-4] Building JPA container EntityManagerFactory for persistence unit 'default'
15:02:18 [INFO] [Thread-4] HHH000204: Processing PersistenceUnitInfo [
        name: default
        ...]
15:02:18 [INFO] [Thread-4] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
15:02:18 [INFO] [Thread-4] HHH000422: Disabling contextual LOB creation as connection was null
15:02:18 [WARN] [Thread-4] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'moduleEntityManagerFactory' defined in main.common.config.JarsConfig: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory
15:02:18 [INFO] [Thread-4] {dataSource-2} closed
15:02:18 [INFO] [Thread-4] module 'main' load failed,next try time is 1539759858893.
15:04:18 [INFO] [Thread-4] Loading module: MyModuleConfig[changed=true,lazyLoad=true,loadStatus=-1,failTimes=2,tryTime=1539759858893,moduleJars=[main/main-1.0.0.jar],name=main,enabled=true,version=1.0.0,properties={},overridePackages=[],moduleUrl=[jar:file:/D:/newdao-ide/service-dist/main/main-1.0.0.jar!/]]
15:04:18 [INFO] [Thread-4] Local jars: [jar:file:/D:/newdao-ide/service-dist/main/main-1.0.0.jar!/]
15:04:18 [INFO] [Thread-4] Module Properties: {module_version=1.0.0, module_name=main}
15:04:19 [INFO] [Thread-4] Config locations: [jar:file:/D:/newdao-ide/service-dist/main/main-1.0.0.jar!/META-INF/spring/springmvc-servlet.xml]
15:04:19 [INFO] [Thread-4] Refreshing com.alipay.jarslink.api.impl.ModuleApplicationContext@1206c17: startup date [Wed Oct 17 15:04:19 CST 2018]; parent: Root WebApplicationContext
15:04:19 [INFO] [Thread-4] Register: Generic bean: class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null
15:04:19 [INFO] [Thread-4] Loading XML bean definitions from URL [jar:file:/D:/newdao-ide/service-dist/main/main-1.0.0.jar!/META-INF/spring/springmvc-servlet.xml]
15:04:19 [INFO] [Thread-4] db resource url from env true : jdbc:mysql://112.74.178.147:3306/fyfinance
15:04:19 [INFO] [Thread-4] 生成entityManagerFactory
15:04:19 [INFO] [Thread-4] {dataSource-3} inited
15:04:19 [INFO] [Thread-4] Building JPA container EntityManagerFactory for persistence unit 'default'
15:04:19 [INFO] [Thread-4] HHH000204: Processing PersistenceUnitInfo [
        name: default
        ...]
15:04:19 [INFO] [Thread-4] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
15:04:19 [INFO] [Thread-4] HHH000422: Disabling contextual LOB creation as connection was null
15:04:20 [WARN] [Thread-4] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'moduleEntityManagerFactory' defined in main.common.config.JarsConfig: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory
15:04:20 [INFO] [Thread-4] {dataSource-3} closed
15:04:20 [INFO] [Thread-4] module 'main' load failed,next try time is 1539760100037.
回复 支持 反对

使用道具 举报

0

主题

1034

帖子

1363

积分

金牌会员

Rank: 6Rank: 6

积分
1363
QQ
发表于 2018-10-17 16:19:12 | 显示全部楼层
您好 方便qq联系一下  841815084  
方便定位您的问题
回复 支持 反对

使用道具 举报

0

主题

1034

帖子

1363

积分

金牌会员

Rank: 6Rank: 6

积分
1363
QQ
发表于 2018-10-17 16:25:52 | 显示全部楼层
根据您发的日志,数据库链接的问题 1123.png
回复 支持 反对

使用道具 举报

18

主题

55

帖子

299

积分

中级会员

Rank: 3Rank: 3

积分
299
QQ
 楼主| 发表于 2018-10-17 17:24:37 | 显示全部楼层
java.jpg java2.jpg

你的提示让我想到了,我之前建了一个表名:index,但中途出错了,生成对应的JAVA对像代码可能有些问题,是与你们的某些冲突了,导致这些类文件打包不成功,我把它清除了问题就解决了。
结贴吧。


回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|X3技术论坛|Justep Inc.    

GMT+8, 2025-6-13 02:21 , Processed in 0.065139 second(s), 26 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表