-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Feedback for Vector search tutorial #1350
Comments
Now got this working by tweaking the Python install command in the
Output of running
|
I am now experiencing a run-time exception upon executing the Deploy Pipeline step (4):
Output:
|
OK ... so I can see from re-reading the tutorial instructions, that step 3) states:
The
This feels impossible to complete by a novice to the platform. NB: one of the references within the code comments refer to an invalid URL (404: Page Not Found) |
Thank you for your feedback. We're looking into this. |
So, two issues here. The first is For the second issue, for those that don't want to write the image ingest pipeline themselves, there is a solution in the project here: image-ingest-pipeline/src/main/java/hazelcast/platform/labs/image/similarity/solution/ImageIngestPipelineSolution.java and there is also a task to submit the solution in the docker compose file. The solution can be run using |
@wrmay Thanks for the feedback on this. I have now applied the Solution code to the pipeline but am seeing a PythonService initialisation error upon submitting the image loader command. Sequence of commands:
Log output of hz container:
I've checked the configuration and validated the expected Python file ![]() |
The solution also didn't work for me. We may have a regression. @colljos Thanks for bringing this to our attention. This was developed against a pre-release snapshot. It worked then but it appears broken now. I'll need a little time figure out why it no longer works. If you could include the whole stack trace from the Hazelcast logs that would help me to confirm whether you are seeing the same thing as I am. |
Please find attached full stack trace:
|
Thank you. That confirms I'm chasing the same problem you are seeing. It
may be something simple like they changed the grpc port and it's checking
the wrong one. I'll get to the bottom of it.
…On Wed, Nov 20, 2024 at 2:29 PM Jose Coll ***@***.***> wrote:
Please find attached full stack trace:
hz-1 | 2024-11-20 11:19:36,664 [ INFO] [hz.keen_lichterman.cached.thread-19] [c.h.j.python]: [172.24.0.3]:5701 [dev] [5.5.2] Started Python process: 678
hz-1 | 2024-11-20 11:19:36,664 [ INFO] [hz.keen_lichterman.cached.thread-20] [c.h.j.python]: [172.24.0.3]:5701 [dev] [5.5.2] Started Python process: 677
hz-1 | 2024-11-20 11:19:48,681 [ERROR] [hz.keen_lichterman.cached.thread-7] [c.h.j.i.e.TaskletExecutionService]: [172.24.0.3]:5701 [dev] [5.5.2] Tasklet initialization failed
hz-1 | com.hazelcast.jet.JetException: PythonService initialization failed
hz-1 | at com.hazelcast.jet.python.PythonService.<init>(PythonService.java:78) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.jet.python.PythonService.lambda$factory$f8fa7483$1(PythonService.java:91) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.function.BiFunctionEx.apply(BiFunctionEx.java:47) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.processor.AbstractTransformUsingServiceP.init(AbstractTransformUsingServiceP.java:44) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.processor.AsyncTransformUsingServiceOrderedP.init(AsyncTransformUsingServiceOrderedP.java:90) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.core.AbstractProcessor.init(AbstractProcessor.java:82) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.ProcessorTasklet.lambda$init$2f647568$1(ProcessorTasklet.java:279) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.function.RunnableEx.run(RunnableEx.java:31) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.util.Util.doWithClassLoader(Util.java:586) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.ProcessorTasklet.init(ProcessorTasklet.java:279) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.function.RunnableEx.run(RunnableEx.java:31) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.util.Util.doWithClassLoader(Util.java:586) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.TaskletExecutionService.lambda$submitCooperativeTasklets$6(TaskletExecutionService.java:194) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]
hz-1 | at com.hazelcast.internal.util.executor.CompletableFutureTask.run(CompletableFutureTask.java:64) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.internal.util.executor.CachedExecutorServiceDelegate$Worker.run(CachedExecutorServiceDelegate.java:217) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
hz-1 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
hz-1 | at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
hz-1 | at com.hazelcast.internal.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76) [hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.internal.util.executor.PoolExecutorThreadFactory$ManagedThread.executeRun(PoolExecutorThreadFactory.java:89) [hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:111) [hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | Caused by: java.io.IOException: Python process died before completing initialization
hz-1 | at com.hazelcast.jet.python.JetToPythonServer.start(JetToPythonServer.java:77) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.jet.python.PythonService.<init>(PythonService.java:70) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | ... 21 more
hz-1 | Caused by: java.net.SocketTimeoutException: Accept timed out
hz-1 | at java.base/sun.nio.ch.NioSocketImpl.timedAccept(NioSocketImpl.java:701) ~[?:?]
hz-1 | at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:745) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) ~[?:?]
hz-1 | at com.hazelcast.jet.python.JetToPythonServer.start(JetToPythonServer.java:68) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.jet.python.PythonService.<init>(PythonService.java:70) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | ... 21 more
hz-1 | 2024-11-20 11:19:48,684 [ERROR] [hz.keen_lichterman.cached.thread-7] [c.h.j.i.e.TaskletExecutionService]: [172.24.0.3]:5701 [dev] [5.5.2] Tasklet initialization failed
hz-1 | com.hazelcast.jet.JetException: PythonService initialization failed
hz-1 | at com.hazelcast.jet.python.PythonService.<init>(PythonService.java:78) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.jet.python.PythonService.lambda$factory$f8fa7483$1(PythonService.java:91) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.function.BiFunctionEx.apply(BiFunctionEx.java:47) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.processor.AbstractTransformUsingServiceP.init(AbstractTransformUsingServiceP.java:44) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.processor.AsyncTransformUsingServiceOrderedP.init(AsyncTransformUsingServiceOrderedP.java:90) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.core.AbstractProcessor.init(AbstractProcessor.java:82) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.ProcessorTasklet.lambda$init$2f647568$1(ProcessorTasklet.java:279) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.function.RunnableEx.run(RunnableEx.java:31) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.util.Util.doWithClassLoader(Util.java:586) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.ProcessorTasklet.init(ProcessorTasklet.java:279) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.function.RunnableEx.run(RunnableEx.java:31) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.util.Util.doWithClassLoader(Util.java:586) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.TaskletExecutionService.lambda$submitCooperativeTasklets$6(TaskletExecutionService.java:194) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]
hz-1 | at com.hazelcast.internal.util.executor.CompletableFutureTask.run(CompletableFutureTask.java:64) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.internal.util.executor.CachedExecutorServiceDelegate$Worker.run(CachedExecutorServiceDelegate.java:217) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
hz-1 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
hz-1 | at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
hz-1 | at com.hazelcast.internal.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76) [hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.internal.util.executor.PoolExecutorThreadFactory$ManagedThread.executeRun(PoolExecutorThreadFactory.java:89) [hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:111) [hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | Caused by: java.io.IOException: Python process died before completing initialization
hz-1 | at com.hazelcast.jet.python.JetToPythonServer.start(JetToPythonServer.java:77) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.jet.python.PythonService.<init>(PythonService.java:70) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | ... 21 more
hz-1 | Caused by: java.net.SocketTimeoutException: Accept timed out
hz-1 | at java.base/sun.nio.ch.NioSocketImpl.timedAccept(NioSocketImpl.java:701) ~[?:?]
hz-1 | at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:745) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) ~[?:?]
hz-1 | at com.hazelcast.jet.python.JetToPythonServer.start(JetToPythonServer.java:68) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.jet.python.PythonService.<init>(PythonService.java:70) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | ... 21 more
hz-1 | 2024-11-20 11:19:50,285 [ERROR] [hz.keen_lichterman.cached.thread-19] [c.h.j.i.MasterJobContext]: [172.24.0.3]:5701 [dev] [5.5.2] Execution of job '0ca6-91a3-6540-0001', execution 0ca6-91a3-d280-0001 failed
hz-1 | Start time: 2024-11-20T11:18:00.260
hz-1 | Duration: 00:01:50.025
hz-1 | To see additional job metrics enable JobConfig.storeMetricsAfterJobCompletion
hz-1 | com.hazelcast.jet.JetException: 2 of 41 tasklets failed to initialize. One of the failures is attached as the cause and its summary is com.hazelcast.jet.JetException: PythonService initialization failed
hz-1 | at com.hazelcast.jet.impl.execution.TaskletExecutionService.awaitAll(TaskletExecutionService.java:235) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.TaskletExecutionService.submitCooperativeTasklets(TaskletExecutionService.java:196) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.TaskletExecutionService.beginExecute(TaskletExecutionService.java:154) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.ExecutionContext.beginExecution(ExecutionContext.java:233) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.JobExecutionService.beginExecution0(JobExecutionService.java:568) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.JobExecutionService.beginExecution(JobExecutionService.java:563) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.operation.StartExecutionOperation.doRun(StartExecutionOperation.java:50) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.operation.AsyncOperation.run(AsyncOperation.java:56) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.spi.impl.operationservice.Operation.call(Operation.java:192) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:291) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:262) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:216) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl.run(OperationExecutorImpl.java:459) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl.runOrExecute(OperationExecutorImpl.java:519) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.spi.impl.operationservice.impl.Invocation.doInvokeLocal(Invocation.java:617) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.spi.impl.operationservice.impl.Invocation.doInvoke(Invocation.java:596) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.spi.impl.operationservice.impl.Invocation.invoke0(Invocation.java:557) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.spi.impl.operationservice.impl.Invocation.invoke(Invocation.java:240) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.spi.impl.operationservice.impl.InvocationBuilderImpl.invoke(InvocationBuilderImpl.java:71) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.MasterContext.invokeOnParticipant(MasterContext.java:479) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.MasterContext.invokeOnParticipants(MasterContext.java:462) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.MasterContext.invokeOnParticipants(MasterContext.java:433) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.MasterJobContext.invokeStartExecution(MasterJobContext.java:638) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.MasterJobContext.lambda$onInitStepCompleted$10(MasterJobContext.java:606) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.JobCoordinationService.lambda$submitToCoordinatorThread$60(JobCoordinationService.java:1501) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.JobCoordinationService.lambda$submitToCoordinatorThread$61(JobCoordinationService.java:1522) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.internal.util.executor.CompletableFutureTask.run(CompletableFutureTask.java:64) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.internal.util.executor.CachedExecutorServiceDelegate$Worker.run(CachedExecutorServiceDelegate.java:217) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
hz-1 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
hz-1 | at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
hz-1 | at com.hazelcast.internal.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76) [hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.internal.util.executor.PoolExecutorThreadFactory$ManagedThread.executeRun(PoolExecutorThreadFactory.java:89) [hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:111) [hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | Caused by: com.hazelcast.jet.impl.execution.TaskletExecutionException: 2 of 41 tasklets failed to initialize. One of the failures is attached as the cause and its summary is com.hazelcast.jet.JetException: PythonService initialization failed
hz-1 | at com.hazelcast.jet.impl.execution.TaskletExecutionService.awaitAll(TaskletExecutionService.java:234) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | ... 33 more
hz-1 | Caused by: com.hazelcast.jet.JetException: PythonService initialization failed
hz-1 | at com.hazelcast.jet.python.PythonService.<init>(PythonService.java:78) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.jet.python.PythonService.lambda$factory$f8fa7483$1(PythonService.java:91) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.function.BiFunctionEx.apply(BiFunctionEx.java:47) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.processor.AbstractTransformUsingServiceP.init(AbstractTransformUsingServiceP.java:44) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.processor.AsyncTransformUsingServiceOrderedP.init(AsyncTransformUsingServiceOrderedP.java:90) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.core.AbstractProcessor.init(AbstractProcessor.java:82) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.ProcessorTasklet.lambda$init$2f647568$1(ProcessorTasklet.java:279) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.function.RunnableEx.run(RunnableEx.java:31) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.util.Util.doWithClassLoader(Util.java:586) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.ProcessorTasklet.init(ProcessorTasklet.java:279) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.function.RunnableEx.run(RunnableEx.java:31) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.util.Util.doWithClassLoader(Util.java:586) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.TaskletExecutionService.lambda$submitCooperativeTasklets$6(TaskletExecutionService.java:194) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]
hz-1 | ... 8 more
hz-1 | Caused by: java.io.IOException: Python process died before completing initialization
hz-1 | at com.hazelcast.jet.python.JetToPythonServer.start(JetToPythonServer.java:77) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.jet.python.PythonService.<init>(PythonService.java:70) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.jet.python.PythonService.lambda$factory$f8fa7483$1(PythonService.java:91) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.function.BiFunctionEx.apply(BiFunctionEx.java:47) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.processor.AbstractTransformUsingServiceP.init(AbstractTransformUsingServiceP.java:44) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.processor.AsyncTransformUsingServiceOrderedP.init(AsyncTransformUsingServiceOrderedP.java:90) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.core.AbstractProcessor.init(AbstractProcessor.java:82) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.ProcessorTasklet.lambda$init$2f647568$1(ProcessorTasklet.java:279) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.function.RunnableEx.run(RunnableEx.java:31) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.util.Util.doWithClassLoader(Util.java:586) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.ProcessorTasklet.init(ProcessorTasklet.java:279) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.function.RunnableEx.run(RunnableEx.java:31) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.util.Util.doWithClassLoader(Util.java:586) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.TaskletExecutionService.lambda$submitCooperativeTasklets$6(TaskletExecutionService.java:194) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]
hz-1 | ... 8 more
hz-1 | Caused by: java.net.SocketTimeoutException: Accept timed out
hz-1 | at java.base/sun.nio.ch.NioSocketImpl.timedAccept(NioSocketImpl.java:701) ~[?:?]
hz-1 | at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:745) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) ~[?:?]
hz-1 | at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) ~[?:?]
hz-1 | at com.hazelcast.jet.python.JetToPythonServer.start(JetToPythonServer.java:68) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.jet.python.PythonService.<init>(PythonService.java:70) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.jet.python.PythonService.lambda$factory$f8fa7483$1(PythonService.java:91) ~[hazelcast-jet-python-5.5.2.jar:?]
hz-1 | at com.hazelcast.function.BiFunctionEx.apply(BiFunctionEx.java:47) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.processor.AbstractTransformUsingServiceP.init(AbstractTransformUsingServiceP.java:44) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.processor.AsyncTransformUsingServiceOrderedP.init(AsyncTransformUsingServiceOrderedP.java:90) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.core.AbstractProcessor.init(AbstractProcessor.java:82) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.ProcessorTasklet.lambda$init$2f647568$1(ProcessorTasklet.java:279) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.function.RunnableEx.run(RunnableEx.java:31) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.util.Util.doWithClassLoader(Util.java:586) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.ProcessorTasklet.init(ProcessorTasklet.java:279) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.function.RunnableEx.run(RunnableEx.java:31) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.util.Util.doWithClassLoader(Util.java:586) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at com.hazelcast.jet.impl.execution.TaskletExecutionService.lambda$submitCooperativeTasklets$6(TaskletExecutionService.java:194) ~[hazelcast-enterprise-5.5.2.jar:5.5.2]
hz-1 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]
hz-1 | ... 8 more
—
Reply to this email directly, view it on GitHub
<#1350 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAV3MN53UAQ34MWHU4TBBXD2BTPI3AVCNFSM6AAAAABQTCEA66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBZGM4DKMZRG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Randy May
Industry Solutions Advocate
***@***.***
[image: Hazelcast]
<https://hazelcast.com/?utm_source=email&utm_medium=signature&utm_campaign=email-signature>
| Palo Alto, CA 94306 | USA
+1 404.414.5730 | hazelcast.com
<https://www.hazelcast.com/?utm_source=email&utm_medium=signature&utm_campaign=email-signature>
--
This message contains confidential information and is intended only for the
individuals named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
The sender therefore does not accept liability for any errors or omissions
in the contents of this message, which arise as a result of e-mail
transmission. If verification is required, please request a hard-copy
version. -Hazelcast
|
Hi, I have some feedback about this page
Tutorial Setup step 2 continuously fails:
Error output:
Here is my environment:
The text was updated successfully, but these errors were encountered: