评论列表
谢大胖 2019-12-30 15:30:51 回复
下载的都是最新的3.1.1版本,也是出现上述说的客户端贺服务端版本不一致的情况
Seagull 2020-01-02 10:05:00 回复
确认下服务端跟客户端是不是同一个版本
dsl 2019-12-18 10:09:20 回复
更改配置文件后,启动服务端一直出现java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)的错误是什么原因呢,数据库配置文件上账户密码连接地址都是正确的
月光蓝 2019-12-11 21:33:39 回复
客户端状态显示状态异常,部署环境,客户端,服务端都在本机上面.这个有点奇怪了.
K 2019-12-03 14:34:38 回复
然后呢,前端后台都跑起来来了,客户端也配好了,怎么访问前端项目执行测试的页面???
苏苏 2019-11-25 15:33:48 回复
客户端添加ip后,状态状态为:状态异常。但是通过telnet+IP+端口,在命令行能够正常连接。。是什么原因导致的异常呢
Seagull 2019-11-27 14:23:28 回复
确认你要从服务端telnet客户端的IP跟端口
2019-09-28 16:01:19 回复
server端添加客户端后,显示为状态异常,怎么回事
yaohuan 2019-08-15 18:12:03 回复
你好,我服务器端下载百度云上编译好的,然后在linux上运行。启动没有报错,算成功了。但是网页打不开,telnet IP 端口 连不上。同样的入站规则设置,新安装的数据库的3306端口却可以访问。下面是启动日志。
##################################################################
17:49:09.398 [main] INFO c.l.LuckyFrameWebApplication - [logStarting,50] - Starting LuckyFrameWebApplication v3.0 on izwz93j8or3olu9c2k5i2qz with PID 26822 (/root/luckyframe/LuckyFrameWeb.jar started by root in /root/luckyframe)
17:49:09.402 [main] DEBUG c.l.LuckyFrameWebApplication - [logStarting,53] - Running with Spring Boot v2.1.1.RELEASE, Spring v5.1.3.RELEASE
17:49:09.403 [main] INFO c.l.LuckyFrameWebApplication - [logStartupProfileInfo,679] - The following profiles are active: druid
17:49:15.427 [main] INFO o.a.s.c.e.EhCacheManager - [getCache,158] - Cache with name 'com.luckyframe.framework.shiro.realm.UserRealm.authorizationCache' does not yet exist. Creating now.
17:49:15.428 [main] INFO o.a.s.c.e.EhCacheManager - [getCache,165] - Added EhCache named [com.luckyframe.framework.shiro.realm.UserRealm.authorizationCache]
17:49:18.468 [main] INFO o.a.s.c.e.EhCacheManager - [getCache,169] - Using existing EHCache named [loginRecordCache]
17:49:20.901 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8855"]
17:49:20.948 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:49:20.951 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet Engine: Apache Tomcat/9.0.13
17:49:20.977 [main] INFO o.a.c.c.AprLifecycleListener - [log,173] - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
17:49:21.284 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:49:22.337 [main] INFO c.a.d.p.DruidDataSource - [init,930] - {dataSource-1} inited
17:49:22.503 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1208] - Using default implementation for ThreadExecutor
17:49:22.640 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
17:49:22.641 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.0 created.
17:49:22.649 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'LuckyFrameScheduler' with instanceId 'izwz93j8or3olu9c2k5i2qz1565862562540'
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 50 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
17:49:22.649 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1362] - Quartz scheduler 'LuckyFrameScheduler' initialized from an externally provided properties instance.
17:49:22.649 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1366] - Quartz scheduler version: 2.3.0
17:49:22.651 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2287] - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@6c45ee6e
17:49:22.758 [main] DEBUG c.l.p.m.j.m.J.selectJobAll - [debug,159] - ==> Preparing: select job_id, job_name, job_group, method_name, method_params, cron_expression, misfire_policy, status, create_by, create_time, remark from sys_job
17:49:23.096 [main] DEBUG c.l.p.m.j.m.J.selectJobAll - [debug,159] - ==> Parameters:
17:49:23.178 [main] DEBUG c.l.p.m.j.m.J.selectJobAll - [debug,159] - <== Total: 0
17:49:26.176 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - [initHandlerMethods,69] - 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)]
17:49:28.296 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - [start,147] - Context refreshed
17:49:28.371 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - [start,150] - Found 1 custom documentation plugin(s)
17:49:28.670 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - [scan,41] - Scanning for api listing references
17:49:29.207 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8855"]
17:49:29.212 [main] INFO o.a.t.u.n.NioSelectorPool - [log,173] - Using a shared selector for servlet write/read
17:49:29.617 [main] INFO c.l.LuckyFrameWebApplication - [logStarted,59] - Started LuckyFrameWebApplication in 21.936 seconds (JVM running for 23.569)
LuckyFrameWeb启动成功......
17:49:30.369 [Quartz Scheduler [LuckyFrameScheduler]] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler LuckyFrameScheduler_$_izwz93j8or3olu9c2k5i2qz1565862562540 started.
Seagull 2019-08-16 15:10:57 回复
确认你访问的地址以及端口是不是对的,再看看防火墙档住了没有
jia 2019-08-12 20:20:30 回复
添加客户端后 显示状态未知是为什么呢
Seagull 2019-08-13 17:18:55 回复
把当前页面刷新一睛,未知状态是定时任务还没有开始检测客户端
小于 2019-07-26 17:54:58 回复

下载的都是v3.0版本的,启动时不知道为什么说版本不一致
Jul 26, 2019 5:46:27 PM org.apache.catalina.core.StandardService startInternal
信息: Starting service [Tomcat]
Jul 26, 2019 5:46:27 PM org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/8.5.31
Jul 26, 2019 5:46:27 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\VanDyke Software\Clients\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.8.0_201\bin;"C:\Program Files\Java\jdk1.8.0_201\jre\bin;%CATALINA_HOME%\bin;";D:\mysql-5.7.26-winx64\bin;D:\apache-jmeter-5.1.1\bin;D:\apache-maven-3.6.1\bin;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;.]
Jul 26, 2019 5:46:27 PM org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring embedded WebApplicationContext
2019-07-26 17:46:27:994:springboot.RunService.main(RunService.java:32) -
INFO: 启动客户端监听,请稍后......监听IP:169.254.177.18
2019-07-26 17:46:27:997:springboot.HttpImpl.checkHostNet(HttpImpl.java:368) -
INFO: 检查客户端配置中,请稍后......
2019-07-26 17:46:28:257:springboot.HttpImpl.checkHostNet(HttpImpl.java:378) -
WARN: 客户端版本:3.0 Beta 服务端版本:<!doctype html><html lang="en"><head><title>HTTP Status 404 鈥? Not Found</title><style type="text/css">h1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 鈥? Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> &#47;openGetApi&#47;clientGetServerVersion.do</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/8.5.43</h3></body></html> 客户端与服务端版本不一致,有可能会导致未知问题,请检查...
Seagull 2019-08-01 13:39:58 回复
看这个报错是你的服务端版本有问题呢
炮兵 2019-09-18 17:13:26 回复
可能是客户端、服务端端口没配置一致,我出过这个问题
ss 2019-10-10 14:44:55 回复
请问具体怎么设置?我也是这种情况,都是3.0beta ,
sunflower 2019-10-22 15:59:56 回复
请问服务器和客户端版本不一致的问题你是怎么解决的呀?
wq 2019-04-03 17:31:45 回复
A ResourcePool could not acquire a resource from its primary factory or source 一登陆就提示这个
Seagull 2019-04-08 08:42:25 回复
数据库链接问题,看下数据库版本
5/6
发表评论
评论通过审核后显示。