質問

C:...\GitHub\gridgain>bin\ggstart.bat Error: Could not find or load main class org.gridgain.grid.startup.cmdline.GridC ommandLineTransformer Error: Could not find or load main class org.gridgain.grid.startup.cmdline.GridC ommandLineRandomNumberGenerator Error: Could not find or load main class org.gridgain.grid.util.portscanner.Grid JmxPortFinder bin\ggstart.bat, WARN: Failed to resolve JMX host. JMX will be disabled. Error: Could not find or load main class org.gridgain.grid.startup.cmdline.GridC ommandLineStartup

役に立ちましたか?

解決

These errors usually happen when GRIDGAIN_HOME is pointing to the wrong location. Given that v5.3.3 starts successfully, I suspect GRIDGAIN_HOME still points to it.

UPD: After reading your solution I think I understood what the original problem was. GitHub download link (download ZIP button) does NOT contain GridGain release, it contains only source code from which you can build GridGain jar. You should run maven build procedure to get gridgain.jar in work folder.

If you do not want to build jar from sources, you can download latest release package here.

他のヒント

I have just found the answer

Windows user should use the following link to download GG http://www.gridgain.com/media/gridgain-platform-ent-6.0.2win.zip

NOT the one from the github!!!

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top