[JBoss JIRA] (JBIDE-25916) OpenShift Server Adapter: Error in Log after "Restart in Debug"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25916?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-25916 at 6/13/18 1:52 PM:
-------------------------------------------------------------------
Couldn't reproduce this in several attempts so far.
Currently engint seems defunct, no build is started. If you try to start it manually, it'll complain about a missing "builder" serviceaccount.
I also tried https://open.paas.redhat.com/ where I also can't reproduce the issue. https://open.paas.redhat.com/ is very slow though. If you dont wait for the build to finish and start the adapter right after creating the app, you get a timeout while starting the adapter (which keeps waiting for the pod to appear until it reaches a timeout). Restarting the adapter into debug once the pods are there, works fine though.
Resolving.
was (Author: adietish):
Couldn't reproduce this in several attempts so far.
Currently engint seems defunct, no build is started. If you try to start it manually, it'll complain about a missing "builder" serviceaccount.
> OpenShift Server Adapter: Error in Log after "Restart in Debug"
> ---------------------------------------------------------------
>
> Key: JBIDE-25916
> URL: https://issues.jboss.org/browse/JBIDE-25916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.3.Final
> Environment: F28 + Red Hat JBoss Developer Studio Build id: GA-v20180410-1152-B2341
> Reporter: Josef Kopriva
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: debugging, server_adapter
> Fix For: 4.6.0.AM3
>
> Attachments: error-launching-server.png
>
>
> An error occurs when restarting server adapter in debug:
> {code:java}
> eclipse.buildId=11.3.0.GA-v20180410-1152-B2341
> java.version=1.8.0_162
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -data file:/home/jkopriva/devstudio_B2341/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.jboss.tools.openshift.core
> Warning
> Wed Apr 11 18:09:03 CEST 2018
> Error while publishing server eap-app (Service) at OpenShift 3 (api.engint.openshift.com). Could not sync all pods to folder /home/jkopriva/devstudio_B2341/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/oc2@eap-app/deploy
> org.eclipse.core.runtime.CoreException: Error while publishing server eap-app (Service) at OpenShift 3 (api.engint.openshift.com). Could not sync all pods to folder /home/jkopriva/devstudio_B2341/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/oc2@eap-app/deploy
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.handleSyncDownFailure(OpenShiftPublishController.java:92)
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:61)
> 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:3182)
> at org.eclipse.wst.server.core.internal.Server.publish(Server.java:1340)
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController$1.run(OpenShiftLaunchController.java:261)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> Contains: Syncing com.openshift.restclient.capability.resources.IRSyncable$PodPeer@e159132 to com.openshift.restclient.capability.resources.IRSyncable$LocalPeer@e822802 failed: could not make way for new regular file: ROOT.war
> rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1659) [generator=3.1.3]
> error: exit status 23
> {code}
> {code:java}
> eclipse.buildId=11.3.0.GA-v20180410-1152-B2341
> java.version=1.8.0_162
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -data file:/home/jkopriva/devstudio_B2341/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.jboss.tools.openshift.core
> Error
> Wed Apr 11 18:09:03 CEST 2018
> Error while publishing server eap-app (Service) at OpenShift 3 (api.engint.openshift.com). Could not sync all pods to folder /home/jkopriva/devstudio_B2341/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/oc2@eap-app/deploy
> {code}
> {code:java}
> eclipse.buildId=11.3.0.GA-v20180410-1152-B2341
> java.version=1.8.0_162
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -data file:/home/jkopriva/devstudio_B2341/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.jboss.tools.openshift.core
> Error
> Wed Apr 11 18:09:03 CEST 2018
> Syncing com.openshift.restclient.capability.resources.IRSyncable$PodPeer@e159132 to com.openshift.restclient.capability.resources.IRSyncable$LocalPeer@e822802 failed: could not make way for new regular file: ROOT.war
> rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1659) [generator=3.1.3]
> error: exit status 23
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBTIS-1230) Modify TP for Teiid Des dependencies
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1230?page=com.atlassian.jira.plugin... ]
Paul Leacu commented on JBTIS-1230:
-----------------------------------
Paul,
I've successfully built Designer with your Photon TP, which is cool
However, I'm having an issue/error when running/using our feature which piggybacks on the Data Tools SQL Results view.
I verified that running Eclipse without Designer ends up with the same error.
Just connect to a JDBC source, open SQL Scrapbook and type/execute a simple query.
Caused by: java.lang.NoSuchMethodError: org.apache.lucene.index.IndexWriter.addDocument(Ljava/lang/Iterable;)J
at org.eclipse.datatools.sqltools.result.internal.index.ResultHistoryLuceneIndex.addResults(ResultHistoryLuceneIndex.java:139)
at org.eclipse.datatools.sqltools.result.ResultsViewPlugin.start(ResultsViewPlugin.java:117)
unfortunately, our TP includes 3 versions of this package.... 3.5, 6.1 and 7.1
6.1 and 7.1 versions of this class do contain the correct method, so somehow the 3.5 version is getting loaded/used. I tried forcing the dependency to the newer versions in my local Designer plugin, but it's probably delegating the root data tools Results plugin class loader ?
Any chance you can verify the issue with just Eclipse? or someone else who could?
Thx
> Modify TP for Teiid Des dependencies
> ------------------------------------
>
> Key: JBTIS-1230
> URL: https://issues.jboss.org/browse/JBTIS-1230
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: target-platform
> Affects Versions: 12.0.0.AM1-TP
> Reporter: Paul Leacu
> Assignee: Paul Leacu
>
> *Reason:* upgrade and modify Teiid Designer dependencies
> *Project page/sources:*
> *Version:* 12.0.0.AM1
> *License and owner:* EPL
> *Original p2 repo:*
> *JBoss mirror:*
> *Include Sources:* Yes
> *Affected JBoss Tools components:* Integration Stack
> *Include in JBDS:* Yes (DevtsudioIS)
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> {code}
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBTIS-1230) Modify TP for Teiid Des dependencies
by Paul Leacu (JIRA)
Paul Leacu created JBTIS-1230:
---------------------------------
Summary: Modify TP for Teiid Des dependencies
Key: JBTIS-1230
URL: https://issues.jboss.org/browse/JBTIS-1230
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: target-platform
Affects Versions: 12.0.0.AM1-TP
Reporter: Paul Leacu
Assignee: Paul Leacu
*Reason:* upgrade and modify Teiid Designer dependencies
*Project page/sources:*
*Version:* 12.0.0.AM1
*License and owner:* EPL
*Original p2 repo:*
*JBoss mirror:*
*Include Sources:* Yes
*Affected JBoss Tools components:* Integration Stack
*Include in JBDS:* Yes (DevtsudioIS)
*Type of dependency:* distribution
*List of bundles added/removed:*
{code}
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBDS-4709) Replace vendor attribution "JBoss by Red Hat" with "Red Hat"
by Nick Boldt (JIRA)
Nick Boldt created JBDS-4709:
--------------------------------
Summary: Replace vendor attribution "JBoss by Red Hat" with "Red Hat"
Key: JBDS-4709
URL: https://issues.jboss.org/browse/JBDS-4709
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Sub-task
Components: build
Affects Versions: 12.0.0.AM2
Reporter: Nick Boldt
In nearly all the plugins/features/product defintion/installer, we use "JBoss by Red Hat" as the vendor / attribution.
It's been suggested we should replace this. Perhaps with "Red Hat" or "Red Hat, Inc."
As IANAL, I'll wait for [~rpdavis], [~fontana] and @jburkitt to weigh in here before proceeding.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBDS-4709) Replace vendor attribution "JBoss by Red Hat" with "Red Hat"
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4709?page=com.atlassian.jira.plugin.... ]
Nick Boldt reassigned JBDS-4709:
--------------------------------
Assignee: Nick Boldt
> Replace vendor attribution "JBoss by Red Hat" with "Red Hat"
> -------------------------------------------------------------
>
> Key: JBDS-4709
> URL: https://issues.jboss.org/browse/JBDS-4709
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: build
> Affects Versions: 12.0.0.AM2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 12.0.0.GA
>
>
> In nearly all the plugins/features/product defintion/installer, we use "JBoss by Red Hat" as the vendor / attribution.
> It's been suggested we should replace this. Perhaps with "Red Hat" or "Red Hat, Inc."
> As IANAL, I'll wait for [~rpdavis], [~fontana] and @jburkitt to weigh in here before proceeding.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBDS-4709) Replace vendor attribution "JBoss by Red Hat" with "Red Hat"
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4709?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4709:
-----------------------------
Fix Version/s: 12.0.0.GA
> Replace vendor attribution "JBoss by Red Hat" with "Red Hat"
> -------------------------------------------------------------
>
> Key: JBDS-4709
> URL: https://issues.jboss.org/browse/JBDS-4709
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: build
> Affects Versions: 12.0.0.AM2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 12.0.0.GA
>
>
> In nearly all the plugins/features/product defintion/installer, we use "JBoss by Red Hat" as the vendor / attribution.
> It's been suggested we should replace this. Perhaps with "Red Hat" or "Red Hat, Inc."
> As IANAL, I'll wait for [~rpdavis], [~fontana] and @jburkitt to weigh in here before proceeding.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBDS-4706) Use "Red Hat Developer Studio" instead of "Red Hat JBoss Developer Studio" in graphics & text
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4706?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-4706 at 6/13/18 12:37 PM:
------------------------------------------------------------
{quote}do we still need the ® in the written out form?{quote}
The source [0] of the license text [1] now redirects to a pdf [2] and the ® is still there, along with a 2010 copyright date.
[0] http://www.redhat.com/licenses/jboss_eula.html
[1] https://github.com/jbdevstudio/jbdevstudio-product/blob/master/installer/...
[2] https://static.redhat.com/legacy/f/pdf/licenses/GLOBAL_EULA_JBoss_English...
So... I guess so? IANAL, TINLA.
was (Author: nickboldt):
{quote}do we still need the ® in the written out form?{quote}
The source [0] of the license text [1] now redirects to a pdf [2] and the (R) is still there, along with a 2010 copyright date.
[0] http://www.redhat.com/licenses/jboss_eula.html
[1] https://github.com/jbdevstudio/jbdevstudio-product/blob/master/installer/...
[2] https://static.redhat.com/legacy/f/pdf/licenses/GLOBAL_EULA_JBoss_English...
So... I guess so? IANAL, TINLA.
> Use "Red Hat Developer Studio" instead of "Red Hat JBoss Developer Studio" in graphics & text
> ---------------------------------------------------------------------------------------------
>
> Key: JBDS-4706
> URL: https://issues.jboss.org/browse/JBDS-4706
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Task
> Components: installer
> Affects Versions: 12.0.0.AM1
> Reporter: Nick Boldt
> Assignee: Jeff MAURY
> Priority: Blocker
> Fix For: 12.0.0.AM3
>
> Attachments: DevStudio_iconproduction.zip, JBossPerspective.jpg, about_devstudio.png, devstudio_banner.png, heading.png, installer01.png, installer02.png, splash.bmp, uninstall.ico
>
>
> Branding has requested that we rename devstudio from "Red Hat JBoss Developer Studio" to "Red Hat Developer Studio".
> We'll need to collect graphics for use in the product and its website on https://devstudio.redhat.com/12/staging/updates/
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBDS-4706) Use "Red Hat Developer Studio" instead of "Red Hat JBoss Developer Studio" in graphics & text
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4706?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4706:
----------------------------------
{quote}do we still need the ® in the written out form?{quote}
The source [0] of the license text [1] now redirects to a pdf [2] and the (R) is still there, along with a 2010 copyright date.
[0] http://www.redhat.com/licenses/jboss_eula.html
[1] https://github.com/jbdevstudio/jbdevstudio-product/blob/master/installer/...
[2] https://static.redhat.com/legacy/f/pdf/licenses/GLOBAL_EULA_JBoss_English...
So... I guess so? IANAL, TINLA.
> Use "Red Hat Developer Studio" instead of "Red Hat JBoss Developer Studio" in graphics & text
> ---------------------------------------------------------------------------------------------
>
> Key: JBDS-4706
> URL: https://issues.jboss.org/browse/JBDS-4706
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Task
> Components: installer
> Affects Versions: 12.0.0.AM1
> Reporter: Nick Boldt
> Assignee: Jeff MAURY
> Priority: Blocker
> Fix For: 12.0.0.AM3
>
> Attachments: DevStudio_iconproduction.zip, JBossPerspective.jpg, about_devstudio.png, devstudio_banner.png, heading.png, installer01.png, installer02.png, splash.bmp, uninstall.ico
>
>
> Branding has requested that we rename devstudio from "Red Hat JBoss Developer Studio" to "Red Hat Developer Studio".
> We'll need to collect graphics for use in the product and its website on https://devstudio.redhat.com/12/staging/updates/
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26034) test failures in archives.ui.bot.*
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26034?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-26034:
----------------------------------
Assignee: Rastislav Wagner (was: Nick Boldt)
> test failures in archives.ui.bot.*
> ----------------------------------
>
> Key: JBIDE-26034
> URL: https://issues.jboss.org/browse/JBIDE-26034
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: archives, server
> Affects Versions: 4.6.0.AM2
> Reporter: Nick Boldt
> Assignee: Rastislav Wagner
> Fix For: 4.6.0.AM3
>
>
> 9 tests have been failing for 25 builds:
> {code}
> org.jboss.ide.eclipse.archives.ui.test.bot.FolderTest.testCreatingFolder no-configuration 2.4 sec 25
> org.jboss.ide.eclipse.archives.ui.test.bot.FolderTest.testModifyingFolder no-configuration 2.7 sec 25
> org.jboss.ide.eclipse.archives.ui.test.bot.FilesetTest.testCreatingFileset no-configuration 2.8 sec 25
> org.jboss.ide.eclipse.archives.ui.test.bot.FilesetTest.testModifyingFileset no-configuration 3 sec 25
> org.jboss.ide.eclipse.archives.ui.test.bot.FilesetTest.testDeletingFileset no-configuration 2.8 sec 25
> org.jboss.ide.eclipse.archives.ui.test.bot.UserLibrariesFilesetTest.testCreatingUserLibraryFileset no-configuration 1.8 sec 25
> org.jboss.ide.eclipse.archives.ui.test.bot.CreatingArchiveTest.testCreatingArchiveWithExplorer no-configuration 0.8 sec 25
> org.jboss.ide.eclipse.archives.ui.test.bot.DeletingArchiveTest.testDeletingArchiveWithExplorer no-configuration 1 sec 25
> org.jboss.ide.eclipse.archives.ui.test.bot.ModifyingArchiveTest.testModifyingArchiveWithExplorer no-configuration 1 sec 25
> {code}
> These 3 failures are newer:
> {code}
> org.jboss.ide.eclipse.archives.ui.test.bot.BuildingArchiveTest.testBuildingArchiveWithView no-configuration 0.75 sec 1
> org.jboss.ide.eclipse.archives.ui.test.bot.FolderTest.testDeletingFolder no-configuration 3.4 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.BuildingProjectTest.testBuildingProjectWithExplorer no-configuration 0.66 sec 12
> {code}
> -- https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months