Chanrian7 2024-09-26 11:30 采纳率: 98.6%
浏览 7

window本地启动jar包项目失败 无报错

window本地在cmd命令启动jar包,java -jar 失败
没有error报错信息,启动失败后自动结束命令
启动信息如下;

D:\lims>java -jar gikam-guangdong-lims-0.0.1.jar
2024-09-26 11:09:18 [GUID:                                ] INFO  Version HV000001: Hibernate Validator 6.1.5.Final

2024-09-26 11:09:24 [GUID:                                ] INFO  LocalConfigInfoProcessor LOCAL_SNAPSHOT_PATH:C:\Users\chen\nacos\config
2024-09-26 11:09:25 [GUID:                                ] INFO  Limiter limitTime:5.0
2024-09-26 11:09:25 [GUID:                                ] WARN  NacosPropertySourceBuilder Ignore the empty nacos configuration and get it based on dataId[lims] & group[DEFAULT_GROUP]
2024-09-26 11:09:25 [GUID:                                ] WARN  NacosPropertySourceBuilder Ignore the empty nacos configuration and get it based on dataId[lims.yaml] & group[DEFAULT_GROUP]
2024-09-26 11:09:25 [GUID:                                ] WARN  NacosPropertySourceBuilder Ignore the empty nacos configuration and get it based on dataId[lims-dev.yaml] & group[DEFAULT_GROUP]
2024-09-26 11:09:25 [GUID:                                ] WARN  NacosPropertySourceBuilder Ignore the empty nacos configuration and get it based on dataId[lims-mysql.yaml] & group[DEFAULT_GROUP]
2024-09-26 11:09:25 [GUID:                                ] WARN  NacosPropertySourceBuilder Ignore the empty nacos configuration and get it based on dataId[lims-audit-trail.yaml] & group[DEFAULT_GROUP]
2024-09-26 11:09:25 [GUID:                                ] WARN  NacosPropertySourceBuilder Ignore the empty nacos configuration and get it based on dataId[lims-schedule.yaml] & group[DEFAULT_GROUP]
2024-09-26 11:09:25 [GUID:                                ] WARN  NacosPropertySourceBuilder Ignore the empty nacos configuration and get it based on dataId[lims-logging.yaml] & group[DEFAULT_GROUP]
2024-09-26 11:09:25 [GUID:                                ] WARN  NacosPropertySourceBuilder Ignore the empty nacos configuration and get it based on dataId[lims-equipt-acq-file.yaml] & group[DEFAULT_GROUP]
2024-09-26 11:09:25 [GUID:                                ] WARN  NacosPropertySourceBuilder Ignore the empty nacos configuration and get it based on dataId[lims-ngtodo.yaml] & group[DEFAULT_GROUP]
2024-09-26 11:09:25 [GUID:                                ] INFO  PropertySourceBootstrapConfiguration Located property source: [BootstrapPropertySource {name='bootstrapProperties-lims-ngtodo.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-lims-equipt-acq-file.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-lims-logging.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-lims-schedule.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-lims-audit-trail.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-lims-mysql.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-lims-dev.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-lims.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-lims,DEFAULT_GROUP'}]
2024-09-26 11:09:25 [GUID:                                ] INFO  GikamEmcApplication The following profiles are active: dev,mysql,audit-trail,schedule,logging,equipt-acq-file,ngtodo
2024-09-26 11:10:12 [GUID:                                ] INFO  RepositoryConfigurationDelegate Multiple Spring Data modules found, entering strict repository configuration mode!
2024-09-26 11:10:12 [GUID:                                ] INFO  RepositoryConfigurationDelegate Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2024-09-26 11:10:14 [GUID:                                ] INFO  RepositoryConfigurationDelegate Finished Spring Data repository scanning in 2854ms. Found 0 Elasticsearch repository interfaces.
2024-09-26 11:10:16 [GUID:                                ] WARN  ClassPathMapperScanner No MyBatis mapper was found in '[com.sunwayworld.emc]' package. Please check your configuration.
2024-09-26 11:10:16 [GUID:                                ] INFO  RepositoryConfigurationDelegate Multiple Spring Data modules found, entering strict repository configuration mode!
2024-09-26 11:10:16 [GUID:                                ] INFO  RepositoryConfigurationDelegate Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2024-09-26 11:10:17 [GUID:                                ] INFO  RepositoryConfigurationDelegate Finished Spring Data repository scanning in 829ms. Found 0 Elasticsearch repository interfaces.
2024-09-26 11:10:17 [GUID:                                ] INFO  RepositoryConfigurationDelegate Multiple Spring Data modules found, entering strict repository configuration mode!
2024-09-26 11:10:17 [GUID:                                ] INFO  RepositoryConfigurationDelegate Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2024-09-26 11:10:18 [GUID:                                ] INFO  RepositoryConfigurationDelegate Finished Spring Data repository scanning in 854ms. Found 0 Reactive Elasticsearch repository interfaces.
2024-09-26 11:10:21 [GUID:                                ] INFO  GenericScope BeanFactory id=57577019-6b09-3dc6-aaef-71d7d9a890b1
[LICENSE EXPIRED]+EIoXQ1qixWgLnXTehIe7y7mTmgdvbhRDzjGTUXBFiW3QPf5Az1rcPvSvNdZM+sZJ3XLUyM3YvJGD4GDG7Q2T2lECwYK0VNF2024-09-26 11:10:25 [GUID:                                ] WARN  HttpClientBeanHolder [HttpClientBeanHolder] Start destroying common HttpClient
2024-09-26 11:10:25 [GUID:                                ] WARN  HttpClientBeanHolder [HttpClientBeanHolder] Destruction of the end

img

img

  • 写回答

1条回答 默认 最新

  • a1767028198 2024-09-26 15:05
    关注

    日志级别拉到debug再看看信息,不过吧,你确定你这个有web模块?没web模块可不就直接结束了嘛

    评论

报告相同问题?

问题事件

  • 创建了问题 9月26日

悬赏问题

  • ¥15 如何在vue.config.js中读取到public文件夹下window.APP_CONFIG.API_BASE_URL的值
  • ¥50 浦育平台scratch图形化编程
  • ¥20 求这个的原理图 只要原理图
  • ¥15 vue2项目中,如何配置环境,可以在打完包之后修改请求的服务器地址
  • ¥20 微信的店铺小程序如何修改背景图
  • ¥15 UE5.1局部变量对蓝图不可见
  • ¥15 一共有五道问题关于整数幂的运算还有房间号码 还有网络密码的解答?(语言-python)
  • ¥20 sentry如何捕获上传Android ndk 崩溃
  • ¥15 在做logistic回归模型限制性立方条图时候,不能出完整图的困难
  • ¥15 G0系列单片机HAL库中景园gc9307液晶驱动芯片无法使用硬件SPI+DMA驱动,如何解决?