デモ エンドポイント用に作成した swagger ファイルは、swagger バリデーターに従って有効です。残念ながら、swagger json を介して API を GREG にインポートしようとすると、エラーがあると言われます。ファイルをインポートするか、URL経由でアクセスするかに関係なく、エラーが発生します。メッセージはほとんど役に立たず、スタック トレースを以下に貼り付けます。
Caused by: org.wso2.carbon.registry.core.exceptions.RegistryException: Failed to add resource /_system/governance/apimgt/applicationdata/api-docs/0.0.1/api-docs.json. An exception occurred while executing handler chain. Some or all of the arguments may be null. Cannot add the endpoint to registry.
at org.wso2.carbon.registry.resource.services.utils.AddResourceUtil.addResource(AddResourceUtil.java:96)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
私が作成した闊歩定義の一部ではないことをGREGが期待しているのは何ですか? エラーがスローされるのはなぜですか?