[JBoss JIRA] (JBIDE-27282) OpenShift Explorer: login with credentials does not work for 4.5
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-27282?page=com.atlassian.jira.plug... ]
Josef Kopriva commented on JBIDE-27282:
---------------------------------------
This did not work for me, when I have used kubeadmin user, if I have used regular user it was working.
> OpenShift Explorer: login with credentials does not work for 4.5
> ----------------------------------------------------------------
>
> Key: JBIDE-27282
> URL: https://issues.redhat.com/browse/JBIDE-27282
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.16.0.AM1
> Reporter: Josef Kopriva
> Priority: Critical
>
> {code:java}
> eclipse.buildId=12.16.0.AM1-v20200520-0418-B6414
> java.version=11.0.7
> java.vendor=AdoptOpenJDK
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_GB
> Framework arguments: -product com.jboss.devstudio.core.product -keyring /Users/jkopriva/.eclipse_keyring
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -keyring /Users/jkopriva/.eclipse_keyring
> org.jboss.tools.openshift.ui
> Error
> Wed May 20 09:09:18 CEST 2020
> Invalid character: <
> java.lang.IllegalArgumentException: Invalid character: <
> at org.jboss.dmr.JSONParserImpl.invalid(JSONParserImpl.java:136)
> at org.jboss.dmr.JSONParser.yyLex(JSONParser.java:596)
> at org.jboss.dmr.JSONParser.yyParse(JSONParser.java:662)
> at org.jboss.dmr.ModelNode.fromJSONString(ModelNode.java:1472)
> at com.openshift.internal.restclient.ApiTypeMapper.getApiGroups(ApiTypeMapper.java:225)
> at com.openshift.internal.restclient.ApiTypeMapper.init(ApiTypeMapper.java:159)
> at com.openshift.internal.restclient.ApiTypeMapper.isSupported(ApiTypeMapper.java:87)
> at com.openshift.internal.restclient.URLBuilder.buildWithNamespaceInPath(URLBuilder.java:148)
> at com.openshift.internal.restclient.URLBuilder.build(URLBuilder.java:135)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:301)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:274)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:242)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:225)
> at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:410)
> at com.openshift.internal.restclient.authorization.AuthorizationContext.isAuthorized(AuthorizationContext.java:63)
> at org.jboss.tools.openshift.core.connection.Connection.authorize(Connection.java:240)
> at org.jboss.tools.openshift.core.connection.Connection.connect(Connection.java:229)
> at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizardPageModel.connect(ConnectionWizardPageModel.java:300)
> at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizardPage$ConnectJob.doRun(ConnectionWizardPage.java:434)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBDS-4805) Error With Reccommenders: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct at org.eclipse.recommenders.internal.rcp.RcpModule$Listener$1.afterInjection(RcpModule.java:278)
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBDS-4805?page=com.atlassian.jira.plugin... ]
Stephane Bouchet commented on JBDS-4805:
----------------------------------------
[~odockal]: I used a studio build, installed fuse/camel, and tried out with an example using java.
> Error With Reccommenders: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct at org.eclipse.recommenders.internal.rcp.RcpModule$Listener$1.afterInjection(RcpModule.java:278)
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-4805
> URL: https://issues.redhat.com/browse/JBDS-4805
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 12.12.0.GA
> Environment: * eclipse.buildId=12.12.0.GA-v20190628-0434-B4598
> java.version=11.0.3-redhat
> java.vendor=Oracle Corporation
> BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
> Framework arguments: -application org.eclipse.ui.ide.workbench -product com.jboss.devstudio.core.product
> Command-line arguments: -os win32 -ws win32 -arch x86_64 -application org.eclipse.ui.ide.workbench -product com.jboss.devstudio.core.product
> * Camel Fuse development
> Reporter: David Guthrie
> Assignee: Stephane Bouchet
> Priority: Major
> Fix For: 12.x, 12.14.0.AM1
>
>
> Customer:
> {quote}
> I did an upgrade on Code Ready Studio to 12.12
> and when I go from
> {code}
> public void configure() throws Exception {
> from("file:E:/inputFolder")
> .split().tokenize("\n")
> .to("jms:queue:javininusex");
> }
> {code}
> to
> {code}
> @Override
> public void configure() throws Exception {
> from("{{route.start}}")
> .split().tokenize("\n")
> .log("{{route.start}}")
> .to("{{route.end}}");
> }
> {code}
> it starts show an error on the {{xxxx}} lines. which then sometimes goes to a pop up window that says check the recommender faq at .... (now this won't pop up and I didn't get the address) that is an invalid page.
> {quote}
> Log error
> org.eclipse.recommenders.completion.rcp
> Error
> Fri Oct 18 13:53:29 PDT 2019
> Session processor ‘class org.eclipse.recommenders.internal.calls.rcp.CallCompletionSessionProcessor’ failed with exception.
> {code}
> java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
> at org.eclipse.recommenders.internal.rcp.RcpModule$Listener$1.afterInjection(RcpModule.java:278)
> at com.google.inject.internal.MembersInjectorImpl.notifyListeners(MembersInjectorImpl.java:97)
> at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:95)
> at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254)
> at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
> at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031)
> at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
> at com.google.inject.Scopes$1$1.get(Scopes.java:65)
> at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
> at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54)
> at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38)
> at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62)
> at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84)
> at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254)
> at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54)
> at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
> at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031)
> at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
> at com.google.inject.Scopes$1$1.get(Scopes.java:65)
> at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
> at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978)
> at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024)
> at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974)
> at org.eclipse.recommenders.internal.calls.rcp.CallCompletionSessionProcessor.findReceiverTypeAndModel(CallCompletionSessionProcessor.java:136)
> at org.eclipse.recommenders.internal.calls.rcp.CallCompletionSessionProcessor.startSession(CallCompletionSessionProcessor.java:111)
> at org.eclipse.recommenders.completion.rcp.processable.IntelligentCompletionProposalComputer.fireStartSession(IntelligentCompletionProposalComputer.java:305)
> at org.eclipse.recommenders.completion.rcp.processable.IntelligentCompletionProposalComputer.computeCompletionProposals(IntelligentCompletionProposalComputer.java:171)
> at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.computeCompletionProposals(CompletionProposalComputerDescriptor.java:336)
> at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.computeCompletionProposals(CompletionProposalCategory.java:340)
> at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.collectProposals(ContentAssistProcessor.java:334)
> at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.computeCompletionProposals(ContentAssistProcessor.java:291)
> at org.eclipse.jface.text.contentassist.ContentAssistant$2.lambda$0(ContentAssistant.java:2014)
> at java.base/java.util.Collections$SingletonSet.forEach(Collections.java:4795)
> at org.eclipse.jface.text.contentassist.ContentAssistant$2.run(ContentAssistant.java:2013)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:2010)
> at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:575)
> at org.eclipse.jface.text.contentassist.CompletionProposalPopup.lambda$0(CompletionProposalPopup.java:505)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72)
> at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:500)
> at org.eclipse.jface.text.contentassist.ContentAssistant$AutoAssistListener.lambda$0(ContentAssistant.java:380)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3919)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3550)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
> {code}
> This seems to be related to upstream issues https://bugs.eclipse.org/bugs/show_bug.cgi?id=541266 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=542689 where recommenders doesn't work with Java 11 and has been removed by upstream eclipse and by the Red Hat Eclipse RPM packages https://issues.jboss.org/browse/RHECLIPSE-82.
> I don't see a way to disable recommenders in codeready studio.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-27186) Quarkus Tools- Debugger failed to attach: handshake failed - connection prematurally closed
by Oleksii Korniienko (Jira)
[ https://issues.redhat.com/browse/JBIDE-27186?page=com.atlassian.jira.plug... ]
Oleksii Korniienko updated JBIDE-27186:
---------------------------------------
Attachment: image (2).png
> Quarkus Tools- Debugger failed to attach: handshake failed - connection prematurally closed
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-27186
> URL: https://issues.redhat.com/browse/JBIDE-27186
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Affects Versions: 4.14.0.AM1
> Reporter: Daniele Tasinato
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.16.0.AM1
>
> Attachments: image (2).png
>
>
> [INFO] Compiling 4 source files to C:\Users\developer\Documents\findmagazine\findmagazine\target\classes
> [INFO]
> [INFO] --- quarkus-maven-plugin:1.3.1.Final:dev (default-cli) @ findmagazine ---
> Listening for transport dt_socket at address: 5005
> {color:red}Debugger failed to attach: handshake failed - connection prematurally closed{color}
> __ ____ __ _____ ___ __ ____ ______
> --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
> -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
> --\___\_\____/_/ |_/_/|_/_/|_|\____/___/
> 2020-04-04 17:05:04,813 WARN [io.qua.agr.dep.AgroalProcessor] (build-7) The Agroal dependency is present but no JDBC datasources have been defined.
> 2020-04-04 17:05:09,416 WARN [io.qua.net.run.NettyRecorder] (Thread-71) Localhost lookup took more than one second, you need to add a /etc/hosts entry to improve Quarkus startup time. On Windows the path is C:\Windows\System32\Drivers\etc\hosts. See https://thoeni.io/post/macos-sierra-java/ for macOS details.
> 2020-04-04 17:05:09,455 INFO [io.qua.qua.run.QuartzScheduler] (main) No scheduled business methods found - Quartz scheduler will not be started
> 2020-04-04 17:05:09,468 INFO [io.quarkus] (main) findmagazine 1.0.0-SNAPSHOT (powered by Quarkus 1.3.1.Final) started in 6.097s. Listening on: http://0.0.0.0:8080
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-27186) Quarkus Tools- Debugger failed to attach: handshake failed - connection prematurally closed
by Oleksii Korniienko (Jira)
[ https://issues.redhat.com/browse/JBIDE-27186?page=com.atlassian.jira.plug... ]
Oleksii Korniienko commented on JBIDE-27186:
--------------------------------------------
[~jeffmaury] Now we have two identical lines where there was an error before. I don't know if it's a bug, what do you think? (see screenshot) !image (2).png|thumbnail!
> Quarkus Tools- Debugger failed to attach: handshake failed - connection prematurally closed
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-27186
> URL: https://issues.redhat.com/browse/JBIDE-27186
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Affects Versions: 4.14.0.AM1
> Reporter: Daniele Tasinato
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.16.0.AM1
>
> Attachments: image (2).png
>
>
> [INFO] Compiling 4 source files to C:\Users\developer\Documents\findmagazine\findmagazine\target\classes
> [INFO]
> [INFO] --- quarkus-maven-plugin:1.3.1.Final:dev (default-cli) @ findmagazine ---
> Listening for transport dt_socket at address: 5005
> {color:red}Debugger failed to attach: handshake failed - connection prematurally closed{color}
> __ ____ __ _____ ___ __ ____ ______
> --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
> -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
> --\___\_\____/_/ |_/_/|_/_/|_|\____/___/
> 2020-04-04 17:05:04,813 WARN [io.qua.agr.dep.AgroalProcessor] (build-7) The Agroal dependency is present but no JDBC datasources have been defined.
> 2020-04-04 17:05:09,416 WARN [io.qua.net.run.NettyRecorder] (Thread-71) Localhost lookup took more than one second, you need to add a /etc/hosts entry to improve Quarkus startup time. On Windows the path is C:\Windows\System32\Drivers\etc\hosts. See https://thoeni.io/post/macos-sierra-java/ for macOS details.
> 2020-04-04 17:05:09,455 INFO [io.qua.qua.run.QuartzScheduler] (main) No scheduled business methods found - Quartz scheduler will not be started
> 2020-04-04 17:05:09,468 INFO [io.quarkus] (main) findmagazine 1.0.0-SNAPSHOT (powered by Quarkus 1.3.1.Final) started in 6.097s. Listening on: http://0.0.0.0:8080
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-26697) Possible memory leak during Loading projects job when using cluster with lots of projects
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-26697?page=com.atlassian.jira.plug... ]
Josef Kopriva edited comment on JBIDE-26697 at 5/20/20 3:23 AM:
----------------------------------------------------------------
Hi, this is unfortunately happening also for OpenShift 4.5 when opening New Application dialog.
was (Author: jkopriva):
Hi, this is unfortunately happening also for OpenShift 4.5.
> Possible memory leak during Loading projects job when using cluster with lots of projects
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-26697
> URL: https://issues.redhat.com/browse/JBIDE-26697
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.12.0.Final
> Environment: Mac 10.14.5 (18F203), Fedora 29, crstudio GA-v20190626-0604-B4591
> Reporter: Josef Kopriva
> Assignee: André Dietisheim
> Priority: Major
> Fix For: 4.16.x
>
>
> Exception in error log:
> {code:java}
> eclipse.buildId=12.12.0.GA-v20190626-0604-B4591
> java.version=11.0.2
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_GB
> Framework arguments: -product com.jboss.devstudio.core.product -product com.jboss.devstudio.core.product -keyring /Users/jkopriva/.eclipse_keyring
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -data file:/Users/jkopriva/workspace_B4591_3/ -product com.jboss.devstudio.core.product -keyring /Users/jkopriva/.eclipse_keyring
> org.eclipse.core.jobs
> Error
> Wed Jun 26 14:36:11 CEST 2019
> An internal error occurred during: "Loading projects...".
> java.lang.OutOfMemoryError: Java heap space
> at org.jboss.dmr.JSONParser.yyParse(JSONParser.java:877)
> at org.jboss.dmr.ModelNode.fromJSONString(ModelNode.java:1472)
> at com.openshift.internal.restclient.ResourceFactory.create(ResourceFactory.java:100)
> at com.openshift.internal.restclient.ResourceFactory.createInstanceFrom(ResourceFactory.java:149)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:304)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:275)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:264)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:171)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:160)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:151)
> at com.openshift.internal.restclient.capability.resources.ProjectTemplateListCapability.getCommonTemplates(ProjectTemplateListCapability.java:53)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.ApplicationSourceTreeItems$1.visit(ApplicationSourceTreeItems.java:121)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.ApplicationSourceTreeItems$1.visit(ApplicationSourceTreeItems.java:1)
> at com.openshift.internal.restclient.model.KubernetesResource.accept(KubernetesResource.java:94)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.ApplicationSourceTreeItems.loadTemplates(ApplicationSourceTreeItems.java:113)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.ApplicationSourceTreeItems.createChildren(ApplicationSourceTreeItems.java:61)
> at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.loadChildren(ObservableTreeItem.java:69)
> at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.load(ObservableTreeItem.java:56)
> at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.load(ObservableTreeItem.java:59)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.NewApplicationWizardModel.loadResources(NewApplicationWizardModel.java:247)
> at org.jboss.tools.openshift.internal.ui.wizard.common.AbstractProjectPage$3.doRun(AbstractProjectPage.java:255)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-26697) Possible memory leak during Loading projects job when using cluster with lots of projects
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-26697?page=com.atlassian.jira.plug... ]
Josef Kopriva commented on JBIDE-26697:
---------------------------------------
Hi, this is unfortunately happening also for OpenShift 4.5.
> Possible memory leak during Loading projects job when using cluster with lots of projects
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-26697
> URL: https://issues.redhat.com/browse/JBIDE-26697
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.12.0.Final
> Environment: Mac 10.14.5 (18F203), Fedora 29, crstudio GA-v20190626-0604-B4591
> Reporter: Josef Kopriva
> Assignee: André Dietisheim
> Priority: Major
> Fix For: 4.16.x
>
>
> Exception in error log:
> {code:java}
> eclipse.buildId=12.12.0.GA-v20190626-0604-B4591
> java.version=11.0.2
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_GB
> Framework arguments: -product com.jboss.devstudio.core.product -product com.jboss.devstudio.core.product -keyring /Users/jkopriva/.eclipse_keyring
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -data file:/Users/jkopriva/workspace_B4591_3/ -product com.jboss.devstudio.core.product -keyring /Users/jkopriva/.eclipse_keyring
> org.eclipse.core.jobs
> Error
> Wed Jun 26 14:36:11 CEST 2019
> An internal error occurred during: "Loading projects...".
> java.lang.OutOfMemoryError: Java heap space
> at org.jboss.dmr.JSONParser.yyParse(JSONParser.java:877)
> at org.jboss.dmr.ModelNode.fromJSONString(ModelNode.java:1472)
> at com.openshift.internal.restclient.ResourceFactory.create(ResourceFactory.java:100)
> at com.openshift.internal.restclient.ResourceFactory.createInstanceFrom(ResourceFactory.java:149)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:304)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:275)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:264)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:171)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:160)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:151)
> at com.openshift.internal.restclient.capability.resources.ProjectTemplateListCapability.getCommonTemplates(ProjectTemplateListCapability.java:53)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.ApplicationSourceTreeItems$1.visit(ApplicationSourceTreeItems.java:121)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.ApplicationSourceTreeItems$1.visit(ApplicationSourceTreeItems.java:1)
> at com.openshift.internal.restclient.model.KubernetesResource.accept(KubernetesResource.java:94)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.ApplicationSourceTreeItems.loadTemplates(ApplicationSourceTreeItems.java:113)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.ApplicationSourceTreeItems.createChildren(ApplicationSourceTreeItems.java:61)
> at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.loadChildren(ObservableTreeItem.java:69)
> at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.load(ObservableTreeItem.java:56)
> at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.load(ObservableTreeItem.java:59)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.NewApplicationWizardModel.loadResources(NewApplicationWizardModel.java:247)
> at org.jboss.tools.openshift.internal.ui.wizard.common.AbstractProjectPage$3.doRun(AbstractProjectPage.java:255)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-27282) OpenShift Explorer: login with credentials does not work for 4.5
by Josef Kopriva (Jira)
Josef Kopriva created JBIDE-27282:
-------------------------------------
Summary: OpenShift Explorer: login with credentials does not work for 4.5
Key: JBIDE-27282
URL: https://issues.redhat.com/browse/JBIDE-27282
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.16.0.AM1
Reporter: Josef Kopriva
{code:java}
eclipse.buildId=12.16.0.AM1-v20200520-0418-B6414
java.version=11.0.7
java.vendor=AdoptOpenJDK
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_GB
Framework arguments: -product com.jboss.devstudio.core.product -keyring /Users/jkopriva/.eclipse_keyring
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -keyring /Users/jkopriva/.eclipse_keyring
org.jboss.tools.openshift.ui
Error
Wed May 20 09:09:18 CEST 2020
Invalid character: <
java.lang.IllegalArgumentException: Invalid character: <
at org.jboss.dmr.JSONParserImpl.invalid(JSONParserImpl.java:136)
at org.jboss.dmr.JSONParser.yyLex(JSONParser.java:596)
at org.jboss.dmr.JSONParser.yyParse(JSONParser.java:662)
at org.jboss.dmr.ModelNode.fromJSONString(ModelNode.java:1472)
at com.openshift.internal.restclient.ApiTypeMapper.getApiGroups(ApiTypeMapper.java:225)
at com.openshift.internal.restclient.ApiTypeMapper.init(ApiTypeMapper.java:159)
at com.openshift.internal.restclient.ApiTypeMapper.isSupported(ApiTypeMapper.java:87)
at com.openshift.internal.restclient.URLBuilder.buildWithNamespaceInPath(URLBuilder.java:148)
at com.openshift.internal.restclient.URLBuilder.build(URLBuilder.java:135)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:301)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:274)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:242)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:225)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:410)
at com.openshift.internal.restclient.authorization.AuthorizationContext.isAuthorized(AuthorizationContext.java:63)
at org.jboss.tools.openshift.core.connection.Connection.authorize(Connection.java:240)
at org.jboss.tools.openshift.core.connection.Connection.connect(Connection.java:229)
at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizardPageModel.connect(ConnectionWizardPageModel.java:300)
at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizardPage$ConnectJob.doRun(ConnectionWizardPage.java:434)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-27278) EAP microprofile QS: Multiple JAX_RS Activators
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-27278?page=com.atlassian.jira.plug... ]
Josef Kopriva updated JBIDE-27278:
----------------------------------
Steps to Reproduce:
Import microprofile-rest-client microprofile Quickstart
Errors are in Problems view
was:
Import country-client microprofile Quickstart
Errors are in Problems view
> EAP microprofile QS: Multiple JAX_RS Activators
> -----------------------------------------------
>
> Key: JBIDE-27278
> URL: https://issues.redhat.com/browse/JBIDE-27278
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples, server
> Affects Versions: 4.16.0.AM1
> Reporter: Josef Kopriva
> Assignee: Robert Stryker
> Priority: Major
>
> {code:java}
> Description Resource Path Location Type
> Multiple JAX-RS Activators are defined for the project. JaxRsApplication.java /country-client/src/main/java/org/wildfly/quickstarts/microprofile/rest/client line 7 JAX-RS Problem
> {code}
> {code:java}
> Description Resource Path Location Type
> Multiple JAX-RS Activators are defined for the project. JaxRsApplication.java /country-client/src/test/java/org/wildfly/quickstarts/microprofile/rest/client/api line 7 JAX-RS Problem
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-27278) EAP microprofile QS: Multiple JAX_RS Activators
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-27278?page=com.atlassian.jira.plug... ]
Josef Kopriva updated JBIDE-27278:
----------------------------------
Summary: EAP microprofile QS: Multiple JAX_RS Activators (was: EAP microprofile quickstart: Multiple JAX_RS Activators)
> EAP microprofile QS: Multiple JAX_RS Activators
> -----------------------------------------------
>
> Key: JBIDE-27278
> URL: https://issues.redhat.com/browse/JBIDE-27278
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples, server
> Affects Versions: 4.16.0.AM1
> Reporter: Josef Kopriva
> Assignee: Robert Stryker
> Priority: Major
>
> {code:java}
> Description Resource Path Location Type
> Multiple JAX-RS Activators are defined for the project. JaxRsApplication.java /country-client/src/main/java/org/wildfly/quickstarts/microprofile/rest/client line 7 JAX-RS Problem
> {code}
> {code:java}
> Description Resource Path Location Type
> Multiple JAX-RS Activators are defined for the project. JaxRsApplication.java /country-client/src/test/java/org/wildfly/quickstarts/microprofile/rest/client/api line 7 JAX-RS Problem
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-27279) EAP Microprofile QS: microprofile-config - superclass not found on Build Path
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-27279?page=com.atlassian.jira.plug... ]
Josef Kopriva updated JBIDE-27279:
----------------------------------
Summary: EAP Microprofile QS: microprofile-config - superclass not found on Build Path (was: EAP Microprofile quickstart: microprofile-config - superclass not found on Build Path)
> EAP Microprofile QS: microprofile-config - superclass not found on Build Path
> -----------------------------------------------------------------------------
>
> Key: JBIDE-27279
> URL: https://issues.redhat.com/browse/JBIDE-27279
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples, server
> Affects Versions: 4.16.0.AM1
> Reporter: Josef Kopriva
> Assignee: Robert Stryker
> Priority: Major
> Attachments: image-2020-05-20-08-13-40-702.png
>
>
> {code:java}
> Description Resource Path Location Type
> The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path index.jsp /microprofile-config/src/main/webapp line 1 JSP Problem
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months