[19:22:03] having a bit of an issue with rust. `cargo check` returns `/data/project/rustup/rustup/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc: error while loading shared libraries: libLLVM-15-rust-1.67.1-stable.so: failed to map segment from shared object [19:22:03] ` [19:53:52] is some here interested in learn me how to run CDK Depict (https://github.com/cdk/depict) on Toolforge? it has an exectable .war file that can be run with 'java -jar', but I get a 503 from nginx and not sure how to pinpoint what I am doing wrong [21:01:45] okay, via the Tomcat route we managed to set it up... with some guessing here and there. just running out of memory now (re @Egon: is some here interested in learn me how to run CDK Depict (https://github.com/cdk/depict) on Toolforge? it has an exectable .war...) [21:22:38] which issue die you have with running it without tomcat? per T141396 we're trying to discourage new tools from running on tomcat [21:22:38] T141396: Provide a migration path for tools running tomcat - https://phabricator.wikimedia.org/T141396 [21:25:42] with kubernetes jdk17 I am not getting any error message on toolforge, but at cdkdepict.toolforge I get an nginx error and no content [21:26:33] I don't see anything running as the 'cdkdepict' tool [21:26:45] I can change that :) [21:27:41] I just ran: webservice --backend=kubernetes jdk17 start '/usr/bin/java -Dserver.port=8000 -jar /data/project/cdkdepict/cdkdepict.war' [21:28:29] try without quotes around the command? [21:29:17] then I do get an error: webservice: error: unrecognized arguments: -Dserver.port=8000 -jar /data/project/cdkdepict/cdkdepict.war [21:31:02] hm, what about 'webservice --backend=kubernetes jdk17 start -- /usr/bin/java -Dserver.port=8000 -jar /data/project/cdkdepict/cdkdepict.war' [21:32:03] "502 Bad Gateway" [21:32:52] at least the process started fine [21:32:53] oh... [21:33:55] yes, and I am now seeing something I expect!!! [21:34:03] — FTW :) [21:34:18] yeah, looks like it was just a bit slow booting up? [21:34:19] replacing the quotes with '—' seems to have done the job! [21:34:55] perhaps... but I haven't been impatient [21:34:57] looks like you copied stuff from https://wikitech.wikimedia.org/wiki/Help:Toolforge/Web/Java? /me updates that page [21:35:14] yeah, exactly [21:35:19] that had the quotes around the full command [21:36:39] taavi, thank you so much for your support! (now Scholia can start depicting chemicals :)