When issuing the asset, you need to explicitly specify that its open for further issuances. To do this, pass a parameter like the example below, in place of the asset name in the issue command:
'{"name":"asset1","open":true}'
(This assumes you're using a command-line interface, otherwise you can remove the outer single quotes.)