[JBoss JIRA] (JBDS-4264) Devsuite installer MacOS: if you already have minishift installed, installer fails without explaining anything
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4264?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-4264:
-------------------------------------
There are already many of issues around not showing details about failures :)
Minishift version included into build does not support install over previous version. Especially if there are started vm's. Latest minishift should be smarter already and be able to:
* run in none interactive mode
* check if vm is running and stop it before updating
It should help to solve issues like that.
> Devsuite installer MacOS: if you already have minishift installed, installer fails without explaining anything
> --------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-4264
> URL: https://issues.jboss.org/browse/JBDS-4264
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.3.0.AM2
> Reporter: Andre Dietisheim
> Assignee: Denis Golovin
> Fix For: 10.4.0.AM1
>
> Attachments: cdk-install-failed.png
>
>
> I already had minishift installed. I downloaded the latest Devsuite installer 1.4.0.Alpha1, had it downloading the (minishift based) CDK which failed without explaining anything ("Failed").
> !cdk-install-failed.png!
> Looking into the logs shows that it failed unlinking the previous minishift:
> {code}
> Fri, 03 Feb 2017 21:08:26 GMT-Development Suite installer v1.4.0-Alpha1-2017-01-30-89
> Fri, 03 Feb 2017 21:08:26 GMT-INFO: Download started for: cdk
> Fri, 03 Feb 2017 21:23:40 GMT-Configured file='/var/folders/_g/8m93yngj5k321gmhgmvfc5h40000gn/T/minishift' sha256='09d078a359b3087cd7dcc2caf8c8565ac9d8faaf511a862c7dd33c3405804aca'
> Fri, 03 Feb 2017 21:23:41 GMT-ERROR: cdk failed to download: SHA256 checksum verification failed
> Fri, 03 Feb 2017 21:27:19 GMT-INFO: Restarting download
> Fri, 03 Feb 2017 22:23:07 GMT-Configured file='/var/folders/_g/8m93yngj5k321gmhgmvfc5h40000gn/T/minishift' sha256='09d078a359b3087cd7dcc2caf8c8565ac9d8faaf511a862c7dd33c3405804aca'
> Fri, 03 Feb 2017 22:23:11 GMT-Downloaded file='/var/folders/_g/8m93yngj5k321gmhgmvfc5h40000gn/T/minishift' sha256='09d078a359b3087cd7dcc2caf8c8565ac9d8faaf511a862c7dd33c3405804aca'
> Fri, 03 Feb 2017 22:23:11 GMT-INFO: Download finished for: cdk
> Fri, 03 Feb 2017 22:23:11 GMT-INFO: Install started for: cdk
> Fri, 03 Feb 2017 22:23:11 GMT-ERROR: cdk failed to install: Error: EACCES: permission denied, unlink '/Users/adietish/.minishift/machines/minishift/root-volume.sparsebundle/bands/0'
> Fri, 03 Feb 2017 22:23:56 GMT-INFO: Exit Code = 0
> Fri, 03 Feb 2017 22:24:25 GMT-Development Suite installer v1.4.0-Alpha1-2017-01-30-89
> Fri, 03 Feb 2017 22:24:25 GMT-INFO: Download started for: cdk
> Fri, 03 Feb 2017 22:24:29 GMT-INFO: Using previously downloaded file='/var/folders/_g/8m93yngj5k321gmhgmvfc5h40000gn/T/minishift' sha256='09d078a359b3087cd7dcc2caf8c8565ac9d8faaf511a862c7dd33c3405804aca'
> Fri, 03 Feb 2017 22:24:29 GMT-INFO: Download finished for: cdk
> Fri, 03 Feb 2017 22:24:29 GMT-INFO: Install started for: cdk
> Fri, 03 Feb 2017 22:24:29 GMT-ERROR: cdk failed to install: Error: EACCES: permission denied, unlink '/Users/adietish/.minishift/machines/minishift/root-volume.sparsebundle/bands/0'
> {code}
> the permissions on this file are root/staff and it was created in a previous install (27th of january)
> {code}
> -rw-r--r-- 1 root staff 3.1M Jan 27 18:05 /Users/adietish/.minishift/machines/minishift/root-volume.sparsebundle/bands/0
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23814) Server Adaptor for JBoss EAP 7 on OpenShift fails with sync error
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23814?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23814:
------------------------------------------
[~ssadeghi] your problems using the oc 3.4 binary is very likely being caused by JBIDE-23822. Can you confirm this?
> Server Adaptor for JBoss EAP 7 on OpenShift fails with sync error
> -----------------------------------------------------------------
>
> Key: JBIDE-23814
> URL: https://issues.jboss.org/browse/JBIDE-23814
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Environment: Red Hat JBoss Developer Studio
> Version: 10.2.0.GA
> Build id: GA-v20161125-1418-B55
> Build date: 20161125-1418
> JBoss Openshift UI Plugin
> Version: 3.3.1.v20161125-0956
> OpenShift
> openshift v3.3.1.3
> Reporter: Siamak Sadeghianfar
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.3.Final
>
> Attachments: jbds-error.png, jboss-eap70-openshift.png
>
>
> When adding a Server Adapter for an JBoss EAP 7 based deployments on OpenShift, operation fails with this error:
> {{Could not sync /private/tmp/workspace-demo/.metadata/.plugins/org.jboss.ide.eclipse.as.core/inventory-dev-ssadeghi@inventory/deploy to all pods running the service inventory
> OpenShiftBinaryCapability process exited: error: auth info "ssadeghi-redhat.com" does not exist}}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23822) Server adapter: is not working with oc v1.4.x
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23822?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23822:
-------------------------------------
Git Pull Request: https://github.com/openshift/openshift-restclient-java/pull/257, https://github.com/jbosstools/jbosstools-openshift/pull/1409 (was: https://github.com/openshift/openshift-restclient-java/pull/257)
> Server adapter: is not working with oc v1.4.x
> ---------------------------------------------
>
> Key: JBIDE-23822
> URL: https://issues.jboss.org/browse/JBIDE-23822
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM2
> Environment: Devstudio 10.3.0.AM2.
> CDK 2.4 (OpenShift 3.4)
> oc v1.4.1
> Reporter: Radim Hopp
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.3.Final
>
>
> {noformat}
> !ENTRY org.jboss.tools.openshift.core 2 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:83)
> at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
> at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
> at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Contains: OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !SUBENTRY 2 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !ENTRY org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE Could not sync /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy to all pods running the service eap-app
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23822) Server adapter: is not working with oc v1.4.x
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23822?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23822 at 2/8/17 4:46 PM:
------------------------------------------------------------------
[~jcantrill] awesome for these additional infos. Indeed, dropping --user seems to fix it. Wow, this was easy, thanks!
was (Author: adietish):
[~jcantrill] awesome for these precisions. Indeed, dropping --user fixes it. Wow, this was easy, thanks!
> Server adapter: is not working with oc v1.4.x
> ---------------------------------------------
>
> Key: JBIDE-23822
> URL: https://issues.jboss.org/browse/JBIDE-23822
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM2
> Environment: Devstudio 10.3.0.AM2.
> CDK 2.4 (OpenShift 3.4)
> oc v1.4.1
> Reporter: Radim Hopp
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.3.Final
>
>
> {noformat}
> !ENTRY org.jboss.tools.openshift.core 2 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:83)
> at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
> at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
> at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Contains: OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !SUBENTRY 2 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !ENTRY org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE Could not sync /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy to all pods running the service eap-app
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBDS-4273) Problem installing Teiid from IS discovery site - possible use constraint violation from slf4j / slf4j-api
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/JBDS-4273?page=com.atlassian.jira.plugin.... ]
Barry LaFond commented on JBDS-4273:
------------------------------------
FYI... the latest Teiid Designer build using the patch to fix the slf4j issue is here: http://download.jboss.org/jbosstools/updates/stable/neon/integration-stac...
> Problem installing Teiid from IS discovery site - possible use constraint violation from slf4j / slf4j-api
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBDS-4273
> URL: https://issues.jboss.org/browse/JBDS-4273
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: build, rpm
> Affects Versions: 10.3.0.GA
> Environment: RHEL7, RHSCL 2.4 Alpha 1.1, rh-eclipse46-devstudio.x86_64 10.3-0.20170206.0203.el7
> Integration Stack Discovery site: http://download.jboss.org/jbosstools/neon/integration/updates/integration...
> Reporter: Lukáš Valach
> Assignee: Lukáš Valach
> Fix For: 10.3.0.GA
>
> Attachments: home_eclipse.txt, opt_rh.txt, rh-eclipse46-devstudio10.3-0.20170206.0203.el7.log.Jboss_Data_Virtualization_Developement_form_IS_repo_strict.txt
>
>
> [~lvalach] said: {quote}
> Hi Nick,
> I tested installation of stuff from central as you described. I am not finished yet, but here is what I found.
> -install latest integration stack bits from IS
> -JBoss Fule Development - OK
> -JBoss Business P. and Rules D. - OK
> -JBoss Integration and SOA D. - OK
> -JBoss Data Virtualization D. (IS early acess)
> -there is problem with slf4j
> -IS contains Teiid 11.0.1.CR1-v20170117-222 which should be fixed
> -there are error like this:
> {code}
> !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.equinox.preferences".
> !STACK 0
> java.lang.LinkageError: loader constraint violation: when resolving method
> "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader
> (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader) of the current class,
> org/slf4j/LoggerFactory, and the class loader
> (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader) for the method's defining class,
> org/slf4j/impl/StaticLoggerBinder, have different
> Class objects for the type org/slf4j/ILoggerFactory
> used in the signature{code}
> -install everything from Central (including PMD and Findbugs, and early access stuff. NOTE: newer versions of the Integration Stack connectors should already be installed from the step above)
> -I installed everything using Central-Software/update, *no remediation action* was needed.
> -Eclipse started but with many errors. So I have to find out which feature causes the problem.{quote}
> [~nickboldt] said:
> {quote}
> loader constraint violation == two different versions of slf4j in the installed plugins
> check in :~/.eclipse/org.eclipse.platform_283378046_linux_gtk_x86_64 vs. in /opt/rh/
> Problem appears to be in *org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory*. {quote}
> [~lvalach] said:
> {quote}
> {code}
> cd ~/.eclipse/org.eclipse.platform_283378046_linux_gtk_x86_64
> find . -iname *slf4j*
> ./configuration/org.eclipse.osgi/1293/0/.cp/lib/slf4j-api-1.6.1.jar
> {code}
> The output for /opt/rh/ is quite long but I can say that it contains slf4j.api_1.7.4.jar
> {quote}
> [~nickboldt] said:
> {quote}
> So, we may have a conflict between slf4j and slf4j-api, which both use the same bundle names, but expose packages differently.
> Unclear which IS project is causing this problem as I thought we'd fixed both SY and TD already.
> * https://issues.jboss.org/browse/SWITCHYARD-2976
> * https://issues.jboss.org/browse/TEIIDDES-2999
> {quote}
> [~lvalach] said:
> {quote}
> I tried to install Jboss Data Virtualization Developement from [IS discovery site|http://download.jboss.org/jbosstools/neon/integration/updates/integr...] again.
> Whole log:
> [^rh-eclipse46-devstudio10.3-0.20170206.0203.el7.log.Jboss_Data_Virtualization_Developement_form_IS_repo_strict.txt]
> Slf4j files in ~/.eclipse/org.eclipse.platform_283378046_linux_gtk_x86_64/
> [^home_eclipse.txt]
> Slf4j files in /opt/rh/
> [^opt_rh.txt]
> The problem is caused by Teiid Designer and Teiid Designer Runtime.
> Teiid DataTools Connectivity and Teiid Runtime Clients don't cause problem.
> IS repository contains SwitchYard 2.3.0.CR1-v20170120-1347-B20 which works properly.
> {quote}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23822) Server adapter: is not working with oc v1.4.x
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23822?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23822:
------------------------------------------
[~jcantrill] awesome for these precisions. Indeed, dropping --user fixes it. Wow, this was easy, thanks!
> Server adapter: is not working with oc v1.4.x
> ---------------------------------------------
>
> Key: JBIDE-23822
> URL: https://issues.jboss.org/browse/JBIDE-23822
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM2
> Environment: Devstudio 10.3.0.AM2.
> CDK 2.4 (OpenShift 3.4)
> oc v1.4.1
> Reporter: Radim Hopp
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.3.Final
>
>
> {noformat}
> !ENTRY org.jboss.tools.openshift.core 2 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:83)
> at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
> at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
> at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Contains: OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !SUBENTRY 2 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !ENTRY org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE Could not sync /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy to all pods running the service eap-app
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBDS-4273) Problem installing Teiid from IS discovery site - possible use constraint violation from slf4j / slf4j-api
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBDS-4273?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBDS-4273:
----------------------------------
Hey [~nickboldt] - it's in QE for testing - you can pick it up from:
This release is for *internal consumption only* until after QE has sanctioned it.
DevstudioIS 10.1.0.CR2, JBTIS 4.4.1.CR2
1. If installing from Eclipse Neon:
- install 'Red Hat JBoss Developer Studio 10.2.0.GA'
Update site: https://devstudio.redhat.com/10.0/stable/updates/
2. Start jbdevstudio or eclipse-with-jbds from step 1, then:
Help > Install New Software...
Add...
- use this for 'Location:' for the integration stack:
https://devstudio.redhat.com/10.0/staging/updates/integration-stack/ # Released
Done!
JBoss Central is supported for DevstudioIS:
* Specify the integration stack discovery artifact:
./devstudio -vmargs -Djboss.discovery.directory.url=https://devstudio.redhat.com/10.0/staging/updates/integration-stack/discovery/10.1.0.CR2/devstudio-directory.xml -Djboss.discovery.site.integration-stack.url=https://devstudio.redhat.com/10.0/staging/updates/integration-stack/discovery/10.1.0.CR2/
The standard Eclipse installer is available for JBTIS:
* Install JBoss Tools 4.4.2.Final:
- Update site: http://download.jboss.org/jbosstools/neon/stable/updates/
* Start eclipse-with-jboss-tools, then:
Help > Install New Software...
Add...
- use this for 'Location:' for the integration stack:
http://download.jboss.org/jbosstools/neon/staging/updates/integration-stack/
JBoss Central is supported for JBTIS:
* Install JBoss Tools 4.4.2.Final:
- Update site: http://download.jboss.org/jbosstools/neon/stable/updates/
* Specify the integration stack discovery artifacts:
./eclipse -vmargs -Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/neon/staging/updates/integration-stack/discovery/4.4.1.CR2/jbosstools-directory.xml -Djboss.discovery.site.integration-stack.url=http://download.jboss.org/jbosstools/neon/staging/updates/integration-stack/discovery/4.4.1.CR2
Stand-alone installers:
https://devstudio.redhat.com/10.0/staging/updates/integration-stack/10.1.... (MD5)
https://devstudio.redhat.com/10.0/staging/updates/integration-stack/10.1.... (MD5)
https://devstudio.redhat.com/10.0/staging/updates/integration-stack/10.1.... (MD5)
> Problem installing Teiid from IS discovery site - possible use constraint violation from slf4j / slf4j-api
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBDS-4273
> URL: https://issues.jboss.org/browse/JBDS-4273
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: build, rpm
> Affects Versions: 10.3.0.GA
> Environment: RHEL7, RHSCL 2.4 Alpha 1.1, rh-eclipse46-devstudio.x86_64 10.3-0.20170206.0203.el7
> Integration Stack Discovery site: http://download.jboss.org/jbosstools/neon/integration/updates/integration...
> Reporter: Lukáš Valach
> Assignee: Lukáš Valach
> Fix For: 10.3.0.GA
>
> Attachments: home_eclipse.txt, opt_rh.txt, rh-eclipse46-devstudio10.3-0.20170206.0203.el7.log.Jboss_Data_Virtualization_Developement_form_IS_repo_strict.txt
>
>
> [~lvalach] said: {quote}
> Hi Nick,
> I tested installation of stuff from central as you described. I am not finished yet, but here is what I found.
> -install latest integration stack bits from IS
> -JBoss Fule Development - OK
> -JBoss Business P. and Rules D. - OK
> -JBoss Integration and SOA D. - OK
> -JBoss Data Virtualization D. (IS early acess)
> -there is problem with slf4j
> -IS contains Teiid 11.0.1.CR1-v20170117-222 which should be fixed
> -there are error like this:
> {code}
> !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.equinox.preferences".
> !STACK 0
> java.lang.LinkageError: loader constraint violation: when resolving method
> "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader
> (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader) of the current class,
> org/slf4j/LoggerFactory, and the class loader
> (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader) for the method's defining class,
> org/slf4j/impl/StaticLoggerBinder, have different
> Class objects for the type org/slf4j/ILoggerFactory
> used in the signature{code}
> -install everything from Central (including PMD and Findbugs, and early access stuff. NOTE: newer versions of the Integration Stack connectors should already be installed from the step above)
> -I installed everything using Central-Software/update, *no remediation action* was needed.
> -Eclipse started but with many errors. So I have to find out which feature causes the problem.{quote}
> [~nickboldt] said:
> {quote}
> loader constraint violation == two different versions of slf4j in the installed plugins
> check in :~/.eclipse/org.eclipse.platform_283378046_linux_gtk_x86_64 vs. in /opt/rh/
> Problem appears to be in *org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory*. {quote}
> [~lvalach] said:
> {quote}
> {code}
> cd ~/.eclipse/org.eclipse.platform_283378046_linux_gtk_x86_64
> find . -iname *slf4j*
> ./configuration/org.eclipse.osgi/1293/0/.cp/lib/slf4j-api-1.6.1.jar
> {code}
> The output for /opt/rh/ is quite long but I can say that it contains slf4j.api_1.7.4.jar
> {quote}
> [~nickboldt] said:
> {quote}
> So, we may have a conflict between slf4j and slf4j-api, which both use the same bundle names, but expose packages differently.
> Unclear which IS project is causing this problem as I thought we'd fixed both SY and TD already.
> * https://issues.jboss.org/browse/SWITCHYARD-2976
> * https://issues.jboss.org/browse/TEIIDDES-2999
> {quote}
> [~lvalach] said:
> {quote}
> I tried to install Jboss Data Virtualization Developement from [IS discovery site|http://download.jboss.org/jbosstools/neon/integration/updates/integr...] again.
> Whole log:
> [^rh-eclipse46-devstudio10.3-0.20170206.0203.el7.log.Jboss_Data_Virtualization_Developement_form_IS_repo_strict.txt]
> Slf4j files in ~/.eclipse/org.eclipse.platform_283378046_linux_gtk_x86_64/
> [^home_eclipse.txt]
> Slf4j files in /opt/rh/
> [^opt_rh.txt]
> The problem is caused by Teiid Designer and Teiid Designer Runtime.
> Teiid DataTools Connectivity and Teiid Runtime Clients don't cause problem.
> IS repository contains SwitchYard 2.3.0.CR1-v20170120-1347-B20 which works properly.
> {quote}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBDS-4273) Problem installing Teiid from IS discovery site - possible use constraint violation from slf4j / slf4j-api
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4273?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4273:
----------------------------------
https://github.com/Teiid-Designer/teiid-designer/pull/569 was pushed to master and has been rebuilt somewhere... [~blafond] can you point us at a link to the latest Teiid Designer w/ this fix? [~pleacu] is there a rebuild of IS 4.4.1 we can test ?
> Problem installing Teiid from IS discovery site - possible use constraint violation from slf4j / slf4j-api
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBDS-4273
> URL: https://issues.jboss.org/browse/JBDS-4273
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: build, rpm
> Affects Versions: 10.3.0.GA
> Environment: RHEL7, RHSCL 2.4 Alpha 1.1, rh-eclipse46-devstudio.x86_64 10.3-0.20170206.0203.el7
> Integration Stack Discovery site: http://download.jboss.org/jbosstools/neon/integration/updates/integration...
> Reporter: Lukáš Valach
> Assignee: Lukáš Valach
> Fix For: 10.3.0.GA
>
> Attachments: home_eclipse.txt, opt_rh.txt, rh-eclipse46-devstudio10.3-0.20170206.0203.el7.log.Jboss_Data_Virtualization_Developement_form_IS_repo_strict.txt
>
>
> [~lvalach] said: {quote}
> Hi Nick,
> I tested installation of stuff from central as you described. I am not finished yet, but here is what I found.
> -install latest integration stack bits from IS
> -JBoss Fule Development - OK
> -JBoss Business P. and Rules D. - OK
> -JBoss Integration and SOA D. - OK
> -JBoss Data Virtualization D. (IS early acess)
> -there is problem with slf4j
> -IS contains Teiid 11.0.1.CR1-v20170117-222 which should be fixed
> -there are error like this:
> {code}
> !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.equinox.preferences".
> !STACK 0
> java.lang.LinkageError: loader constraint violation: when resolving method
> "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader
> (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader) of the current class,
> org/slf4j/LoggerFactory, and the class loader
> (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader) for the method's defining class,
> org/slf4j/impl/StaticLoggerBinder, have different
> Class objects for the type org/slf4j/ILoggerFactory
> used in the signature{code}
> -install everything from Central (including PMD and Findbugs, and early access stuff. NOTE: newer versions of the Integration Stack connectors should already be installed from the step above)
> -I installed everything using Central-Software/update, *no remediation action* was needed.
> -Eclipse started but with many errors. So I have to find out which feature causes the problem.{quote}
> [~nickboldt] said:
> {quote}
> loader constraint violation == two different versions of slf4j in the installed plugins
> check in :~/.eclipse/org.eclipse.platform_283378046_linux_gtk_x86_64 vs. in /opt/rh/
> Problem appears to be in *org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory*. {quote}
> [~lvalach] said:
> {quote}
> {code}
> cd ~/.eclipse/org.eclipse.platform_283378046_linux_gtk_x86_64
> find . -iname *slf4j*
> ./configuration/org.eclipse.osgi/1293/0/.cp/lib/slf4j-api-1.6.1.jar
> {code}
> The output for /opt/rh/ is quite long but I can say that it contains slf4j.api_1.7.4.jar
> {quote}
> [~nickboldt] said:
> {quote}
> So, we may have a conflict between slf4j and slf4j-api, which both use the same bundle names, but expose packages differently.
> Unclear which IS project is causing this problem as I thought we'd fixed both SY and TD already.
> * https://issues.jboss.org/browse/SWITCHYARD-2976
> * https://issues.jboss.org/browse/TEIIDDES-2999
> {quote}
> [~lvalach] said:
> {quote}
> I tried to install Jboss Data Virtualization Developement from [IS discovery site|http://download.jboss.org/jbosstools/neon/integration/updates/integr...] again.
> Whole log:
> [^rh-eclipse46-devstudio10.3-0.20170206.0203.el7.log.Jboss_Data_Virtualization_Developement_form_IS_repo_strict.txt]
> Slf4j files in ~/.eclipse/org.eclipse.platform_283378046_linux_gtk_x86_64/
> [^home_eclipse.txt]
> Slf4j files in /opt/rh/
> [^opt_rh.txt]
> The problem is caused by Teiid Designer and Teiid Designer Runtime.
> Teiid DataTools Connectivity and Teiid Runtime Clients don't cause problem.
> IS repository contains SwitchYard 2.3.0.CR1-v20170120-1347-B20 which works properly.
> {quote}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month