We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我在使用orabbix-1.2.4w.jar的时候,无法运行,提示错误:Error: Could not find or load main class com.smartmarmot.orabbix.bootstrap
我尝试把orabbix-1.2.4w.jar改成orabbix-1.2.3.jar 或者在run.sh里面把执行的orabbix-1.2.3.jar 修改成orabbix-1.2.4w.jar 报的错误都是一样的。logs里面没有日志
但是我在用原版的1.2.3的jar包的时候就不会提示任何错误
以下是我的使用版本情况 [root@fdys /opt/orabbix]# java -version openjdk version "1.8.0_242" OpenJDK Runtime Environment (build 1.8.0_242-b08) OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode) [root@fdys /opt/orabbix]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) [root@fdys /opt/orabbix]# rpm -qa|grep zabbix zabbix-server-mysql-4.4.6-1.el7.x86_64 zabbix-get-4.4.6-1.el7.x86_64 zabbix-web-4.4.6-1.el7.noarch zabbix-release-4.4-1.el7.noarch zabbix-agent-4.4.6-1.el7.x86_64 zabbix-web-mysql-4.4.6-1.el7.noarch
The text was updated successfully, but these errors were encountered:
还有,确认一下使用方法,使用官方的1.2.3的zip包 然后将1.2.4w的jar包拷贝到目录内就可以对吧? 我试验了两种方式, 第一,将1.2.4w改名为1.2.3的名称 第二,将run.sh的调用内容修改为orabbix-1.2.4w.jar 总之两种方式都失败了,都报那个错误
Sorry, something went wrong.
No branches or pull requests
你好,我在使用orabbix-1.2.4w.jar的时候,无法运行,提示错误:Error: Could not find or load main class com.smartmarmot.orabbix.bootstrap
我尝试把orabbix-1.2.4w.jar改成orabbix-1.2.3.jar
或者在run.sh里面把执行的orabbix-1.2.3.jar 修改成orabbix-1.2.4w.jar
报的错误都是一样的。logs里面没有日志
但是我在用原版的1.2.3的jar包的时候就不会提示任何错误
以下是我的使用版本情况
[root@fdys /opt/orabbix]# java -version
openjdk version "1.8.0_242"
OpenJDK Runtime Environment (build 1.8.0_242-b08)
OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
[root@fdys /opt/orabbix]# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
[root@fdys /opt/orabbix]# rpm -qa|grep zabbix
zabbix-server-mysql-4.4.6-1.el7.x86_64
zabbix-get-4.4.6-1.el7.x86_64
zabbix-web-4.4.6-1.el7.noarch
zabbix-release-4.4-1.el7.noarch
zabbix-agent-4.4.6-1.el7.x86_64
zabbix-web-mysql-4.4.6-1.el7.noarch
The text was updated successfully, but these errors were encountered: