Have you enables the RPC server with --rpcuser x --rpcpaasword x --server
?
yes I have run client with command ./bitshares_client --rpcuser x --rpcpaasword x --server
and the bitshares_client is runing
roy@roy@ubuntu:~/bitshares/programs/client$ ./bitshares_client --rpcuser=test --rpcpassword=test --httpport 9989 --server
Loading blockchain from: /home/roy/.BitShares/chain
Loading config from file: /home/roy/.BitShares/config.json
Starting JSON RPC server on port 37606 (localhost only)
Starting HTTP JSON RPC server on port 9989 (localhost only)
Attempting to map P2P port 1700 with UPNP...
Listening for P2P connections on port 1700
I can open web_client in browser by opening
http://localhost:8000 , wallet interface is showed in browser , but no connection.
I cannot anything open in browserby opening
http://localhost:9989. and alert is "Invalid RPC Request " after I input usename and password .