首页 > 其他分享 >Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain

Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain

时间:2023-09-26 18:12:40浏览次数:53  
标签:load quorum tar Could zookeeper maven apache PATH 3.9

下载maven

apache-maven-3.9.4-bin.tar.gz

解压

 tar -zxvf apache-maven-3.9.4-bin.tar.gz

添加环境变量

 vim /etc/profile
export MAVEN_HOME=/usr/local/maven-3.9.4
export PATH=${PATH}

标签:load,quorum,tar,Could,zookeeper,maven,apache,PATH,3.9
From: https://www.cnblogs.com/yffs68169/p/17730859.html

相关文章

  • ERROR: Could not find a version that satisfies the requirement selunium (from ve
    错误信息ERROR:Couldnotfindaversionthatsatisfiestherequirementselenium(fromversions:none)ERROR:Nomatchingdistributionfoundforselenium解决方案方法1:增大超时时间pip--default-timeout=100installselenium方法2:修改安装源为清华安装源pipi......
  • 错误 git@github.com: Permission denied (publickey). fatal: Could not read from r
    场景:本地git已登录了账号,需要在github下载项目时提示git@github.com:Permissiondenied(publickey).fatal:Couldnotreadfromremoterepository.,解决方法是获取本地的密钥,在gitHub中添加即可,不需要有账号上的对应,不需考虑本地切换git账号问题. 1.判断错误情况:permissio......
  • using wget utility to download files while keeping path structure
    Frommanwget:-x,--force-directories:[...]createahierarchyofdirectories,evenifonewouldnothavebeencreatedotherwise.E.g.wget-xhttp://fly.srk.fer.hr/robots.txtwillsavethedownloadedfiletofly.srk.fer.hr/robots.txt.  Togetthest......
  • 使用IDEA下载源码时,始终报错cannot download sources
    注释settings.xml文件以下内容<mirror><id>maven-default-http-blocker</id><mirrorOf>external:http:*</mirrorOf><name>PseudorepositorytomirrorexternalrepositoriesinitiallyusingHTTP.</name&g......
  • upload—labs
    pass1查看提示,在客户端进行……,说明在浏览器F12可以进行修改 直接F12定位输入框 找到敏感函数checkfile(),直接将其删除 上传木马php 上传成功,复制下面返回地址用蚁剑连接即可 连接成功  pass2服务端进行MIME检查 需要上传图片MIME检查是后端PHP代码只对......
  • Sentienl基于Jdk17版本运行出错:java.lang.IllegalStateException: Cannot load config
    java.lang.IllegalStateException:Cannotloadconfigurationclass:com.alibaba.csp.sentinel.dashboard.DashboardApplicationatorg.springframework.context.annotation.ConfigurationClassPostProcessor.enhanceConfigurationClasses(ConfigurationClassPostP......
  • loader编写小记
    此项目在一些大佬的基础上进行了修改,或许能提供一些思路。还在学习中很菜很菜,不足之处还请师傅们多多指点......
  • Anaconda-CondaError: Downloaded bytes did not match Content-Length
    遇到如下情况:CondaError:DownloadedbytesdidnotmatchContent-Length,换源!condaconfig--addchannelshttps://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/condaconfig--addchannelshttps://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/#设置搜索时显......
  • Logstash报错: Could not index event to Elasticsearch
    Logstash报错:CouldnotindexeventtoElasticsearch 一、环境说明Logstash7.3ElasticSearch7.3二、现象logstash/logs/logstash-plain.log大量警告:ValidationFailed:1:thisactionwouldadd[1]totalshards,butthisclustercurrentlyhas[1000]/[1000]maximum......
  • ## Could not find a working installation of Boost.
     001、问题 002、解决方法(base)[root@pc1MaSuRCA-3.3.1]#yum-yinstallboostboost-devel(base)[root@pc1MaSuRCA-3.3.1]#yum-yinstallgcc-c++.x86_64gperf 参考:https://code84.com/754823.html ......