GisTom2 opened a new issue, #7214: URL: https://github.com/apache/netbeans/issues/7214
### Apache NetBeans version Apache NetBeans 21 ### What happened The profile cannot start Error occurred during initialization of VM Could not find agent library /usr/lib/apache-netbeans/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so in absolute path, with error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/apache-netbeans/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so) I can compile and debug the project. [messages.log](https://github.com/apache/netbeans/files/14815970/messages.log) ### Language / Project Type / NetBeans Component Java Maven Web application project ### How to reproduce 1. Install NB21 2. Create the maven project 3. Try to profile the project ### Did this work correctly in an earlier version? Apache NetBeans 16 or earlier ### Operating System Ubuntu 20.04 Linux version 5.15.0-101-generic running on amd64 ### JDK 17.0.6; Java HotSpot(TM) 64-Bit Server VM 17.0.6+9-LTS-190; Oracle Corporation ### Apache NetBeans packaging Apache NetBeans provided installer, Apache NetBeans Snap Package ### Anything else [messages.log](https://github.com/apache/netbeans/files/14815967/messages.log) This is a stable issue. How to replicate 1. Install NB21 2. Create the maven project 3. Try to profile the project ----------------< com.BratzoCermak:binanceSpikeTrader >----------------- Building binanceSpikeTrader 1.0-SNAPSHOT from pom.xml --------------------------------[ jar ]--------------------------------- --- exec:3.1.0:exec (default-cli) @ binanceSpikeTrader --- Error occurred during initialization of VM Could not find agent library /usr/lib/apache-netbeans/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so in absolute path, with error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/apache-netbeans/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so) Command execution failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
