Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-3831

FIWARE.Request.Tech.Apps.Marketplace.InaccesibleMarketplace

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-TECH-HELP
    • Labels:
      None

      Description

      Hi,

      Er, i got some problems that cannot found answers during Business Framework Consumption installation and testing. The problems are as follows:

      1. I tried to use the following URL, according to http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Marketplace_-_Installation_and_Administration_Guide, to quickly check if the Marketplace(3.2.1)is running open, but there is no v1,registration or stores folder under the path: /webapps/Marketplace-RI-3.2.1, what should i do to continue the test.
      http://[SERVER_URL]/FiwareMarketplace/v1/registration/stores/

      2. The following error occurs when executing a command
      "coverage run --branch --source=wstore ./manage.py test --noinput --with-xunit --nologcapture -v 2" in the WStore coverage.sh script. I tried to change "django_mongodb_engine" to "django.db.backends.django_mongodb_engine", but it doesn't work, how can i solve this problem?
      File "/home/f2/fiware/business-framework-pkg/wstore/wstore/src/virtenv/local/lib/python2.7/site-packages/django/db/utils.py", line 44, in load_backend
      raise ImproperlyConfigured(error_msg)
      django.core.exceptions.ImproperlyConfigured: 'django_mongodb_engine' isn't an available database backend.
      Try using django.db.backends.XXX, where XXX is one of:
      'dummy', 'mysql', 'oracle', 'postgresql_psycopg2', 'sqlite3'
      Error was: No module named connection

      ------------------
      thx,

      Sayid
      _______________________________________________
      Fiware-tech-help mailing list
      Fiware-tech-help@lists.fi-ware.org
      https://lists.fi-ware.org/listinfo/fiware-tech-help

      [Created via e-mail received from: =?gb18030?B?1KLR1MH6?= <351281353@qq.com>]

      1. 2A00FD0E@D361E10B.AC5CDD55
        68 kB
        FW External User
      2. 3104FB0F@D361E10B.AC5CDD55
        73 kB
        FW External User

        Issue Links

          Activity

          Hide
          amagan Aitor Magán added a comment -

          Regarding your first issue:

          The folder `/webapps/Marketplace-RI-3.2.1` is an internal folder of Tomcat and it is not expected to contain a folder called `v1`, `registration` or `stores`. You should access http://[SERVER_URL]/Marketplace-RI-3.2.1/v1/registration/stores and check that you can get the list of registered stores. Please note, you should replace `FiwareMarketplace` by `Marketplace-RI-3.2.1` since the WAR that you have used is called `Marketplace-RI-3.2.1.war`.
          The second issue is related to WStore and I am not able to answer it but I'll try to contact my colleague so he can answer you!

          BR
          Aitor

          Show
          amagan Aitor Magán added a comment - Regarding your first issue: The folder `/webapps/Marketplace-RI-3.2.1` is an internal folder of Tomcat and it is not expected to contain a folder called `v1`, `registration` or `stores`. You should access http://[SERVER_URL]/Marketplace-RI-3.2.1/v1/registration/stores and check that you can get the list of registered stores. Please note, you should replace `FiwareMarketplace` by `Marketplace-RI-3.2.1` since the WAR that you have used is called `Marketplace-RI-3.2.1.war`. The second issue is related to WStore and I am not able to answer it but I'll try to contact my colleague so he can answer you! BR Aitor
          Hide
          fw.ext.user FW External User added a comment -

          Hi,

          Thanks Aitor for correcting my misunderstanding of "FiwareMarketplace". I am deploying the FIWARE Marketplace application manually without the FIWARE Store application, and not in the cloud portal.Yet i have tried to replace "FiwareMareketplace" with "Marketplace-RI-3.2.1" before i sent the first email, and the url is "http://localhost:8080/Marketplace-RI-3.2.1/v1/registration/stores/"
          ,but it didn't work.

          If i input the url "http://localhost:8080/Marketplace-RI-3.2.1/", i can get a spring_security_login page, so i input user and password with "demo1234", then it will show HTTP Status 404 as follows:

          Now i am wondering this problem happens because that i didn't deploy the FIWARE Store application successfully, is that correct?
          ------------------
          BR,

          Sayid

          Tel: +86 18036096002

          ------------------ 原始邮件 ------------------
          发件人: "Help-Desk";<jira-help-desk@fi-ware.org>;
          发送时间: 2015年8月25日(星期二) 下午5:11
          收件人: "寓言龙"<351281353@qq.com>;

          主题: [FI-WARE-JIRA] (HELP-3831) [Fiware-tech-help] Some installationproblems of Business Framework Consumption (bundle)

          Regarding your first issue:

          The folder `/webapps/Marketplace-RI-3.2.1` is an internal folder of Tomcat and it is not expected to contain a folder called `v1`, `registration` or `stores`. You should access http://[SERVER_URL]/Marketplace-RI-3.2.1/v1/registration/stores and check that you can get the list of registered stores. Please note, you should replace `FiwareMarketplace` by `Marketplace-RI-3.2.1` since the WAR that you have used is called `Marketplace-RI-3.2.1.war`.
          The second issue is related to WStore and I am not able to answer it but I'll try to contact my colleague so he can answer you!

          BR
          Aitor

          -------------------------------------------------------------------------------
          Aitor Magán created HELP-3831:
          ---------------------------------

          Summary: [Fiware-tech-help] Some installation problems of Business Framework Consumption (bundle)
          Key: HELP-3831
          URL: https://jira.fiware.org/browse/HELP-3831
          Project: Help-Desk
          Issue Type: extRequest
          Components: FIWARE-TECH-HELP
          Reporter: FW External User

          This email was generated by the FIWARE JIRA (http://jira.fiware.org).

          Show
          fw.ext.user FW External User added a comment - Hi, Thanks Aitor for correcting my misunderstanding of "FiwareMarketplace". I am deploying the FIWARE Marketplace application manually without the FIWARE Store application, and not in the cloud portal.Yet i have tried to replace "FiwareMareketplace" with "Marketplace-RI-3.2.1" before i sent the first email, and the url is "http://localhost:8080/Marketplace-RI-3.2.1/v1/registration/stores/" ,but it didn't work. If i input the url "http://localhost:8080/Marketplace-RI-3.2.1/", i can get a spring_security_login page, so i input user and password with "demo1234", then it will show HTTP Status 404 as follows: Now i am wondering this problem happens because that i didn't deploy the FIWARE Store application successfully, is that correct? ------------------ BR, Sayid Tel: +86 18036096002 ------------------ 原始邮件 ------------------ 发件人: "Help-Desk";<jira-help-desk@fi-ware.org>; 发送时间: 2015年8月25日(星期二) 下午5:11 收件人: "寓言龙"<351281353@qq.com>; 主题: [FI-WARE-JIRA] ( HELP-3831 ) [Fiware-tech-help] Some installationproblems of Business Framework Consumption (bundle) Regarding your first issue: The folder `/webapps/Marketplace-RI-3.2.1` is an internal folder of Tomcat and it is not expected to contain a folder called `v1`, `registration` or `stores`. You should access http://[SERVER_URL]/Marketplace-RI-3.2.1/v1/registration/stores and check that you can get the list of registered stores. Please note, you should replace `FiwareMarketplace` by `Marketplace-RI-3.2.1` since the WAR that you have used is called `Marketplace-RI-3.2.1.war`. The second issue is related to WStore and I am not able to answer it but I'll try to contact my colleague so he can answer you! BR Aitor ------------------------------------------------------------------------------- Aitor Magán created HELP-3831 : --------------------------------- Summary: [Fiware-tech-help] Some installation problems of Business Framework Consumption (bundle) Key: HELP-3831 URL: https://jira.fiware.org/browse/HELP-3831 Project: Help-Desk Issue Type: extRequest Components: FIWARE-TECH-HELP Reporter: FW External User This email was generated by the FIWARE JIRA ( http://jira.fiware.org ).
          Hide
          amagan Aitor Magán added a comment -

          Hi

          If you are redirected to "/spring_security_login" then you have installed the Marketplace correctly. What is the error that you get when you access to "http://localhost:8080/Marketplace-RI-3.2.1/v1/registration/stores/"?

          BTW: You are using an old version of Marketplace. This version is deprecated and is not supported any longer. If you are not integrating the Marketplace with Wirecloud, you can install the last version available at http://github.com/conwetlab/WMarket. If you are integrating the Marketplace with Wirecloud you are forced to use the version that you are already using (3.2.1) since there WireCloud does not support the last version yet.

          Show
          amagan Aitor Magán added a comment - Hi If you are redirected to "/spring_security_login" then you have installed the Marketplace correctly. What is the error that you get when you access to "http://localhost:8080/Marketplace-RI-3.2.1/v1/registration/stores/"? BTW: You are using an old version of Marketplace. This version is deprecated and is not supported any longer. If you are not integrating the Marketplace with Wirecloud, you can install the last version available at http://github.com/conwetlab/WMarket . If you are integrating the Marketplace with Wirecloud you are forced to use the version that you are already using ( 3.2.1 ) since there WireCloud does not support the last version yet.
          Hide
          amagan Aitor Magán added a comment -

          Since I have not recieved any answer from last week, I have to close the issue. If your problems continue, please, do not hesitate to contact me again.

          BR
          Aitor.

          Show
          amagan Aitor Magán added a comment - Since I have not recieved any answer from last week, I have to close the issue. If your problems continue, please, do not hesitate to contact me again. BR Aitor.

            People

            • Assignee:
              amagan Aitor Magán
              Reporter:
              fw.ext.user FW External User
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: