Details
-
Type:
Monitor
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2021
-
Component/s: None
-
Labels:
-
HD-Chapter:Apps
-
HD-Enabler:Business Ecosystem
Description
Created question in FIWARE Q/A platform on 26-07-2017 at 11:07
Please, ANSWER this question AT 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.
```
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Álvaro Arranz [ aarranz ] |
Assignee | Álvaro Arranz [ aarranz ] | Francisco de la Vega [ fdelavega ] |
HD-Enabler | Business Ecosystem [ 10859 ] | |
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. ``` |
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-Chapter | Apps [ 10836 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Answered [ 10104 ] |
Resolution | Done [ 10000 ] | |
Status | Answered [ 10104 ] | Closed [ 6 ] |
Fix Version/s | 2021 [ 12600 ] |