In case any one has the same issue.
You add the owner in facility.
I know it seems obvious, but I was using a altered seed data to start with admin user and whorehouse.
I had the same issue because my warehouse create was taken from sales demo where it is not configured with owner. Took a minute to figure out where to set it.
Also seed can be modified to have owner :
<Facility facilityId="WebStoreWarehouse" facilityTypeId="WAREHOUSE" facilityName="Web Store Warehouse" description="Warehouse exclusively for the Web Store " ownerPartyId="Company" defaultInventoryItemTypeId="NON_SERIAL_INV_ITEM" defaultWeightUomId="WT_lb" defaultDaysToShip="25" geoPointId="9000"/>
Joel Fradkin