[Backlogmanager] [FIWARE-JIRA] (HELP-12603) [fiware-askbot] Error installing Business API Ecosystem

Fernando Lopez (JIRA) jira-help-desk at jira.fiware.org
Mon Aug 28 10:00:00 CEST 2017


     [ https://jira.fiware.org/browse/HELP-12603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fernando Lopez updated HELP-12603:
----------------------------------
     HD-Chapter: Apps
    Description: 
Created question in FIWARE Q/A platform on 26-07-2017 at 11:07
{color: red}Please, ANSWER this question AT{color} https://ask.fiware.org/question/814/error-installing-business-api-ecosystem/


+Question:+
Error installing Business API Ecosystem

+Description:+
Hi, trying to install the Business API Ecosystem in Ubuntu 16.04 x64 (./install.py all) I get the following error. I've followed the previous steps from the guide and everything seems to be correct:

```
 Redeploy target/DSProductCatalog.war
Traceback (most recent call last):
  File "./install.py", line 356, in <module>
    cli()
  File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 722, in call
    return self.main(args, *kwargs)
  File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 697, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 1092, in invoke
    rv.append(subctx.command.invoke(subctx))
  File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 895, in invoke
    return ctx.invoke(self.callback, *ctx.params)
  File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 535, in invoke
    return callback(args, *kwargs)
  File "/usr/local/lib/python3.5/dist-packages/click/decorators.py", line 17, in new_func
    return f(get_current_context(), *args, *kwargs)
  File "./install.py", line 349, in doall
    ctx.invoke(redeployall, directory=tuple())
  File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 535, in invoke
    return callback(args, *kwargs)
  File "./install.py", line 254, in redeployall
    deploy(api.get("war"), api.get("root"), True)
  File "./install.py", line 221, in deploy
    asadmin("deploy", "--force", "true" if force else "false", "--contextroot", root, "--name", root, war)
  File "/usr/local/lib/python3.5/dist-packages/sh.py", line 1427, in call
    return RunningCommand(cmd, callargs, stdin, stdout, stderr)
  File "/usr/local/lib/python3.5/dist-packages/sh.py", line 774, in init
    self.wait()
  File "/usr/local/lib/python3.5/dist-packages/sh.py", line 792, in wait
    self.handlecommandexitcode(exitcode)
  File "/usr/local/lib/python3.5/dist-packages/sh.py", line 815, in handlecommandexitcode
    raise exc
sh.ErrorReturnCode_1:

RAN: /opt/biz-ecosystem/glassfish4/glassfish/bin/asadmin deploy --force true --contextroot DSProductCatalog --name DSProductCatalog target/DSProductCatalog.war

STDOUT:
Command deploy failed.
```


  was:

Created question in FIWARE Q/A platform on 26-07-2017 at 11:07
{color: red}Please, ANSWER this question AT{color} https://ask.fiware.org/question/814/error-installing-business-api-ecosystem/


+Question:+
Error installing Business API Ecosystem

+Description:+
Hi, trying to install the Business API Ecosystem in Ubuntu 16.04 x64 (./install.py all) I get the following error. I've followed the previous steps from the guide and everything seems to be correct:

```
 Redeploy target/DSProductCatalog.war
Traceback (most recent call last):
  File "./install.py", line 356, in <module>
    cli()
  File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 722, in call
    return self.main(args, *kwargs)
  File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 697, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 1092, in invoke
    rv.append(subctx.command.invoke(subctx))
  File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 895, in invoke
    return ctx.invoke(self.callback, *ctx.params)
  File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 535, in invoke
    return callback(args, *kwargs)
  File "/usr/local/lib/python3.5/dist-packages/click/decorators.py", line 17, in new_func
    return f(get_current_context(), *args, *kwargs)
  File "./install.py", line 349, in doall
    ctx.invoke(redeployall, directory=tuple())
  File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 535, in invoke
    return callback(args, *kwargs)
  File "./install.py", line 254, in redeployall
    deploy(api.get("war"), api.get("root"), True)
  File "./install.py", line 221, in deploy
    asadmin("deploy", "--force", "true" if force else "false", "--contextroot", root, "--name", root, war)
  File "/usr/local/lib/python3.5/dist-packages/sh.py", line 1427, in call
    return RunningCommand(cmd, callargs, stdin, stdout, stderr)
  File "/usr/local/lib/python3.5/dist-packages/sh.py", line 774, in init
    self.wait()
  File "/usr/local/lib/python3.5/dist-packages/sh.py", line 792, in wait
    self.handlecommandexitcode(exitcode)
  File "/usr/local/lib/python3.5/dist-packages/sh.py", line 815, in handlecommandexitcode
    raise exc
sh.ErrorReturnCode_1:

RAN: /opt/biz-ecosystem/glassfish4/glassfish/bin/asadmin deploy --force true --contextroot DSProductCatalog --name DSProductCatalog target/DSProductCatalog.war

STDOUT:
Command deploy failed.
```


     HD-Enabler: Business Ecosystem

> [fiware-askbot] Error installing Business API Ecosystem
> -------------------------------------------------------
>
>                 Key: HELP-12603
>                 URL: https://jira.fiware.org/browse/HELP-12603
>             Project: Help-Desk
>          Issue Type: Monitor
>            Reporter: Backlog Manager
>            Assignee: Francisco de la Vega
>              Labels: biz-ecosystem, fiware
>
> Created question in FIWARE Q/A platform on 26-07-2017 at 11:07
> {color: red}Please, ANSWER this question AT{color} https://ask.fiware.org/question/814/error-installing-business-api-ecosystem/
> +Question:+
> Error installing Business API Ecosystem
> +Description:+
> Hi, trying to install the Business API Ecosystem in Ubuntu 16.04 x64 (./install.py all) I get the following error. I've followed the previous steps from the guide and everything seems to be correct:
> ```
>  Redeploy target/DSProductCatalog.war
> Traceback (most recent call last):
>   File "./install.py", line 356, in <module>
>     cli()
>   File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 722, in call
>     return self.main(args, *kwargs)
>   File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 697, in main
>     rv = self.invoke(ctx)
>   File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 1092, in invoke
>     rv.append(subctx.command.invoke(subctx))
>   File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 895, in invoke
>     return ctx.invoke(self.callback, *ctx.params)
>   File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 535, in invoke
>     return callback(args, *kwargs)
>   File "/usr/local/lib/python3.5/dist-packages/click/decorators.py", line 17, in new_func
>     return f(get_current_context(), *args, *kwargs)
>   File "./install.py", line 349, in doall
>     ctx.invoke(redeployall, directory=tuple())
>   File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 535, in invoke
>     return callback(args, *kwargs)
>   File "./install.py", line 254, in redeployall
>     deploy(api.get("war"), api.get("root"), True)
>   File "./install.py", line 221, in deploy
>     asadmin("deploy", "--force", "true" if force else "false", "--contextroot", root, "--name", root, war)
>   File "/usr/local/lib/python3.5/dist-packages/sh.py", line 1427, in call
>     return RunningCommand(cmd, callargs, stdin, stdout, stderr)
>   File "/usr/local/lib/python3.5/dist-packages/sh.py", line 774, in init
>     self.wait()
>   File "/usr/local/lib/python3.5/dist-packages/sh.py", line 792, in wait
>     self.handlecommandexitcode(exitcode)
>   File "/usr/local/lib/python3.5/dist-packages/sh.py", line 815, in handlecommandexitcode
>     raise exc
> sh.ErrorReturnCode_1:
> RAN: /opt/biz-ecosystem/glassfish4/glassfish/bin/asadmin deploy --force true --contextroot DSProductCatalog --name DSProductCatalog target/DSProductCatalog.war
> STDOUT:
> Command deploy failed.
> ```



--
This message was sent by Atlassian JIRA
(v6.4.1#64016)


More information about the Backlogmanager mailing list

You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy   Cookies policy