Andres Luuk
Andres Luuk
Yes I ran it from command line (mvn clean install): mvn --version Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: C:\PROGRA~1\apache-maven-3.8.5 Java version: 17.0.1, vendor: Oracle Corporation, runtime: C:\Progra~1\Java\jdk-17.0.1 Default locale: en_US,...
Now I decided to try it out on linux (Jenkins) it was much better: 09:22:35 [INFO] sample ............................................. SUCCESS [ 7.214 s] 09:22:35 [INFO] commons ............................................ SUCCESS [ 10.228 s]...
Yes we are running the same workload (tests) on all the servers. In more details we have multiple sets of tests and different suites have failed. The memory overhead on...
I got the dump ``` C:\work\servers\jetty-home-12.0.0-SNAPSHOT>java -jar start.jar jetty.base=base9 jetty.deploy.monitoredDir=../webapps jetty.server.dumpAfterStart=true 2023-07-26 15:10:10.115:INFO :oejs.Server:main: jetty-12.0.0-SNAPSHOT; built: 2023-07-26T05:17:51.528Z; git: fc872bacb25d9f9bfe25acc27a6d6f25b1d441b5; jvm 17.0.4+8 2023-07-26 15:10:10.138:INFO :oejdp.ScanningAppProvider:main: Deployment monitor ee9 in [file:///C:/work/servers/jetty-home-12.0.0-SNAPSHOT/webapps/] at...
I also tryed to get a dump with application deployed, but this one just overflows :P a bug? [andres.txt](https://github.com/eclipse/jetty.project/files/12172267/andres.txt)
But yes If I kill the process before the overflow i see: ``` | | +> Systemclasses exp-weld40-beanClassAdd@1672fe87 size=15 | | | +> jakarta. | | | +> java. |...
Yes, I started my investigation from there. and the jakarta.enterprise.inject.spi.CDI comes from the server and not my webapp. I have no idea why the server provides it, as I have...
oh nice:) >> java -jar /opt/jetty-home-12.0.0/start.jar --add-modules=http,ee10-deploy,ee10-annotations From the modules you mentioned I have all of them enabled, but the list-modules does not declare it will include CDI as a...
Thank you, I tryed it out and I got my CDI application working with it.
Just a side note. I think the classloader dumping (jetty.server.dumpAfterStart=true) endless loop deserves also a check: ``` | +> WebAppClassLoader{exp-weld40-beanClassAdd}@2235eaab | | +> URLs size=22 | | | +> file:/C:/work/servers/jetty-home-12.0.0-SNAPSHOT/webapps/exp-weld40-beanClassAdd/WEB-INF/classes/...