Hi all,
sorry for the late reply - obviously I had missed this inquiry!
The following steps should be executed (either on command line or within script using Bourne shell or bash:
(1) cd /bin
e.g.
cd /home/peter/sag/BpmsTrial-9/bin
(2) . ./setenv.sh
OR
source ./setenv.sh
(3) grexec BpmsTrial -setup
Some detailed comments:
- Note the additional leading “.” in (2) which may also be replaced by “source”
There is no need to set environment variables like GROOVY_PATH or GROOVY_HOME - they are set by
setenv script, but get visible within the outer shell only if script is “sourced” using “.” or “source”
- In (3) you have to start with “-setup” (or at least “-install” which is one of the steps carried out by “-setup”)
You can run “-start” only after either “-setup” or combination of “-install”, “-configure”, “-deploy”
Best regards
Uli
#Integration-Server-and-ESB#webMethods-General#webMethods