我正试图通过Integration连接MI。我下载了遗漏并运行了microIntegrator.bat。启动MI。
C:\Users\yusuf.avci_alo-tech\Downloads\wso2mi-4.0.0\bin>micro-integrator.bat
[2021-12-02 11:41:29,367] INFO {EventAdminConfigurationNotifier} - Logging configuration changed. (Event Admin service unavailable - no notification sent).
[2021-12-02 11:41:31,763] INFO {AppDeployerServiceComponent} - Dashboard is configured. Initiating heartbeat component.
[2021-12-02 11:41:31,791] INFO {PassThroughListeningIOReactorManager} - Pass-through HTTP Listener started on 0:0:0:0:0:0:0:0:8290
[2021-12-02 11:41:31,796] INFO {PassThroughListeningIOReactorManager} - Pass-through HTTPS Listener started on 0:0:0:0:0:0:0:0:8253
[2021-12-02 11:41:31,797] INFO {StartupFinalizer} - WSO2 Micro Integrator started in 4,08 seconds
[2021-12-02 11:41:31,878] INFO {PassThroughListeningIOReactorManager} - Pass-through EI_INTERNAL_HTTP_INBOUND_ENDPOINT Listener started on 0:0:0:0:0:0:0:0:9201
[2021-12-02 11:41:31,888] INFO {PassThroughListeningIOReactorManager} - Pass-through EI_INTERNAL_HTTPS_INBOUND_ENDPOINT Listener started on 0:0:0:0:0:0:0:0:9164然后,我尝试在Integration中添加服务器。
当我试图连接服务器时,会遇到以下错误:
Working directory does not exist: runtime/microesb我做错了什么?如何将integration中创建的集成项目部署到除嵌入式服务器之外的MI服务器?
注意:我发现了一个类似的问题,但答案对我没有用:将WSO2集成工作室与远程服务器WSO2 Mi连接起来
发布于 2022-02-09 21:04:32
在“定义新服务器”弹出窗口中,单击“”旁边的Add链接,然后将CARBON_HOME指向安装MI的文件夹。这将解决这个问题。
https://stackoverflow.com/questions/70196485
复制相似问题