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
Trying to run the glassfish-runner/persistence-platform-tck javatest protocol based tests fails with:
Starting database using command: [/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home/bin/java, -jar, /Users/starksm/Dev/Jakarta/platform-tck/glassfish-runner/persistence-platform-tck/target/glassfish8/glassfish/modules/admin-cli.jar, start-database, --dbname=/Users/starksm/Dev/Jakarta/platform-tck/glassfish-runner/persistence-platform-tck/target/glassfish8/glassfish/domains/domain1/config/derbyDB;create=true, --sqlfilename=/Users/starksm/Dev/Jakarta/platform-tck/glassfish-runner/persistence-platform-tck/sql/derby/derby.ddl.sql, --dbuser=cts1, --passwordfile=/Users/starksm/Dev/Jakarta/platform-tck/glassfish-runner/persistence-platform-tck/sql/derby/password.txt, -t]
Invalid option: --dbname=/Users/starksm/Dev/Jakarta/platform-tck/glassfish-runner/persistence-platform-tck/target/glassfish8/glassfish/domains/domain1/config/derbyDB;create=true
Usage: nadmin [nadmin-utility-options] start-database [--dbhome <dbhome>]
[--jvmoptions <jvmoptions>] [--dbhost <dbhost(default:0.0.0.0)>]
[--dbport <dbport(default:1527)>] [-?|--help[=<help(default:false)>]]
Dec 09, 2024 11:26:14 AM org.omnifaces.arquillian.container.glassfish.managed.GlassFishServerControl startDerbyDatabase
WARNING: It seems that the GlassFish version you are running might have a problem starting embedded Derby database. Please take a look at the server logs. You can also switch off 'enableDerby' property in your 'arquillian.xml' if you don't need it.
It's the default GlassFish version that's the problem here. M8 would actually work, but we didn't release a JDK 17 version of that. I'll release a new milestone shortly, and will update the test.
In the meantime, you can use M8 (for JDK 21), or compile the 8.0 JDK17 branch and use that.
Describe the bug
Trying to run the glassfish-runner/persistence-platform-tck javatest protocol based tests fails with:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
GF should at least startup along with the database
The text was updated successfully, but these errors were encountered: