我已经完成了API Manager从2.0.0到2.1.0的迁移 通过关注https://docs.wso2.com/display/AM210/Upgrading+from+the+Previous+Release#UpgradingfromthePreviousRelease-Step2-UpgradeAPIManagerto2.1.0
它看起来很好,我没有看到日志中的任何错误。 但我的API中没有一个在发布者中可见。 但在商店里,我可以看到现有的应用程序。
同样在日志中,我可以看到我的API已被映射;但现在显示在API管理器中
[2017-11-13 23:07:43,538] INFO - SynapseControllerFactory The timeout handler will run every : 15s
[2017-11-13 23:07:43,544] INFO - Axis2SynapseController Initializing Synapse at : Mon Nov 13 23:07:43 UTC 2017
[2017-11-13 23:07:43,551] INFO - CarbonSynapseController Loading the mediation configuration from the file system
[2017-11-13 23:07:43,553] INFO - MultiXMLConfigurationBuilder Building synapse configuration from the synapse artifact repository at : ././repository/deployment/server/synapse-configs/default
[2017-11-13 23:07:43,554] INFO - XMLConfigurationBuilder Generating the Synapse configuration model by parsing the XML configuration
[2017-11-13 23:07:43,608] INFO - DependencyTracker Sequence : _sandbox_key_error_ was added to the Synapse configuration successfully
[2017-11-13 23:07:43,610] INFO - DependencyTracker Sequence : _resource_mismatch_handler_ was added to the Synapse configuration successfully
[2017-11-13 23:07:43,618] INFO - DependencyTracker Sequence : _cors_request_handler_ was added to the Synapse configuration successfully
[2017-11-13 23:07:43,646] INFO - DependencyTracker Sequence : fault was added to the Synapse configuration successfully
[2017-11-13 23:07:43,649] INFO - DependencyTracker Sequence : _production_key_error_ was added to the Synapse configuration successfully
[2017-11-13 23:07:43,651] INFO - DependencyTracker Sequence : _build_ was added to the Synapse configuration successfully
[2017-11-13 23:07:43,653] INFO - DependencyTracker Sequence : outDispatchSeq was added to the Synapse configuration successfully
[2017-11-13 23:07:43,658] INFO - DependencyTracker Sequence : main was added to the Synapse configuration successfully
[2017-11-13 23:07:43,659] INFO - DependencyTracker Sequence : _auth_failure_handler_ was added to the Synapse configuration successfully
[2017-11-13 23:07:43,664] INFO - DependencyTracker Sequence : _token_fault_ was added to the Synapse configuration successfully
[2017-11-13 23:07:43,675] INFO - DependencyTracker Sequence : dispatchSeq was added to the Synapse configuration successfully
[2017-11-13 23:07:43,676] INFO - DependencyTracker Sequence : _throttle_out_handler_ was added to the Synapse configuration successfully
[2017-11-13 23:07:43,684] INFO - DependencyTracker Proxy service : WorkflowCallbackService was added to the Synapse configuration successfully
[2017-11-13 23:07:44,157] INFO - DependencyTracker API : admin--Auth:vv1 was added to the Synapse configuration successfully
[2017-11-13 23:07:44,160] INFO - DependencyTracker API : _WSO2AMAuthorizeAPI_ was added to the Synapse configuration successfully
***
[2017-11-13 23:07:44,193] INFO - DependencyTracker API: admin - MenuProfileAPIs:vv1已添加到Synapse配置中 顺利 [2017-11-13 23:07:44,194] INFO - DependencyTracker API:admin - testGroup:vv1已添加到Synapse配置 顺利 [2017-11-13 23:07:44,640] INFO - DependencyTracker API:admin - SettingsAPIs:vv1已添加到Synapse配置 成功
[2017-11-13 23:07:44,642] INFO - DependencyTracker Inbound Endpoint : WebSocketInboundEndpoint was added to the Synapse configuration successfully
[2017-11-13 23:07:44,642] INFO - SynapseConfigurationBuilder Loaded Synapse configuration from the artifact repository at : ././repository/deployment/server/synapse-configs/default
[2017-11-13 23:07:44,643] INFO - DependencyTracker Local entry : SERVER_HOST was added to the Synapse configuration successfully
[2017-11-13 23:07:44,643] INFO - DependencyTracker Local entry : SERVER_IP was added to the Synapse configuration successfully
[2017-11-13 23:07:44,645] INFO - Axis2SynapseController Loading mediator extensions...
[2017-11-13 23:07:44,747] INFO - DeploymentInterceptor Deploying Axis2 service: echo {super-tenant}
[2017-11-13 23:07:44,747] INFO - DeploymentEngine Deploying Web service: Echo.aar -
我如何调试此问题?可能的原因可能是什么。
我尝试使用与现有API相同的名称创建一个新的API。它不让我创建。它说复制。所以它感觉API存在;但未在UI中显示。 我去了Publisher中的Manage Subscriptions,我可以看到那里列出的API。如果我点击API,我可以看到它们.EVerything看起来完好无损。但它没有列出。
答案 0 :(得分:2)
请检查以下内容