Skip to content
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

execution engine error on startup #68

Closed
ablack3 opened this issue Aug 15, 2024 · 3 comments
Closed

execution engine error on startup #68

ablack3 opened this issue Aug 15, 2024 · 3 comments
Assignees
Labels
bug Something isn't working priority
Milestone

Comments

@ablack3
Copy link
Collaborator

ablack3 commented Aug 15, 2024

I'm not sure what this error is about or what implications it has but I'm seeing this when I start the application.

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::               (v2.7.18)

2024-08-14 14:02:21.725  INFO 46 --- [           main] c.o.a.e.ExecutionEngineStarter           : Starting ExecutionEngineStarter v2.2.1 using Java 1.8.0_422 on 0c19dc4d6ce7 with PID 46 (/execution-engine.jar started by root in /)
2024-08-14 14:02:21.737  INFO 46 --- [           main] c.o.a.e.ExecutionEngineStarter           : No active profile set, falling back to 1 default profile: "default"
2024-08-14 14:02:30.109  INFO 46 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8888 (https)
2024-08-14 14:02:30.145  INFO 46 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2024-08-14 14:02:30.146  INFO 46 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.83]
2024-08-14 14:02:30.451  INFO 46 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2024-08-14 14:02:30.452  INFO 46 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 7989 ms
2024-08-14 14:02:32.607  INFO 46 --- [           main] c.o.a.e.s.impl.DescriptorServiceImpl     : Scanning archive filder [/runtimes] for available descriptors
2024-08-14 14:02:32.984  INFO 46 --- [           main] c.o.a.e.s.impl.DescriptorServiceImpl     : Found descriptor [Default] (Default runtime) -> [r_base_focal_amd64.tar.gz]
2024-08-14 14:02:34.088  INFO 46 --- [           main] c.o.a.e.execution.r.DockerService        : Initialized Docker interface [unix:///var/run/docker.sock]
2024-08-14 14:02:35.941  INFO 46 --- [           main] c.o.a.e.config.DriverManagerConfig       : Loaded JDBC driver: org.postgresql.Driver. Version: 42.3
2024-08-14 14:02:35.943  INFO 46 --- [           main] c.o.a.e.config.DriverManagerConfig       : Loaded JDBC driver: net.sourceforge.jtds.jdbc.Driver. Version: 1.3
2024-08-14 14:02:35.947  INFO 46 --- [           main] c.o.a.e.config.DriverManagerConfig       : Loaded JDBC driver: com.amazon.redshift.Driver. Version: 2.1
2024-08-14 14:02:35.957  INFO 46 --- [           main] c.o.a.e.config.DriverManagerConfig       : Loaded JDBC driver: com.mysql.cj.jdbc.Driver. Version: 8.0
2024-08-14 14:02:35.958  INFO 46 --- [           main] c.o.a.e.config.DriverManagerConfig       : Loaded JDBC driver: com.microsoft.sqlserver.jdbc.SQLServerDriver. Version: 4.0
2024-08-14 14:02:35.977  INFO 46 --- [           main] c.o.a.e.config.DriverManagerConfig       : Loaded JDBC driver: oracle.jdbc.OracleDriver. Version: 12.2
2024-08-14 14:02:36.076  INFO 46 --- [           main] c.o.a.e.config.DriverManagerConfig       : Loaded JDBC driver: com.simba.spark.jdbc.Driver. Version: 2.6
2024-08-14 14:02:36.076  INFO 46 --- [           main] c.o.a.e.config.DriverManagerConfig       : Loaded JDBC driver: net.snowflake.client.jdbc.SnowflakeDriver. Version: 3.13
2024-08-14 14:02:39.723  INFO 46 --- [           main] o.a.t.util.net.NioEndpoint.certificate   : Connector [https-jsse-nio-8888], TLS virtual host [_default_], certificate type [UNDEFINED] configured from keystore [jar:file:/execution-engine.jar!/BOOT-INF/classes!/keystore.jks] using alias [arachne] with trust store [null]
2024-08-14 14:02:39.771  INFO 46 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8888 (https) with context path ''
2024-08-14 14:02:40.871  INFO 46 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 9999 (https)
2024-08-14 14:02:40.878  INFO 46 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2024-08-14 14:02:40.880  INFO 46 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.83]
2024-08-14 14:02:40.908  INFO 46 --- [           main] o.a.c.c.C.[Tomcat-1].[localhost].[/]     : Initializing Spring embedded WebApplicationContext
2024-08-14 14:02:40.909  INFO 46 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1113 ms
2024-08-14 14:02:41.009  INFO 46 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 1 endpoint(s) beneath base path '/actuator'
2024-08-14 14:02:41.264  INFO 46 --- [           main] o.a.t.util.net.NioEndpoint.certificate   : Connector [https-jsse-nio-9999], TLS virtual host [_default_], certificate type [UNDEFINED] configured from keystore [jar:file:/execution-engine.jar!/BOOT-INF/classes!/keystore.jks] using alias [arachne] with trust store [null]
2024-08-14 14:02:41.271  INFO 46 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 9999 (https) with context path ''
2024-08-14 14:02:41.365  INFO 46 --- [           main] c.o.a.e.ExecutionEngineStarter           : Started ExecutionEngineStarter in 21.581 seconds (JVM running for 24.094)
/usr/bin/systemctl:1541: SyntaxWarning: invalid escape sequence '\w'
  expanded = re.sub("[$](\w+)", lambda m: get_env1(m), cmd.replace("\\\n",""))
/usr/bin/systemctl:1543: SyntaxWarning: invalid escape sequence '\w'
  new_text = re.sub("[$][{](\w+)[}]", lambda m: get_env2(m), expanded)
/usr/bin/systemctl:1628: SyntaxWarning: invalid escape sequence '\w'
  cmd3 = re.sub("[$](\w+)", lambda m: get_env1(m), cmd2)
/usr/bin/systemctl:1631: SyntaxWarning: invalid escape sequence '\w'
  newcmd += [ re.sub("[$][{](\w+)[}]", lambda m: get_env2(m), part) ]
/usr/bin/systemctl:1541: SyntaxWarning: invalid escape sequence '\w'
  expanded = re.sub("[$](\w+)", lambda m: get_env1(m), cmd.replace("\\\n",""))
/usr/bin/systemctl:1543: SyntaxWarning: invalid escape sequence '\w'
  new_text = re.sub("[$][{](\w+)[}]", lambda m: get_env2(m), expanded)
/usr/bin/systemctl:1628: SyntaxWarning: invalid escape sequence '\w'
  cmd3 = re.sub("[$](\w+)", lambda m: get_env1(m), cmd2)
/usr/bin/systemctl:1631: SyntaxWarning: invalid escape sequence '\w'
  newcmd += [ re.sub("[$][{](\w+)[}]", lambda m: get_env2(m), part) ]
 * Starting periodic command scheduler cron
   ...done.
/usr/bin/systemctl:1541: SyntaxWarning: invalid escape sequence '\w'
  expanded = re.sub("[$](\w+)", lambda m: get_env1(m), cmd.replace("\\\n",""))
/usr/bin/systemctl:1543: SyntaxWarning: invalid escape sequence '\w'
  new_text = re.sub("[$][{](\w+)[}]", lambda m: get_env2(m), expanded)
/usr/bin/systemctl:1628: SyntaxWarning: invalid escape sequence '\w'
  cmd3 = re.sub("[$](\w+)", lambda m: get_env1(m), cmd2)
/usr/bin/systemctl:1631: SyntaxWarning: invalid escape sequence '\w'
  newcmd += [ re.sub("[$][{](\w+)[}]", lambda m: get_env2(m), part) ]
/usr/bin/systemctl:1541: SyntaxWarning: invalid escape sequence '\w'
  expanded = re.sub("[$](\w+)", lambda m: get_env1(m), cmd.replace("\\\n",""))
/usr/bin/systemctl:1543: SyntaxWarning: invalid escape sequence '\w'
  new_text = re.sub("[$][{](\w+)[}]", lambda m: get_env2(m), expanded)
/usr/bin/systemctl:1628: SyntaxWarning: invalid escape sequence '\w'
  cmd3 = re.sub("[$](\w+)", lambda m: get_env1(m), cmd2)
/usr/bin/systemctl:1631: SyntaxWarning: invalid escape sequence '\w'
  newcmd += [ re.sub("[$][{](\w+)[}]", lambda m: get_env2(m), part) ]
 * Starting periodic command scheduler cron

@ablack3
Copy link
Collaborator Author

ablack3 commented Aug 15, 2024

I tried restarting and the app does not start up.

ablack@MI-BLACK ArachneInstall % docker compose up
WARN[0000] /Users/ablack/Desktop/ArachneInstall/docker-compose.yml: `version` is obsolete 
[+] Running 3/0
 ✔ Container arachne-execution-engine   Running                            0.0s 
 ✔ Container arachne-datanode-postgres  Running                            0.0s 
 ✔ Container arachne-datanode           Ru...                              0.0s 
Attaching to arachne-datanode, arachne-datanode-postgres, arachne-execution-engine
arachne-datanode           | 2024-08-14 14:08:12.179  INFO 1 --- [           main] o.a.c.s.p.AnnotationPreprocessorRegistry : Initialize code generators
arachne-datanode           | 2024-08-14 14:08:12.188  INFO 1 --- [           main] o.a.c.s.p.AnnotationPreprocessorRegistry : Registered code generator: strategusPreprocessor for type: strategusjson
arachne-datanode           | 2024-08-14 14:08:14.394  INFO 1 --- [           main] c.o.a.d.c.BuildNumberController          : Version [2.0.2], build [qa] @ [2024-08-09T09:09:05Z]
arachne-datanode           | 2024-08-14 14:08:15.632  INFO 1 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@660591fb, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4a55a6e8, org.springframework.security.web.context.SecurityContextPersistenceFilter@4d0b0fd4, org.springframework.security.web.header.HeaderWriterFilter@ccd1bc3, org.springframework.security.web.authentication.logout.LogoutFilter@4a9486c0, com.odysseusinc.arachne.datanode.security.AuthenticationTokenFilter@607b2792, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6c37bd27, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@30331109, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@8c46918, org.springframework.security.web.session.SessionManagementFilter@4455f57d, org.springframework.security.web.access.ExceptionTranslationFilter@74971ed9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2fc07784]
arachne-datanode           | 2024-08-14 14:08:16.642  INFO 1 --- [           main] o.s.b.a.w.s.WelcomePageHandlerMapping    : Adding welcome page: class path resource [public/index.html]
arachne-datanode           | 2024-08-14 14:08:19.124  INFO 1 --- [           main] o.s.l.c.support.AbstractContextSource    : Property 'userDn' not set - anonymous context will be used for read-write operations
arachne-datanode           | 2024-08-14 14:08:19.641  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 1 endpoint(s) beneath base path '/actuator'
arachne-datanode           | 2024-08-14 14:08:19.895  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
arachne-datanode           | 2024-08-14 14:08:20.002  INFO 1 --- [           main] c.o.a.datanode.WebApplicationStarter     : Started WebApplicationStarter in 46.981 seconds (JVM running for 50.068)
arachne-datanode           | 2024-08-14 14:08:20.199  INFO 1 --- [           main] c.o.a.d.security.UserAccountInitializer  : Verifying 1 service accounts
arachne-datanode           | 2024-08-14 14:08:21.041  WARN 1 --- [NodeScheduler-1] c.o.a.d.e.ExecutionEngineSyncService     : EE status: [ERROR] (Failed to request [https://arachne-execution-engine:8888/api/v1/status?id=10]: Failed to connect to arachne-execution-engine/172.20.0.2:8888)
arachne-datanode           | 2024-08-14 14:08:22.677 ERROR 1 --- [NodeScheduler-2] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode           | 2024-08-14 14:09:24.694 ERROR 1 --- [NodeScheduler-3] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode           | 2024-08-14 14:09:47.312  INFO 1 --- [nio-8080-exec-4] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
arachne-datanode           | 2024-08-14 14:09:47.314  INFO 1 --- [nio-8080-exec-4] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
arachne-datanode           | 2024-08-14 14:09:47.326  INFO 1 --- [nio-8080-exec-4] o.s.web.servlet.DispatcherServlet        : Completed initialization in 12 ms
arachne-datanode           | 2024-08-14 14:09:52.122  INFO 1 --- [nio-8080-exec-8] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Starting...
arachne-datanode           | 2024-08-14 14:09:52.254  INFO 1 --- [nio-8080-exec-8] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Start completed.
arachne-datanode           | 2024-08-14 14:10:26.711 ERROR 1 --- [NodeScheduler-4] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode           | 2024-08-14 14:11:28.734 ERROR 1 --- [NodeScheduler-5] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode-postgres  | 2024-08-14 14:12:30.025 UTC [21] LOG:  checkpoint starting: time
arachne-datanode-postgres  | 2024-08-14 14:12:30.235 UTC [21] LOG:  checkpoint complete: wrote 5 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.206 s, sync=0.003 s, total=0.211 s; sync files=4, longest=0.002 s, average=0.001 s; distance=5 kB, estimate=5 kB
arachne-datanode           | 2024-08-14 14:12:30.752 ERROR 1 --- [NodeScheduler-6] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode           | 2024-08-14 14:13:32.770 ERROR 1 --- [NodeScheduler-7] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode           | 2024-08-14 14:14:34.789 ERROR 1 --- [NodeScheduler-8] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode           | 2024-08-14 14:15:36.805 ERROR 1 --- [NodeScheduler-9] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode           | 2024-08-14 14:16:38.820 ERROR 1 --- [odeScheduler-10] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode           | 2024-08-14 14:17:08.577  INFO 1 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
arachne-datanode           | 2024-08-14 14:17:08.599  INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
arachne-datanode           | 2024-08-14 14:17:08.621  INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
arachne-datanode exited with code 0
arachne-datanode           | 
arachne-datanode           |   .   ____          _            __ _ _
arachne-datanode           |  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
arachne-datanode           | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
arachne-datanode           |  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
arachne-datanode           |   '  |____| .__|_| |_|_| |_\__, | / / / /
arachne-datanode           |  =========|_|==============|___/=/_/_/_/
arachne-datanode           |  :: Spring Boot ::               (v2.7.18)
arachne-datanode           | 
arachne-datanode           | 2024-08-14 14:17:14.285  INFO 1 --- [           main] c.o.a.datanode.WebApplicationStarter     : Starting WebApplicationStarter v2.x-SNAPSHOT using Java 1.8.0_412 on 8e7ef26caf7c with PID 1 (/datanode.jar started by root in /)
arachne-datanode           | 2024-08-14 14:17:14.305  INFO 1 --- [           main] c.o.a.datanode.WebApplicationStarter     : No active profile set, falling back to 1 default profile: "default"
arachne-datanode           | 2024-08-14 14:17:20.356  INFO 1 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
arachne-datanode           | 2024-08-14 14:17:21.041  INFO 1 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 648 ms. Found 8 JPA repository interfaces.
arachne-datanode           | 2024-08-14 14:17:24.675  INFO 1 --- [           main] o.s.c.a.ConfigurationClassEnhancer       : @Bean method SpringPropertiesConfig.propertySourcesPlaceholderConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
arachne-datanode           | 2024-08-14 14:17:24.703  INFO 1 --- [           main] c.u.j.r.DefaultLazyPropertyResolver      : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
arachne-datanode           | 2024-08-14 14:17:24.724  INFO 1 --- [           main] c.u.j.d.DefaultLazyPropertyDetector      : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
arachne-datanode           | 2024-08-14 14:17:26.917  INFO 1 --- [           main] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances
arachne-datanode           | 2024-08-14 14:17:27.068  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
arachne-datanode           | 2024-08-14 14:17:27.070  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
arachne-datanode           | 2024-08-14 14:17:27.070  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
arachne-datanode           | 2024-08-14 14:17:27.071  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
arachne-datanode           | 2024-08-14 14:17:27.071  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
arachne-datanode           | 2024-08-14 14:17:27.071  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
arachne-datanode           | 2024-08-14 14:17:27.072  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
arachne-datanode           | 2024-08-14 14:17:28.158  INFO 1 --- [           main] c.u.j.filter.DefaultLazyPropertyFilter   : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
arachne-datanode           | 2024-08-14 14:17:28.493  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'webConfig' of type [com.odysseusinc.arachne.datanode.config.WebConfig$$EnhancerBySpringCGLIB$$3f06e386] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
arachne-datanode-postgres  | 2024-08-14 14:17:30.248 UTC [21] LOG:  checkpoint starting: time
arachne-datanode           | 2024-08-14 14:17:30.258  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
arachne-datanode           | 2024-08-14 14:17:30.303  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
arachne-datanode           | 2024-08-14 14:17:30.304  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.83]
arachne-datanode-postgres  | 2024-08-14 14:17:30.359 UTC [21] LOG:  checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.106 s, sync=0.002 s, total=0.112 s; sync files=2, longest=0.001 s, average=0.001 s; distance=6 kB, estimate=6 kB
arachne-datanode           | 2024-08-14 14:17:30.593  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
arachne-datanode           | 2024-08-14 14:17:30.595  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 15736 ms
arachne-datanode           | 2024-08-14 14:17:30.997  WARN 1 --- [           main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
arachne-datanode           | 2024-08-14 14:17:31.854  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
arachne-datanode           | 2024-08-14 14:17:32.024  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
arachne-datanode           | 2024-08-14 14:17:33.033  INFO 1 --- [           main] o.f.c.internal.license.VersionPrinter    : Flyway Community Edition 8.5.13 by Redgate
arachne-datanode           | 2024-08-14 14:17:33.037  INFO 1 --- [           main] o.f.c.internal.license.VersionPrinter    : See what's new here: https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.13
arachne-datanode           | 2024-08-14 14:17:33.038  INFO 1 --- [           main] o.f.c.internal.license.VersionPrinter    : 
arachne-datanode           | 2024-08-14 14:17:33.531  INFO 1 --- [           main] o.f.c.i.database.base.BaseDatabaseType   : Database: jdbc:postgresql://arachne-datanode-postgres:5432/arachne_datanode (PostgreSQL 15.5)
arachne-datanode           | 2024-08-14 14:17:33.573  WARN 1 --- [           main] o.f.c.internal.database.base.Database    : Flyway upgrade recommended: PostgreSQL 15.5 is newer than this version of Flyway and support has not been tested. The latest supported version of PostgreSQL is 14.
arachne-datanode           | 2024-08-14 14:17:33.944  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "public": 20240719000000
arachne-datanode           | 2024-08-14 14:17:33.946  WARN 1 --- [           main] o.f.core.internal.command.DbMigrate      : outOfOrder mode is active. Migration of schema "public" may not be reproducible.
arachne-datanode           | 2024-08-14 14:17:33.949  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Schema "public" is up to date. No migration necessary.
arachne-datanode           | 2024-08-14 14:17:34.630  INFO 1 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
arachne-datanode           | 2024-08-14 14:17:34.878  INFO 1 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 5.6.15.Final
arachne-datanode           | 2024-08-14 14:17:35.598  INFO 1 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
arachne-datanode           | 2024-08-14 14:17:36.104  INFO 1 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL95Dialect
arachne-datanode           | 2024-08-14 14:17:41.506  INFO 1 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
arachne-datanode           | 2024-08-14 14:17:41.557  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
arachne-datanode           | 2024-08-14 14:17:46.686  INFO 1 --- [           main] o.s.boot.web.servlet.RegistrationBean    : Filter authenticationTokenFilter was not registered (disabled)
arachne-datanode           | 2024-08-14 14:17:48.960  INFO 1 --- [           main] o.a.c.s.p.AnnotationPreprocessorRegistry : Initialize code generators
arachne-datanode           | 2024-08-14 14:17:48.971  INFO 1 --- [           main] o.a.c.s.p.AnnotationPreprocessorRegistry : Registered code generator: strategusPreprocessor for type: strategusjson
arachne-datanode           | 2024-08-14 14:17:51.339  INFO 1 --- [           main] c.o.a.d.c.BuildNumberController          : Version [2.0.2], build [qa] @ [2024-08-09T09:09:05Z]
arachne-datanode           | 2024-08-14 14:17:52.674  INFO 1 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4a55a6e8, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@8c46918, org.springframework.security.web.context.SecurityContextPersistenceFilter@7a24eb3, org.springframework.security.web.header.HeaderWriterFilter@878537d, org.springframework.security.web.authentication.logout.LogoutFilter@4c27d39d, com.odysseusinc.arachne.datanode.security.AuthenticationTokenFilter@7f9e1534, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@25d3cfc8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2571066a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@226b143b, org.springframework.security.web.session.SessionManagementFilter@29fc1a2b, org.springframework.security.web.access.ExceptionTranslationFilter@131fcb6f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@353efdbf]
arachne-datanode           | 2024-08-14 14:17:53.734  INFO 1 --- [           main] o.s.b.a.w.s.WelcomePageHandlerMapping    : Adding welcome page: class path resource [public/index.html]
arachne-datanode           | 2024-08-14 14:17:56.235  INFO 1 --- [           main] o.s.l.c.support.AbstractContextSource    : Property 'userDn' not set - anonymous context will be used for read-write operations
arachne-datanode           | 2024-08-14 14:17:56.785  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 1 endpoint(s) beneath base path '/actuator'
arachne-datanode           | 2024-08-14 14:17:57.042  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
arachne-datanode           | 2024-08-14 14:17:57.180  INFO 1 --- [           main] c.o.a.datanode.WebApplicationStarter     : Started WebApplicationStarter in 45.696 seconds (JVM running for 48.309)
arachne-datanode           | 2024-08-14 14:17:57.946  INFO 1 --- [nio-8080-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
arachne-datanode           | 2024-08-14 14:17:57.959  INFO 1 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
arachne-datanode           | 2024-08-14 14:17:57.975  INFO 1 --- [           main] c.o.a.d.security.UserAccountInitializer  : Verifying 1 service accounts
arachne-datanode           | 2024-08-14 14:17:57.982  INFO 1 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet        : Completed initialization in 22 ms
arachne-datanode           | 2024-08-14 14:18:00.201 ERROR 1 --- [NodeScheduler-2] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode           | 2024-08-14 14:19:02.246 ERROR 1 --- [NodeScheduler-3] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode           | 2024-08-14 14:20:04.264 ERROR 1 --- [NodeScheduler-4] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode           | 2024-08-14 14:21:06.424 ERROR 1 --- [NodeScheduler-5] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-execution-engine exited with code 0
arachne-execution-engine   | /usr/bin/systemctl:1541: SyntaxWarning: invalid escape sequence '\w'
arachne-execution-engine   |   expanded = re.sub("[$](\w+)", lambda m: get_env1(m), cmd.replace("\\\n",""))
arachne-execution-engine   | /usr/bin/systemctl:1543: SyntaxWarning: invalid escape sequence '\w'
arachne-execution-engine   |   new_text = re.sub("[$][{](\w+)[}]", lambda m: get_env2(m), expanded)
arachne-execution-engine   | /usr/bin/systemctl:1628: SyntaxWarning: invalid escape sequence '\w'
arachne-execution-engine   |   cmd3 = re.sub("[$](\w+)", lambda m: get_env1(m), cmd2)
arachne-execution-engine   | /usr/bin/systemctl:1631: SyntaxWarning: invalid escape sequence '\w'
arachne-execution-engine   |   newcmd += [ re.sub("[$][{](\w+)[}]", lambda m: get_env2(m), part) ]
arachne-execution-engine   | /usr/bin/systemctl:1541: SyntaxWarning: invalid escape sequence '\w'
arachne-execution-engine   |   expanded = re.sub("[$](\w+)", lambda m: get_env1(m), cmd.replace("\\\n",""))
arachne-execution-engine   | /usr/bin/systemctl:1543: SyntaxWarning: invalid escape sequence '\w'
arachne-execution-engine   |   new_text = re.sub("[$][{](\w+)[}]", lambda m: get_env2(m), expanded)
arachne-execution-engine   | /usr/bin/systemctl:1628: SyntaxWarning: invalid escape sequence '\w'
arachne-execution-engine   |   cmd3 = re.sub("[$](\w+)", lambda m: get_env1(m), cmd2)
arachne-execution-engine   | /usr/bin/systemctl:1631: SyntaxWarning: invalid escape sequence '\w'
arachne-execution-engine   |   newcmd += [ re.sub("[$][{](\w+)[}]", lambda m: get_env2(m), part) ]
arachne-execution-engine   |  * Starting periodic command scheduler cron
arachne-execution-engine   |    ...done.
arachne-datanode           | 2024-08-14 14:22:08.446 ERROR 1 --- [NodeScheduler-6] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode-postgres  | 2024-08-14 14:22:30.365 UTC [21] LOG:  checkpoint starting: time
arachne-datanode-postgres  | 2024-08-14 14:22:30.475 UTC [21] LOG:  checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.103 s, sync=0.002 s, total=0.110 s; sync files=2, longest=0.001 s, average=0.001 s; distance=7 kB, estimate=7 kB
arachne-datanode           | 2024-08-14 14:23:10.468 ERROR 1 --- [NodeScheduler-7] c.o.a.d.e.EnvironmentDescriptorService   : Failed to request [https://arachne-execution-engine:8888/api/v1/descriptors]: Failed to connect to arachne-execution-engine/172.20.0.2:8888
arachne-datanode           | 2024-08-14 14:23:54.911  INFO 1 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
arachne-datanode           | 2024-08-14 14:23:54.929  INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
arachne-datanode           | 2024-08-14 14:23:54.948  INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
arachne-datanode exited with code 0
arachne-datanode           | 
arachne-datanode           |   .   ____          _            __ _ _
arachne-datanode           |  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
arachne-datanode           | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
arachne-datanode           |  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
arachne-datanode           |   '  |____| .__|_| |_|_| |_\__, | / / / /
arachne-datanode           |  =========|_|==============|___/=/_/_/_/
arachne-datanode           |  :: Spring Boot ::               (v2.7.18)
arachne-datanode           | 
arachne-datanode           | 2024-08-14 14:24:00.425  INFO 1 --- [           main] c.o.a.datanode.WebApplicationStarter     : Starting WebApplicationStarter v2.x-SNAPSHOT using Java 1.8.0_412 on 8e7ef26caf7c with PID 1 (/datanode.jar started by root in /)
arachne-datanode           | 2024-08-14 14:24:00.441  INFO 1 --- [           main] c.o.a.datanode.WebApplicationStarter     : No active profile set, falling back to 1 default profile: "default"
arachne-datanode           | 2024-08-14 14:24:06.411  INFO 1 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
arachne-datanode           | 2024-08-14 14:24:06.993  INFO 1 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 538 ms. Found 8 JPA repository interfaces.
arachne-datanode           | 2024-08-14 14:24:10.263  INFO 1 --- [           main] o.s.c.a.ConfigurationClassEnhancer       : @Bean method SpringPropertiesConfig.propertySourcesPlaceholderConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
arachne-datanode           | 2024-08-14 14:24:10.289  INFO 1 --- [           main] c.u.j.r.DefaultLazyPropertyResolver      : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
arachne-datanode           | 2024-08-14 14:24:10.309  INFO 1 --- [           main] c.u.j.d.DefaultLazyPropertyDetector      : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
arachne-datanode           | 2024-08-14 14:24:12.567  INFO 1 --- [           main] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances
arachne-datanode           | 2024-08-14 14:24:12.701  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
arachne-datanode           | 2024-08-14 14:24:12.703  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
arachne-datanode           | 2024-08-14 14:24:12.704  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
arachne-datanode           | 2024-08-14 14:24:12.704  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
arachne-datanode           | 2024-08-14 14:24:12.705  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
arachne-datanode           | 2024-08-14 14:24:12.705  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
arachne-datanode           | 2024-08-14 14:24:12.705  INFO 1 --- [           main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
arachne-datanode           | 2024-08-14 14:24:13.857  INFO 1 --- [           main] c.u.j.filter.DefaultLazyPropertyFilter   : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
arachne-datanode           | 2024-08-14 14:24:14.253  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'webConfig' of type [com.odysseusinc.arachne.datanode.config.WebConfig$$EnhancerBySpringCGLIB$$3f06e386] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
arachne-datanode           | 2024-08-14 14:24:15.917  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
arachne-datanode           | 2024-08-14 14:24:15.954  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
arachne-datanode           | 2024-08-14 14:24:15.954  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.83]
arachne-datanode           | 2024-08-14 14:24:16.184  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
arachne-datanode           | 2024-08-14 14:24:16.186  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 15126 ms
arachne-datanode           | 2024-08-14 14:24:16.648  WARN 1 --- [           main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
arachne-datanode           | 2024-08-14 14:24:17.681  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
arachne-datanode           | 2024-08-14 14:24:17.909  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
arachne-datanode           | 2024-08-14 14:24:19.019  INFO 1 --- [           main] o.f.c.internal.license.VersionPrinter    : Flyway Community Edition 8.5.13 by Redgate
arachne-datanode           | 2024-08-14 14:24:19.021  INFO 1 --- [           main] o.f.c.internal.license.VersionPrinter    : See what's new here: https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.13
arachne-datanode           | 2024-08-14 14:24:19.021  INFO 1 --- [           main] o.f.c.internal.license.VersionPrinter    : 
arachne-datanode           | 2024-08-14 14:24:19.273  INFO 1 --- [           main] o.f.c.i.database.base.BaseDatabaseType   : Database: jdbc:postgresql://arachne-datanode-postgres:5432/arachne_datanode (PostgreSQL 15.5)
arachne-datanode           | 2024-08-14 14:24:19.305  WARN 1 --- [           main] o.f.c.internal.database.base.Database    : Flyway upgrade recommended: PostgreSQL 15.5 is newer than this version of Flyway and support has not been tested. The latest supported version of PostgreSQL is 14.
arachne-datanode           | 2024-08-14 14:24:19.639  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "public": 20240719000000
arachne-datanode           | 2024-08-14 14:24:19.640  WARN 1 --- [           main] o.f.core.internal.command.DbMigrate      : outOfOrder mode is active. Migration of schema "public" may not be reproducible.
arachne-datanode           | 2024-08-14 14:24:19.642  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Schema "public" is up to date. No migration necessary.
arachne-datanode           | 2024-08-14 14:24:20.316  INFO 1 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
arachne-datanode           | 2024-08-14 14:24:20.572  INFO 1 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 5.6.15.Final
arachne-datanode           | 2024-08-14 14:24:21.318  INFO 1 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
arachne-datanode           | 2024-08-14 14:24:21.830  INFO 1 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL95Dialect
arachne-datanode           | 2024-08-14 14:24:27.212  INFO 1 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
arachne-datanode           | 2024-08-14 14:24:27.263  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
arachne-datanode-postgres  | 2024-08-14 14:27:30.581 UTC [21] LOG:  checkpoint starting: time
arachne-datanode-postgres  | 2024-08-14 14:27:30.692 UTC [21] LOG:  checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.106 s, sync=0.002 s, total=0.112 s; sync files=2, longest=0.002 s, average=0.001 s; distance=7 kB, estimate=7 kB
arachne-datanode exited with code 137
arachne-datanode-postgres  | 2024-08-14 15:02:53.877 UTC [1] LOG:  received fast shutdown request
arachne-datanode-postgres  | 2024-08-14 15:02:53.881 UTC [1] LOG:  aborting any active transactions
arachne-datanode-postgres  | 2024-08-14 15:02:53.882 UTC [1] LOG:  background worker "logical replication launcher" (PID 26) exited with exit code 1
arachne-datanode-postgres  | 2024-08-14 15:02:53.882 UTC [21] LOG:  shutting down
arachne-datanode-postgres  | 2024-08-14 15:02:53.883 UTC [21] LOG:  checkpoint starting: shutdown immediate
arachne-datanode-postgres  | 2024-08-14 15:02:53.885 UTC [21] LOG:  checkpoint complete: wrote 0 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.003 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=6 kB
arachne-datanode-postgres  | 2024-08-14 15:02:53.887 UTC [1] LOG:  database system is shut down
arachne-datanode-postgres exited with code 0
arachne-execution-engine exited with code 137
ablack@MI-BLACK ArachneInstall % 

@konstjar konstjar added bug Something isn't working priority labels Aug 20, 2024
@konstjar konstjar self-assigned this Sep 19, 2024
dmitrys-odysseus pushed a commit that referenced this issue Sep 23, 2024
dmitrys-odysseus pushed a commit that referenced this issue Sep 25, 2024
dmitrys-odysseus added a commit that referenced this issue Oct 2, 2024
Detect execution engine mode on the fly. Simultaneously support docker and tarball modes. (#64, #66, #68)
@konstjar
Copy link
Contributor

konstjar commented Oct 4, 2024

Under investigation after #71 fix

@konstjar konstjar added this to the v2.0.3 milestone Oct 4, 2024
@konstjar
Copy link
Contributor

konstjar commented Oct 9, 2024

Addressed by preparing multi-arch Docker images

@konstjar konstjar closed this as completed Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority
Projects
None yet
Development

No branches or pull requests

2 participants