|
Erik Merkle created an issue |
Issue Type: |
|
---|---|
Affects Versions: |
2.9.1 |
Assignee: |
Unassigned |
Components: |
Importer |
Created: |
02/Sep/16 2:01 PM |
Environment: |
OpenJDK 8 update 101 (64-bit) |
Priority: |
|
Reporter: |
When trying to import Rasters into GeoServer (via GeoNode 2.5.2), the import fails and I see this in the GeoServer logs
When connecting a debugger to GeoServer and repeating, I found that what is causing the NPE is that the Store on the supplied ResourceInfo is null, but only sometimes. If the StoreInfo is null, a NPE is thrown on line 1415 of Importer when it tries to get the Namespace from the Workspae name of the StoreInfo. This appears to be some sort of race condition as I am unable to reproduce it with the exact same GeoServer WAR on a local dev environment. In an attempt to work around the issue, I found that getting the Namespace from the supplied ResourceInfo seems to work as intended. |
This message was sent by Atlassian JIRA (v1000.305.0#100011-sha1:1dc2d9a) |
|