An Inline Comment was posted on the text below
Scroll down for the comments
GeoServer抛异常IllegalArgumentException的原因
最近在配置
GeoServer 中的FeatherType的时候,出现一个异常:java.lang.IllegalArgumentException: Duplicate AttributeTypes
DefaultAttributeType [name=WaterLine. , type=class java.lang.String ,
nillable=true, min=1, max=1]仔细研究后发现,原来是图层名称WaterLine后面多了一个“.”。解决方法为:修改图层的shp文件,想办法将那个“.”去掉。
posted on 2007-01-24 10:51 Na57 阅读(76) 评论(0) 编辑 收藏 引用 网摘 所属分类: Java