部署上限节点时出错:不支持的模块类型" approuter.nodejs"

2020-08-21 16:41发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


你好,

我尝试部署帽节点服务,但出现错误:

平台类型为" CLOUD-FOUNDRY"的模块类型不受支持的" approuter.nodejs"

我的mtad。

 eID:测试应用程序
 _schema-version:" 3.1"
 版本:0.0.1
 参数:
   启用并行部署:true
 模块:
   -名称:test-applications-approuter
     类型:approuter.nodejs
     路径:approuter
     参数:
       磁盘配额:256M
       记忆体:256M
     要求:
       -名称:uaa_test
       -名称:srv_api
         组:目的地
         特性:
           forwardAuthToken:true
           名称:srv_api
           strictSSL:假
           网址:"〜{url}"
   -名称:test-applications-db
     类型:com.sap.xs.hdi
     路径:gen/db
     构建参数:
       忽略:[" node_modules/"]
     参数:
       记忆体:256M
       磁盘配额:256M
     要求:
       -名称:HD_Test_APPLICATIONS
   -名称:test-applications-srv
     类型:nodejs
     路径:gen/srv
     构建参数:
       忽略:[" node_modules/"]
     参数:
       内存:512M
       磁盘配额:256M
     提供:
       -名称:srv_api
         特性:
           网址:$ {default-url}
     要求:
       -名称:Hd_Test_APPLICATIONS
       -名称:uaa_test
 资源:
   -名称:Hd_Test_APPLICATIONS
     类型:com.sap.xs.hdi-container
     特性:
       hdi容器名称:Hd_Test_APPLICATIONS
     参数:
       配置:
         模式:SC_Test_APPLICATIONS
   -名称:uaa_
     类型:org.cloudfoundry.existing-service
     参数:
       服务计划:应用
       服务:xsuaa
       路径:./xs-security.json

 

我的xs-app.json

 {
     " welcomeFile":"/img/test-applications",
     " authenticationMethod":"路由",
     "登出": {
         " logoutEndpoint":"/img/do/logout"
     },
     "路线":[{
         " source":" ^/(。*)$",
         " target":" $ 1",
         " authenticationType":" xsuaa",
         " scope":" $ XSAPPNAME.user",
         " destination":" srv_api",
         " csrfProtection":false
     }]
 }

 

有人有同样的麻烦吗? 我该如何解决?

最佳

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


你好,

我尝试部署帽节点服务,但出现错误:

平台类型为" CLOUD-FOUNDRY"的模块类型不受支持的" approuter.nodejs"

我的mtad。

 eID:测试应用程序
 _schema-version:" 3.1"
 版本:0.0.1
 参数:
   启用并行部署:true
 模块:
   -名称:test-applications-approuter
     类型:approuter.nodejs
     路径:approuter
     参数:
       磁盘配额:256M
       记忆体:256M
     要求:
       -名称:uaa_test
       -名称:srv_api
         组:目的地
         特性:
           forwardAuthToken:true
           名称:srv_api
           strictSSL:假
           网址:"〜{url}"
   -名称:test-applications-db
     类型:com.sap.xs.hdi
     路径:gen/db
     构建参数:
       忽略:[" node_modules/"]
     参数:
       记忆体:256M
       磁盘配额:256M
     要求:
       -名称:HD_Test_APPLICATIONS
   -名称:test-applications-srv
     类型:nodejs
     路径:gen/srv
     构建参数:
       忽略:[" node_modules/"]
     参数:
       内存:512M
       磁盘配额:256M
     提供:
       -名称:srv_api
         特性:
           网址:$ {default-url}
     要求:
       -名称:Hd_Test_APPLICATIONS
       -名称:uaa_test
 资源:
   -名称:Hd_Test_APPLICATIONS
     类型:com.sap.xs.hdi-container
     特性:
       hdi容器名称:Hd_Test_APPLICATIONS
     参数:
       配置:
         模式:SC_Test_APPLICATIONS
   -名称:uaa_
     类型:org.cloudfoundry.existing-service
     参数:
       服务计划:应用
       服务:xsuaa
       路径:./xs-security.json

 

我的xs-app.json

 {
     " welcomeFile":"/img/test-applications",
     " authenticationMethod":"路由",
     "登出": {
         " logoutEndpoint":"/img/do/logout"
     },
     "路线":[{
         " source":" ^/(。*)$",
         " target":" $ 1",
         " authenticationType":" xsuaa",
         " scope":" $ XSAPPNAME.user",
         " destination":" srv_api",
         " csrfProtection":false
     }]
 }

 

有人有同样的麻烦吗? 我该如何解决?

最佳

付费偷看设置
发送
2条回答
Bunny_CDM
1楼-- · 2020-08-21 17:13

像我在演示项目中一样简单地使用:

类型:nodejs

bookshop-demo/mta.yaml

蓋茨
2楼-- · 2020-08-21 16:55

我没有分配。 现在,当我调用实体时,它不起作用:

http://localhost:5000/api/Test->错误:

 <错误xmlns =" http://docs.oasis-open.org/odata/ns/metadata">
  500 
 <消息>
 无法连接到任何主机:[undefined:NaN-连接EADDRNOTAVAIL 127.0.0.1]
 



 
 

http://localhost:5000/api/->确定

http://localhost:5000/api/$ metadata->确定

谢谢

一周热门 更多>