rddill-IBM / ZeroToBlockchain

Tutorial for Zero to Blockchain series
342 stars 924 forks source link

Chapter 4 - how to start composer? #2

Closed bhavers closed 6 years ago

bhavers commented 6 years ago

Bob, in chapter 4 slide 8, step 3 it says to import your model in composer.

But i can't start composer. I guess it should be running but i don't know on which port (see list of open ports at the bottom). I have tried the first few ports that have been opened on my machine. When i open http://http://localhost:7054/ in my browser i get "404 page not found".

Is there something i am missing? The buildAndDeploy command seems to be running fine without errors. Last part of its console output says:

.......
Parameters:
       Network Name is:  zerotoblockchain-network 
       =====================================================
       -----> deploying network
       =====================================================
Deploying business network from archive: zerotoblockchain-network.bna
Business network definition:
    Identifier: zerotoblockchain-network@0.1.6
    Description: Zero to Blockchain tutorial network

✔ Deploying business network definition. This may take a minute...

Output of open ports on my machine.

Brams-MacBook-Pro:Chapter04 bram_havers@nl.ibm.com$ netstat -an |grep LIST
tcp6       0      0  ::1.7051               *.*                    LISTEN     
tcp4       0      0  *.7051                 *.*                    LISTEN     
tcp6       0      0  ::1.7053               *.*                    LISTEN     
tcp4       0      0  *.7053                 *.*                    LISTEN     
tcp6       0      0  ::1.5984               *.*                    LISTEN     
tcp4       0      0  *.5984                 *.*                    LISTEN     
tcp6       0      0  ::1.7054               *.*                    LISTEN     
tcp4       0      0  *.7054                 *.*                    LISTEN     
tcp6       0      0  ::1.7050               *.*                    LISTEN     
tcp4       0      0  *.7050                 *.*                    LISTEN     
tcp4       0      0  127.0.0.1.6234         *.*                    LISTEN     
tcp4       0      0  127.0.0.1.60808        *.*                    LISTEN     
tcp4       0      0  127.0.0.1.50008        *.*                    LISTEN     
tcp4       0      0  127.0.0.1.50006        *.*                    LISTEN     
tcp4       0      0  127.0.0.1.50005        *.*                    LISTEN     
tcp4       0      0  127.0.0.1.50004        *.*                    LISTEN     
tcp4       0      0  127.0.0.1.50009        *.*                    LISTEN     
tcp4       0      0  127.0.0.1.50001        *.*                    LISTEN     
tcp6       0      0  fe80::1%lo0.51249      *.*                    LISTEN     
tcp4       0      0  127.0.0.1.59449        *.*                    LISTEN     
tcp4       0      0  127.0.0.1.50973        *.*                    LISTEN     
tcp4       0      0  127.0.0.1.50460        *.*                    LISTEN     
tcp4       0      0  127.0.0.1.4243         *.*                    LISTEN     
tcp4       0      0  127.0.0.1.4380         *.*                    LISTEN     
tcp4       0      0  127.0.0.1.29754        *.*                    LISTEN     
tcp4       0      0  127.0.0.1.1023         *.*                    LISTEN     
tcp6       0      0  *.61500                *.*                    LISTEN     
tcp4       0      0  *.61500                *.*                    LISTEN     
tcp4       0      0  127.0.0.1.49153        *.*                    LISTEN     
tcp4       0      0  127.0.0.1.49152        *.*                    LISTEN 
rddill-IBM commented 6 years ago

Bram, Thanks. The pdf is missing a link. That page should read: Step 3, go to: https://composer-playground.mybluemix.net/ import your model file from 
Chapter04/network/dist/zerotoblockchain-network.bna test the model You’ll notice on inspection that not much happens with the Order object, that's next