AugustTuan / LifeTime

像管理项目一样,管理自己的人生
0 stars 0 forks source link

跑通renren-fast模块 #67

Closed AugustTuan closed 2 years ago

AugustTuan commented 2 years ago

任务概览

AugustTuan commented 2 years ago

报错 create config service error!

AugustTuan commented 2 years ago

报错 create config service error!

纠结是否是lombok插件没安装,但是2021版本以后已经内置了,不需要安装 花了点时间了解了jrebel,暂时用不到

AugustTuan commented 2 years ago

报错 create config service error!

在原视频弹幕找解决方案,没找到,试了一下加 &useSSL=false 没用

AugustTuan commented 2 years ago

报错 create config service error!

尝试浏览注册中心、配置中心视频,看是否有没有配置的地方

AugustTuan commented 2 years ago

报错 create config service error!

尝试浏览注册中心、配置中心视频,看是否有没有配置的地方

不行,启动配置中心以后,就没啥可以改的了

AugustTuan commented 2 years ago

renren-fast跑不起来, 尝试了另外两个模块,coupon和member,能够成功跑起来了, 但是跳转以后报错 image 仔细观看教程视频,发现雷神也是这样的,需要另外输入请求 image 成功跑起一个服务

AugustTuan commented 2 years ago

服务注册不到nacos服务器,配置也无法动态部署。 看评论说是nacos服务器的版本和springcloud不匹配,一看还真是

下载了2.1.0 nacos服务器,但是运行报错 image

AugustTuan commented 2 years ago

服务注册不到nacos服务器,配置也无法动态部署。 看评论说是nacos服务器的版本和springcloud不匹配,一看还真是

下载了2.1.0 nacos服务器,但是运行报错 image

https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/109356286 按照这个方法,将打开模式换成单机模式解决

中间,编辑cmd,没有权限保存,使用这个建议2解决 https://blog.csdn.net/weixin_38211198/article/details/94365050

AugustTuan commented 2 years ago

使用2.1.0版本,成功将服务注册到Nacos,yse!!!! image

AugustTuan commented 2 years ago

配置中心依然无法热部署

AugustTuan commented 2 years ago

配置中心依然无法热部署

尝试重启nacos,无果

AugustTuan commented 2 years ago

配置中心依然无法热部署

尝试加入spring-cloud-starter-bootstrap依赖,报错。 rebuild项目,报错“java: 程序包com.baomidou.mybatisplus.extension.service不存在”

AugustTuan commented 2 years ago

配置中心依然无法热部署

尝试加入spring-cloud-starter-bootstrap依赖,报错。 rebuild项目,报错“java: 程序包com.baomidou.mybatisplus.extension.service不存在”

https://www.jianshu.com/p/9ae4710939df 通过setting->maven->Runner,勾选:Delegate ide build/run actions to Maven,再次运行就不会再出现这样的问题了 但是另外报错 “Failed to execute goal on project gulimall-coupon: Could not resolve dependencies” 又通过把这个设置关闭解决

AugustTuan commented 2 years ago

发现自己的maven仓库配置有问题 image

AugustTuan commented 2 years ago

不是依赖、版本的问题,把bootstrap里面关于配置分组的部分注释掉就行了 image

AugustTuan commented 2 years ago
AugustTuan commented 2 years ago

报错 create config service error!

尝试文中提到的方式,将nacos配置中心的依赖排除

AugustTuan commented 2 years ago

报错 create config service error!

尝试文中提到的方式,将nacos配置中心的依赖排除

Error creating bean with name 'scheduleJobController': Unsatisfied dependency expressed through field 'scheduleJobService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scheduleJobService': Invocation of init method failed; nested exception is io.renren.common.exception.RRException: 获取定时任务CronTrigger出现异常 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596)

AugustTuan commented 2 years ago

报错 create config service error!

尝试文中提到的方式,将nacos配置中心的依赖排除

Error creating bean with name 'scheduleJobController': Unsatisfied dependency expressed through field 'scheduleJobService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scheduleJobService': Invocation of init method failed; nested exception is io.renren.common.exception.RRException: 获取定时任务CronTrigger出现异常 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596)

按照这个贴子,清空定时作业表,成功 renren-fast运行有报错 - 人人开源社区 image

AugustTuan commented 2 years ago

yun'xi运行前端项目后,没有验证码,并且报错 Failure obtaining db row lock: Table 'gulimall_admin.QRTZ_LOCKS' doesn't exist image

AugustTuan commented 2 years ago

常见Vim命令 VIM中的保存和退出、VIM退出命令、如何退出vim编辑、VIM命令大全 - 简书

AugustTuan commented 2 years ago

yun'xi运行前端项目后,没有验证码,并且报错 Failure obtaining db row lock: Table 'gulimall_admin.QRTZ_LOCKS' doesn't exist image

问题原因是因为linux中的mysql,对表的大小写敏感。 而我采用(12条消息) 解决Linux docker中的mysql区分大小写问题_与李的博客-CSDN博客_docker mysql 区分大小写并没有解决问题

最后发现我的文件名是 my.conf 而应该采用my.conf,所以我要删除容器,重新创建

AugustTuan commented 2 years ago

遇到docker一直restarting image 去掉目录挂载部分,发现可以正常运行

AugustTuan commented 2 years ago

遇到docker一直restarting image 去掉目录挂载部分,发现可以正常运行

(12条消息) 关于docker -v 挂载后服务无法启动问题。_weixin_30241919的博客-CSDN博客 尝试了三种办法,都失败了。 最后把原来 /mydata/mysql目录删掉就成功了

AugustTuan commented 2 years ago

遇到docker一直restarting image 去掉目录挂载部分,发现可以正常运行

(12条消息) 关于docker -v 挂载后服务无法启动问题。_weixin_30241919的博客-CSDN博客 尝试了三种办法,都失败了。 最后把原来 /mydata/mysql目录删掉就成功了

我再次测试就发现,竟然真的是因为我增加了一行配置 lower_case_table_names 就直接导致整个容器没法启动了 (12条消息) docker安装Mysql8.0的坑之lower_case_table_names_goodjob110的博客-CSDN博客

AugustTuan commented 2 years ago

(12条消息) 虚拟机中ip地址总是自动变化解决办法_独宠。的博客-CSDN博客_虚拟机ip地址一直变化

AugustTuan commented 2 years ago

image 重新初始化了数据库,也没有报错了,但是依旧没有验证码

AugustTuan commented 2 years ago
  1. 解决跨域问题,无果 (12条消息) renren-fast后端代码版本升级踩坑记录(四)_群子7559的博客-CSDN博客
  2. 修改前端访问的后端地址,无果 (12条消息) # Vue 配置前端后端路由地址_爱码代码的喵的博客-CSDN博客_vue项目配置后端地址
AugustTuan commented 2 years ago

image 重新初始化了数据库,也没有报错了,但是依旧没有验证码

先推进网关这一课,看看问题会不会在后续解决

AugustTuan commented 2 years ago

继续学习后面的三级分类 跟着学习了 网关,发现前端的请求时发送给网关的 在网关处设置了路由规则、路径重写,跨域配置以后就可以正常登录了,成了!!!!!!!!! image