I am trying to install servicemix, but I cannot get the result that is described in the documentation. I have installed JDK, and added to the environmental variables. Then downloaded the serviceMix zip file and ran the command as is described on the pic. But I get stuck on this step...Any hints?

Can you check if the ServiceMix process is running?
Do a
ps -ef | grep 7.0.1It should display a java process running. If not, either you have not started ServiceMix or there is most likely a permissions/ownership issue somewhere.
Otherwise run the
clientexecutable in the bin folder.If it still does not work. Kill the ServiceMix process, run the
startexecutable and then theclientexecutable.