Geoserver报“ERROR 400 Trying to create new feature type inside the store, but no attributes were specified”
报错信息:
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 400 Trying to create new feature type inside the store, but no attributes were specified</title>
</head>
<body><h2>HTTP ERROR 400 Trying to create new feature type inside the store, but no attributes were specified</h2>
<table>
<tr><th>URI:</th><td>/geoserver/rest/workspaces/plot-area-one/datastores/plot/featuretypes.xml</td></tr>
<tr><th>STATUS:</th><td>400</td></tr>
<tr><th>MESSAGE:</th><td>Trying to create new feature type inside the store, but no attributes were specified</td></tr>
<tr><th>SERVLET:</th><td>dispatcher</td></tr>
</table>
<hr/><a href="https://eclipse.org/jetty">Powered by Jetty:// 9.4.52.v20230823</a><hr/>
</body>
</html>
可能存在下面两个错误:
可能一:
压缩后的压缩包名称和文件名称不同
可能二:
压缩包和文件名一样了,但是压缩的时候多了一层文件夹, 如下
这里需要在压缩的时候选择 “不存储文件路径”
最终效果
这样再试应该基本就可以了, 如果还不行可以在评论区留言,一起学习