planetfederal / qgis-suite-plugin

GNU General Public License v2.0
25 stars 17 forks source link

[Win7] Error while storing uploaded file: Read timed out #129

Open Guts opened 10 years ago

Guts commented 10 years ago

Hi. I'm testing the OGS and I'va got an issue using the QGIS plugin on Windows. I followed the quickstart tutorial on:

Here is a screenshot of the error message: error_20140311_qgis22_opengeoexplorer

I thought that was an unicode issue, so I moved my data to the root (C:) but it failed too...

Error message:

Error while storing uploaded file::Read timed out Traceback (most recent call last): File "C:/Users/user/.qgis2/python/plugins\opengeo\gui\explorer.py", line 118, in run command(*params) File "C:/Users/user/.qgis2/python/plugins\opengeo\gui\confirm.py", line 18, in publishLayer catalog.publishLayer(layer, workspace, overwrite, name) File "C:/Users/user/.qgis2/python/plugins\opengeo\qgis\catalog.py", line 362, in publishLayer self.upload(layer, workspace, overwrite, title) File "C:/Users/user/.qgis2/python/plugins\opengeo\qgis\catalog.py", line 189, in upload overwrite=overwrite) File "C:/Users/user/.qgis2/python/plugins\opengeo\geoserver\catalog.py", line 488, in create_coveragestore raise UploadError(response) UploadError: Could not save the layer MNT, there was an upload error: Error while storing uploaded file::Read timed out 

Thxs for your work. Regards.