Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] GlassFish Version Mismatch

Tested and verified on the command line. You were right.

The error message seems to be coming from Netbeans. (When I add the server downloaded from the link below it gives that error but when I let Netbeans download it then it works.)

Thanks for your assistance!

Edward A. Ipser, Jr., PhD



On Sep 25, 2021, at 11:20 PM, Ivar Grimstad <ivar.grimstad@xxxxxxxxxxxxxxxxxxxxxx> wrote:

I just downloaded 6.2.1 Full from this link: https://download.eclipse.org/ee4j/glassfish/glassfish-6.2.1.zip

The README.md file says: "Eclipse GlassFish 6.0.0 requires JDK 8"

But the binaries are 6.2.1 and it runs fine with Java SE 17
---------------------
~/Downloads/glassfish6/bin$ java -version
openjdk version "17" 2021-09-14
OpenJDK Runtime Environment Temurin-17+35 (build 17+35)
OpenJDK 64-Bit Server VM Temurin-17+35 (build 17+35, mixed mode, sharing)

~/Downloads/glassfish6/bin$ ./asadmin version
Version = Eclipse GlassFish  6.2.1  (build master-b569-gad91414 2021-08-26T23:45:22+0000)
Command version executed successfully.
-------------------

So it is just the README file that needs to be updated.

Ivar

On Sat, Sep 25, 2021 at 7:07 PM Edward A. Ipser, Jr. <ipser@xxxxxxxxx> wrote:
It would seem so.

When I try to start it I get the error message: “Glassfish server cannot be started with JDK11. Please select another Java SE Platform.”

That is consistent with Glassfish 6.0 but not 6.1/6.2, right?

Edward A. Ipser, Jr., PhD



On Sep 25, 2021, at 9:21 AM, arjan tijms <arjan.tijms@xxxxxxxxx> wrote:

Hi,

On Sat, Sep 25, 2021 at 12:00 AM Ajay Kumar Vijaya Kumar <ajay.v200995@xxxxxxxxx> wrote:
I have downloaded the link you have given and it still downloads GlassFish 6.0.0.

If you actually start it up, is it then also GlassFish 6.0.0?

Kind regards,
Arjan


 
_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev


--
Ivar Grimstad
Jakarta EE Developer Advocate | Eclipse Foundation Eclipse Foundation - Community. Code. Collaboration. 
_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev


Back to the top