评论列表
xu 2020-12-11 12:19:24 回复
服务端启动后默认端口是80,浏览器访问地址:http://XX.XXX.XXX.XX 即可,具体是什么呢?
Seagull 2020-12-13 09:21:25 回复
就是IP地址
艾先生 2020-12-07 14:16:08 回复
3.1.1的客户端需要采用jdk8的版本,刚开始我采用的是jdk11,有问题。换到了jdk8.211就正常了
小黑 2020-10-19 17:28:47 回复
老师好,客户端部署完后执行cmd脚本,一直提示空指针异常
java -Djava.ext.dirs=./lib springboot.RunService
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.lang.NullPointerException
at springboot.RunService.<clinit>(RunService.java:34)
Seagull 2020-10-23 14:05:34 回复
你在哪里运行的,可以debug一下客户端程序
zhao-mm 2020-09-23 17:48:17 回复
我用idea以gbk或者utf-8的方式打开客户端的代码都是乱码
看了配置文件的txt编码方式是ANSI
请问我在idea中应该设置什么project encoding
tao-Jf 2021-05-24 10:32:45 回复
请问idea 部署这个的时候 没有lib 的包怎么整的
Ira 2020-08-26 17:07:07 回复
老师好,Luckyframe能在win10使用么?同样的部署,在win7正常启动本地端,但是win10就不行。主要体现为闪退。连log都还没出就退出去了。
Seagull 2020-09-08 19:54:54 回复
确认一下JDK是不是同一个版本
小林 2020-08-14 10:10:31 回复
用jar包起服务端时报了下面的错误是怎么回事呢?
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jobServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flywayConfig': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: Validate failed: Detected failed migration to version 3.1.1 (BaseLineInitialize)
Seagull 2020-08-20 17:52:58 回复
一般是由于你手动执行了SQL文件导致flyway版本验证不通过
Vivian 2020-08-13 17:34:14 回复
PS E:\LuckyFrame_project\LuckyFrameClient\target> java -jar .\LuckyFrameClient.jar
java.io.IOException: Stream closed
at java.io.BufferedInputStream.getInIfOpen(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at java.io.Reader.read(Unknown Source)
at java.util.Properties$LineReader.readLine(Unknown Source)
at java.util.Properties.load0(Unknown Source)
at java.util.Properties.load(Unknown Source)
at luckyclient.utils.config.SysConfig.<clinit>(SysConfig.java:20)
at springboot.RunService.<clinit>(RunService.java:33)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:51)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52)
##################################################################
##################################################################
## ##
## / / _ _ ___| | ___ _ / __\ __ __ _ _ __ ___ ___ ##
## / / | | | |/ __| |/ / | | |/ _\| '__/ _` | '_ ` _ \ / _ \ ##
## / /__| |_| | (__| <| |_| / / | | | (_| | | | | | | __/ ##
## \____/\__,_|\___|_|\_\\__, \/ |_| \__,_|_| |_| |_|\___| ##
## |___/ ##
## ##
##################################################################
2020-08-13 17:31:55:386:org.springframework.boot.StartupInfoLogger.logStarting(StartupInfoLogger.java:55) -
INFO: Starting RunService v3.2.1 on DESKTOP-L1J91A5 with PID 6280 (E:\LuckyFrame_project\LuckyFrameClient\target\LuckyFrameClient.jar started by admin in E:\LuckyFrame_project\LuckyFrameClient\target)
2020-08-13 17:31:55:399:org.springframework.boot.SpringApplication.logStartupProfileInfo(SpringApplication.java:651) -
INFO: No active profile set, falling back to default profiles: default
八月 13, 2020 5:31:58 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service [Tomcat]
八月 13, 2020 5:31:58 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet engine: [Apache Tomcat/9.0.30]
八月 13, 2020 5:31:58 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring embedded WebApplicationContext
2020-08-13 17:31:58:882:org.springframework.boot.StartupInfoLogger.logStarted(StartupInfoLogger.java:61) -
INFO: Started RunService in 3.933 seconds (JVM running for 4.552)
2020-08-13 17:31:58:887:springboot.RunService.main(RunService.java:42) -
INFO: 启动客户端监听,请稍后......监听IP:172.18.0.79
2020-08-13 17:31:58:888:springboot.HttpImpl.checkHostNet(HttpImpl.java:360) -
INFO: 检查客户端配置中,请稍后......
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:51)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52)
Caused by: java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.valueOf(Unknown Source)
at springboot.HttpImpl.checkHostNet(HttpImpl.java:364)
at springboot.RunService.main(RunService.java:55)
... 8 more
Vivian 2020-08-14 10:02:26 回复
没有先把class里的所有文件放到服务器上,所有打的jar包运行时报这个错----这是后来才想到的原因;
我真正解决客户端无法启动的问题的方法是:配置pom,打war包,放到Tomcat里修改成ROOT.war运行,然后运行./start_service.sh,连接服务器成功,注册成功。
iterman 2020-07-16 18:35:29 回复
请问下LuckyFrameClient怎么远程调试?
Seagull 2020-08-20 17:57:04 回复
可以通过IDE来调试,如果是用例调试,在用例管理界面就可以
木木 2020-06-12 15:17:03 回复
在用例管理中点击调试时,对应的客户端返回信息是乱码。请问在哪里进行配置。 我把服务端和客户端都安装在了centos上
laowang 2020-05-20 23:30:09 回复
打包出来运行。。。报错这个,如何弄?谢谢。。

'23:28:52.464 [main] ERROR o.s.b.SpringApplication - [reportFailure,858] - Application run failed
java.lang.IllegalStateException: The following classes could not be excluded because they are not auto-configuration classes:
- org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
- org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration

at org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.handleInvalidExcludes(AutoConfigurationImportSelector.java:223)
at org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.checkExcludedClasses(AutoConfigurationImportSelector.java:208)
at org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.getAutoConfigurationEntry(AutoConfigurationImportSelector.java:123)
at org.springframework.boot.autoconfigure.AutoConfigurationImportSelector$AutoConfigurationGroup.process(AutoConfigurationImportSelector.java:420)
at org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGrouping.getImports(ConfigurationClassParser.java:878)
at org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.processGroupImports(ConfigurationClassParser.java:804)
at org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.process(ConfigurationClassParser.java:774)
at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:185)
at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:315)
at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232)
at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275)
at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:691)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:528)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
at com.luckyframe.LuckyFrameWebApplication.main(LuckyFrameWebApplication.java:49)'
laowang 2020-05-21 00:15:31 回复
好了。。。我打包方式问题。。。。--!!
Seagull 2020-05-27 17:02:25 回复
游客 2021-01-14 22:02:25 回复
客户端调用的时候报:unknown error: Failed to create Chrome process
3/6
发表评论
评论通过审核后显示。