You created the database on the data device - but not log....and other things may not be lining up. Best thing to do would be to:
load database TWSDEV1DB from 'compress::1::/temp/TWSDEV1DB.dmp_1409151614.sc'
stripe on 'compress::1::/temp/TWSDEV1DB.dmp_1409151614.sc1'
stripe on 'compress::1::/temp/TWSDEV1DB.dmp_1409151614.sc2'
stripe on 'compress::1::/temp/TWSDEV1DB.dmp_1409151614.sc3'
with listonly=create_sql
It will tell you the create database command to use to be able to load the database. In addition, you are using the old/deprecated compression syntax. You should use the 'with compression=###' option instead when dumping the database.