문제

I have properly set up JAVA_HOME, MAVEN_HOME to point to jdk home and maven installation homedirectory, and have also added JAVA_HOME/bin and MAVEN_HOME/bin in the PATH. But still when I execute karaf.bat I don't see any output as mentioned in the quick start guide here. Instead I see blank screen infinitely running. Please help me.

I am on Windows 7 64 bit.

도움이 되었습니까?

해결책

After doing some google search, found this mail archive, which says the downloaded karaf could be corrupt.

As guided I downloaded the fresh karaf zip from another mirror (other than previously downloaded mirror) and now after installation, I am able to successfully run karaf.bat

다른 팁

I encounted the same problem. Apparently Karaf didn't start as it was described in the tutorial. Even more confusing was the fact that the log showed normal. Java process was created, the log said nothing wrong but Karaf console was silent. After I tried to debug the problem for a while, I've discovered that downloading the zip from a different mirror solved the problem.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top