Giter Site home page Giter Site logo

sagdevops-cc-docker-builder's Introduction

Command Central Docker Builder Example

The Command Central Docker Builder has been removed. For more information about alternatives, contact respective Product Managers or TECHCommunity Forums.

sagdevops-cc-docker-builder's People

Contributors

bgdi avatar sergeipogrebnyak avatar techcommunity avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sagdevops-cc-docker-builder's Issues

Bug in "fix" repository instructions in readme and init.yaml?

When I edit init.yaml to point to Empower for fixes and 10.1, per the readme instructions, I get the error:
ERROR: 400 Bad Request
CCECPTE0006:Invalid repository definition.

Error >>>

Message: Invalid repository definition.
Code: CCECPTE0006
Id: 1509477620754

It seems the portion for "fix" is in error. I commented that and was able to proceed.

Error job 4

Just copied the lic to the dir and tried the build. Got the following errors:

017/11/07 09:31:38 ERROR #8 [SPMJOBE0003] Job -2 failed!
java.lang.RuntimeException: Error occurred while creating a template on the remote managed node with alias: local. Remote task status is [SPMTEME0019] Error occurred during execution of operation APPLY on template container_msc-server_local >> [SPMPROE0028] Artifact with id "MSC" and version "null" not found in the repositories REPOSITORY-sdc.softwareag.com-dataservewebM100-repository
at com.softwareag.platform.management.client.template.impl.BaseTemplateJobCallable.reportError(BaseTemplateJobCallable.java:55)
at com.softwareag.platform.management.client.template.impl.ApplyTemplateJobCallable.analyzeApplyTemplateJobStatus(ApplyTemplateJobCallable.java:147)
at com.softwareag.platform.management.client.template.impl.ApplyTemplateJobCallable.call(ApplyTemplateJobCallable.java:95)
at com.softwareag.platform.management.client.template.impl.ApplyTemplateJobCallable.retry(ApplyTemplateJobCallable.java:183)
at com.softwareag.platform.management.client.template.impl.ApplyTemplateJobCallable.analyzeApplyTemplateJobStatus(ApplyTemplateJobCallable.java:138)
at com.softwareag.platform.management.client.template.impl.ApplyTemplateJobCallable.call(ApplyTemplateJobCallable.java:95)
at com.softwareag.platform.management.client.template.impl.ApplyTemplateJobCallable.call(ApplyTemplateJobCallable.java:38)
at com.softwareag.platform.management.jobmanager.impl.JobCallableWrapper.call(JobCallableWrapper.java:27)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.softwareag.platform.management.jobmanager.impl.JobImpl.run(JobImpl.java:113)
at com.softwareag.platform.management.jobmanager.impl.SynchronousJobManagerServiceImpl.startInternal(SynchronousJobManagerServiceImpl.java:52)
at com.softwareag.platform.management.jobmanager.impl.SynchronousJobManagerServiceImpl.start(SynchronousJobManagerServiceImpl.java:36)
at com.softwareag.platform.management.client.template.composite.impl.ApplyCompositeTemplateStripeJob.applySnapshotTemplate(ApplyCompositeTemplateStripeJob.java:269)
at com.softwareag.platform.management.client.template.composite.impl.ApplyCompositeTemplateStripeJob.call(ApplyCompositeTemplateStripeJob.java:93)
at com.softwareag.platform.management.client.template.composite.impl.ApplyCompositeTemplateStripeJob.call(ApplyCompositeTemplateStripeJob.java:40)
at com.softwareag.platform.management.jobmanager.impl.JobCallableWrapper.call(JobCallableWrapper.java:27)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.softwareag.platform.management.jobmanager.impl.JobImpl.run(JobImpl.java:113)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2017/11/07 09:31:38 INFO #8 stripe template [msc-server] node [local] layer [runtime] end
2017/11/07 09:31:38 ERROR #8 [SPMJOBE0003] Job 4 failed!
com.softwareag.platform.management.common.exceptions.PlatformManagerException: Un-handled internal server error. Error occurred while creating a template on the remote managed node with alias: local. Remote task status is [SPMTEME0019] Error occurred during execution of operation APPLY on template container_msc-server_local >> [SPMPROE0028] Artifact with id "MSC" and version "null" not found in the repositories REPOSITORY-sdc.softwareag.com-dataservewebM100-repository
at com.softwareag.platform.management.jobmanager.impl.JobImpl.extractExecutionExceptionCause(JobImpl.java:218)
at com.softwareag.platform.management.jobmanager.impl.JobImpl.waitForResult(JobImpl.java:193)
at com.softwareag.platform.management.client.template.composite.impl.ApplyCompositeTemplateStripeJob.applySnapshotTemplate(ApplyCompositeTemplateStripeJob.java:269)
at com.softwareag.platform.management.client.template.composite.impl.ApplyCompositeTemplateStripeJob.call(ApplyCompositeTemplateStripeJob.java:93)
at com.softwareag.platform.management.client.template.composite.impl.ApplyCompositeTemplateStripeJob.call(ApplyCompositeTemplateStripeJob.java:40)
at com.softwareag.platform.management.jobmanager.impl.JobCallableWrapper.call(JobCallableWrapper.java:27)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.softwareag.platform.management.jobmanager.impl.JobImpl.run(JobImpl.java:113)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: Error occurred while creating a template on the remote managed node with alias: local. Remote task status is [SPMTEME0019] Error occurred during execution of operation APPLY on template container_msc-server_local >> [SPMPROE0028] Artifact with id "MSC" and version "null" not found in the repositories REPOSITORY-sdc.softwareag.com-dataservewebM100-repository
at com.softwareag.platform.management.client.template.impl.BaseTemplateJobCallable.reportError(BaseTemplateJobCallable.java:55)
at com.softwareag.platform.management.client.template.impl.ApplyTemplateJobCallable.analyzeApplyTemplateJobStatus(ApplyTemplateJobCallable.java:147)
at com.softwareag.platform.management.client.template.impl.ApplyTemplateJobCallable.call(ApplyTemplateJobCallable.java:95)
at com.softwareag.platform.management.client.template.impl.ApplyTemplateJobCallable.retry(ApplyTemplateJobCallable.java:183)
at com.softwareag.platform.management.client.template.impl.ApplyTemplateJobCallable.analyzeApplyTemplateJobStatus(ApplyTemplateJobCallable.java:138)
at com.softwareag.platform.management.client.template.impl.ApplyTemplateJobCallable.call(ApplyTemplateJobCallable.java:95)
at com.softwareag.platform.management.client.template.impl.ApplyTemplateJobCallable.call(ApplyTemplateJobCallable.java:38)
at com.softwareag.platform.management.jobmanager.impl.JobCallableWrapper.call(JobCallableWrapper.java:27)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.softwareag.platform.management.jobmanager.impl.JobImpl.run(JobImpl.java:113)
at com.softwareag.platform.management.jobmanager.impl.SynchronousJobManagerServiceImpl.startInternal(SynchronousJobManagerServiceImpl.java:52)
at com.softwareag.platform.management.jobmanager.impl.SynchronousJobManagerServiceImpl.start(SynchronousJobManagerServiceImpl.java:36)
... 9 more
2017/11/07 09:31:38 ERROR #8 Job completed: id 4 status ERROR started Tue Nov 07 09:26:56 UTC 2017 - Apply of composite template container on local for runtime (msc-server)
2017/11/07 09:31:38 ERROR #8 job: 4 -> Un-handled internal server error. Error occurred while creating a template on the remote managed node with alias: local. Remote task status is [SPMTEME0019] Error occurred during execution of operation APPLY on template container_msc-server_local >> [SPMPROE0028] Artifact with id "MSC" and version "null" not found in the repositories REPOSITORY-sdc.softwareag.com-dataservewebM100-repository

How to point to a mirror repo in the init.yaml file

How can I point to a mirro repo in the init.yaml file? It is not described in the readme.

In general it would be great to get some more information on how this init.yaml file is used and in general about its format.

Allow EMPOWER_USR and EMPOWER_PSW env variables

Enable env variables to pass Empower credentials without modifying init.yaml
This will enable automated tests on travis CI and simplify local bulds. Plus it will be consistent with cc-server project setup

Can't install fixes onto "managed" container

I was able to build and launch all the containers in this example. Then I configured CC with my Empower credentials and added a fix repo. I was able to connect to empower for fixes and see the fixes for my installation, but it fails to install fixes, with an error that it is missing some SUM files. Any ideas? We should probably ensure that containers made via this cc build template can have fixes applied. See also other issue about the fix section of the init.yaml file.

Error building managed container

build will result in the following error:

building managed
Step 1/33 : FROM sagdevopsccdockerbuilder_simple as builder
---> 30d76532339e
Step 2/33 : FROM centos:7
7: Pulling from library/centos
d9aaf4d82f24: Already exists
Digest: sha256:4565fe2dd7f4770e825d4bd9c761a81b26e49cc9e3c9631c58cfc3188be9505a
Status: Downloaded newer image for centos:7
---> d123f4e55e12
Step 3/33 : ENV SAG_HOME=/opt/softwareag
---> Running in 1ec00ae39693
---> ea5ee83c6535
Step 4/33 : ENV JAVA_HOME $SAG_HOME/jvm/jvm/
---> Running in 17e59232735e
---> ac681d292943
Step 5/33 : ENV JRE_HOME $SAG_HOME/jvm/jvm/jre/
---> Running in 09a438a2e6ed
---> 4710c64791eb
Step 6/33 : ENV INSTANCE_NAME=default
---> Running in 1df7739419fb
---> 5b5c6e97e10f
Step 7/33 : WORKDIR $SAG_HOME
---> 9ef77a749bfc
Step 8/33 : COPY --from=builder $SAG_HOME/jvm/jvm/ $SAG_HOME/jvm/jvm/
---> db4f86a7271a
Step 9/33 : COPY --from=builder $SAG_HOME/install/jars/ $SAG_HOME/install/jars/
---> ee7c08c2cb97
Step 10/33 : COPY --from=builder $SAG_HOME/install/profile/ $SAG_HOME/install/profile/
---> 73272264ef8c
Step 11/33 : COPY --from=builder $SAG_HOME/install/products/ $SAG_HOME/install/products/
---> aaf1cb5f429a
Step 12/33 : COPY --from=builder $SAG_HOME/Licenses/sagosch $SAG_HOME/Licenses/sagosch
---> 8db2fe481843
Step 13/33 : COPY --from=builder $SAG_HOME/common/bin/ $SAG_HOME/common/bin/
---> ec3f72fdb741
Step 14/33 : COPY --from=builder $SAG_HOME/common/conf/ $SAG_HOME/common/conf/
---> 3f5348eb3e65
Step 15/33 : COPY --from=builder $SAG_HOME/common/db/ $SAG_HOME/common/db/
---> 54c0bea967f6
Step 16/33 : COPY --from=builder $SAG_HOME/common/lib/ $SAG_HOME/common/lib/
---> 61968eb726d4
Step 17/33 : COPY --from=builder $SAG_HOME/common/runtime/ $SAG_HOME/common/runtime/
---> 1a1d19d4f4ec
Step 18/33 : COPY --from=builder $SAG_HOME/WS-Stack/ $SAG_HOME/WS-Stack/
---> 8a99813f2e35
Step 19/33 : COPY --from=builder $SAG_HOME/IntegrationServer/bin/ $SAG_HOME/IntegrationServer/bin/
ERROR: Service 'managed' failed to build: COPY failed: stat /var/lib/docker/devicemapper/mnt/4d07a9c9079fd0357a0c9b6cfab2c01f4887a0fba86116ace416c09e8ee0385d/rootfs/opt/softwareag/IntegrationServer/bin: no such file or directory

Can't start any of the images built using these scripts

I followed all the steps and there didn't seem to be errors in building the images. But when I try to run any of the MSC containers, I always get this error:
/bin/sh: /opt/softwareag/profiles/IS_default/bin/entrypoint.sh: /bin/sh^M: bad interpreter: No such file or directory

I'm running Windows 7 with Docker Toolkit
Any idea?

Log below showing the output of build plus attempt to launch.

jagt@MCJAGT03 MINGW64 ~/docker/sagdevops-cc-docker-builder (master)
$ docker-compose build
cc uses an image, skipping
Building simple
Step 1/5 : FROM store/softwareag/commandcentral:10.1.0.1-builder as builder

Executing 2 build triggers...

Step 1/1 : ADD . .
---> Using cache
Step 1/1 : RUN $SAG_HOME/profiles/SPM/bin/provision.sh
---> Running in 8a0d86061e1c
Starting up Command Central Docker builder ...
Checking is started...
Software AG Platform Manager 10.1 is not running.
Starting daemon using Tanuki Wrapper...
Starting Software AG Platform Manager 10.1...
wrapper | Base configuration file is /opt/softwareag/profiles/SPM/configuration
/wrapper.conf
wrapper | Found #include file in /opt/softwareag/profiles/SPM/configuration/wra
pper.conf: %OSGI_INSTALL_AREA%/configuration/wrapper-license.conf
wrapper | After environment variable replacements: /opt/softwareag/profiles/S
PM/configuration/wrapper-license.conf
wrapper | Reading included configuration file, /opt/softwareag/profiles/SPM/c
onfiguration/wrapper-license.conf
wrapper | Found #include file in /opt/softwareag/profiles/SPM/configuration/wra
pper.conf: %OSGI_INSTALL_AREA%/configuration/custom_wrapper.conf
wrapper | After environment variable replacements: /opt/softwareag/profiles/S
PM/configuration/custom_wrapper.conf
wrapper | Reading included configuration file, /opt/softwareag/profiles/SPM/c
onfiguration/custom_wrapper.conf
Waiting for Software AG Platform Manager 10.1......
running: PID:143
Checking is started...
Software AG Command Central Server 10.1 is not running.
Starting daemon using Tanuki Wrapper...
Starting Software AG Command Central Server 10.1...
wrapper | Base configuration file is /opt/softwareag/profiles/CCE/configuration
/wrapper.conf
wrapper | Found #include file in /opt/softwareag/profiles/CCE/configuration/wra
pper.conf: %OSGI_INSTALL_AREA%/configuration/wrapper-license.conf
wrapper | After environment variable replacements: /opt/softwareag/profiles/C
CE/configuration/wrapper-license.conf
wrapper | Reading included configuration file, /opt/softwareag/profiles/CCE/c
onfiguration/wrapper-license.conf
wrapper | Found #include file in /opt/softwareag/profiles/CCE/configuration/wra
pper.conf: %OSGI_INSTALL_AREA%/configuration/custom_wrapper.conf
wrapper | After environment variable replacements: /opt/softwareag/profiles/C
CE/configuration/custom_wrapper.conf
wrapper | Reading included configuration file, /opt/softwareag/profiles/CCE/c
onfiguration/custom_wrapper.conf
Waiting for Software AG Command Central Server 10.1......
running: PID:326
Started. Waiting for Command Central Docker builder ready status ...
java.net.ConnectException: Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
Runtime Status
ONLINE
The expected values were successfully retrieved after 7 calls within 91 seconds.

Found init.yaml. Importing ...
204 No Content
OK. Applying init template ...
OK. Waiting for job completion ...
RUNNING 1 10 Applying template init
RUNNING 5 10 Applying template init
DONE 6 100 Applying template init
The expected values were successfully retrieved after 3 calls within 11 seconds.

Ready. Validating template ...
204 No Content
OK. Start template based provisioning ...
OK. Waiting for job completion ...
RUNNING 1 0 Applying template container
RUNNING 20 65 Applying template container
RUNNING 40 65 Applying template container
RUNNING 60 65 Applying template container
RUNNING 80 65 Applying template container
RUNNING 100 65 Applying template container
RUNNING 120 65 Applying template container
RUNNING 140 65 Applying template container
RUNNING 160 65 Applying template container
RUNNING 180 65 Applying template container
DONE 192 100 Applying template container
The expected values were successfully retrieved after 11 calls within 201 second
s.
Jobs results
ID Duration Status Progress Description
Progress Description
Status Description Custom Status Title
Link
Custom Status Description
1 6 DONE 100 Applying template init
Finished applying template init.
DONE ValidateCompositeTemplateJob:def
ault.log http://localhost:8090/cce/diagnostics/logs/local/OSGI-CC
E/default.log/full?regex=.%2A%3FVLD01161624.%2A
2 0 DONE 100 Adding new MASTER repository pro
ducts MASTER repository products has been adde
d. DONE

3 192 DONE 100 Applying template container
Finished applying template container.
DONE ValidateCompositeTemplateJob:def
ault.log http://localhost:8090/cce/diagnostics/logs/local/OSGI-CC
E/default.log/full?regex=.%2A%3FVLD01161637.%2A
4 185 DONE 0 Apply of composite template cont
ainer on local for runtime (msc-server)
DONE ApplyTemplateJobCallable:provisi
onScriptInstall.log http://localhost:8090/cce/diagnostics/logs/local/OSGI-SP
M/provisionScriptInstall.log/full?regex=.%2A
Shutting down Command Central Docker builder ...
Checking has started...
Software AG Platform Manager 10.1 is running: PID:143, Wrapper:STARTED, Java:STA
RTED
Stopping daemon using Tanuki Wrapper...
Stopping Software AG Platform Manager 10.1...
Stopped Software AG Platform Manager 10.1.
Checking has started...
Software AG Command Central Server 10.1 is running: PID:326, Wrapper:STARTED, Ja
va:STARTED
Stopping daemon using Tanuki Wrapper...
Stopping Software AG Command Central Server 10.1...
Stopped Software AG Command Central Server 10.1.
*** SPM logs
2017/11/01 16:15:20 INFO # Plaform Manager version: 10.1.0.0001-0223
2017/11/01 16:15:27 INFO # Monitoring is ENABLED and will start to poll af
ter 30 seconds every 30 seconds.
2017/11/01 16:16:45 INFO #8 Start of Template Operation IMPORT.
2017/11/01 16:16:45 INFO #8 Started execution of TemplateCompositeCommand f
or type PRODUCTS
2017/11/01 16:16:45 INFO #8 Started execution of ImportTemplateCommand
2017/11/01 16:16:45 INFO #8 Ended execution of ImportTemplateCommand
2017/11/01 16:16:45 INFO #8 Ended execution of TemplateCompositeCommand for
type PRODUCTS
2017/11/01 16:16:45 INFO #8 Started execution of ImportTemplateCommand for
type INSTANCES
2017/11/01 16:16:45 INFO #8 Ended execution of ImportTemplateCommand for ty
pe INSTANCES
2017/11/01 16:16:45 INFO #8 Started execution of ImportTemplateCommand for
type CONFIGURATION
2017/11/01 16:16:45 INFO #8 Ended execution of ImportTemplateCommand for ty
pe CONFIGURATION
2017/11/01 16:16:45 INFO #8 End of Template Operation IMPORT
2017/11/01 16:16:45 INFO #8 Job completed: id 1 status DONE started Wed Nov
01 16:16:45 UTC 2017 - Perform Template Operation IMPORT
2017/11/01 16:16:45 INFO #8 Start of Template Operation APPLY.
2017/11/01 16:16:45 INFO #8 Started execution of InstallProductsCommand for
type PRODUCTS
2017/11/01 16:16:45 INFO #8 Registering OSGI EventHandler for InventoryChan
gedEvent topic.
2017/11/01 16:17:07 INFO #8 Starting provisioning operation
2017/11/01 16:17:07 INFO #8 MSC_10.1.0.0.99
2017/11/01 16:17:09 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/p2.index with size 0
2017/11/01 16:17:09 INFO #8 START MIRRORING 5 PRODUCTS WITH SIZE: 28295971
2017/11/01 16:17:09 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/features/CustomInstall.prop.iu_10.1.0.0-197.jar wi
th size 294
2017/11/01 16:17:09 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/features/MSC.prop.iu_10.1.0.0-99.jar with size 224

2017/11/01 16:17:09 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/features/CMP_API.prop.iu_10.1.0.0-36.jar with size
290
2017/11/01 16:17:09 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/features/ISspm.prop.iu_10.1.0.0-99.jar with size 2
89
2017/11/01 16:17:09 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/features/PIECore.prop.iu_10.1.0.0-99.jar with size
297
2017/11/01 16:17:16 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_InstallIntrospect-ALL-Any_10.1.0.0-197/sd-intro
spect-p2repo-10.1.0-v0197/eclipse/plugins/com.softwareag.plm.sd.introspect_10.1.
0.0000-0197.jar with size 1107011
2017/11/01 16:17:17 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_InstallIntrospect-ALL-Any_10.1.0.0-197/sd-intro
spect-p2repo-10.1.0-v0197/eclipse/plugins/com.softwareag.plm.sd.introspect.utils
10.1.0.0000-0197.jar with size 105486
2017/11/01 16:17:17 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_InstallIntrospect-ALL-Any_10.1.0.0-197/sd-intro
spect-p2repo-10.1.0-v0197/eclipse/features/com.softwareag.plm.sd.introspect.feat
ure_10.1.0.0000-0197.jar with size 3439
2017/11/01 16:17:17 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_InstallIntrospect-ALL-Any_10.1.0.0-197/sd-intro
spect-p2repo-10.1.0-v0197/eclipse/plugins/com.softwareag.plm.sd.introspect.custo
m.w32_10.1.0.0000-0197.jar with size 483936
2017/11/01 16:17:17 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_InstallIntrospect-ALL-Any_10.1.0.0-197/sd-intro
spect-p2repo-10.1.0-v0197/eclipse/plugins/com.softwareag.plm.sd.introspect.custo
m_10.1.0.0000-0197.jar with size 753836
2017/11/01 16:17:18 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_InstallIntrospect-ALL-Any_10.1.0.0-197/sd-intro
spect-p2repo-10.1.0-v0197/eclipse/plugins/com.softwareag.plm.sd.introspect.custo
m.w64_10.1.0.0000-0197.jar with size 483936
2017/11/01 16:17:18 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_CMP_API-ALL-Any_10.1.0.0-36/cmp-api/eclipse/plu
gins/com.softwareag.cmp.api_10.1.0.0000-0036.jar with size 49380
2017/11/01 16:17:18 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_CMP_API-ALL-Any_10.1.0.0-36/cmp-api/eclipse/fea
tures/com.softwareag.cmp.features.cmp.api.feature_10.1.0.0000-0036.jar with size
3124
2017/11/01 16:17:18 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISCCPlugins-ALL-Any_10.1.0.0-99/common/runtime/
bundles/spm-is/eclipse/features/com.softwareag.plm.spm.is.feature_10.1.0.0000-00
99.jar with size 3127
2017/11/01 16:17:18 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISCCPlugins-ALL-Any_10.1.0.0-99/common/runtime/
bundles/spm-is/eclipse/plugins/com.softwareag.plm.spm.is.impl_10.1.0.0000-0099.j
ar with size 516564
2017/11/01 16:17:19 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISCMPPlugins-ALL-Any_10.1.0.0-99/common/runtime
/bundles/cmp-is/eclipse/features/com.softwareag.cmp.is.feature_10.1.0.0000-0099.
jar with size 3167
2017/11/01 16:17:19 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISCMPPlugins-ALL-Any_10.1.0.0-99/common/runtime
/bundles/cmp-is/eclipse/plugins/com.softwareag.cmp.is.impl_10.1.0.0000-0099.jar
with size 22129
2017/11/01 16:17:19 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISLauncher-ALL-Any_10.1.0.0-99/common/runtime/b
undles/is-main/eclipse/plugins/com.softwareag.osgi.is.launcher_10.1.0.0000-0099.
jar with size 63306
2017/11/01 16:17:19 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISLauncher-ALL-Any_10.1.0.0-99/common/runtime/b
undles/is-main/eclipse/features/com.softwareag.mom.is.common.feature_10.1.0.0000
-0099.jar with size 3145
2017/11/01 16:17:19 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISLauncher-ALL-Any_10.1.0.0-99/common/runtime/b
undles/is-main/eclipse/plugins/com.softwareag.osgi.is.core_10.1.0.0000-0099.jar
with size 17658
2017/11/01 16:17:19 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISLauncher-ALL-Any_10.1.0.0-99/common/runtime/b
undles/is-main/eclipse/plugins/com.softwareag.osgi.is.proxy_10.1.0.0000-0099.jar
with size 1980
2017/11/01 16:17:19 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISLauncher-ALL-Any_10.1.0.0-99/common/runtime/b
undles/is-main/eclipse/features/com.softwareag.osgi.is_10.1.0.0000-0099.jar with
size 3148
2017/11/01 16:17:19 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISLauncher-ALL-Any_10.1.0.0-99/common/runtime/b
undles/is-main/eclipse/plugins/com.softwareag.osgi.is.jmx.subsystems_10.1.0.0000
-0099.jar with size 15574
2017/11/01 16:17:19 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISCCPlugins-ALL-Any_10.1.0.0-99/common/runtime/
bundles/spm-is/eclipse/content.jar with size 2629
2017/11/01 16:17:19 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_CMP_API-ALL-Any_10.1.0.0-36/cmp-api/eclipse/con
tent.jar with size 2021
2017/11/01 16:17:19 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISCCPlugins-ALL-Any_10.1.0.0-99/common/runtime/
bundles/spm-is/eclipse/artifacts.jar with size 673
2017/11/01 16:17:19 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISLauncher-ALL-Any_10.1.0.0-99/common/runtime/b
undles/is-main/eclipse/content.jar with size 3545
2017/11/01 16:17:20 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISCMPPlugins-ALL-Any_10.1.0.0-99/common/runtime
/bundles/cmp-is/eclipse/content.jar with size 1936
2017/11/01 16:17:20 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_InstallIntrospect-ALL-Any_10.1.0.0-197/sd-intro
spect-p2repo-10.1.0-v0197/eclipse/artifacts.jar with size 851
2017/11/01 16:17:20 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISLauncher-ALL-Any_10.1.0.0-99/common/runtime/b
undles/is-main/eclipse/artifacts.jar with size 860
2017/11/01 16:17:20 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_CMP_API-ALL-Any_10.1.0.0-36/cmp-api/eclipse/art
ifacts.jar with size 679
2017/11/01 16:17:20 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_ISCMPPlugins-ALL-Any_10.1.0.0-99/common/runtime
/bundles/cmp-is/eclipse/artifacts.jar with size 671
2017/11/01 16:17:20 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/repository/BM_InstallIntrospect-ALL-Any_10.1.0.0-197/sd-intro
spect-p2repo-10.1.0-v0197/eclipse/content.jar with size 2323
2017/11/01 16:17:20 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/WIR_10.1.0.0.197/bms/BM_Uninstall-LNXAMD64-Any.zip wi
th size 3350
2017/11/01 16:17:20 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_MicroserviceContainer-ALL-Any.z
ip with size 1276
2017/11/01 16:17:20 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreWmConsul-A
LL-Any.zip with size 262459
2017/11/01 16:17:20 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerInstances-UNIX
-Any.zip with size 1906
2017/11/01 16:17:20 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreWeb-ALL-An
y.zip with size 163661
2017/11/01 16:17:20 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreLib-ALL-An
y.zip with size 12550284
2017/11/01 16:17:27 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreDefaultPac
kages-ALL-Any.zip with size 11743
2017/11/01 16:17:27 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreWmISExtDC-
ALL-Any.zip with size 405073
2017/11/01 16:17:27 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerFFCore-ALL-Any
.zip with size 1396232
2017/11/01 16:17:27 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreWmPublicPa
ckages-ALL-Any.zip with size 8664356
2017/11/01 16:17:28 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreWmARTExtDC
-ALL-Any.zip with size 108686
2017/11/01 16:17:28 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreDoc-ALL-An
y.zip with size 4505
2017/11/01 16:17:28 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreWmCloud-AL
L-Any.zip with size 497551
2017/11/01 16:17:28 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerSDK-ALL-Any.zi
p with size 854446
2017/11/01 16:17:29 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreUpdates-AL
L-Any.zip with size 117
2017/11/01 16:17:29 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_Docker-ALL-Any.zip with size 24
458
2017/11/01 16:17:29 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreBin-UNIX-A
ny.zip with size 174894
2017/11/01 16:17:29 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreWmXSLT-ALL
-Any.zip with size 330657
2017/11/01 16:17:29 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerPackagesDocs-A
LL-Any.zip with size 6877731
2017/11/01 16:17:30 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreWmVCS-ALL-
Any.zip with size 364748
2017/11/01 16:17:30 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreConfig-ALL
-Any.zip with size 8295
2017/11/01 16:17:30 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreWmART-ALL-
Any.zip with size 2123742
2017/11/01 16:17:31 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerInstances-ALL-
Any.zip with size 845496
2017/11/01 16:17:31 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/bms/BM_IntegrationServerCoreWmRootPack
ages-ALL-Any.zip with size 14582424
2017/11/01 16:17:34 INFO #8 Downloading jars....
2017/11/01 16:17:34 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/WIR_10.1.0.0.197/jars/InstallerDom4J-ALL-Any.jar with
size 313898
2017/11/01 16:17:34 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/WIR_10.1.0.0.197/jars/InstallerUtils-ALL-Any.jar with
size 112632
2017/11/01 16:17:34 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/WIR_10.1.0.0.197/jars/CustomInstall-ALL-Any.jar with
size 757818
2017/11/01 16:17:34 INFO #8 Downloading jars....
2017/11/01 16:17:34 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/jars/IntegrationServerUtils-ALL-Any.ja
r with size 11284
2017/11/01 16:17:34 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/jars/IntegrationServerPanels-ALL-Any.j
ar with size 57848
2017/11/01 16:17:34 INFO #8 Start downloading file http://sdc.softwareag.co
m/dataservewebM101/e2ei/11/IS_10.1.0.0.99/jars/ISLauncherPanels-ALL-Any.jar with
size 15816
2017/11/01 16:17:35 INFO #8 Prepare products [MSC.prop.iu 10.1.0.0-99 Name:
Microservices Container installed:false, CMP_API.prop.iu 10.1.0.0-36 Name: API
installed:false, ISspm.prop.iu 10.1.0.0-99 Name: Server Plug-in installed:false,
PIECore.prop.iu 10.1.0.0-99 Name: Integration Core installed:false] in reposito
ry
2017/11/01 16:17:35 INFO #8 Copy archive to installation directory
2017/11/01 16:17:41 INFO #8 Calculating requirements and dependencies.
2017/11/01 16:17:42 INFO #8 Computing prerequisite plan
2017/11/01 16:17:42 INFO #8 Calculating requirements and dependencies.
2017/11/01 16:17:43 INFO #8 Computing prerequisite plan
2017/11/01 16:17:45 INFO #8 Calculating requirements and dependencies.
2017/11/01 16:17:46 INFO #8 Computing prerequisite plan
2017/11/01 16:17:47 INFO #8 Installation complete. Installed products: MSC

10.1.0.0.99,
2017/11/01 16:17:47 INFO #8 List local Products after Provisioning session:
log4j.prop.iu ,CELSharedBundles.prop.iu ,tppParsers.prop.iu ,tppSAML2.prop.iu ,
INMSharedLibs.prop.iu ,tppGfJaxb.prop.iu ,EVS.prop.iu ,integrationServerMigratio
nFrameworkLib.prop.iu ,TESOSGi.prop.iu ,ISSharedBundles.prop.iu ,CCE.prop.iu ,tp
pServlet.prop.iu ,CustomInstall.prop.iu ,DatabaseComponentConfigurator.prop.iu ,
WGLSharedLibs.prop.iu ,NUMSharedLibs.prop.iu ,LARSharedBundles.prop.iu ,TESCommo
n.prop.iu ,TPSddj.prop.iu ,TPS.prop.iu ,tppSpring.prop.iu ,ACDLDeployerSharedBun
dle.prop.iu ,LICSharedLibsJava.prop.iu ,acdl.prop.iu ,LICRepository.prop.iu ,CLI
.prop.iu ,WSIddj.prop.iu ,license.prop.iu ,sjp.prop.iu ,tppDB.prop.iu ,jsw.prop.
iu ,NUMRepository.prop.iu ,tppGf.prop.iu ,OSGI.prop.iu ,tppMisc.prop.iu ,MWSShar
edLib.prop.iu ,CAFRLib.prop.iu ,CAFRBundles.prop.iu ,SCGCommon.prop.iu ,EDAspm.p
rop.iu ,CCE-CCplugins.prop.iu ,WDYSharedBundles.prop.iu ,tppAnt.prop.iu ,BrokerJ
MSShared.prop.iu ,ERSharedBundles.prop.iu ,EVSClouderaBundles.prop.iu ,WISShared
Libs.prop.iu ,tppWS.prop.iu ,tppSEC.prop.iu ,tppModelling.prop.iu ,DesignerShare
dLib.prop.iu ,EventTypeCommon.prop.iu ,LICUtil.prop.iu ,EVSRuntimeBundles.prop.i
u ,DatabaseScripts.prop.iu ,PIFSharedBundles.prop.iu ,tppCommons.prop.iu ,WSSOSG
i.prop.iu ,WISSharedBundles.prop.iu ,WGLSharedBundles.prop.iu ,SPM.prop.iu ,WSSC
ore.prop.iu ,SCGCommonExt.prop.iu ,NERV.prop.iu ,EVSElasticsearchBundles.prop.iu
,embeddedDatabaseScripts.prop.iu ,
2017/11/01 16:17:47 INFO #8 Applying Post Product Provision Operation: Rest
arts Platform Manager if the provisioning session has Platform Manager Component
s selected.
2017/11/01 16:17:47 INFO #8 Detected Platform Manager Component ISspm.prop.
iu 10.1.0.0-99 Name: Server Plug-in installed:false.
2017/11/01 16:17:47 INFO #8 Platform Manager will be restarted!
2017/11/01 16:17:47 INFO #8 Post-provisioning operation will restart Platfo
rm Manager.
2017/11/01 16:17:47 INFO #8 Job completed: id 4 status DONE started Wed Nov
01 16:17:47 UTC 2017 - RESTART OSGI-SPM
2017/11/01 16:17:47 ERROR #8 [SPMJOBE0003] Job 3 failed!
com.softwareag.platform.management.provision.impl.RestartPlatformManagerExceptio
n: Platform Manager will be restarted.
at com.softwareag.platform.management.provision.impl.RestartPlatformMana
ger.apply(RestartPlatformManager.java:53)
at com.softwareag.platform.management.provision.impl.ProductProvisionJob
.call(ProductProvisionJob.java:193)
at com.softwareag.platform.management.provision.impl.ProductProvisionJob
.call(ProductProvisionJob.java:49)
at com.softwareag.platform.management.jobmanager.impl.JobCallableWrapper
.call(JobCallableWrapper.java:27)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.softwareag.platform.management.jobmanager.impl.JobImpl.run(JobImp
l.java:113)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:624)
at java.lang.Thread.run(Thread.java:748)
2017/11/01 16:17:47 ERROR #8 Job completed: id 3 status ERROR started Wed No
v 01 16:16:45 UTC 2017 - Install products
2017/11/01 16:17:47 ERROR #8 SPMTEME0019
com.softwareag.platform.management.provision.impl.RestartPlatformManagerExceptio
n: Platform Manager will be restarted.
at com.softwareag.platform.management.provision.impl.RestartPlatformMana
ger.apply(RestartPlatformManager.java:53)
at com.softwareag.platform.management.provision.impl.ProductProvisionJob
.call(ProductProvisionJob.java:193)
at com.softwareag.platform.management.provision.impl.ProductProvisionJob
.call(ProductProvisionJob.java:49)
at com.softwareag.platform.management.jobmanager.impl.JobCallableWrapper
.call(JobCallableWrapper.java:27)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.softwareag.platform.management.jobmanager.impl.JobImpl.run(JobImp
l.java:113)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:624)
at java.lang.Thread.run(Thread.java:748)
2017/11/01 16:17:47 INFO #8 End of Template Operation APPLY
2017/11/01 16:17:47 ERROR #8 [SPMJOBE0003] Job 2 failed!
com.softwareag.platform.management.common.exceptions.PlatformManagerException: E
rror occurred during execution of operation APPLY on template container_msc-serv
er_local
at com.softwareag.platform.management.template.impl.TemplateOperation.ca
ll(TemplateOperation.java:144)
at com.softwareag.platform.management.template.impl.TemplateOperation.ca
ll(TemplateOperation.java:31)
at com.softwareag.platform.management.jobmanager.impl.JobCallableWrapper
.call(JobCallableWrapper.java:27)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.softwareag.platform.management.jobmanager.impl.JobImpl.run(JobImp
l.java:113)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.softwareag.platform.management.provision.impl.RestartPlatformMana
gerException: Platform Manager will be restarted.
at com.softwareag.platform.management.provision.impl.RestartPlatformMana
ger.apply(RestartPlatformManager.java:53)
at com.softwareag.platform.management.provision.impl.ProductProvisionJob
.call(ProductProvisionJob.java:193)
at com.softwareag.platform.management.provision.impl.ProductProvisionJob
.call(ProductProvisionJob.java:49)
... 6 more
2017/11/01 16:17:47 ERROR #8 Job completed: id 2 status ERROR started Wed No
v 01 16:16:45 UTC 2017 - Perform Template Operation APPLY
2017/11/01 16:17:49 INFO #8 Monitoring is STOPPED. No monitoring events wil
l be fired.
2017/11/01 16:18:28 INFO # Plaform Manager version: 10.1.0.0001-0223
2017/11/01 16:18:31 INFO # Monitoring is ENABLED and will start to poll af
ter 30 seconds every 30 seconds.
2017/11/01 16:18:31 ERROR # [SPMLCCE0000] runtimeComponentId for productId
integrationServer is null.
2017/11/01 16:18:31 ERROR # [SPMLCCE0000] runtimeComponentId for productId
MSC is null.
2017/11/01 16:18:31 INFO # activate(): Activating....
2017/11/01 16:18:31 INFO # activate(): Started pinger....
2017/11/01 16:18:31 INFO # activate(): Activated Successfully....
2017/11/01 16:18:31 INFO # IS SPM Plugin Pinger started..
2017/11/01 16:18:32 INFO # IS SPM Monitor Pinger started..
2017/11/01 16:19:02 WARN # Product with id "integrationServer" was not fou
nd.
com.softwareag.platform.management.common.exceptions.InvalidProductException: in
tegrationServer is an unknown product.
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getInstalledProduct(InventoryServiceImpl.java:106)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponentsForProductId(InventoryServiceImpl.java:162)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.processProductIds(InventoryServiceImpl.java:151)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponents(InventoryServiceImpl.java:129)
at com.softwareag.platform.management.monitoring.impl.BasicMonitoringSer
viceImpl.getRuntimeComponents(BasicMonitoringServiceImpl.java:171)
at com.softwareag.platform.management.monitoring.impl.BasicMonitoringSer
viceImpl.getAllBasicMonitoringStates(BasicMonitoringServiceImpl.java:147)
at com.softwareag.platform.management.monitoring.impl.BasicMonitoringSta
teChangeEventManager.refreshLastKnownState(BasicMonitoringStateChangeEventManage
r.java:195)
at com.softwareag.platform.management.monitoring.impl.BasicMonitoringSta
teChangeEventManager.refreshLastKnownState(BasicMonitoringStateChangeEventManage
r.java:172)
at com.softwareag.platform.management.monitoring.impl.BasicMonitoringSta
teChangeEventManager.refreshLastKnownStates(BasicMonitoringStateChangeEventManag
er.java:159)
at com.softwareag.platform.management.monitoring.impl.BasicMonitoringSta
teChangeEventManager$1.run(BasicMonitoringStateChangeEventManager.java:125)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:51
1)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:624)
at java.lang.Thread.run(Thread.java:748)
2017/11/01 16:19:09 WARN #00000 Product with id "integrationServer" was not fou
nd.
com.softwareag.platform.management.common.exceptions.InvalidProductException: in
tegrationServer is an unknown product.
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getInstalledProduct(InventoryServiceImpl.java:106)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponentsForProductId(InventoryServiceImpl.java:162)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.processProductIds(InventoryServiceImpl.java:151)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponents(InventoryServiceImpl.java:129)
at com.softwareag.platform.management.inventory.rest.RuntimeComponentRes
ource.getAllItems(RuntimeComponentResource.java:186)
at com.softwareag.platform.management.inventory.rest.InventoryServerReso
urce.createResponse(InventoryServerResource.java:73)
at com.softwareag.platform.management.inventory.rest.InventoryServerReso
urce.processResponse(InventoryServerResource.java:42)
at com.softwareag.platform.management.inventory.rest.RuntimeComponentRes
ource.getAllResources(RuntimeComponentResource.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHa
ndlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethod
Dispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethod
Dispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatch
erProvider$ObjectOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java
:176)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethod
Dispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(Resour
ceMethodInvoker.java:389)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(Resourc
eMethodInvoker.java:347)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(Resourc
eMethodInvoker.java:102)
at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:32
6)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(Request
Scope.java:317)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:
305)
at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHand
ler.java:1154)
at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.ja
va:473)
at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletCont
ainer.java:408)
at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContain
er.java:583)
at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContain
er.java:524)
at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContain
er.java:461)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:192)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:165)
at com.softwareag.platform.management.remote.core.filters.CSRFPrevention
Filter.doFilter(CSRFPreventionFilter.java:75)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:192)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:165)
at com.softwareag.platform.management.remote.core.filters.PermissionsFil
ter.doFilter(PermissionsFilter.java:109)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:192)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:165)
at com.softwareag.platform.wab.filter.saml.SAMLAssertionFilter.doFilter(
SAMLAssertionFilter.java:309)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:192)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:165)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
torBase.java:474)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:79)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:349)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java
:783)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLig
ht.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(Abstract
Protocol.java:798)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpo
int.java:1434)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBas
e.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskTh
read.java:61)
at java.lang.Thread.run(Thread.java:748)
2017/11/01 16:19:09 INFO #8 Start of Template Operation IMPORT.
2017/11/01 16:19:09 INFO #8 Started execution of TemplateCompositeCommand f
or type PRODUCTS
2017/11/01 16:19:09 INFO #8 Started execution of ImportTemplateCommand
2017/11/01 16:19:09 INFO #8 Ended execution of ImportTemplateCommand
2017/11/01 16:19:09 INFO #8 Ended execution of TemplateCompositeCommand for
type PRODUCTS
2017/11/01 16:19:09 INFO #8 Started execution of ImportTemplateCommand for
type INSTANCES
2017/11/01 16:19:09 INFO #8 Ended execution of ImportTemplateCommand for ty
pe INSTANCES
2017/11/01 16:19:09 INFO #8 Started execution of ImportTemplateCommand for
type CONFIGURATION
2017/11/01 16:19:09 INFO #8 Ended execution of ImportTemplateCommand for ty
pe CONFIGURATION
2017/11/01 16:19:09 INFO #8 End of Template Operation IMPORT
2017/11/01 16:19:09 INFO #8 Job completed: id 1 status DONE started Wed Nov
01 16:19:09 UTC 2017 - Perform Template Operation IMPORT
2017/11/01 16:19:10 INFO #8 Start of Template Operation APPLY.
2017/11/01 16:19:10 INFO #8 Started execution of InstallProductsCommand for
type PRODUCTS
2017/11/01 16:19:10 INFO #8 Registering OSGI EventHandler for InventoryChan
gedEvent topic.
2017/11/01 16:19:32 INFO #8 Starting provisioning operation
2017/11/01 16:19:32 INFO #8 No products to install.
2017/11/01 16:19:32 INFO #8 List local Products after Provisioning session:
embeddedDatabaseScripts.prop.iu ,tppParsers.prop.iu ,NERV.prop.iu ,OSGI.prop.iu
,tppWS.prop.iu ,MWSSharedLib.prop.iu ,EDAspm.prop.iu ,WISSharedLibs.prop.iu ,Ev
entTypeCommon.prop.iu ,SCGCommon.prop.iu ,INMSharedLibs.prop.iu ,tppGf.prop.iu ,
LICSharedLibsJava.prop.iu ,TESOSGi.prop.iu ,LICRepository.prop.iu ,PIFSharedBund
les.prop.iu ,DatabaseComponentConfigurator.prop.iu ,integrationServerMigrationFr
ameworkLib.prop.iu ,jsw.prop.iu ,TESCommon.prop.iu ,CAFRLib.prop.iu ,CMP_API.pro
p.iu ,TPSddj.prop.iu ,BrokerJMSShared.prop.iu ,EVS.prop.iu ,WDYSharedBundles.pro
p.iu ,EVSClouderaBundles.prop.iu ,WSSOSGi.prop.iu ,ACDLDeployerSharedBundle.prop
.iu ,tppModelling.prop.iu ,tppAnt.prop.iu ,tppMisc.prop.iu ,tppGfJaxb.prop.iu ,D
atabaseScripts.prop.iu ,WGLSharedLibs.prop.iu ,LARSharedBundles.prop.iu ,CustomI
nstall.prop.iu ,ISSharedBundles.prop.iu ,acdl.prop.iu ,CLI.prop.iu ,PIECore.prop
.iu ,tppDB.prop.iu ,WSIddj.prop.iu ,WGLSharedBundles.prop.iu ,WISSharedBundles.p
rop.iu ,ERSharedBundles.prop.iu ,DesignerSharedLib.prop.iu ,CCE-CCplugins.prop.i
u ,license.prop.iu ,EVSElasticsearchBundles.prop.iu ,sjp.prop.iu ,NUMSharedLibs.
prop.iu ,MSC.prop.iu ,SCGCommonExt.prop.iu ,tppServlet.prop.iu ,LICUtil.prop.iu
,tppCommons.prop.iu ,tppSAML2.prop.iu ,CCE.prop.iu ,EVSRuntimeBundles.prop.iu ,N
UMRepository.prop.iu ,ISspm.prop.iu ,tppSEC.prop.iu ,tppSpring.prop.iu ,TPS.prop
.iu ,SPM.prop.iu ,CAFRBundles.prop.iu ,log4j.prop.iu ,WSSCore.prop.iu ,CELShared
Bundles.prop.iu ,
2017/11/01 16:19:32 INFO #8 Applying Post Product Provision Operation: Rest
arts Platform Manager if the provisioning session has Platform Manager Component
s selected.
2017/11/01 16:19:32 INFO #8 Platform Manager will not be restarted.
2017/11/01 16:19:32 INFO #8 Sending "InventoryChangedEvent"...
2017/11/01 16:19:32 INFO #8 Job completed: id 3 status DONE started Wed Nov
01 16:19:10 UTC 2017 - Install products
2017/11/01 16:19:32 WARN #8 Product with id "integrationServer" was not fou
nd.
com.softwareag.platform.management.common.exceptions.InvalidProductException: in
tegrationServer is an unknown product.
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getInstalledProduct(InventoryServiceImpl.java:106)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponentsForProductId(InventoryServiceImpl.java:162)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.processProductIds(InventoryServiceImpl.java:151)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponents(InventoryServiceImpl.java:129)
at com.softwareag.platform.management.inventory.InventoryChangedEventHan
dler.handleEvent(InventoryChangedEventHandler.java:82)
at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(Ev
entHandlerWrapper.java:201)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(
EventHandlerTracker.java:197)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(
EventHandlerTracker.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventM
anager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchr
onous(ListenerQueue.java:148)
at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(Event
AdminImpl.java:135)
at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdmi
nImpl.java:78)
at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComp
onent.java:39)
at com.softwareag.platform.management.template.impl.commands.install.Ins
tallArtifactsCommand.sendInventoryChangeEvent(InstallArtifactsCommand.java:165)
at com.softwareag.platform.management.template.impl.commands.install.Ins
tallArtifactsCommand.execute(InstallArtifactsCommand.java:153)
at com.softwareag.platform.management.template.impl.commands.install.Ins
tallProductsCommand.execute(InstallProductsCommand.java:46)
at com.softwareag.platform.management.template.impl.executors.TemplateCo
mmandsExecutor.execute(TemplateCommandsExecutor.java:48)
at com.softwareag.platform.management.template.impl.ApplyTemplateOperati
on.execute(ApplyTemplateOperation.java:115)
at com.softwareag.platform.management.template.impl.ApplyTemplateOperati
on.execute(ApplyTemplateOperation.java:37)
at com.softwareag.platform.management.template.impl.TemplateOperation.ca
ll(TemplateOperation.java:139)
at com.softwareag.platform.management.template.impl.TemplateOperation.ca
ll(TemplateOperation.java:31)
at com.softwareag.platform.management.jobmanager.impl.JobCallableWrapper
.call(JobCallableWrapper.java:27)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.softwareag.platform.management.jobmanager.impl.JobImpl.run(JobImp
l.java:113)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:624)
at java.lang.Thread.run(Thread.java:748)
2017/11/01 16:19:32 INFO #8 Received InventoryChangedEvent event. Propertie
s: [TBP, event.topics].
2017/11/01 16:19:32 INFO #8 Sent "InventoryChangedEvent".
2017/11/01 16:19:32 INFO #8 Products installed. Waiting for InventoryChange
dEvent event...
2017/11/01 16:19:32 INFO #8 Event InventoryChangedEvent received in the giv
en amount of 15000 miliseconds.
2017/11/01 16:19:32 INFO #8 Unregistering OSGI EventHandler for InventoryCh
angedEvent topic.
2017/11/01 16:19:32 INFO #8 Ended execution of InstallProductsCommand for t
ype PRODUCTS
2017/11/01 16:19:32 INFO #8 Started execution of TemplateCompositeCommand f
or type INSTANCES
2017/11/01 16:19:32 INFO #8 Started execution of CreateInstancesCommand
2017/11/01 16:19:32 INFO #8 Processing 1 instances...
2017/11/01 16:19:32 INFO #8 Currently Installed Products: CLI ,tppAnt ,tppS
ervlet ,acdl ,WISSharedBundles ,WGLSharedLibs ,WGLSharedBundles ,CCE-CCplugins ,
tppParsers ,SPM ,EVSClouderaBundles ,BrokerJMSShared ,NUMRepository ,PIFSharedBu
ndles ,NERV ,DatabaseComponentConfigurator ,ACDLDeployerSharedBundle ,WSSCore ,S
UM ,EventTypeCommon ,license ,CAFRBundles ,ISSharedBundles ,EVSRuntimeBundles ,L
ICSharedLibsJava ,ERSharedBundles ,CustomInstall ,NUMSharedLibs ,tppMisc ,integr
ationServerMigrationFrameworkLib ,INMSharedLibs ,EVS ,EVSElasticsearchBundles ,t
ppWS ,DesignerSharedLib ,LARSharedBundles ,WSSOSGi ,LICUtil ,SCGCommonExt ,tppCo
mmons ,jsw ,LICRepository ,MWSSharedLib ,CAFRLib ,TPS ,embeddedDatabaseScripts ,
TPSddj ,tppModelling ,PIECore ,CMP_API ,MSC ,tppGfJaxb ,CELSharedBundles ,SCGCom
mon ,log4j ,tppSpring ,tppSAML2 ,TESCommon ,OSGI ,tppGf ,CCE ,tppDB ,TESOSGi ,IS
spm ,DatabaseScripts ,WDYSharedBundles ,tppSEC ,WSIddj ,EDAspm ,sjp ,WISSharedLi
bs ,
2017/11/01 16:19:32 INFO #8 Processing Instance %s.
2017/11/01 16:19:32 INFO #8 Instances of Container Product MSC are going to
be CREATED or UPDATED if they are already present.
2017/11/01 16:19:32 WARN #8 Product with id "integrationServer" was not fou
nd.
com.softwareag.platform.management.common.exceptions.InvalidProductException: in
tegrationServer is an unknown product.
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getInstalledProduct(InventoryServiceImpl.java:106)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponentsForProductId(InventoryServiceImpl.java:162)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.processProductIds(InventoryServiceImpl.java:151)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponents(InventoryServiceImpl.java:129)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponent(InventoryServiceImpl.java:112)
at com.softwareag.platform.management.template.impl.commands.CreateInsta
ncesCommand.instanceExists(CreateInstancesCommand.java:105)
at com.softwareag.platform.management.template.impl.commands.CreateInsta
ncesCommand.shouldCreateInstance(CreateInstancesCommand.java:92)
at com.softwareag.platform.management.template.impl.commands.CreateInsta
ncesCommand.handleInstance(CreateInstancesCommand.java:44)
at com.softwareag.platform.management.template.impl.commands.BaseInstanc
esCommand.execute(BaseInstancesCommand.java:80)
at com.softwareag.platform.management.template.impl.commands.TemplateCom
positeCommand.execute(TemplateCompositeCommand.java:50)
at com.softwareag.platform.management.template.impl.executors.TemplateCo
mmandsExecutor.execute(TemplateCommandsExecutor.java:48)
at com.softwareag.platform.management.template.impl.ApplyTemplateOperati
on.execute(ApplyTemplateOperation.java:115)
at com.softwareag.platform.management.template.impl.ApplyTemplateOperati
on.execute(ApplyTemplateOperation.java:37)
at com.softwareag.platform.management.template.impl.TemplateOperation.ca
ll(TemplateOperation.java:139)
at com.softwareag.platform.management.template.impl.TemplateOperation.ca
ll(TemplateOperation.java:31)
at com.softwareag.platform.management.jobmanager.impl.JobCallableWrapper
.call(JobCallableWrapper.java:27)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.softwareag.platform.management.jobmanager.impl.JobImpl.run(JobImp
l.java:113)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:624)
at java.lang.Thread.run(Thread.java:748)
2017/11/01 16:19:32 INFO #8 Instance MSC-default not found. CREATING...
2017/11/01 16:19:32 INFO #8 Creating instance for product MSC.
2017/11/01 16:19:32 INFO #8 Waiting on job 4 for Instance Creation...
2017/11/01 16:19:32 INFO #8 Executing is_instance.sh, command line paramete
rs are hidden. Switch to TRACE to see the entire command.
2017/11/01 16:19:48 INFO #8 /opt/softwareag/profiles/SPM/../../IntegrationS
erver/instances/../../install/bin/setenv.sh
Buildfile: /opt/softwareag/IntegrationServer/instances/is_instance.xml

validateInstanceName:

getOS:

extractTemplate:

validate:
[echo] Required property 'license.file' is not set. Integration Server inst
ance will shutdown after 30 minutes.
[mkdir] Created dir: /opt/softwareag/IntegrationServer/instances/default
[unzip] Expanding: /opt/softwareag/IntegrationServer/instances/template.zip
into /opt/softwareag/IntegrationServer/instances/default

create:

getOS:

copyCorePackages:
[copy] Copying 4481 files to /opt/softwareag/IntegrationServer/instances/de
fault/packages
[copy] Copied 2746 empty directories to 9 empty directories under /opt/soft
wareag/IntegrationServer/instances/default/packages

getOS:

changeModeForAllScripts:

handlePackages:

validateInstanceName:

createServerCnfFile:
[propertyfile] Creating new property file: /opt/softwareag/IntegrationServer/ins
tances/default/config/server.cnf

createSetEnvInstance-bat:

createSetEnvInstance-sh:

prepare-osgi:

create-osgi-profile:
[echo]
[echo] Creating OSGi profile...
[echo]

invoke-profile-manager:
[echo]
[echo] Invoking task on profile management...
[echo]
[java] 16:19:38 info DM>
[java] 16:19:38 info DM> TO FIND PRODUCT ERROR MESSAGE, SEARCH FOR THE STRI
NG APP_ERROR>
[java] 16:19:38 info DM>
[java] 16:19:39 info Executing Profile Manager setupProfile
[java] 16:19:39 info setup.profile
[java] 16:19:39 info Platform Installation directory : /opt/softwareag/Inte
grationServer/instances/../..
[java] 16:19:39 info Instance name : default
[java] 16:19:39 info Profile Debug : false
[java] 16:19:39 info JMX Port : 8094
[java] 16:19:39 info Initializing profile IS_default
[java] 16:19:39 info Creating profile IS_default
[java] 16:19:39 info Setting profile properties for: IS_default
[java] 16:19:39 info OSGiUtilsImpl> Using iTools implementation of getTarge
tDependProducts...
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/I
S_10.1.0.0.99/integrationServer/PIECore
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/is-main/eclipse
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/WSC_
10.1.0.0.204/SCG/SCGCommon
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/log4j
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/IS_1
0.1.0.0.99/integrationServer/integrationServerMigrationFrameworkLib
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/LIC_
5.6.4.0.675/LICSharedLibsJava/LICSharedLibsJava
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppGf
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppGfJaxb
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppAnt
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppCommons
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppDB
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppMisc
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppModelling
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppParsers
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppSAML2
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppSEC
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppServlet
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppWS
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/CDBS
10.1.0.0.95/CDC/embeddedDatabaseScripts
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/WSS

10.1.0.0.357/SCG/WSSCore
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/OSGI
10.1.0.0.403/Platform/OSGI
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/T
PS_10.1.0.0.34/Platform/TPS
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/ext/eclipse
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/WIS

10.1.0.0.240/Infrastructure/WISSharedLibs
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/jsw
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/T
ES_4.3.4.2.16/TES/TESOSGi
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/tes/eclipse
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/BR_9
.6.0.0.292/Broker/BrokerJMSShared
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/SCGCommonExt
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppSpring
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/B
R_9.6.0.0.292/Broker/PIFSharedBundles
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/broker-shared/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/A
CDL_10.1.0.0.215/ACDL/ACDLDeployerSharedBundle
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/deployer-acdl-shared/eclipse
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/NUM_
10.1.0.0.96243/UniversalMessaging/NUMSharedLibs
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/I
S_10.1.0.0.99/integrationServer/ISspm
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/spm-is/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/cmp-is/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/S
PM_10.1.0.0.217/Platform/SPM
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/spm/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/L
IC_5.6.4.0.675/LICRepository/LICRepository
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/lic/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/W
IS_10.1.0.0.240/Infrastructure/WISSharedBundles
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/sd/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/sagprov/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/sum-cc/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/I
S_10.1.0.0.99/integrationServer/ISSharedBundles
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/is-shared/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/C
MP_10.1.0.0.36/CMP/CMP_API
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/cmp-api/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/I
S_10.1.0.0.99/integrationServer/PIECore
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/is-main/eclipse
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/WSC_
10.1.0.0.204/SCG/SCGCommon
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/log4j
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/IS_1
0.1.0.0.99/integrationServer/integrationServerMigrationFrameworkLib
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/LIC_
5.6.4.0.675/LICSharedLibsJava/LICSharedLibsJava
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppGf
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppGfJaxb
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppAnt
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppCommons
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppDB
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppMisc
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppModelling
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppParsers
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppSAML2
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppSEC
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppServlet
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppWS
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/CDBS
10.1.0.0.95/CDC/embeddedDatabaseScripts
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/WSS

10.1.0.0.357/SCG/WSSCore
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/OSGI
10.1.0.0.403/Platform/OSGI
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/T
PS_10.1.0.0.34/Platform/TPS
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/ext/eclipse
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/WIS

10.1.0.0.240/Infrastructure/WISSharedLibs
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/jsw
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/T
ES_4.3.4.2.16/TES/TESOSGi
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/tes/eclipse
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/BR_9
.6.0.0.292/Broker/BrokerJMSShared
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/SCGCommonExt
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/TPS_
10.1.0.0.34/SCG/tppSpring
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/B
R_9.6.0.0.292/Broker/PIFSharedBundles
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/broker-shared/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/A
CDL_10.1.0.0.215/ACDL/ACDLDeployerSharedBundle
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/deployer-acdl-shared/eclipse
[java] 16:19:39 info OSGiUtilsImpl> No repository for product: e2ei/11/NUM_
10.1.0.0.96243/UniversalMessaging/NUMSharedLibs
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/I
S_10.1.0.0.99/integrationServer/ISspm
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/spm-is/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/cmp-is/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/S
PM_10.1.0.0.217/Platform/SPM
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/spm/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/L
IC_5.6.4.0.675/LICRepository/LICRepository
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/lic/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/W
IS_10.1.0.0.240/Infrastructure/WISSharedBundles
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/sd/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/sagprov/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/sum-cc/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/I
S_10.1.0.0.99/integrationServer/ISSharedBundles
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/is-shared/eclipse
[java] 16:19:39 info OSGiUtilsImpl> Add repositories for product: e2ei/11/C
MP_10.1.0.0.36/CMP/CMP_API
[java] 16:19:39 info OSGiUtilsImpl> Added repository: /opt/softwareag/commo
n/runtime/bundles/cmp-api/eclipse
[java] 16:19:39 info OSGiProfileImpl> installMainFeatureAction: ENTER
[java] 16:19:39 info EnvironmentHelperImpl> Warning: Could not get Java fro
m the Installer. Trying to get java from java.home system property.
[java] 16:19:39 info EnvironmentHelperImpl> Java absolute executable: /opt/
softwareag/jvm/jvm/jre/bin/java
[java] 16:19:39 info EnvironmentHelperImpl> javaExec: /opt/softwareag/jvm/j
vm/jre/bin/java
[java] 16:19:39 info OSGiUtilsImpl> Launcher jar: /opt/softwareag/common/ru
ntime/bundles/platform/eclipse/plugins/org.eclipse.equinox.launcher_1.3.201.v201
61025-1711.jar
[java] 16:19:39 info OSGiUtilsImpl> >>> configurationPath: /opt/softwareag/
common/runtime/agent/configuration
[java] 16:19:39 info OSGiProfileImpl> profileProps: org.eclipse.equinox.p2.
launcherConfiguration=/opt/softwareag/IntegrationServer/instances/../../profiles
/IS_default/bin/eclipse.ini.ignored
[java] 16:19:39 info OSGiProfileImpl> Configure main feature of profile IS_
default...
[java] 16:19:39 info PH> Execute arr cmd=[/opt/softwareag/jvm/jvm/jre/bin/j
ava, -Dosgi.startLevel=10, -Dosgi.noShutdown=false, -cp, /opt/softwareag/common/
runtime/bundles/platform/eclipse/plugins/org.eclipse.equinox.launcher_1.3.201.v2
0161025-1711.jar, org.eclipse.equinox.launcher.Main, -debug, /opt/softwareag/Int
egrationServer/instances/../../profiles/IS_default/bin/.options, -clean, -instal
l, /opt/softwareag/common/runtime/agent, -configuration, /opt/softwareag/common/
runtime/agent/configuration, -application, com.softwareag.eclipse.equinox.p2.dir
ector, -optionsFile, file:/opt/softwareag/IntegrationServer/instances/../../inst
all/platform/IS_default_1509553179370_install, -destination, /opt/softwareag/Int
egrationServer/instances/../../profiles/IS_default, -profile, minimal, -p2.os, l
inux, -p2.arch, x86_64, -p2.ws, gtk, -data, /opt/softwareag/common/runtime/insta
ll, -roaming, -consolelog, -profileProperties, org.eclipse.equinox.p2.launcherCo
nfiguration=/opt/softwareag/IntegrationServer/instances/../../profiles/IS_defaul
t/bin/eclipse.ini.ignored]
[java] 16:19:39 info PH> Execute env=[null]
[java] 16:19:39 info PH> Execute execDir: /opt/softwareag/common/runtime/ag
ent/bin
[java] 16:19:47 info Exit code: 0
[java] 16:19:47 info OSGiProfileImpl> Configure of main feature of profile
IS_default finished successfully.
[java] 16:19:47 warning OSGiUtilsImpl> Remove value for property: wrapper.a
nchorfile
[java] 16:19:47 warning OSGiUtilsImpl> Found property: wrapper.anchorfile
[java] 16:19:47 info OSGiPropertiesImpl> mergeDynamicConfigurations: ENTER
[java] 16:19:47 info OSGiPropertiesImpl> Not found old configuration for co
m.softwareag.jmx.connector.pid
[java] 16:19:47 info OSGiPropertiesImpl> Not found old configuration for co
m.softwareag.security.authz.pid
[java] 16:19:47 info OSGiPropertiesImpl> Not found old configuration for co
m.softwareag.security.ldap.pid
[java] 16:19:47 info OSGiPropertiesImpl> Not found old configuration for co
m.softwareag.sshd.pid
[java] 16:19:47 info OSGiPropertiesImpl> Not found old configuration for co
m.softwareag.connector.map.pid
[java] 16:19:47 info OSGiPropertiesImpl> Not found old configuration for co
m.softwareag.platform.debug
[java] 16:19:47 info OSGiPropertiesImpl> Not found old configuration for co
m.softwareag.config.watchdog.pid
[java] 16:19:47 info OSGiPropertiesImpl> Not found old configuration for co
m.softwareag.sso.pid
[java] 16:19:47 info OSGiPropertiesImpl> mergeDynamicConfigurations: EXIT
[java] 16:19:47 info OSGiUtilsImpl> Launcher jar: /opt/softwareag/common/ru
ntime/bundles/platform/eclipse/plugins/org.eclipse.equinox.launcher_1.3.201.v201
61025-1711.jar
[java] 16:19:47 info EnvironmentHelperImpl> Warning: Could not get Java fro
m the Installer. Trying to get java from java.home system property.
[java] 16:19:47 info EnvironmentHelperImpl> Java absolute executable: /opt/
softwareag/jvm/jvm/jre/bin/java
[java] 16:19:47 info EnvironmentHelperImpl> javaExec: /opt/softwareag/jvm/j
vm/jre/bin/java
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: WR
APPER_EXEC varValue: /opt/softwareag/IntegrationServer/instances/../../common/bi
n/wrapper-3.5.32
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: WR
APPER_LIB varValue: /opt/softwareag/IntegrationServer/instances/../../common/lib
/tw-3.5.32
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: WR
APPER_EXEC_NAME varValue: wrapper-3.5.32
[java] 16:19:47 info VarsSubstituteImpl> Adding file: /opt/softwareag/Integ
rationServer/instances/../../profiles/IS_default/configuration/wrapper.conf
[java] 16:19:47 warning OSGiUtilsImpl> Could not get Java from the Installe
r. Trying to get java from JAVA_HOME environment property.
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: W_
LIBPATH varValue: set.LD_LIBRARY_PATH=/opt/softwareag/jvm/jvm/jre/lib/amd64/serv
er:/opt/softwareag/jvm/jvm/jre/lib/amd64:%LD_LIBRARY_PATH%
[java] 16:19:47 info OSGiUtilsImpl> Launcher jar: /opt/softwareag/common/ru
ntime/bundles/platform/eclipse/plugins/com.softwareag.platform.jaas.proxy_10.1.0
.0000-0403.jar
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: PL
ATFORM_JAASPROXY_JAR varValue: /opt/softwareag/common/runtime/bundles/platform/e
clipse/plugins/com.softwareag.platform.jaas.proxy_10.1.0.0000-0403.jar
[java] 16:19:47 info OSGiUtilsImpl> Launcher jar: /opt/softwareag/common/ru
ntime/bundles/platform/eclipse/plugins/com.softwareag.platform.bootstrap_10.1.0.
0000-0403.jar
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: PL
ATFORM_BOOTSTRAP_JAR varValue: /opt/softwareag/common/runtime/bundles/platform/e
clipse/plugins/com.softwareag.platform.bootstrap_10.1.0.0000-0403.jar
[java] 16:19:47 info VarsSubstituteImpl> Adding file: /opt/softwareag/Integ
rationServer/instances/../../profiles/IS_default/configuration/logging/log_confi
g.xml
[java] 16:19:47 info VarsSubstituteImpl> Adding file: /opt/softwareag/Integ
rationServer/instances/../../profiles/IS_default/configuration/jaas.config
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: SE
CURITY_PATH varValue: /opt/softwareag/common/security/ssx/auth/sagssxauthd2
[java] 16:19:47 info VarsSubstituteImpl> Adding file: /opt/softwareag/Integ
rationServer/instances/../../profiles/IS_default/bin/setenv.sh
[java] 16:19:47 info VarsSubstituteImpl> Adding file: /opt/softwareag/Integ
rationServer/instances/../../profiles/IS_default/bin/sagis101
[java] 16:19:47 warning OSGiUtilsImpl> Could not get Java from the Installe
r. Trying to get java from JAVA_HOME environment property.
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: LI
BPATH varValue: LD_LIBRARY_PATH=/opt/softwareag/jvm/jvm/jre/lib/amd64/server:/op
t/softwareag/jvm/jvm/jre/lib/amd64:${LD_LIBRARY_PATH}
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: JA
VA_EXEC varValue: /opt/softwareag/jvm/jvm/jre/bin/java
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: RO
OT_PATH varValue: /opt/softwareag/IntegrationServer/instances/../../common
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: RO
OT_PATH_SEC varValue: /opt/softwareag/IntegrationServer/instances/../../common
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: PR
OFILE_PATH varValue: /opt/softwareag/IntegrationServer/instances/../../profiles/
IS_default
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: PR
OFILE_PATH_SEC varValue: /opt/softwareag/IntegrationServer/instances/../../profi
les/IS_default
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: PR
OFILE_BIN_PATH varValue: /opt/softwareag/IntegrationServer/instances/../../profi
les/IS_default/bin/
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: OS
GI_INSTALL_AREA varValue: /opt/softwareag/IntegrationServer/instances/../../prof
iles/IS_default
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: OS
GI_FRAMEWORK_JAR varValue: /opt/softwareag/common/runtime/bundles/platform/eclip
se/plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: OS
GI_CONFIGURATION_AREA varValue: /opt/softwareag/IntegrationServer/instances/../.
./profiles/IS_default/configuration
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: OS
GI_CONSOLE varValue: 8045
[java] 16:19:47 info VarsSubstituteImpl> Adding for substitute: varName: WO
RK_DIR varValue:
[java] 16:19:47 info ToolsImpl> getHostName> ENTER
[java] 16:19:47 info UnixToolImpl> getHostname: ENTER
[java] 16:19:47 info PH> Execute arr cmd=[/bin/sh, /opt/softwareag/install/
hostname.sh]
[java] 16:19:47 info PH> Execute env=[[PATH=/opt/softwareag/common/security
/ssx/lib:/opt/softwareag/common/security/ssx/lib:/opt/softwareag/common/security
/ssx/lib:/opt/softwareag/common/security/ssx/lib:/usr/local/sbin:/usr/local/bin:
/usr/sbin:/usr/bin:/sbin:/bin:/opt/softwareag/CommandCentral/client/bin:/opt/sof
twareag/common/AssetBuildEnvironment/bin:/opt/softwareag/common/lib/ant/bin:/opt
/softwareag/jvm/jvm/bin, WRAPPER_PID=143, WRAPPER_WORKING_DIR=/opt/softwareag/co
mmon/bin, WRAPPER_OS=linux, JAVA_HOME=/opt/softwareag/jvm/jvm, WRAPPER_HOSTNAME=
8a0d86061e1c, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, OSGI_CONFIGURATION_ARE
A=/opt/softwareag/profiles/SPM/configuration, WRAPPER_BIN_DIR=/opt/softwareag/co
mmon/bin, WRAPPER_BITS=64, CC_AUTO_REGISTER=1, JRE_HOME=/opt/softwareag/jvm/jvm/
jre, ANT_HOME=/opt/softwareag/common/lib/ant, CC_CLI_HOME=/opt/softwareag/Comman
dCentral/client, WRAPPER_HOST_NAME=8a0d86061e1c, WRAPPER_CONF_DIR=/opt/softwarea
g/profiles/SPM/configuration, LD_LIBRARY_PATH=/opt/softwareag/jvm/jvm/jre/lib/am
d64/server:/opt/softwareag/jvm/jvm/jre/lib/amd64:/opt/softwareag/jvm/jvm/jre/lib
/amd64/server:/opt/softwareag/jvm/jvm/jre/lib/amd64:/opt/softwareag/jvm/jvm/jre/
lib/amd64/server:/opt/softwareag/jvm/jvm/jre/lib/amd64:/opt/softwareag/jvm/jvm/j
re/lib/amd64/server:/opt/softwareag/jvm/jvm/jre/lib/amd64:/opt/softwareag/jvm/jv
m/jre/lib/amd64/server:/opt/softwareag/jvm/jvm/jre/lib/amd64:/opt/softwareag/jvm
/jvm/jre/lib/amd64/server:/opt/softwareag/jvm/jvm/jre/lib/amd64::/opt/softwareag
/common/security/ssx/lib:/opt/softwareag/common/security/ssx/lib, WRAPPER_LANG=e
n, PWD=/opt/softwareag/IntegrationServer/instances, SAG_HOME=/opt/softwareag, CC
_SERVER=localhost, _=/opt/softwareag/jvm/jvm/jre/bin/java, WRAPPER_FILE_SEPARATO
R=/, WRAPPER_INIT_DIR=/src, WRAPPER_PATH_SEPARATOR=:, OLDPWD=/opt/softwareag/Int
egrationServer/instances, JAVA_BOOT_CLASSPATH=/opt/softwareag/common/runtime/bun
dles/platform/eclipse/plugins/com.softwareag.platform.jaas.proxy_10.1.0.0000-040
3.jar, CC_PASSWORD=manage, OSGI_INSTALL_AREA=/opt/softwareag/profiles/SPM, HOSTN
AME=8a0d86061e1c, NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, WRAPPER_ARCH=x86, SHLVL
=6, HOME=/root, JAVA_SYSTEM_CLASSPATH=/opt/softwareag/common/runtime/bundles/pla
tform/eclipse/plugins/com.softwareag.platform.bootstrap_10.1.0.0000-0403.jar:/op
t/softwareag/common/runtime/bundles/platform/eclipse/plugins/org.eclipse.equinox
.launcher_1.3.201.v20161025-1711.jar]]
[java] 16:19:47 info PH> Execute execDir: null
[java] 16:19:48 info Exit code: 0
[java] 16:19:48 info UnixToolImpl> unixHostname = 8a0d86061e1c.eur.ad.sag
[java] 16:19:48 info UnixToolImpl> getHostname: EXIT
[java] 16:19:48 info ToolsImpl> Host name is : 8a0d86061e1c.eur.ad.sag
[java] 16:19:48 info ToolsImpl> getHostName> EXIT
[java] 16:19:48 info VarsSubstituteImpl> Adding for substitute: varName: HO
ST_NAME varValue: 8a0d86061e1c.eur.ad.sag
[java] 16:19:48 info VarsSubstituteImpl> Adding for substitute: varName: SE
RVICE_NAME varValue: sagis101
[java] 16:19:48 info VarsSubstituteImpl> Adding for substitute: varName: SE
RVICE_DISP_NAME varValue: Software AG Integration Server 10.1 (default)
[java] 16:19:48 info VarsSubstituteImpl> Adding for substitute: varName: SE
RVICE_DESCR varValue: Software AG webMethods Integration Server 10.1
[java] 16:19:48 info VarsSubstituteImpl> Adding for substitute: varName: PR
ODUCT_DISPLAY_NAME varValue: Software AG Integration Server 10.1 (default)
[java] 16:19:48 info VarsSubstituteImpl> Adding for substitute: varName: SE
CURITY_LIB_DIR varValue: security/ssx/lib
[java] 16:19:48 info VarsSubstituteImpl> Adding for substitute: varName: EX
PORT_LD_LIB varValue: export LD_LIBRARY_PATH
[java] 16:19:48 info VarsSubstituteImpl> Substitute file: /opt/softwareag/I
ntegrationServer/instances/../../profiles/IS_default/configuration/logging/log_c
onfig.xml
[java] 16:19:48 info VarsSubstituteImpl> Substitute file: /opt/softwareag/I
ntegrationServer/instances/../../profiles/IS_default/bin/sagis101
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{SERVICE_NAME}}
with: 'sagis101'
[java] 16:19:48 info VarsSubstituteImpl> Result string: APP_NAME="sagis101"

 [java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{SERVICE_DISP_NA

ME}} with: 'Software AG Integration Server 10.1 (default)'
[java] 16:19:48 info VarsSubstituteImpl> Result string: APP_LONG_NAME="Soft
ware AG Integration Server 10.1 (default)"
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{WRAPPER_EXEC}}
with: '/opt/softwareag/IntegrationServer/instances/../../common/bin/wrapper-3.5.
32'
[java] 16:19:48 info VarsSubstituteImpl> Result string: WRAPPER_CMD="/opt/s
oftwareag/IntegrationServer/instances/../../common/bin/wrapper-3.5.32"
[java] 16:19:48 info VarsSubstituteImpl> Substitute file: /opt/softwareag/I
ntegrationServer/instances/../../profiles/IS_default/configuration/wrapper.conf
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{W_LIBPATH}} wit
h: 'set.LD_LIBRARY_PATH=/opt/softwareag/jvm/jvm/jre/lib/amd64/server:/opt/softwa
reag/jvm/jvm/jre/lib/amd64:%LD_LIBRARY_PATH%'
[java] 16:19:48 info VarsSubstituteImpl> Result string: set.LD_LIBRARY_PATH
=/opt/softwareag/jvm/jvm/jre/lib/amd64/server:/opt/softwareag/jvm/jvm/jre/lib/am
d64:%LD_LIBRARY_PATH%
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{ROOT_PATH}} wit
h: '/opt/softwareag/IntegrationServer/instances/../../common'
[java] 16:19:48 info VarsSubstituteImpl> Result string: set.PATH=/opt/softw
areag/IntegrationServer/instances/../../common%WRAPPER_FILE_SEPARATOR%{{SECURITY
_LIB_DIR}}%WRAPPER_PATH_SEPARATOR%%PATH%
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{SECURITY_LIB_DI
R}} with: 'security/ssx/lib'
[java] 16:19:48 info VarsSubstituteImpl> Result string: set.PATH=/opt/softw
areag/IntegrationServer/instances/../../common%WRAPPER_FILE_SEPARATOR%security/s
sx/lib%WRAPPER_PATH_SEPARATOR%%PATH%
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{JAVA_EXEC}} wit
h: '/opt/softwareag/jvm/jvm/jre/bin/java'
[java] 16:19:48 info VarsSubstituteImpl> Result string: wrapper.java.comman
d=/opt/softwareag/jvm/jvm/jre/bin/java
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{WRAPPER_LIB}} w
ith: '/opt/softwareag/IntegrationServer/instances/../../common/lib/tw-3.5.32'
[java] 16:19:48 info VarsSubstituteImpl> Result string: wrapper.java.classp
ath.1=/opt/softwareag/IntegrationServer/instances/../../common/lib/tw-3.5.32%WRA
PPER_FILE_SEPARATOR%wrapper.jar
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{WRAPPER_LIB}} w
ith: '/opt/softwareag/IntegrationServer/instances/../../common/lib/tw-3.5.32'
[java] 16:19:48 info VarsSubstituteImpl> Result string: wrapper.java.librar
y.path.1=/opt/softwareag/IntegrationServer/instances/../../common/lib/tw-3.5.32
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{ROOT_PATH}} wit
h: '/opt/softwareag/IntegrationServer/instances/../../common'
[java] 16:19:48 info VarsSubstituteImpl> Result string: wrapper.java.librar
y.path.2=/opt/softwareag/IntegrationServer/instances/../../common%WRAPPER_FILE_S
EPARATOR%lib
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{ROOT_PATH}} wit
h: '/opt/softwareag/IntegrationServer/instances/../../common'
[java] 16:19:48 info VarsSubstituteImpl> Result string: wrapper.java.librar
y.path.3=/opt/softwareag/IntegrationServer/instances/../../common%WRAPPER_FILE_S
EPARATOR%{{SECURITY_LIB_DIR}}
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{SECURITY_LIB_DI
R}} with: 'security/ssx/lib'
[java] 16:19:48 info VarsSubstituteImpl> Result string: wrapper.java.librar
y.path.3=/opt/softwareag/IntegrationServer/instances/../../common%WRAPPER_FILE_S
EPARATOR%security/ssx/lib
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{PRODUCT_DISPLAY
_NAME}} with: 'Software AG Integration Server 10.1 (default)'
[java] 16:19:48 info VarsSubstituteImpl> Result string: wrapper.console.tit
le=Software AG Integration Server 10.1 (default)
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{SERVICE_NAME}}
with: 'sagis101'
[java] 16:19:48 info VarsSubstituteImpl> Result string: wrapper.ntservice.n
ame=sagis101
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{SERVICE_DISP_NA
ME}} with: 'Software AG Integration Server 10.1 (default)'
[java] 16:19:48 info VarsSubstituteImpl> Result string: wrapper.ntservice.d
isplayname=Software AG Integration Server 10.1 (default)
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{SERVICE_DESCR}}
with: 'Software AG webMethods Integration Server 10.1'
[java] 16:19:48 info VarsSubstituteImpl> Result string: wrapper.ntservice.d
escription=Software AG webMethods Integration Server 10.1
[java] 16:19:48 info VarsSubstituteImpl> Substitute file: /opt/softwareag/I
ntegrationServer/instances/../../profiles/IS_default/bin/setenv.sh
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{SERVICE_NAME}}
with: 'sagis101'
[java] 16:19:48 info VarsSubstituteImpl> Result string: WRAPPER_SCRIPT=${OS
GI_INSTALL_AREA}/bin/sagis101
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{OSGI_CONSOLE}}
with: '8045'
[java] 16:19:48 info VarsSubstituteImpl> Result string: OSGI_CONSOLE=8045
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{WORK_DIR}} with
: ''
[java] 16:19:48 info VarsSubstituteImpl> Result string: WORK_DIR=
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{JAVA_EXEC}} wit
h: '/opt/softwareag/jvm/jvm/jre/bin/java'
[java] 16:19:48 info VarsSubstituteImpl> Result string: JAVA_EXEC=/opt/
softwareag/jvm/jvm/jre/bin/java
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{LIBPATH}} with:
'LD_LIBRARY_PATH=/opt/softwareag/jvm/jvm/jre/lib/amd64/server:/opt/softwareag/j
vm/jvm/jre/lib/amd64:${LD_LIBRARY_PATH}'
[java] 16:19:48 info VarsSubstituteImpl> Result string: LD_LIBRARY_PATH=/op
t/softwareag/jvm/jvm/jre/lib/amd64/server:/opt/softwareag/jvm/jvm/jre/lib/amd64:
${LD_LIBRARY_PATH}:{{ROOT_PATH}}/{{SECURITY_LIB_DIR}}
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{ROOT_PATH}} wit
h: '/opt/softwareag/IntegrationServer/instances/../../common'
[java] 16:19:48 info VarsSubstituteImpl> Result string: LD_LIBRARY_PATH=/op
t/softwareag/jvm/jvm/jre/lib/amd64/server:/opt/softwareag/jvm/jvm/jre/lib/amd64:
${LD_LIBRARY_PATH}:/opt/softwareag/IntegrationServer/instances/../../common/{{SE
CURITY_LIB_DIR}}
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{SECURITY_LIB_DI
R}} with: 'security/ssx/lib'
[java] 16:19:48 info VarsSubstituteImpl> Result string: LD_LIBRARY_PATH=/op
t/softwareag/jvm/jvm/jre/lib/amd64/server:/opt/softwareag/jvm/jvm/jre/lib/amd64:
${LD_LIBRARY_PATH}:/opt/softwareag/IntegrationServer/instances/../../common/secu
rity/ssx/lib
[java] 16:19:48 info VarsSubstituteImpl> replaceVars var: {{EXPORT_LD_LIB}}
with: 'export LD_LIBRARY_PATH'
[java] 16:19:48 info VarsSubstituteImpl> Result string: export LD_LIBRARY_P
ATH
[java] 16:19:48 info VarsSubstituteImpl> Substitute file: /opt/softwareag/I
ntegrationServer/instances/../../profiles/IS_default/configuration/jaas.config
[java] 16:19:48 info OSGiProfileImpl> replacePlacehoolders: EXIT
[java] 16:19:48 info OSGiProfileImpl> storeConfiguration: ENTER
[java] 16:19:48 info OSGiPropertiesImpl> Update Tomcat's server.xml file.
[java] 16:19:48 info OSGiPropertiesImpl> Tomcat configuration file /opt/sof
twareag/IntegrationServer/instances/../../profiles/IS_default/configuration/tomc
at/conf/server.xml is missing.
[java] 16:19:48 info OSGiPropertiesImpl> Update Tomcat's CTPConfiguration.x
ml file.
[java] 16:19:48 info OSGiPropertiesImpl> Tomcat info file /opt/softwareag/I
ntegrationServer/instances/../../profiles/IS_default/workspace/webapps/ROOT/CTPC
onfiguration.xml is missing.
[java] 16:19:48 info OSGiProfileImpl> storeConfiguration: EXIT
[java] 16:19:48 info OSGiProfileImpl> installMainFeatureAction: EXIT
[java] 16:19:48 info Setting JMX Port for the profile
[java] 16:19:48 info Port [8094] is used by other profile. Trying with port
8095
[java] 16:19:48 info processing.cplm
[java] 16:19:48 info Creating file /opt/softwareag/IntegrationServer/instan
ces/../../profiles/IS_default/configuration/PlatformManager/cplm.xml
[java] 16:19:48 info OSGiProfileImpl> storeConfiguration: ENTER
[java] 16:19:48 info OSGiPropertiesImpl> Update Tomcat's server.xml file.
[java] 16:19:48 info OSGiPropertiesImpl> Tomcat configuration file /opt/sof
twareag/IntegrationServer/instances/../../profiles/IS_default/configuration/tomc
at/conf/server.xml is missing.
[java] 16:19:48 info OSGiPropertiesImpl> Update Tomcat's CTPConfiguration.x
ml file.
[java] 16:19:48 info OSGiPropertiesImpl> Tomcat info file /opt/softwareag/I
ntegrationServer/instances/../../profiles/IS_default/workspace/webapps/ROOT/CTPC
onfiguration.xml is missing.
[java] 16:19:48 info OSGiDynamicPropertiesImpl> Write down properties for /
opt/softwareag/IntegrationServer/instances/../../profiles/IS_default/configurati
on/com.softwareag.platform.config.propsloader/com.softwareag.jmx.connector.pid-8
095.properties
[java] 16:19:48 info OSGiProfileImpl> storeConfiguration: EXIT
[java] 16:19:48 info registerProfileInstance: ENTER
[java] 16:19:48 info OSGiUtilsImpl> Adding to store profile name: IS_defaul
t
[java] 16:19:48 info registerProfileInstance: EXIT
[java] 16:19:48 info Creating instance Start Menu for default
[java] 16:19:48 error Wrong platform, must be Windows

createJDBCPoolAlias:
[echo] db.url parameter doesn't have any value.
[echo] db.username parameter doesn't have any value.
[echo] db.password parameter doesn't have any value.
[echo] Invalid value for db.type parameter. Valid values are oracle,sqlserv
er,db2.
[echo] Proceeding with Embedded database.
[echo] Using Embedded DB.

checkAPIGateway:

notifyAPIGatewayOnInstanceCreate:

cleanup:

BUILD SUCCESSFUL
Total time: 15 seconds

2017/11/01 16:19:48 INFO #8 The job has completed with status DONE.
2017/11/01 16:19:48 INFO #8 Job completed: id 4 status DONE started Wed Nov
01 16:19:32 UTC 2017 - Instance management.
2017/11/01 16:19:48 INFO #8 Ended execution of CreateInstancesCommand
2017/11/01 16:19:48 INFO #8 Started execution of UpdateInstancesCommand
2017/11/01 16:19:48 INFO #8 Processing 1 instances...
2017/11/01 16:19:48 INFO #8 Currently Installed Products: CLI ,tppAnt ,tppS
ervlet ,acdl ,WISSharedBundles ,WGLSharedLibs ,WGLSharedBundles ,CCE-CCplugins ,
tppParsers ,SPM ,EVSClouderaBundles ,BrokerJMSShared ,NUMRepository ,PIFSharedBu
ndles ,NERV ,DatabaseComponentConfigurator ,ACDLDeployerSharedBundle ,WSSCore ,S
UM ,EventTypeCommon ,license ,CAFRBundles ,ISSharedBundles ,EVSRuntimeBundles ,L
ICSharedLibsJava ,ERSharedBundles ,CustomInstall ,NUMSharedLibs ,tppMisc ,integr
ationServerMigrationFrameworkLib ,INMSharedLibs ,EVS ,EVSElasticsearchBundles ,t
ppWS ,DesignerSharedLib ,LARSharedBundles ,WSSOSGi ,LICUtil ,SCGCommonExt ,tppCo
mmons ,jsw ,LICRepository ,MWSSharedLib ,CAFRLib ,TPS ,embeddedDatabaseScripts ,
TPSddj ,tppModelling ,PIECore ,CMP_API ,MSC ,tppGfJaxb ,CELSharedBundles ,SCGCom
mon ,log4j ,tppSpring ,tppSAML2 ,TESCommon ,OSGI ,tppGf ,CCE ,tppDB ,TESOSGi ,IS
spm ,DatabaseScripts ,WDYSharedBundles ,tppSEC ,WSIddj ,EDAspm ,sjp ,WISSharedLi
bs ,
2017/11/01 16:19:48 INFO #8 Processing Instance %s.
2017/11/01 16:19:48 INFO #8 Ended execution of UpdateInstancesCommand
2017/11/01 16:19:48 INFO #8 Ended execution of TemplateCompositeCommand for
type INSTANCES
2017/11/01 16:19:48 INFO #8 Started execution of TemplateCompositeCommand f
or type CONFIGURATION
2017/11/01 16:19:48 INFO #8 Started execution of SortApplyConfigurationsCom
mand
2017/11/01 16:19:48 INFO #8 Ended execution of SortApplyConfigurationsComma
nd
2017/11/01 16:19:48 INFO #8 Started execution of ApplyConfigurationsCommand

2017/11/01 16:19:48 INFO #8 Starting applying configurations from the templ
ate "container_msc-server_local".
2017/11/01 16:19:48 INFO #8 pre Invalidating inventory cache.
2017/11/01 16:19:48 WARN #8 Product with id "integrationServer" was not fou
nd.
com.softwareag.platform.management.common.exceptions.InvalidProductException: in
tegrationServer is an unknown product.
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getInstalledProduct(InventoryServiceImpl.java:106)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponentsForProductId(InventoryServiceImpl.java:162)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.processProductIds(InventoryServiceImpl.java:151)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponents(InventoryServiceImpl.java:129)
at com.softwareag.platform.management.template.impl.commands.ApplyConfig
urationsCommand.rePopulateInventory(ApplyConfigurationsCommand.java:149)
at com.softwareag.platform.management.template.impl.commands.ApplyConfig
urationsCommand.execute(ApplyConfigurationsCommand.java:99)
at com.softwareag.platform.management.template.impl.commands.TemplateCom
positeCommand.execute(TemplateCompositeCommand.java:50)
at com.softwareag.platform.management.template.impl.executors.TemplateCo
mmandsExecutor.execute(TemplateCommandsExecutor.java:48)
at com.softwareag.platform.management.template.impl.ApplyTemplateOperati
on.execute(ApplyTemplateOperation.java:115)
at com.softwareag.platform.management.template.impl.ApplyTemplateOperati
on.execute(ApplyTemplateOperation.java:37)
at com.softwareag.platform.management.template.impl.TemplateOperation.ca
ll(TemplateOperation.java:139)
at com.softwareag.platform.management.template.impl.TemplateOperation.ca
ll(TemplateOperation.java:31)
at com.softwareag.platform.management.jobmanager.impl.JobCallableWrapper
.call(JobCallableWrapper.java:27)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.softwareag.platform.management.jobmanager.impl.JobImpl.run(JobImp
l.java:113)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:624)
at java.lang.Thread.run(Thread.java:748)
2017/11/01 16:19:48 INFO #8 pre Runtime components after refresh: [RuntimeC
omponentDTO [id=OSGI-SPM-EDA-DEPLOYER, displayName=EDA Event Type Deployer, prod
uctId=NERV, category=ENGINE, runtimeParentId=OSGI-SPM], RuntimeComponentDTO [id=
integrationServer-default, displayName=Integration Server, productId=MSC, catego
ry=ENGINE, runtimeParentId=OSGI-IS_default], OsgiProfile [id=OSGI-SPM, displayNa
me=SPM, productId=SPM, category=PROCESS, runtimeParentId=], RuntimeComponentDTO
[id=OSGI-SPM-ENGINE, displayName=Platform Manager, productId=SPM, category=ENGIN
E, runtimeParentId=OSGI-SPM], OsgiProfile [id=OSGI-IS_default, displayName=IS_de
fault, productId=MSC, category=PROCESS, runtimeParentId=], RuntimeComponentDTO [
id=OSGI-CCE-ENGINE, displayName=Command Central Server, productId=CCE, category=
ENGINE, runtimeParentId=OSGI-CCE], OsgiProfile [id=OSGI-CCE, displayName=CCE, pr
oductId=CCE, category=PROCESS, runtimeParentId=]]
2017/11/01 16:19:48 INFO #8 There are "4" Prerequisites to be applied.
2017/11/01 16:19:48 INFO #8 There are "1" configurations to be applied.
2017/11/01 16:19:48 INFO #8 Applying prerequisite "Empty prerequisite" to e
ach configuration instance...
2017/11/01 16:19:48 INFO #8 Processing Configuration instance "Configuratio
nInstanceDTO [id=COMMON-MEMORY, displayName=null, description=null, configuratio
nTypeId=COMMON-MEMORY]"
2017/11/01 16:19:48 INFO #8 Applying prerequisite "Empty prerequisite" for
Runtime Component "OSGI-IS_default" of configuration instance "COMMON-MEMORY".
2017/11/01 16:19:48 INFO #8 Prerequisite - "Empty prerequisite" - applied
2017/11/01 16:19:48 INFO #8 The configuration "COMMON-MEMORY" will be updat
ed
2017/11/01 16:19:48 INFO #8 Updating an existing configuration with id: COM
MON-MEMORY for component with id: OSGI-IS_default
2017/11/01 16:19:48 INFO #8 Configuration instance "COMMON-MEMORY" is appli
ed for runtime component "OSGI-IS_default"
2017/11/01 16:19:48 INFO #8 Invalidating Inventory and Configuration caches
...
2017/11/01 16:19:48 INFO #8 There are "0" configurations to be applied.
2017/11/01 16:19:48 INFO #8 Applying prerequisite "Starting runtime compone
nt before applying configuration" to each configuration instance...
2017/11/01 16:19:48 INFO #8 Invalidating Inventory and Configuration caches
...
2017/11/01 16:19:48 INFO #8 There are "0" configurations to be applied.
2017/11/01 16:19:48 INFO #8 Applying prerequisite "Starting runtime compone
nt before applying configuration" to each configuration instance...
2017/11/01 16:19:48 INFO #8 Invalidating Inventory and Configuration caches
...
2017/11/01 16:19:48 INFO #8 There are "0" configurations to be applied.
2017/11/01 16:19:48 INFO #8 Applying prerequisite "Empty prerequisite" to e
ach configuration instance...
2017/11/01 16:19:48 INFO #8 Invalidating Inventory and Configuration caches
...
2017/11/01 16:19:48 INFO #8 post Invalidating inventory cache.
2017/11/01 16:19:49 WARN #8 Product with id "integrationServer" was not fou
nd.
com.softwareag.platform.management.common.exceptions.InvalidProductException: in
tegrationServer is an unknown product.
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getInstalledProduct(InventoryServiceImpl.java:106)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponentsForProductId(InventoryServiceImpl.java:162)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.processProductIds(InventoryServiceImpl.java:151)
at com.softwareag.platform.management.inventory.impl.InventoryServiceImp
l.getRuntimeComponents(InventoryServiceImpl.java:129)
at com.softwareag.platform.management.template.impl.commands.ApplyConfig
urationsCommand.rePopulateInventory(ApplyConfigurationsCommand.java:149)
at com.softwareag.platform.management.template.impl.commands.ApplyConfig
urationsCommand.execute(ApplyConfigurationsCommand.java:137)
at com.softwareag.platform.management.template.impl.commands.TemplateCom
positeCommand.execute(TemplateCompositeCommand.java:50)
at com.softwareag.platform.management.template.impl.executors.TemplateCo
mmandsExecutor.execute(TemplateCommandsExecutor.java:48)
at com.softwareag.platform.management.template.impl.ApplyTemplateOperati
on.execute(ApplyTemplateOperation.java:115)
at com.softwareag.platform.management.template.impl.ApplyTemplateOperati
on.execute(ApplyTemplateOperation.java:37)
at com.softwareag.platform.management.template.impl.TemplateOperation.ca
ll(TemplateOperation.java:139)
at com.softwareag.platform.management.template.impl.TemplateOperation.ca
ll(TemplateOperation.java:31)
at com.softwareag.platform.management.jobmanager.impl.JobCallableWrapper
.call(JobCallableWrapper.java:27)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.softwareag.platform.management.jobmanager.impl.JobImpl.run(JobImp
l.java:113)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:624)
at java.lang.Thread.run(Thread.java:748)
2017/11/01 16:19:49 INFO #8 post Runtime components after refresh: [Runtime
ComponentDTO [id=OSGI-SPM-EDA-DEPLOYER, displayName=EDA Event Type Deployer, pro
ductId=NERV, category=ENGINE, runtimeParentId=OSGI-SPM], RuntimeComponentDTO [id
=integrationServer-default, displayName=Integration Server, productId=MSC, categ
ory=ENGINE, runtimeParentId=OSGI-IS_default], OsgiProfile [id=OSGI-SPM, displayN
ame=SPM, productId=SPM, category=PROCESS, runtimeParentId=], RuntimeComponentDTO
[id=OSGI-SPM-ENGINE, displayName=Platform Manager, productId=SPM, category=ENGI
NE, runtimeParentId=OSGI-SPM], OsgiProfile [id=OSGI-IS_default, displayName=IS_d
efault, productId=MSC, category=PROCESS, runtimeParentId=], RuntimeComponentDTO
[id=OSGI-CCE-ENGINE, displayName=Command Central Server, productId=CCE, category
=ENGINE, runtimeParentId=OSGI-CCE], OsgiProfile [id=OSGI-CCE, displayName=CCE, p
roductId=CCE, category=PROCESS, runtimeParentId=]]
2017/11/01 16:19:49 INFO #8 Ended execution of ApplyConfigurationsCommand
2017/11/01 16:19:49 INFO #8 Ended execution of TemplateCompositeCommand for
type CONFIGURATION
2017/11/01 16:19:49 INFO #8 End of Template Operation APPLY
2017/11/01 16:19:49 INFO #8 Job completed: id 2 status DONE started Wed Nov
01 16:19:10 UTC 2017 - Perform Template Operation APPLY
2017/11/01 16:20:01 INFO # deactivate(): Deactivate Successfully....
2017/11/01 16:20:01 INFO # Monitoring is STOPPED. No monitoring events wil
l be fired.
*** CCE logs
2017/11/01 16:15:13 INFO # Command Central version: 10.1.0.0001-0222
2017/11/01 16:16:24 INFO #3 VLD01161624 Starting composite template validat
ion for init
2017/11/01 16:16:24 INFO #3 VLD01161624 Composite template validation for i
nit completed: VALIDATION SUCCESSFUL
2017/11/01 16:16:24 INFO #3 Begin applying composite template: init
2017/11/01 16:16:30 INFO #3 Skipping stage: Checking migration source nodes
registry...
2017/11/01 16:16:30 INFO #3 Skipping stage: Adding source nodes to Command
Central: ...
2017/11/01 16:16:30 INFO #3 Skipping stage: Updating migration source nodes
registry...
2017/11/01 16:16:30 INFO #3 Skipping stage: Preparing source machines for m
igration: ...
2017/11/01 16:16:30 INFO #3 Skipping stage: Preparing target machines for m
igration: ...
2017/11/01 16:16:30 WARN #3 No nodes will be bootstrapped!
2017/11/01 16:16:30 INFO #3 Updating inventory cache for nodes []
2017/11/01 16:16:30 INFO #3 Updating configurations cache for nodes []
2017/11/01 16:16:30 INFO #3 Layers to provision: []
2017/11/01 16:16:30 INFO #3 Updating inventory cache for nodes []
2017/11/01 16:16:30 INFO #3 Updating configurations cache for nodes []
2017/11/01 16:16:30 INFO #3 Finish applying composite template: init
2017/11/01 16:16:30 INFO #3 Job completed: id 2 status DONE started Wed Nov
01 16:16:30 UTC 2017 - Adding new MASTER repository products
2017/11/01 16:16:30 INFO #3 Job completed: id 1 status DONE started Wed Nov
01 16:16:23 UTC 2017 - Applying template init
2017/11/01 16:16:37 INFO #8 VLD01161637 Starting composite template validat
ion for container
2017/11/01 16:16:41 INFO #8 VLD01161637 Repository products connectivity VA
LIDATED
2017/11/01 16:16:42 INFO #8 VLD01161637 Repository products contains all pr
oduct dependencies.
2017/11/01 16:16:42 INFO #8 VLD01161637 Local node found in the list of nod
es to validate. Skipping connectivity validation of that node.
2017/11/01 16:16:43 INFO #8 VLD01161637 Platform Manager host: local alias:
local install dir: not specified
2017/11/01 16:16:43 INFO #8 VLD01161637 Composite template validation for c
ontainer completed: VALIDATION SUCCESSFUL
2017/11/01 16:16:43 INFO #8 Begin applying composite template: container
2017/11/01 16:16:43 INFO #8 Skipping stage: Checking migration source nodes
registry...
2017/11/01 16:16:43 INFO #8 Skipping stage: Adding source nodes to Command
Central: ...
2017/11/01 16:16:43 INFO #8 Skipping stage: Updating migration source nodes
registry...
2017/11/01 16:16:43 INFO #8 Skipping stage: Preparing source machines for m
igration: ...
2017/11/01 16:16:43 INFO #8 Skipping stage: Preparing target machines for m
igration: ...
2017/11/01 16:16:43 INFO #8 Local node found in current layer. Skipping boo
tstrap of that node.
2017/11/01 16:16:43 WARN #8 No nodes to process for layer: runtime. Skippin
g this layer.
2017/11/01 16:16:43 WARN #8 No nodes will be bootstrapped!
2017/11/01 16:16:43 INFO #8 Updating inventory cache for nodes []
2017/11/01 16:16:43 INFO #8 Updating configurations cache for nodes []
2017/11/01 16:16:43 INFO #8 Layers to provision: [runtime]
2017/11/01 16:16:43 INFO #8 Begin provisioning runtime
2017/11/01 16:16:43 INFO #8 Executing PRE layer actions...
2017/11/01 16:16:43 INFO #8 Executing PRE layer actions finished.
2017/11/01 16:16:43 INFO #8 Layer: runtime Node: local Templates: [msc-serv
er]
2017/11/01 16:16:43 INFO #8 stripe template [msc-server] node [local] layer
[runtime] begin
2017/11/01 16:16:43 INFO #8 pre actions template [msc-server] node [local]
layer [runtime] begin executing...
2017/11/01 16:16:43 INFO #8 pre actions template [msc-server] node [local]
layer [runtime] finished executing
2017/11/01 16:16:43 INFO #8 import template [msc-server] node [local] layer
[runtime] begin
2017/11/01 16:16:43 INFO #8 Resolving migration type...
2017/11/01 16:16:43 INFO #8 Migration type resolved to NONE - environment m
ode is not migration.
2017/11/01 16:16:44 INFO #8 import template [msc-server] node [local] layer
[runtime] success
2017/11/01 16:16:44 INFO #8 import template [msc-server] node [local] layer
[runtime] end
2017/11/01 16:16:44 INFO #8 apply template [msc-server] node [local] layer
[runtime] initiated with options [PRODUCTS, INSTANCES, CONFIGURATION]
2017/11/01 16:16:45 INFO #8 apply template [msc-server] node [local] layer
[runtime] scheduled
2017/11/01 16:18:07 ERROR # [CCEMONE0021] Error polling SPM node [local]. N
ode Status will be set to OFFLINE and the Runtime State for all instances of the
node will be set to UNKNOWN.
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (
Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlCo
nnector.java:287)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:2
55)
at org.glassfish.jersey.client.JerseyInvocation$2.call(JerseyInvocation.
java:700)
at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
at org.glassfish.jersey.internal.Errors.process(Errors.java:228)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(Request
Scope.java:444)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.
java:696)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInv
ocation.java:420)
at com.softwareag.platform.management.client.remote.requests.Request.syn
cCall(Request.java:287)
at com.softwareag.platform.management.client.remote.services.BaseProxySe
rvice.syncCall(BaseProxyService.java:60)
at com.softwareag.platform.management.client.remote.services.BaseProxySe
rvice.syncGet(BaseProxyService.java:30)
at com.softwareag.platform.management.client.remote.services.LandscapeMo
nitoringServiceEndpointRemoteProxy.getBasicMonitoringStates(LandscapeMonitoringS
erviceEndpointRemoteProxy.java:82)
at com.softwareag.plm.cce.monitoring.BasicMonitoringStateRetriever.getAl
lBasicMonitoringStatesFromNode(BasicMonitoringStateRetriever.java:202)
at com.softwareag.plm.cce.monitoring.BasicMonitoringStateRetriever.retri
eve(BasicMonitoringStateRetriever.java:107)
at com.softwareag.plm.cce.monitoring.BasicMonitoringStateRetriever.retri
eve(BasicMonitoringStateRetriever.java:88)
at com.softwareag.plm.cce.monitoring.BasicMonitoringStateRetriever.retri
eve(BasicMonitoringStateRetriever.java:80)
at com.softwareag.plm.cce.monitoring.RunnableProxy.run(RunnableProxy.jav
a:29)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:51
1)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.ja
va:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocket
Impl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java
:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
at sun.net.www.http.HttpClient.(HttpClient.java:242)
at sun.net.www.http.HttpClient.New(HttpClient.java:339)
at sun.net.www.http.HttpClient.New(HttpClient.java:357)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLC
onnection.java:1202)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConn
ection.java:1138)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConne
ction.java:1032)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection
.java:966)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLCo
nnection.java:1546)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
nection.java:1474)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480
)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlC
onnector.java:394)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlCo
nnector.java:285)
... 24 more
2017/11/01 16:18:48 INFO #8 Waiting for local to become ONLINE (current OFF
LINE)...
2017/11/01 16:18:53 INFO #8 Node local is OFFLINE (expected ONLINE).
2017/11/01 16:18:58 INFO #8 Node local is OFFLINE (expected ONLINE).
2017/11/01 16:19:03 INFO #8 Node local is OFFLINE (expected ONLINE).
2017/11/01 16:19:08 INFO #8 Node local is ONLINE (expected ONLINE).
2017/11/01 16:19:08 INFO #8 Node local achieved expected status ONLINE.
2017/11/01 16:19:12 INFO # Message [ Type: SUCCESS, Text: [OperationMessa
ges.0001] Ping operation successful for the target localhost:8092 of type EDA. V
ersion returned by runtime is 10.1. ]
2017/11/01 16:19:12 INFO # Message [ Type: MESSAGE, Text: [OperationMessa
ges.0049] Listing assets from target server localhost:8092 of type EDA ]
2017/11/01 16:19:12 INFO # Message [ Type: MESSAGE, Text: [OperationMessa
ges.0040] Successfully retrieved list of assets from the target server localhost
:8092 of type EDA. ]
2017/11/01 16:19:12 INFO # Message [ Type: SUCCESS, Text: [OperationMessa
ges.0001] Ping operation successful for the target localhost:8092 of type EDA. V
ersion returned by runtime is 10.1. ]
2017/11/01 16:19:12 INFO # Message [ Type: MESSAGE, Text: [OperationMessa
ges.0049] Listing assets from target server localhost:8092 of type EDA ]
2017/11/01 16:19:12 INFO # Message [ Type: MESSAGE, Text: [OperationMessa
ges.0040] Successfully retrieved list of assets from the target server localhost
:8092 of type EDA. ]
2017/11/01 16:19:49 INFO #8 apply template [msc-server] node [local] layer
[runtime] success
2017/11/01 16:19:49 INFO #8 post actions template [msc-server] node [local]
layer [runtime] begin executing...
2017/11/01 16:19:49 INFO #8 post actions template [msc-server] node [local]
layer [runtime] finished executing
2017/11/01 16:19:49 INFO #8 stripe template [msc-server] node [local] layer
[runtime] success
2017/11/01 16:19:49 INFO #8 stripe template [msc-server] node [local] layer
[runtime] end
2017/11/01 16:19:49 INFO #8 Executing POST layer actions...
2017/11/01 16:19:49 INFO #8 Job completed: id 4 status DONE started Wed Nov
01 16:16:43 UTC 2017 - Apply of composite template container on local for runti
me (msc-server)
2017/11/01 16:19:49 INFO #8 Executing POST layer actions finished.
2017/11/01 16:19:49 INFO #8 Updating inventory cache for nodes []
2017/11/01 16:19:49 INFO #8 Updating configurations cache for nodes []
2017/11/01 16:19:49 INFO #8 Finish applying composite template: container
2017/11/01 16:19:49 INFO #8 Job completed: id 3 status DONE started Wed Nov
01 16:16:37 UTC 2017 - Applying template container
Waiting a bit...
Cleaning up ...
DONE
---> 42e7dd22c67e
Removing intermediate container 8a0d86061e1c
Step 2/5 : EXPOSE 5555 9999 8092 8093
---> Running in 92e590d0fd8f
---> edc5f3baf1cf
Removing intermediate container 92e590d0fd8f
Step 3/5 : ENV INSTANCE_NAME default
---> Running in e5bee5fb2161
---> 91207f5c5674
Removing intermediate container e5bee5fb2161
Step 4/5 : ADD *.sh $SAG_HOME/profiles/IS
$INSTANCE_NAME/bin/
---> 130ca91cc5d0
Removing intermediate container fce17d2526d7
Step 5/5 : ENTRYPOINT $SAG_HOME/profiles/IS_$INSTANCE_NAME/bin/entrypoint-simple
.sh
---> Running in e68324d6f94d
---> 05503a6b28b9
Removing intermediate container e68324d6f94d
Successfully built 05503a6b28b9
Successfully tagged sagdevopsccdockerbuilder_simple:latest
Building managed
Step 1/33 : FROM sagdevopsccdockerbuilder_simple as builder
---> 05503a6b28b9
Step 2/33 : FROM centos:7
---> 196e0ce0c9fb
Step 3/33 : ENV SAG_HOME /opt/softwareag
---> Running in f2a7888172d4
---> 356a7501e4d1
Removing intermediate container f2a7888172d4
Step 4/33 : ENV JAVA_HOME $SAG_HOME/jvm/jvm/
---> Running in 4d433e54b7db
---> a42327f4a018
Removing intermediate container 4d433e54b7db
Step 5/33 : ENV JRE_HOME $SAG_HOME/jvm/jvm/jre/
---> Running in c0330d4c2187
---> 7fb22ad1589e
Removing intermediate container c0330d4c2187
Step 6/33 : ENV INSTANCE_NAME default
---> Running in 1e804e8c0283
---> 6d21207bdcf5
Removing intermediate container 1e804e8c0283
Step 7/33 : WORKDIR $SAG_HOME
---> 6b3e2a2f3bde
Removing intermediate container a9704886622f
Step 8/33 : COPY --from=builder $SAG_HOME/jvm/jvm/ $SAG_HOME/jvm/jvm/
---> b4d778b00330
Removing intermediate container 7059b0d589fd
Step 9/33 : COPY --from=builder $SAG_HOME/install/jars/ $SAG_HOME/install/jars/
---> 77759d0ebf6a
Removing intermediate container b93e3701eff7
Step 10/33 : COPY --from=builder $SAG_HOME/install/profile/ $SAG_HOME/install/pr
ofile/
---> 9ae29f3443c0
Removing intermediate container be1c7c8560ee
Step 11/33 : COPY --from=builder $SAG_HOME/install/products/ $SAG_HOME/install/p
roducts/
---> cefa6e1822c7
Removing intermediate container 3ba1f1d307f8
Step 12/33 : COPY --from=builder $SAG_HOME/Licenses/sagosch $SAG_HOME/Licenses/s
agosch
---> 60329e787c86
Removing intermediate container cec37be83a37
Step 13/33 : COPY --from=builder $SAG_HOME/common/bin/ $SAG_HOME/common/bin/
---> 091785f677e2
Removing intermediate container 37f66c7fb0c0
Step 14/33 : COPY --from=builder $SAG_HOME/common/conf/ $SAG_HOME/common/conf/
---> b3bba7cd2678
Removing intermediate container c0609b95a158
Step 15/33 : COPY --from=builder $SAG_HOME/common/db/ $SAG_HOME/common/db/
---> 0d73653fb341
Removing intermediate container e89598b737f1
Step 16/33 : COPY --from=builder $SAG_HOME/common/lib/ $SAG_HOME/common/lib/
---> 2b9f8abc0f09
Removing intermediate container 6cab977fa124
Step 17/33 : COPY --from=builder $SAG_HOME/common/runtime/ $SAG_HOME/common/runt
ime/
---> 070df2dcd224
Removing intermediate container aa92a948bae8
Step 18/33 : COPY --from=builder $SAG_HOME/WS-Stack/ $SAG_HOME/WS-Stack/
---> eaf871215279
Removing intermediate container 4f899206388b
Step 19/33 : COPY --from=builder $SAG_HOME/IntegrationServer/bin/ $SAG_HOME/Inte
grationServer/bin/
---> a6c934f2993f
Removing intermediate container 920f60652435
Step 20/33 : COPY --from=builder $SAG_HOME/IntegrationServer/lib/ $SAG_HOME/Inte
grationServer/lib/
---> bb22fd473b14
Removing intermediate container 514b5bcbe3d2
Step 21/33 : COPY --from=builder $SAG_HOME/IntegrationServer/updates/ $SAG_HOME/
IntegrationServer/updates/
---> 417c6a6ef2df
Removing intermediate container 67d97c3099e0
Step 22/33 : COPY --from=builder $SAG_HOME/IntegrationServer/.tc.dev.log4j.prope
rties $SAG_HOME/IntegrationServer/.tc.dev.log4j.properties
---> 70f9759ee0fc
Removing intermediate container f7c571ca063e
Step 23/33 : COPY --from=builder $SAG_HOME/IntegrationServer/instances/ $SAG_HOM
E/IntegrationServer/instances/
---> 447f67832d13
Removing intermediate container 1f75a96f2089
Step 24/33 : COPY --from=builder $SAG_HOME/profiles/IS_${INSTANCE_NAME}/ $SAG_HO
ME/profiles/IS_${INSTANCE_NAME}/
---> 5a020a237bc3
Removing intermediate container d16cd0d7b87f
Step 25/33 : EXPOSE 5555 9999
---> Running in 21172a2ef0da
---> 74278ecd8d24
Removing intermediate container 21172a2ef0da
Step 26/33 : LABEL com.softwareag.product "IntegrationServer" \com.softwareag.pr
oduct.version "10.1.0.0" \com.softwareag.webmethodscloud.primaryPort "5555"
---> Running in 80f54977da7a
---> 13e6016dda4c
Removing intermediate container 80f54977da7a
Step 27/33 : ADD *.sh $SAG_HOME/profiles/IS_$INSTANCE_NAME/bin/
---> 110a497c8e1d
Removing intermediate container c00ae4f48f01
Step 28/33 : ENTRYPOINT $SAG_HOME/profiles/IS_$INSTANCE_NAME/bin/entrypoint.sh
---> Running in c843f7c6eec3
---> f7b1c77d832f
Removing intermediate container c843f7c6eec3
Step 29/33 : ENV CC_CLI_HOME $SAG_HOME/CommandCentral/client
---> Running in 64339e07d56d
---> 890c6e9c903c
Removing intermediate container 64339e07d56d
Step 30/33 : ENV PATH $PATH:$CC_CLI_HOME/bin
---> Running in f3e058223ad7
---> 2e4380734a7f
Removing intermediate container f3e058223ad7
Step 31/33 : COPY --from=builder $SAG_HOME/profiles/SPM/ $SAG_HOME/profiles/SPM/

---> 292f6037dfd8
Removing intermediate container 6c9ed5d5502b
Step 32/33 : COPY --from=builder $SAG_HOME/CommandCentral/client/ $SAG_HOME/Comm
andCentral/client/
---> 748bb378560e
Removing intermediate container b9d63fcef6d4
Step 33/33 : EXPOSE 8092 8093
---> Running in 7bd358ecb7c7
---> e687dcb67bb4
Removing intermediate container 7bd358ecb7c7
Successfully built e687dcb67bb4
Successfully tagged sagdevopsccdockerbuilder_managed:latest
init uses an image, skipping
test uses an image, skipping
Building unmanaged
Step 1/28 : FROM sagdevopsccdockerbuilder_simple as builder
---> 05503a6b28b9
Step 2/28 : FROM centos:7
---> 196e0ce0c9fb
Step 3/28 : ENV SAG_HOME /opt/softwareag
---> Using cache
---> 356a7501e4d1
Step 4/28 : ENV JAVA_HOME $SAG_HOME/jvm/jvm/
---> Using cache
---> a42327f4a018
Step 5/28 : ENV JRE_HOME $SAG_HOME/jvm/jvm/jre/
---> Using cache
---> 7fb22ad1589e
Step 6/28 : ENV INSTANCE_NAME default
---> Using cache
---> 6d21207bdcf5
Step 7/28 : WORKDIR $SAG_HOME
---> Using cache
---> 6b3e2a2f3bde
Step 8/28 : COPY --from=builder $SAG_HOME/jvm/jvm/ $SAG_HOME/jvm/jvm/
---> Using cache
---> b4d778b00330
Step 9/28 : COPY --from=builder $SAG_HOME/install/jars/ $SAG_HOME/install/jars/
---> Using cache
---> 77759d0ebf6a
Step 10/28 : COPY --from=builder $SAG_HOME/install/profile/ $SAG_HOME/install/pr
ofile/
---> Using cache
---> 9ae29f3443c0
Step 11/28 : COPY --from=builder $SAG_HOME/install/products/ $SAG_HOME/install/p
roducts/
---> Using cache
---> cefa6e1822c7
Step 12/28 : COPY --from=builder $SAG_HOME/Licenses/sagosch $SAG_HOME/Licenses/s
agosch
---> Using cache
---> 60329e787c86
Step 13/28 : COPY --from=builder $SAG_HOME/common/bin/ $SAG_HOME/common/bin/
---> Using cache
---> 091785f677e2
Step 14/28 : COPY --from=builder $SAG_HOME/common/conf/ $SAG_HOME/common/conf/
---> Using cache
---> b3bba7cd2678
Step 15/28 : COPY --from=builder $SAG_HOME/common/db/ $SAG_HOME/common/db/
---> Using cache
---> 0d73653fb341
Step 16/28 : COPY --from=builder $SAG_HOME/common/lib/ $SAG_HOME/common/lib/
---> Using cache
---> 2b9f8abc0f09
Step 17/28 : COPY --from=builder $SAG_HOME/common/runtime/ $SAG_HOME/common/runt
ime/
---> Using cache
---> 070df2dcd224
Step 18/28 : COPY --from=builder $SAG_HOME/WS-Stack/ $SAG_HOME/WS-Stack/
---> Using cache
---> eaf871215279
Step 19/28 : COPY --from=builder $SAG_HOME/IntegrationServer/bin/ $SAG_HOME/Inte
grationServer/bin/
---> Using cache
---> a6c934f2993f
Step 20/28 : COPY --from=builder $SAG_HOME/IntegrationServer/lib/ $SAG_HOME/Inte
grationServer/lib/
---> Using cache
---> bb22fd473b14
Step 21/28 : COPY --from=builder $SAG_HOME/IntegrationServer/updates/ $SAG_HOME/
IntegrationServer/updates/
---> Using cache
---> 417c6a6ef2df
Step 22/28 : COPY --from=builder $SAG_HOME/IntegrationServer/.tc.dev.log4j.prope
rties $SAG_HOME/IntegrationServer/.tc.dev.log4j.properties
---> Using cache
---> 70f9759ee0fc
Step 23/28 : COPY --from=builder $SAG_HOME/IntegrationServer/instances/ $SAG_HOM
E/IntegrationServer/instances/
---> Using cache
---> 447f67832d13
Step 24/28 : COPY --from=builder $SAG_HOME/profiles/IS_${INSTANCE_NAME}/ $SAG_HO
ME/profiles/IS_${INSTANCE_NAME}/
---> Using cache
---> 5a020a237bc3
Step 25/28 : EXPOSE 5555 9999
---> Using cache
---> 74278ecd8d24
Step 26/28 : LABEL com.softwareag.product "IntegrationServer" \com.softwareag.pr
oduct.version "10.1.0.0" \com.softwareag.webmethodscloud.primaryPort "5555"
---> Using cache
---> 13e6016dda4c
Step 27/28 : ADD *.sh $SAG_HOME/profiles/IS_$INSTANCE_NAME/bin/
---> Using cache
---> 110a497c8e1d
Step 28/28 : ENTRYPOINT $SAG_HOME/profiles/IS_$INSTANCE_NAME/bin/entrypoint.sh
---> Using cache
---> f7b1c77d832f
Successfully built f7b1c77d832f
Successfully tagged sagdevopsccdockerbuilder_unmanaged:latest

jagt@MCJAGT03 MINGW64 ~/docker/sagdevops-cc-docker-builder (master)
$ docker images
REPOSITORY TAG IM
AGE ID CREATED SIZE
sagdevopsccdockerbuilder_managed latest e6
87dcb67bb4 9 minutes ago 1.55GB
sagdevopsccdockerbuilder_unmanaged latest f7
b1c77d832f 9 minutes ago 1.51GB
sagdevopsccdockerbuilder_simple latest 05
503a6b28b9 10 minutes ago 2.11GB
wnameless/oracle-xe-11g 16.04 d1
698be16a65 13 days ago 2.23GB
store/softwareag/webmethods-microservicescontainer 10.1 51
afd5c4a91b 2 weeks ago 888MB
store/softwareag/apama-correlator 10.1 fd
6554735706 2 weeks ago 988MB
store/softwareag/apama-correlator 10.1.0.1 fd
6554735706 2 weeks ago 988MB
store/softwareag/commandcentral 10.1.0.1-builder f4
509d294661 3 weeks ago 1.99GB
store/softwareag/commandcentral 10.1.0.1-server 70
373cef06d1 3 weeks ago 1.99GB
store/softwareag/terracotta-server-oss 5.3.2 98
0f0dcbab74 3 weeks ago 119MB
store/softwareag/commandcentral 10.1.0.1-node f3
3ad40e9159 4 weeks ago 1.47GB
centos 7 19
6e0ce0c9fb 6 weeks ago 197MB
daerepository03.eur.ad.sag:4443/ccdevops/cli latest a8
688432fe9a 6 weeks ago 85.6MB
daerepository03.eur.ad.sag:4443/ccdevops/builder latest bf
9bef1bc5ad 6 weeks ago 1.82GB
daerepository03.eur.ad.sag:4443/ccdevops/commandcentral latest 48
f7f162134a 6 weeks ago 1.82GB
ubuntu latest 8b
72bba4485f 7 weeks ago 120MB
hello-world latest 05
a3bd381fc2 7 weeks ago 1.84kB
daerepository03.eur.ad.sag:4443/ibit/centos 7 32
8edcd84f1b 2 months ago 193MB

jagt@MCJAGT03 MINGW64 ~/docker/sagdevops-cc-docker-builder (master)
$
jagt@MCJAGT03 MINGW64 ~/docker/sagdevops-cc-docker-builder (master)
$ docker run sagdevopsccdockerbuilder_simple
/bin/sh: /opt/softwareag/profiles/IS_default/bin/entrypoint-simple.sh: /bin/sh^M
: bad interpreter: No such file or directory

jagt@MCJAGT03 MINGW64 ~/docker/sagdevops-cc-docker-builder (master)
$ docker-compose run --rm init
Creating sagdevopsccdockerbuilder_cc_1 ...
Creating sagdevopsccdockerbuilder_cc_1 ... done
java.net.ConnectException: Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
Alias Name Status Url Host Url Port Location Id Installa
tion Type
local Local ONLINE localhost 8092
The expected values were successfully retrieved after 7 calls within 90 seconds.

jagt@MCJAGT03 MINGW64 ~/docker/sagdevops-cc-docker-builder (master)
$ docker-compose up -d
sagdevopsccdockerbuilder_cc_1 is up-to-date
Creating sagdevopsccdockerbuilder_simple_1 ...
Creating sagdevopsccdockerbuilder_init_1 ...
Creating sagdevopsccdockerbuilder_simple_1
Creating sagdevopsccdockerbuilder_simple_1 ... done
Creating sagdevopsccdockerbuilder_managed_1 ...
Creating sagdevopsccdockerbuilder_unmanaged_1 ...
Creating sagdevopsccdockerbuilder_unmanaged_1
Creating sagdevopsccdockerbuilder_managed_1 ... done
Creating sagdevopsccdockerbuilder_unmanaged_1 ... done
Creating sagdevopsccdockerbuilder_test_1 ... done

jagt@MCJAGT03 MINGW64 ~/docker/sagdevops-cc-docker-builder (master)
$

Archive repository instead of removing assets from it

Hi,

Although I understand that is a deprecated capability, I think that deleting assets contradicts git's philosophy. Wouldn' it be better to add a "deprecated" badge to the repository Readme and archive the repository. That way it will be made clear that this feature is deprecated, but users still be able to have a look on this cc-docker-build was implemented at the time.

With kind regards,
Mathieu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.