]
Andre Dietisheim reassigned JBIDE-25600:
----------------------------------------
Assignee: Andre Dietisheim
Pod Log: cannot fetch log for a pod, error states "An internal
error occurred during: "FollowPodLogsJob".
---------------------------------------------------------------------------------------------------------
Key: JBIDE-25600
URL:
https://issues.jboss.org/browse/JBIDE-25600
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.2.Final
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Priority: Critical
Fix For: 4.5.2.Final
Attachments: follow-pods-logs-job-error.png
# ASSERT: have a pod running in OpenShift
# EXEC: in Properties: select your pod and choose "Pod Log" from it's
context menu
Result:
!follow-pods-logs-job-error.png!
In the Eclipse log you'll find the following:
{code}
org.jboss.tools.openshift.core.connection.ConnectionNotFoundException: Unable to find the
connection for a Pod named bootwildfly-2-build
at
org.jboss.tools.openshift.core.connection.ConnectionsRegistryUtil.getConnectionFor(ConnectionsRegistryUtil.java:44)
at org.jboss.tools.openshift.internal.ui.job.PodLogsJob$1.visit(PodLogsJob.java:69)
at org.jboss.tools.openshift.internal.ui.job.PodLogsJob$1.visit(PodLogsJob.java:1)
at
com.openshift.internal.restclient.model.KubernetesResource.accept(KubernetesResource.java:91)
at org.jboss.tools.openshift.internal.ui.job.PodLogsJob.doRun(PodLogsJob.java:65)
at
org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
{code}