You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Glenn Holmer <ce...@protonmail.com.INVALID> on 2022/10/01 20:06:53 UTC

registering latest Payara

I haven't done much EE programming since I retired, but want to update
an app I wrote to the latest Jakara EE.

Is that supported in NetBeans 15? Because I had trouble registering the
server in NetBeans. It's installed (payara-6.2022.1.Alpha4.zip), and I
can get the pages on 8080 and 4848, but here's what happens when I try
to register Payara:

0) I select a location (/opt/payara6)
1) I get "Detected a 6.2022.1 install. Click Next to register remote or
custom local domains." ("Local Domain" is selected, "Download Now..." is
greyed out)
2) I click Next, but nothing happens except that the "Click Next"
message disappears. "Finish" is greyed out.

What am I doing wrong? I'm running on openjdk 17.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: registering latest Payara

Posted by Michael Bien <mb...@gmail.com>.
Hi Glenn,

there is a PR in the queue which is fixing this:
https://github.com/apache/netbeans/pull/4695

saw many Jakarta EE related PRs recently targeted for NB 16.

best regards,
michael


On 01.10.22 22:06, Glenn Holmer wrote:
> I haven't done much EE programming since I retired, but want to update
> an app I wrote to the latest Jakara EE.
>
> Is that supported in NetBeans 15? Because I had trouble registering the
> server in NetBeans. It's installed (payara-6.2022.1.Alpha4.zip), and I
> can get the pages on 8080 and 4848, but here's what happens when I try
> to register Payara:
>
> 0) I select a location (/opt/payara6)
> 1) I get "Detected a 6.2022.1 install. Click Next to register remote or
> custom local domains." ("Local Domain" is selected, "Download Now..." is
> greyed out)
> 2) I click Next, but nothing happens except that the "Click Next"
> message disappears. "Finish" is greyed out.
>
> What am I doing wrong? I'm running on openjdk 17.
>
> --
> Glenn Holmer (Linux registered user #16682)
> "After the vintage season came the aftermath -- and Cenbe."
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: users-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: registering latest Payara

Posted by Richard Grin <Ri...@univ-cotedazur.fr>.
Hi Josh,

So, thanks to Jose Contreras and Gaurav Gupta too :-).

I have just tried your archetype webapp-jarkata91 to test with Jakarta 
EE 9.1 (at least to replace javax by jakarta, preparing for Jakarta 
EE10). It worked but I couldn't start GlassFish 6.2.5 from NetBeans and 
I had to start it with asadmin in a terminal. Is there a way to start it 
from NetBeans?

Best regards,

Richard

Le 02/10/2022 à 19:36, Josh Juneau a écrit :
> Hi Richard,
>
> Thanks for the kind words, but all of these latest changes for Jakarta 
> EE were from Jose Contreras and Gaurav Gupta!  I've just created and 
> submitted a Jakarta EE 10 Maven archetype (JDK11 and full profile). 
>  It should become available at the following URL within the next few days:
>
> https://mvnrepository.com/artifact/io.github.juneau001
>
> Also, you should be able to manually create a Jakarta EE 10 
> application within NetBeans...just do not select a server to deploy to 
> for now.  Since Jakarta EE 10 is not yet supported by NetBeans, it 
> will not allow you to deploy to any of the registered servers. 
>  However, you should still be able to develop a Jakarta EE 10 app and 
> deploy to a compliant server.
>
> I'm also hoping to find some time to repair a few more issues with 
> Jakarta EE for NetBeans 16, so stay tuned!
>
> Thanks
>
> Josh Juneau
> juneau001@gmail.com
> http://jj-blogger.blogspot.com
> https://www.apress.com/us/search?query=Juneau
>
>> On Oct 2, 2022, at 2:42 AM, Richard Grin 
>> <Ri...@univ-cotedazur.fr> wrote:
>>
>> 
>>
>> Hi Josh,
>>
>> Thanks for your work for NetBeans.
>>
>> It seems that bug #4605 has been fixed ("Impossible to create a Maven 
>> Web application for Jakarta EE 9.1" ; bug #4532). How can I get the 
>> new version of the Maven achetype to create a Jakarta EE 9.1 project? 
>> NetBeans 15 "Check for Updates"  displays "Your IDE is up to date".
>>
>> I am teaching a course on Jakarta EE in November and I would like to 
>> use Jakarta EE 10. When do you think it will be possible to get the 
>> (pre-release) version of NetBeans 16 that will contain the PRs for 
>> Jakarta EE 10?
>>
>> Best regards,
>>
>> Richard
>>
>> Le 02/10/2022 à 07:23, Josh Juneau a écrit :
>>> Hi Glenn,
>>>
>>> Yes, Michael is correct that there are PRs coming for Jakarta EE 10 
>>> and Payara 6 in NetBeans 16.  You should be able to run Payara 5, 
>>> GlassFish 6 along with Jakarta EE 9.1 in NetBeans 15.
>>>
>>> Thanks
>>>
>>> Josh Juneau
>>> juneau001@gmail.com
>>> http://jj-blogger.blogspot.com
>>> https://www.apress.com/us/search?query=Juneau
>>>
>>>> On Oct 1, 2022, at 3:07 PM, Glenn Holmer 
>>>> <ce...@protonmail.com.invalid> wrote:
>>>>
>>>> I haven't done much EE programming since I retired, but want to update
>>>> an app I wrote to the latest Jakara EE.
>>>>
>>>> Is that supported in NetBeans 15? Because I had trouble registering the
>>>> server in NetBeans. It's installed (payara-6.2022.1.Alpha4.zip), and I
>>>> can get the pages on 8080 and 4848, but here's what happens when I try
>>>> to register Payara:
>>>>
>>>> 0) I select a location (/opt/payara6)
>>>> 1) I get "Detected a 6.2022.1 install. Click Next to register remote or
>>>> custom local domains." ("Local Domain" is selected, "Download 
>>>> Now..." is
>>>> greyed out)
>>>> 2) I click Next, but nothing happens except that the "Click Next"
>>>> message disappears. "Finish" is greyed out.
>>>>
>>>> What am I doing wrong? I'm running on openjdk 17.
>>>>
>>>> --
>>>> Glenn Holmer (Linux registered user #16682)
>>>> "After the vintage season came the aftermath -- and Cenbe."
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
>>>> For additional commands, e-mail: users-help@netbeans.apache.org
>>>>
>>>> For further information about the NetBeans mailing lists, visit:
>>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>>
>> -- 
>> Richard Grin

-- 
Richard Grin

Re: registering latest Payara

Posted by Josh Juneau <ju...@gmail.com>.
Hi Richard,

Thanks for the kind words, but all of these latest changes for Jakarta EE were from Jose Contreras and Gaurav Gupta!  I've just created and submitted a Jakarta EE 10 Maven archetype (JDK11 and full profile).  It should become available at the following URL within the next few days:

https://mvnrepository.com/artifact/io.github.juneau001

Also, you should be able to manually create a Jakarta EE 10 application within NetBeans...just do not select a server to deploy to for now.  Since Jakarta EE 10 is not yet supported by NetBeans, it will not allow you to deploy to any of the registered servers.  However, you should still be able to develop a Jakarta EE 10 app and deploy to a compliant server.

I'm also hoping to find some time to repair a few more issues with Jakarta EE for NetBeans 16, so stay tuned!

Thanks

Josh Juneau
juneau001@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau

> On Oct 2, 2022, at 2:42 AM, Richard Grin <Ri...@univ-cotedazur.fr> wrote:
> 
> 
> Hi Josh,
> 
> Thanks for your work for NetBeans.
> 
> It seems that bug #4605 has been fixed ("Impossible to create a Maven Web application for Jakarta EE 9.1" ; bug #4532). How can I get the new version of the Maven achetype to create a Jakarta EE 9.1 project? NetBeans 15 "Check for Updates"  displays "Your IDE is up to date".
> 
> I am teaching a course on Jakarta EE in November and I would like to use Jakarta EE 10. When do you think it will be possible to get the (pre-release) version of NetBeans 16 that will contain the PRs for Jakarta EE 10?
> 
> Best regards,
> 
> Richard
> 
> Le 02/10/2022 à 07:23, Josh Juneau a écrit :
>> Hi Glenn,
>> 
>> Yes, Michael is correct that there are PRs coming for Jakarta EE 10 and Payara 6 in NetBeans 16.  You should be able to run Payara 5, GlassFish 6 along with Jakarta EE 9.1 in NetBeans 15.
>> 
>> Thanks
>> 
>> Josh Juneau
>> juneau001@gmail.com
>> http://jj-blogger.blogspot.com
>> https://www.apress.com/us/search?query=Juneau
>> 
>>> On Oct 1, 2022, at 3:07 PM, Glenn Holmer <ce...@protonmail.com.invalid> wrote:
>>> 
>>> I haven't done much EE programming since I retired, but want to update
>>> an app I wrote to the latest Jakara EE.
>>> 
>>> Is that supported in NetBeans 15? Because I had trouble registering the
>>> server in NetBeans. It's installed (payara-6.2022.1.Alpha4.zip), and I
>>> can get the pages on 8080 and 4848, but here's what happens when I try
>>> to register Payara:
>>> 
>>> 0) I select a location (/opt/payara6)
>>> 1) I get "Detected a 6.2022.1 install. Click Next to register remote or
>>> custom local domains." ("Local Domain" is selected, "Download Now..." is
>>> greyed out)
>>> 2) I click Next, but nothing happens except that the "Click Next"
>>> message disappears. "Finish" is greyed out.
>>> 
>>> What am I doing wrong? I'm running on openjdk 17.
>>> 
>>> --
>>> Glenn Holmer (Linux registered user #16682)
>>> "After the vintage season came the aftermath -- and Cenbe."
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
>>> For additional commands, e-mail: users-help@netbeans.apache.org
>>> 
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>> 
> -- 
> Richard Grin

Re: registering latest Payara

Posted by Neil C Smith <ne...@apache.org>.
On Sun, 2 Oct 2022 at 08:42, Richard Grin
<Ri...@univ-cotedazur.fr> wrote:
> I am teaching a course on Jakarta EE in November and I would like to use Jakarta EE 10. When do you think it will be possible to get the (pre-release) version of NetBeans 16 that will contain the PRs for Jakarta EE 10?

Release schedule is here -
https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule

First 16-rc1 should be available within a few days of freeze.

Freeze is currently scheduled for Oct ~15th, although that's a
Saturday so probably some time the week of Oct 17th.

Best wishes,

Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: registering latest Payara

Posted by Richard Grin <Ri...@univ-cotedazur.fr>.
Hi Josh,

Thanks for your work for NetBeans.

It seems that bug #4605 has been fixed ("Impossible to create a Maven 
Web application for Jakarta EE 9.1" ; bug #4532). How can I get the new 
version of the Maven achetype to create a Jakarta EE 9.1 project? 
NetBeans 15 "Check for Updates"  displays "Your IDE is up to date".

I am teaching a course on Jakarta EE in November and I would like to use 
Jakarta EE 10. When do you think it will be possible to get the 
(pre-release) version of NetBeans 16 that will contain the PRs for 
Jakarta EE 10?

Best regards,

Richard

Le 02/10/2022 à 07:23, Josh Juneau a écrit :
> Hi Glenn,
>
> Yes, Michael is correct that there are PRs coming for Jakarta EE 10 
> and Payara 6 in NetBeans 16.  You should be able to run Payara 5, 
> GlassFish 6 along with Jakarta EE 9.1 in NetBeans 15.
>
> Thanks
>
> Josh Juneau
> juneau001@gmail.com
> http://jj-blogger.blogspot.com
> https://www.apress.com/us/search?query=Juneau
>
>> On Oct 1, 2022, at 3:07 PM, Glenn Holmer 
>> <ce...@protonmail.com.invalid> wrote:
>>
>> I haven't done much EE programming since I retired, but want to update
>> an app I wrote to the latest Jakara EE.
>>
>> Is that supported in NetBeans 15? Because I had trouble registering the
>> server in NetBeans. It's installed (payara-6.2022.1.Alpha4.zip), and I
>> can get the pages on 8080 and 4848, but here's what happens when I try
>> to register Payara:
>>
>> 0) I select a location (/opt/payara6)
>> 1) I get "Detected a 6.2022.1 install. Click Next to register remote or
>> custom local domains." ("Local Domain" is selected, "Download Now..." is
>> greyed out)
>> 2) I click Next, but nothing happens except that the "Click Next"
>> message disappears. "Finish" is greyed out.
>>
>> What am I doing wrong? I'm running on openjdk 17.
>>
>> --
>> Glenn Holmer (Linux registered user #16682)
>> "After the vintage season came the aftermath -- and Cenbe."
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
>> For additional commands, e-mail: users-help@netbeans.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
-- 
Richard Grin

Re: registering latest Payara

Posted by Glenn Holmer <ce...@protonmail.com.INVALID>.
On 10/2/22 00:23, Josh Juneau wrote:
> Yes, Michael is correct that there are PRs coming for Jakarta EE 10 and
> Payara 6 in NetBeans 16.  You should be able to run Payara 5, GlassFish
> 6 along with Jakarta EE 9.1 in NetBeans 15.

Thanks for the answers. Latest bleeding edge not supported, fair enough!
I'll update it to Payara 5/Jakarta 9.1 instead.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: registering latest Payara

Posted by Josh Juneau <ju...@gmail.com>.
Hi Glenn,

Yes, Michael is correct that there are PRs coming for Jakarta EE 10 and Payara 6 in NetBeans 16.  You should be able to run Payara 5, GlassFish 6 along with Jakarta EE 9.1 in NetBeans 15.

Thanks

Josh Juneau
juneau001@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau

> On Oct 1, 2022, at 3:07 PM, Glenn Holmer <ce...@protonmail.com.invalid> wrote:
> 
> I haven't done much EE programming since I retired, but want to update
> an app I wrote to the latest Jakara EE.
> 
> Is that supported in NetBeans 15? Because I had trouble registering the
> server in NetBeans. It's installed (payara-6.2022.1.Alpha4.zip), and I
> can get the pages on 8080 and 4848, but here's what happens when I try
> to register Payara:
> 
> 0) I select a location (/opt/payara6)
> 1) I get "Detected a 6.2022.1 install. Click Next to register remote or
> custom local domains." ("Local Domain" is selected, "Download Now..." is
> greyed out)
> 2) I click Next, but nothing happens except that the "Click Next"
> message disappears. "Finish" is greyed out.
> 
> What am I doing wrong? I'm running on openjdk 17.
> 
> --
> Glenn Holmer (Linux registered user #16682)
> "After the vintage season came the aftermath -- and Cenbe."
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: users-help@netbeans.apache.org
> 
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>