I'm trying to run a simple java-example application(which print "hello world") 
under the apps,i built it with CLI by the command below:
                 ./scripts/build image=java-example,cli
and then,run it with command:
                ./scripts/run.py

it successfully print "hello world",but when i input some simple command( such 
as ls,cd ) in the cli,it turns out:
   ls: Unknown response code: connection refused
or
   cd: Unknown response code: connection refused
only the command 'exit' works.

How does this problem happen and how to sovle it?

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to