Hi Dev,
I have download the carbon-mediation-release-4.6.40-v775 source code and I made
some changes in the code of the HL7 feature (https://github.com/wso2/
carbon-mediation/tree/master/components/business-adaptors/hl7). After I
have rebuild carbon-mediation-release-4.6.40-v775 (mvn clean install) with
succses;
in my repository I have:
.m2\repository\org\wso2\carbon\mediation\org.wso2.carbon.hl7.feature\4.6.41-SNAPSHOT\
[image: Immagine incorporata 1]
*How do I add the new HL7 feature(4.6.41-SNAPSHOT) to the WSO2 EI?*
I have tried to rebuild(mvn clean install -X) the wso2 using pom (
https://docs.wso2.com/display/EI611/Installing+Features+Using+POM+Files)
replacing <version>4.6.6</version> with <version>4.6.41-SNAPSHOT</version>
<features>
<feature>
<id>org.wso2.carbon.hl7.feature.group</id>
<version>4.6.41-SNAPSHOT</version>
</feature>
</features>
but I have the follow error:
*The installable unit org.wso2.carbon.hl7.feature.group/4.6.41.SNAPSHOT has
not been found*
The complete log are in attachment
Thank for help
Marco
*Marco Sessa*
*Software Analyst / Developer*
CSP S.p.A.
Napoli - Centro Direzionale,
isola G/1, scala C
Tel: 081.191.38.607
Cel: 340.8689247
Email: [email protected]
www.cspnet.it
2017-12-13 12:28 GMT+01:00 Marco Sessa <[email protected]>:
> Hi Vinod,
> I have found the potential problem:
> one instance of the class
> *org.wso2.carbon.business.messaging.hl7.common.HL7ProcessingContext* is
> shared over multiple threads request for the same proxy and the
> blockingQueue *applicationResponses *could contains all the responses(in
> any order based on server response time).
> When *handleApplicationACK *is called from each thread this method return *the
> first *response in the queue(if available, otherwise the thread wait for
> any), without making sure it is the answer(ACK) associated with the current
> message(*hl7Msg *parameter).
> I have observed that the order of the *applicationResponses *queue could
> be different of the order of the waiting thread.
> This causes the wrong ACK to be sent to the sender.
>
> How to we proceed to the bug fix?
>
> Many thanks
> Marco
>
> P.S.: I have already opened this issue:
> https://github.com/wso2/carbon-mediation/issues/928
>
>
>
> *Marco Sessa*
>
>
> *Software Analyst / Developer*
> CSP S.p.A.
> Napoli - Centro Direzionale,
> isola G/1, scala C
> Tel: 081.191.38.607
> Cel: 340.8689247
> Email: [email protected]
> www.cspnet.it
>
>
> 2017-12-02 6:20 GMT+01:00 Vinod Kavinda <[email protected]>:
>
>> Hi Marco,
>> The HL7 related code is in [1] inside carbon-mediation repo.
>>
>> [1] - https://github.com/wso2/carbon-mediation/tree/master/compo
>> nents/business-adaptors/hl7
>>
>> Regards,
>> Vinod
>>
>> On Sat, Dec 2, 2017 at 10:01 AM, Jason De Silva <[email protected]> wrote:
>>
>>> Hi Marco,
>>>
>>> In order to debug the code you should be able to do so by checking out
>>> the code in [1] as mentioned in [2].
>>>
>>> [1] https://github.com/wso2/product-ei
>>> [2] https://github.com/wso2/product-ei#build-from-the-source
>>>
>>> Regards,
>>> Jason
>>>
>>> Jason De Silva
>>> *Software Engineer - QA*
>>> Mobile: +94 (0) 772 097 678
>>> Email: [email protected]
>>> WSO2 Inc. www.wso2.com
>>> <http://wso2.com/signature>
>>>
>>> On Sat, Dec 2, 2017 at 1:54 AM, Marco Sessa <[email protected]>
>>> wrote:
>>>
>>>> Hi Dev,
>>>> I am analyzed the ACK interleaving with Wireshark and I have observed
>>>> that WSO2 Integrator send back ACK in the wrong channel if receive parallel
>>>> messages on a HL7 proxy.
>>>> I have opened this issue
>>>> <https://github.com/wso2/product-ei/issues/1421> on github.
>>>> I would try to debug the code, but I not know which source code of
>>>> projects other then wso2/product-ei I should download.
>>>>
>>>> Thanks for help
>>>> Marco
>>>>
>>>> *Marco Sessa*
>>>>
>>>>
>>>> *Software Analyst / Developer*
>>>> CSP S.p.A.
>>>> Napoli - Centro Direzionale,
>>>> isola G/1, scala C
>>>> Tel: 081.191.38.607
>>>> Cel: 340.8689247
>>>> Email: [email protected]
>>>> www.cspnet.it
>>>>
>>>>
>>>> 2017-11-29 11:59 GMT+01:00 Marco Sessa <[email protected]>:
>>>>
>>>>> Hi All,
>>>>> I am struggling with an drawback related to ACK interleaving on a HL7
>>>>> proxy (EI 6.1.0).
>>>>> In some conditions (parallel request to the same proxy) the system
>>>>> sender seems to receive Interleaved ACKs .
>>>>> I have no control on sender(and on receiver) system and in the log the
>>>>> ACKs come in to the correct sequence.
>>>>> In the Analytics profile the messages and relative ACK are paired
>>>>> correctly, but the sender receive a wrokg ACKs for some request.
>>>>>
>>>>> The proxy is in attachment
>>>>>
>>>>> My problem is know what IP and PORT is used by WSO2 Integrator to send
>>>>> back the ACKs for exclude an ESB problem.
>>>>>
>>>>>
>>>>> Thank in advance
>>>>> Marco
>>>>>
>>>>> *Marco Sessa*
>>>>>
>>>>>
>>>>> *Software Analyst / Developer*
>>>>> CSP S.p.A.
>>>>> Napoli - Centro Direzionale,
>>>>> isola G/1, scala C
>>>>> Tel: 081.191.38.607
>>>>> Cel: 340.8689247
>>>>> Email: [email protected]
>>>>> www.cspnet.it
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> Dev mailing list
>>>> [email protected]
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>> _______________________________________________
>>> Dev mailing list
>>> [email protected]
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Vinod Kavinda
>> Senior Software Engineer
>> *WSO2 Inc. - lean . enterprise . middleware <http://www.wso2.com>.*
>> Mobile : +94 (0) 712 415544
>> Blog : http://soatechflicks.blogspot.com/
>> [image: http://wso2.com/signature]
>> <http://wso2.com/signature>
>>
>>
>
C:\Wso2Build\build6.1.1-hl7mod>mvn clean install -X
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
2015-11-10T17:41:47+01:00)
Maven home: C:\apache-maven-3.3.9\bin\..
Java version: 1.8.0_112, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_112\jre
Default locale: it_IT, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser <
plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException <
plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer <
plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from
C:\apache-maven-3.3.9\bin\..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\Sessa\.m2\settings.xml
[DEBUG] Reading global toolchains from
C:\apache-maven-3.3.9\bin\..\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\Sessa\.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\Sessa\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for
C:\Users\Sessa\.m2\repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project
org.wso2.sample:sample-feature-installation:pom:1.0.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from
ClassRealm[plexus.core, parent: null]
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: org.wso2.sample:sample-feature-installation:pom:1.0.0
[DEBUG] Tasks: [clean, install]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building New feature 1.0.0
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate
-test-sources, process-test-sources, generate-test-resources,
process-test-resources, test-compile, process-test-classes, test,
prepare-package, package, pre-in
tegration-test, integration-test, post-integration-test, verify, install,
deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate
-test-sources, process-test-sources, generate-test-resources,
process-test-resources, test-compile, process-test-classes, test,
prepare-package, package, pre-in
tegration-test, integration-test, post-integration-test, verify, install,
deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate
-test-sources, process-test-sources, generate-test-resources,
process-test-resources, test-compile, process-test-classes, test,
prepare-package, package, pre-in
tegration-test, integration-test, post-integration-test, verify, install,
deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate
-test-sources, process-test-sources, generate-test-resources,
process-test-resources, test-compile, process-test-classes, test,
prepare-package, package, pre-in
tegration-test, integration-test, post-integration-test, verify, install,
deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate
-test-sources, process-test-sources, generate-test-resources,
process-test-resources, test-compile, process-test-classes, test,
prepare-package, package, pre-in
tegration-test, integration-test, post-integration-test, verify, install,
deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.wso2.sample:sample-feature-installation:1.0.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies): [wso2-nexus
(http://maven.wso2.org/nexus/content/groups/wso2-public/, default,
releases+snapshots), central (https://repo.m
aven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [wso2-maven-releases-repository
(http://maven.wso2.org/nexus/content/repositories/releases/, default,
releases+snapshots),
wso2-maven-snapshots-repository
(http://maven.wso2.org/nexus/content/repositories/snapshots/, default,
releases+snapshots), central (https://repo.maven.apache.o
rg/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.5:clean
(default-clean)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<directory default-value="${project.build.directory}"/>
<excludeDefaultDirectories
default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
<failOnError default-value="true">${maven.clean.failOnError}</failOnError>
<followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<reportDirectory default-value="${project.reporting.outputDirectory}"/>
<retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
<skip default-value="false">${clean.skip}</skip>
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
<verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.wso2.maven:carbon-p2-plugin:1.5.4:p2-profile-gen
(feature-install)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<artifactRepository>http://product-dist.wso2.com/p2/carbon/releases/wilkes/</artifactRepository>
<deleteOldProfileFiles default-value="true">false</deleteOldProfileFiles>
<destination>wso2ei-6.1.1/wso2/components</destination>
<features>
<feature>
<id>org.wso2.carbon.hl7.feature.group</id>
<version>4.6.41-SNAPSHOT</version>
</feature>
</features>
<forkedProcessTimeoutInSeconds>${p2.timeout}</forkedProcessTimeoutInSeconds>
<localRepository default-value="${localRepository}"/>
<metadataRepository>http://product-dist.wso2.com/p2/carbon/releases/wilkes/</metadataRepository>
<profile>default</profile>
<project default-value="${project}"/>
<remoteRepositories default-value="${project.remoteArtifactRepositories}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-antrun-plugin:1.1:run
(default)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<artifacts>${plugin.artifacts}</artifacts>
<project>${project}</project>
<sourceRoot>${sourceRoot}</sourceRoot>
<tasks>
<replace
dir="wso2ei-6.1.1/wso2/components/default/configuration/org.eclipse.equinox.simpleconfigurator"
value="true" token="false">
<include name="**/bundles.info"/>
</replace>${tasks}</tasks>
<testSourceRoot>${testSourceRoot}</testSourceRoot>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:
org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<artifact default-value="${project.artifact}"/>
<attachedArtifacts default-value="${project.attachedArtifacts}"/>
<createChecksum default-value="false">${createChecksum}</createChecksum>
<localRepository>${localRepository}</localRepository>
<packaging default-value="${project.packaging}"/>
<pomFile default-value="${project.file}"/>
<skip default-value="false">${maven.install.skip}</skip>
<updateReleaseInfo
default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0,
ConflictMarker.markTime=0, ConflictMarker.nodeCount=1,
ConflictIdSorter.graphTime=0, Conflic
tIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=0,
ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0,
ConflictResolver.conflictIte
mCount=0, DefaultDependencyCollector.collectTime=0,
DefaultDependencyCollector.transformTime=0}
[DEBUG] org.wso2.sample:sample-feature-installation:pom:1.0.0
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
sample-feature-installation ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0,
ConflictMarker.markTime=0, ConflictMarker.nodeCount=3,
ConflictIdSorter.graphTime=0, Conflic
tIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=3,
ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0,
ConflictResolver.conflictIte
mCount=3, DefaultDependencyCollector.collectTime=31,
DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm
plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Importing foreign packages into class realm
plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm
plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean
from plugin realm
ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2
.5, parent: sun.misc.Launcher$AppClassLoader@55f96302]
[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator
-->
[DEBUG] (f) directory = C:\Wso2Build\build6.1.1-hl7mod\target
[DEBUG] (f) excludeDefaultDirectories = false
[DEBUG] (f) failOnError = true
[DEBUG] (f) followSymLinks = false
[DEBUG] (f) outputDirectory = C:\Wso2Build\build6.1.1-hl7mod\target\classes
[DEBUG] (f) reportDirectory = C:\Wso2Build\build6.1.1-hl7mod\target\site
[DEBUG] (f) retryOnError = true
[DEBUG] (f) skip = false
[DEBUG] (f) testOutputDirectory =
C:\Wso2Build\build6.1.1-hl7mod\target\test-classes
[DEBUG] -- end configuration --
[DEBUG] Skipping non-existing directory C:\Wso2Build\build6.1.1-hl7mod\target
[DEBUG] Skipping non-existing directory
C:\Wso2Build\build6.1.1-hl7mod\target\classes
[DEBUG] Skipping non-existing directory
C:\Wso2Build\build6.1.1-hl7mod\target\test-classes
[DEBUG] Skipping non-existing directory
C:\Wso2Build\build6.1.1-hl7mod\target\site
[INFO]
[INFO] --- carbon-p2-plugin:1.5.4:p2-profile-gen (feature-install) @
sample-feature-installation ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0,
ConflictMarker.markTime=0, ConflictMarker.nodeCount=126,
ConflictIdSorter.graphTime=0, Confl
ictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=44,
ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=16,
ConflictResolver.conflic
tItemCount=114, DefaultDependencyCollector.collectTime=249,
DefaultDependencyCollector.transformTime=16}
[DEBUG] org.wso2.maven:carbon-p2-plugin:jar:1.5.4:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.eclipse.tycho:tycho-equinox:jar:0.13.0:compile
[DEBUG]
org.eclipse.tycho:org.eclipse.osgi:jar:3.8.0.v20110726-1606:compile
[DEBUG] org.eclipse.tycho:tycho-equinox-api:jar:0.13.0:compile
[DEBUG] org.eclipse.tycho:tycho-equinox-launching:jar:0.13.0:compile
[DEBUG] org.eclipse.tycho:tycho-core:jar:0.13.0:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.2:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:1.0.1:compile
[DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:0.13.0:compile
[DEBUG] de.pdark:decentxml:jar:1.3:compile
[DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:0.13.0:compile
[DEBUG] org.eclipse.tycho:tycho-p2-facade:jar:0.13.0:compile
[DEBUG] org.apache.maven:maven-compat:jar:3.0:compile
[DEBUG]
org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[DEBUG]
org.eclipse.tycho:org.eclipse.tycho.p2.resolver.facade:jar:0.13.0:compile
[DEBUG]
org.eclipse.tycho:org.eclipse.tycho.p2.tools.facade:jar:0.13.0:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.5:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.5:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.5:compile
[DEBUG]
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] Created new class realm plugin>org.wso2.maven:carbon-p2-plugin:1.5.4
[DEBUG] Importing foreign packages into class realm
plugin>org.wso2.maven:carbon-p2-plugin:1.5.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.wso2.maven:carbon-p2-plugin:1.5.4
[DEBUG] Included: org.wso2.maven:carbon-p2-plugin:jar:1.5.4
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.eclipse.tycho:tycho-equinox:jar:0.13.0
[DEBUG] Included: org.eclipse.tycho:org.eclipse.osgi:jar:3.8.0.v20110726-1606
[DEBUG] Included: org.eclipse.tycho:tycho-equinox-api:jar:0.13.0
[DEBUG] Included: org.eclipse.tycho:tycho-equinox-launching:jar:0.13.0
[DEBUG] Included: org.eclipse.tycho:tycho-core:jar:0.13.0
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:1.2
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:1.0.1
[DEBUG] Included: org.eclipse.tycho:tycho-metadata-model:jar:0.13.0
[DEBUG] Included: de.pdark:decentxml:jar:1.3
[DEBUG] Included: org.eclipse.tycho:tycho-embedder-api:jar:0.13.0
[DEBUG] Included: org.eclipse.tycho:tycho-p2-facade:jar:0.13.0
[DEBUG] Included:
org.eclipse.tycho:org.eclipse.tycho.p2.resolver.facade:jar:0.13.0
[DEBUG] Included:
org.eclipse.tycho:org.eclipse.tycho.p2.tools.facade:jar:0.13.0
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Configuring mojo org.wso2.maven:carbon-p2-plugin:1.5.4:p2-profile-gen
from plugin realm ClassRealm[plugin>org.wso2.maven:carbon-p2-plugin:1.5.4,
parent:
sun.misc.Launcher$AppClassLoader@55f96302]
[DEBUG] Configuring mojo 'org.wso2.maven:carbon-p2-plugin:1.5.4:p2-profile-gen'
with basic configurator -->
[DEBUG] (f) artifactRepository =
http://product-dist.wso2.com/p2/carbon/releases/wilkes/
[DEBUG] (f) deleteOldProfileFiles = false
[DEBUG] (f) destination = wso2ei-6.1.1/wso2/components
[DEBUG] (s) id = org.wso2.carbon.hl7.feature.group
[DEBUG] (s) version = 4.6.41-SNAPSHOT
[DEBUG] (f) features = [org.wso2.maven.p2.Feature@c1a4620]
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/Sessa/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) metadataRepository =
http://product-dist.wso2.com/p2/carbon/releases/wilkes/
[DEBUG] (f) profile = default
[DEBUG] (f) project = MavenProject:
org.wso2.sample:sample-feature-installation:1.0.0 @
C:\Wso2Build\build6.1.1-hl7mod\pom.xml
[DEBUG] (f) remoteRepositories = [ id: wso2-nexus
url: http://maven.wso2.org/nexus/content/groups/wso2-public/
layout: default
snapshots: [enabled => true, update => daily]
releases: [enabled => true, update => daily]
, id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
]
[DEBUG] -- end configuration --
[INFO] Running Equinox P2 Director Application
[DEBUG] Installation OSGI bundles:
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.apache.commons.codec_1.3.0.v201101211
617.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.apache.commons.httpclient_3.1.0.v2010
12070820.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.apache.commons.logging_1.0.4.v2011012
11617.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.core.contenttype_3.4.100.v201
10423-0524.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.core.jobs_3.5.200.v20110721-1
714.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.core.net_1.2.100.I20110511-08
00.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.core.runtime.compatibility.re
gistry_3.5.0.v20110505.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.core.runtime_3.7.0.v20110721-
1714.jar@4:start
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20110
531-2218.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.ecf.identity_3.1.100.v2011053
1-2218.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.htt
pclient.ssl_1.0.0.v20110531-2218.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.htt
pclient_4.0.0.v20110531-2218.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.ssl
_1.0.0.v20110531-2218.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.ecf.provider.filetransfer_3.2
.0.v20110531-2218.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.ecf.ssl_1.0.100.v20110531-221
8.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.ecf_3.1.300.v20110531-2218.ja
r
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.app_1.3.100.v20110321
.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v2011052
3.jar@2:start
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.ds_1.3.100.v20110705.
jar@1:start
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.frameworkadmin.equino
x_1.0.300.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.frameworkadmin_2.0.0.
v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.launcher_1.2.0.v20110
725-1610.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.artifact.repositor
y_1.1.200.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.core_2.1.0.v201107
25-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.director.app_1.0.3
00.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.director_2.1.100.v
20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.engine_2.1.100.v20
110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.garbagecollector_1
.0.200.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.2
00.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.metadata.repositor
y_1.2.0.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.1.0.v20
110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.publisher.eclipse_
1.0.0.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.publisher_1.2.0.v2
0110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.repository.tools_2
.0.100.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.repository_2.1.0.v
20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.touchpoint.eclipse
_2.1.100.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.touchpoint.natives
_1.0.300.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.transport.ecf_1.0.
100.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.p2.updatesite_1.0.300
.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.preferences_3.4.100.v
20110711.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.registry_3.5.200.v201
10718-1559.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.security_1.1.0.v20110
502.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.simpleconfigurator.ma
nipulator_2.0.0.v20110725-1630.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.simpleconfigurator_1.
0.300.v20110725-1630.jar@1:start
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.util_1.0.300.v2011050
2.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.osgi.services_3.3.0.v20110711
-1243.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.tycho.noopsecurity_0.13.0.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.sat4j.core_2.3.0.v20110329.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.sat4j.pb_2.3.0.v20110329.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.13.0/org.eclipse.tycho.p2.resolver.impl-0.13
.0.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.13.0/org.eclipse.tycho.p2.maven.repositor
y-0.13.0.jar
[DEBUG]
reference:file:C:/Users/Sessa/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.13.0/org.eclipse.tycho.p2.tools.impl-0.13.0.jar
[INFO] Command line:
cmd.exe /X /C ""C:\Program Files\Java\jdk1.8.0_112\jre\bin\java.exe"
-jar
C:\Users\Sessa\.m2\repository\org\eclipse\tycho\tycho-p2-runtime\0.13.0\eclips
e\plugins\org.eclipse.equinox.launcher_1.2.0.v20110725-1610.jar -debug
-consoleLog -nosplash -application org.eclipse.equinox.p2.director
-metadataRepository ht
tp://product-dist.wso2.com/p2/carbon/releases/wilkes/ -artifactRepository
http://product-dist.wso2.com/p2/carbon/releases/wilkes/ -profileProperties
org.eclipse
.update.install.features=true -installIU
org.wso2.carbon.hl7.feature.group/4.6.41.SNAPSHOT, -bundlepool
wso2ei-6.1.1/wso2/components -shared wso2ei-6.1.1/wso2/c
omponents\p2 -destination wso2ei-6.1.1/wso2/components\default -profile default
-roaming"
Install location:
file:/c:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/
Configuration file:
file:/c:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/config.ini
loaded
Configuration location:
file:/c:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/
Framework located:
file:/c:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.osgi_3.8.0.v20110726-1606.jar
Framework classpath:
file:/c:/Users/Sessa/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.osgi_3.8.0.v20110726-1606.jar
Debug options:
file:/C:/Wso2Build/build6.1.1-hl7mod/.options not found
Time to load bundles: 31
Starting application: 1357
Installation failed.
The installable unit org.wso2.carbon.hl7.feature.group/4.6.41.SNAPSHOT has not
been found.
Application failed, log file location:
C:\Users\Sessa\.m2\repository\org\eclipse\tycho\tycho-p2-runtime\0.13.0\eclipse\configuration\1513246159666.log
!SESSION 2017-12-14 11:09:18.730 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_112
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=it_IT
Framework arguments: -application org.eclipse.equinox.p2.director
-metadataRepository http://product-dist.wso2.com/p2/carbon/releases/wilkes/
-artifactReposito
ry http://product-dist.wso2.com/p2/carbon/releases/wilkes/ -profileProperties
org.eclipse.update.install.features=true -installIU
org.wso2.carbon.hl7.feature.gr
oup/4.6.41.SNAPSHOT, -bundlepool wso2ei-6.1.1/wso2/components -shared
wso2ei-6.1.1/wso2/components\p2 -destination
wso2ei-6.1.1/wso2/components\default -profile
default -roaming
Command-line arguments: -debug -consoleLog -application
org.eclipse.equinox.p2.director -metadataRepository
http://product-dist.wso2.com/p2/carbon/releases/wil
kes/ -artifactRepository
http://product-dist.wso2.com/p2/carbon/releases/wilkes/ -profileProperties
org.eclipse.update.install.features=true -installIU org.wso2
.carbon.hl7.feature.group/4.6.41.SNAPSHOT, -bundlepool
wso2ei-6.1.1/wso2/components -shared wso2ei-6.1.1/wso2/components\p2
-destination wso2ei-6.1.1/wso2/compo
nents\default -profile default -roaming
!ENTRY org.eclipse.equinox.p2.director.app 4 0 2017-12-14 11:09:28.870
!MESSAGE The installable unit org.wso2.carbon.hl7.feature.group/4.6.41.SNAPSHOT
has not been found.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.341 s
[INFO] Finished at: 2017-12-14T11:09:29+01:00
[INFO] Final Memory: 10M/238M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.wso2.maven:carbon-p2-plugin:1.5.4:p2-profile-gen (feature-install) on
project sample-feature-installation: P2 publisher retur
n code was 13 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.wso2.maven:carbon-p2-plugin:1.5.4:p2-profile-gen (feature-install) on
project
sample-feature-installation: P2 publisher return code was 13
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: P2 publisher return
code was 13
at org.wso2.maven.p2.ProfileGenMojo.execute(ProfileGenMojo.java:180)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 20 more
Caused by: org.apache.maven.plugin.MojoFailureException: P2 publisher return
code was 13
at
org.wso2.maven.p2.ProfileGenMojo.installFeatures(ProfileGenMojo.java:222)
at org.wso2.maven.p2.ProfileGenMojo.execute(ProfileGenMojo.java:170)
... 22 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
C:\Wso2Build\build6.1.1-hl7mod>_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev