Unable to Open Data Source SPATIAL ALLOCATOR

I am trying to the run the ./landuseTool_WRFCMAQ_BELD4.csh and I keep getting the error:

ERROR 4: Unable to open …/data/county_pophu02_48st.shx or …/data/county_pophu02_48st.SHX.
FAILURE:
Unable to open datasource `…/data/county_pophu02_48st.shp’ with the following drivers.
-> PCIDSK
-> PDF
-> ESRI Shapefile
-> MapInfo File
-> UK .NTF
-> OGR_SDTS
-> S57
-> DGN
-> OGR_VRT
-> REC
-> Memory
-> BNA
-> CSV
-> GML
-> GPX
-> KML
-> GeoJSON
-> OGR_GMT
-> WAsP
-> OpenFileGDB
-> XPlane
-> DXF
-> Geoconcept
-> GeoRSS
-> GPSTrackMaker
-> PGDUMP
-> GPSBabel
-> SUA
-> OpenAir
-> OGR_PDS
-> HTF
-> AeronavFAA
-> EDIGEO
-> SVG
-> Idrisi
-> ARCGEN
-> SEGUKOOA
-> SEGY
-> SXF
-> Selafin
-> JML
-> TIGER
-> AVCBin
-> AVCE00
Error in system call: /home/pkasper/Documents/Spatial_Allocator/src/libs/gdal-2.0.2/local/bin/ogr2ogr -t_srs "+proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs " tmp1710927878_prj.shp …/data/county_pophu02_48st.shp

I have been working on this the past couple of days but I am at a lost on what to do. Any help would be appreciated

I was able to get around the problem by reinstalling spatial allocator but now I am running into this problem while running the same command as in the above post.

Rasterizing projected Shapefile…
Rasterized grid Shapefile is stored in file: tmp1825538467_img.bil
/home/pkasper/Documents/Spatial_Allocator/src/libs/gdal-2.0.2/local/bin/gdal_translate -ot UInt32 -a_ullr -2361585.000000 3177435.000000 2263845.000000 259065.000000 -scale 0 255 0 0 -outsize 154181 97279 -of EHdr /home/pkasper/Documents/Spatial_Allocator/data/NLCD2006/NLCD2006_2011_20141010/nlcd_2006_landcover_2011_edition_2014_10_10.img tmp1825538467_img.bil
Input file size is 161190, 104424
0…10…20ERROR 3: Failed to write scanline 21502 to file.

ERROR 1: An error occured while writing a dirty block
ERROR 3: Failed to write scanline 21503 to file.

Segmentation fault (core dumped)
Error in system call: /home/pkasper/Documents/Spatial_Allocator/src/libs/gdal-2.0.2/local/bin/gdal_translate -ot UInt32 -a_ullr -2361585.000000 3177435.000000 2263845.000000 259065.000000 -scale 0 255 0 0 -outsize 154181 97279 -of EHdr /home/pkasper/Documents/Spatial_Allocator/data/NLCD2006/NLCD2006_2011_20141010/nlcd_2006_landcover_2011_edition_2014_10_10.img tmp1825538467_img.bil

We will get back to you ASAP. Sorry for the delay.

Hi, I encounter a similar problem which indicated similar error information(Error in system call…gdal-2.0.2/local/bin/gdal_translate -ot UInt32…)Would you mind tell me how you solve this problem? Thanks.
Lina

Mine was just a simple problem of not having enough space to write the temporary files. As soon as a I cleared enough space it worked fine.