We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Error installing Business API Ecosystem

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. ```