Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-1322

CRW 2.4.0 workspace failed to start after migration to CRW 2.5.0 on OCP 4.5

    XMLWordPrintable

Details

    • False
    • False
    • Undefined

    Description

      CRW 2.4.0 Java Jboss Fuse workspace failed to start after migration to CRW 2.5.0 on OCP 4.5:

      Codeready server logs
      2020-10-25 07:03:49,992[aceSharedPool-0]  [INFO ] [o.e.c.a.w.s.WorkspaceRuntimes 769]   - Successfully recovered workspace runtime 'workspacexbexhlzjp26ztbtf'. Its status is 'STARTING'
      2020-10-25 07:03:49,993[aceSharedPool-0]  [INFO ] [o.e.c.a.w.s.WorkspaceRuntimes 937]   - All runtimes have been recovered in 1 seconds.
      2020-10-25 07:10:47,893[nio-8080-exec-5]  [INFO ] [o.e.c.a.w.s.WorkspaceRuntimes 480]   - Starting workspace 'admin/java-jboss-fuse-test-workspace' with id 'workspacexbexhlzjp26ztbtf' by user 'admin'
      2020-10-25 07:11:49,974[aceSharedPool-2]  [INFO ] [o.e.c.a.w.s.WorkspaceRuntimes 1093]  - Runtime 'workspacexbexhlzjp26ztbtf:default:c6fd9f85-f716-4349-abdc-b1e403af503c' is stopping abnormally. Reason: Workspace is not started in time. Trying interrupt runtime start
      2020-10-25 07:11:50,219[aceSharedPool-1]  [WARN ] [.i.k.KubernetesInternalRuntime 255]  - Failed to start Kubernetes runtime of workspace workspacexbexhlzjp26ztbtf.
      org.eclipse.che.api.workspace.server.spi.RuntimeStartInterruptedException: Runtime start for identity 'workspace: workspacexbexhlzjp26ztbtf, environment: default, ownerId: c6fd9f85-f716-4349-abdc-b1e403af503c' is interrupted
      at org.eclipse.che.workspace.infrastructure.kubernetes.StartSynchronizer.interrupt(StartSynchronizer.java:231)
      at org.eclipse.che.workspace.infrastructure.kubernetes.StartSynchronizer$RuntimeStartInterrupter.onEvent(StartSynchronizer.java:315)
      at org.eclipse.che.workspace.infrastructure.kubernetes.StartSynchronizer$RuntimeStartInterrupter.onEvent(StartSynchronizer.java:311)
      at org.eclipse.che.api.core.notification.EventService.publish(EventService.java:108)
      at org.eclipse.che.multiuser.api.distributed.WorkspaceStopPropagator.statusChanged(WorkspaceStopPropagator.java:50)
      at org.eclipse.che.multiuser.api.distributed.cache.JGroupsWorkspaceStatusCache$1.entrySet(JGroupsWorkspaceStatusCache.java:93)
      at org.jgroups.blocks.ReplicatedHashMap._replace(ReplicatedHashMap.java:411)
      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.jgroups.blocks.MethodCall.invoke(MethodCall.java:127)
      at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:209)
      at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:396)
      at org.jgroups.blocks.RequestCorrelator.dispatch(RequestCorrelator.java:357)
      at org.jgroups.blocks.RequestCorrelator.receiveMessageBatch(RequestCorrelator.java:327)
      at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:589)
      at org.jgroups.JChannel.up(JChannel.java:796)
      at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:903)
      at org.jgroups.stack.Protocol.up(Protocol.java:338)
      at org.jgroups.stack.Protocol.up(Protocol.java:338)
      at org.jgroups.protocols.FRAG2.up(FRAG2.java:197)
      at org.jgroups.protocols.FlowControl.up(FlowControl.java:411)
      at org.jgroups.stack.Protocol.up(Protocol.java:338)
      at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:296)
      at org.jgroups.protocols.pbcast.NAKACK2.deliverBatch(NAKACK2.java:952)
      at org.jgroups.protocols.pbcast.NAKACK2.removeAndDeliver(NAKACK2.java:886)
      at org.jgroups.protocols.pbcast.NAKACK2.handleMessages(NAKACK2.java:860)
      at org.jgroups.protocols.pbcast.NAKACK2.up(NAKACK2.java:682)
      at org.jgroups.protocols.BARRIER.up(BARRIER.java:196)
      at org.jgroups.stack.Protocol.up(Protocol.java:338)
      at org.jgroups.protocols.FD.up(FD.java:281)
      at org.jgroups.stack.Protocol.up(Protocol.java:338)
      at org.jgroups.stack.Protocol.up(Protocol.java:338)
      at org.jgroups.stack.Protocol.up(Protocol.java:338)
      at org.jgroups.protocols.TP.passBatchUp(TP.java:1393)
      at org.jgroups.util.MaxOneThreadPerSender$BatchHandlerLoop.passBatchUp(MaxOneThreadPerSender.java:284)
      at org.jgroups.util.SubmitToThreadPool$BatchHandler.run(SubmitToThreadPool.java:136)
      at org.jgroups.util.MaxOneThreadPerSender$BatchHandlerLoop.run(MaxOneThreadPerSender.java:273)
      at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
      at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
      at java.base/java.lang.Thread.run(Thread.java:834)
      2020-10-25 07:11:50,309[aceSharedPool-1]  [INFO ] [o.e.c.a.w.s.WorkspaceRuntimes 984]   - Workspace 'admin:java-jboss-fuse-test-workspace' with id 'workspacexbexhlzjp26ztbtf' start interrupted
      2020-10-25 07:11:50,313[aceSharedPool-2]  [INFO ] [c.w.i.k.RuntimeHangingDetector 91]   - Start of hanging runtime 'workspacexbexhlzjp26ztbtf:default:c6fd9f85-f716-4349-abdc-b1e403af503c' is interrupted
      2020-10-25 07:11:50,315[aceSharedPool-2]  [ERROR] [o.e.c.a.w.s.WorkspaceRuntimes 1124]  - Runtime 'workspacexbexhlzjp26ztbtf:default:c6fd9f85-f716-4349-abdc-b1e403af503c' is abnormally stopped but it was not considered as active before
      2020-10-25 07:11:50,316[aceSharedPool-2]  [INFO ] [o.e.c.a.w.s.WorkspaceRuntimes 1131]  - Runtime 'workspacexbexhlzjp26ztbtf:default:c6fd9f85-f716-4349-abdc-b1e403af503c' is stopped abnormally. Reason: Workspace start reached timeout
      

      Devfile: https://raw.githubusercontent.com/redhat-developer/codeready-workspaces/2.4.0/dependencies/che-devfile-registry/devfiles/02_java-jboss-fuse/devfile.yaml

      Attachments

        Activity

          People

            skabashn Sergii Kabashniuk
            dnochevn Dmytro Nochevnov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: