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
0

Error installing Business API Ecosystem

asked 2017-07-26 11:08:14 +0200

jcarnero gravatar image

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

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2017-09-04 12:11:01 +0200

fdelavega gravatar image

Hi,

It seems that Glassfish has failed deploying the first WAR, did you have a look at the Glassfish log to see the details of the error?

edit flag offensive delete link more
Login/Signup to Answer

Question Tools

1 follower

Stats

Asked: 2017-07-26 11:08:14 +0200

Seen: 3,197 times

Last updated: Sep 04 '17