You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the hs_err log, the issue occurs within yjpagent.dll that calls KERNELBASE.dll and doesn't handle a C++ exception correctly. Additionally, the Java call stack shows the presence of virtual threads. According to the YourKit team, this profiler does not support virtual threads (see: YourKit Forum https://www.yourkit.com/forum/viewtopic.php?t=44587).
Could you please provide a reproducer so we can further investigate the problem?
We're having problems building your application by calling gradlew assemble.
> Task :bootJar FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':bootJar'.
> Could not resolve all artifacts for configuration ':detachedConfiguration11'.
> Cannot resolve external dependency org.springframework.boot:spring-boot-dependencies:3.3.2 because no repositories are defined.
Required by:
project :
Please fix your build or provide instruction on how to build it.
The first file is the log of my application
The second one is JVM log
The third one is profiler's log
ConcurrencyDemoApplication-29132.log
hs_err_pid23232.log
log.txt
The text was updated successfully, but these errors were encountered: