Opened 12 years ago
Closed 12 years ago
#926 closed defect (fixed)
GAST failed to start - vendorName == null when using imageio
Reported by: | ianwallen | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | v2.7.0 |
Component: | GAST | Version: | |
Keywords: | Cc: |
Description
When attempting to start run gast.sh on linux the following error occurs
- java.lang.IllegalArgumentException: vendorName == null!
See http://osgeo-org.1560.n6.nabble.com/GAST-failed-to-start-tt4978424.html for details.
According to http://thierrywasyl.wordpress.com/2009/07/24/jai-how-to-solve-vendorname-null-exception/ the error is related to the MANIFEST.MF not containing Implementation-Vendor
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | pom.xml.patch added |
---|
comment:1 by , 12 years ago
Uploaded patch which seems to work on linux (2.8 branch) - I have not tested this on other platforms.
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in 2.8.x and trunk - see commits 9192 and 9193
Note:
See TracTickets
for help on using tickets.
Patch to solve issue