Question

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.

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top