Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] Problems in the Jakarta EE Tutorial.

Hello,

regarding examples we have the same problem that "Java EE 8" had... 

If you follow steps described in the paragraph "Packaging and Deploying the hello1 Web Module" and, more precisely, in subparagraphs:
1) "To Build and Package the hello1 Web Module Using NetBeans IDE" or
2) "To Build and Package the hello1 Web Module Using Maven"
you get the same error as the "Java EE 8":

"
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.777 s
[INFO] Finished at: 2021-11-12T09:10:31+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.7.7:redeploy (deploy) on project hello1: Execution deploy of goal org.codehaus.cargo:cargo-maven2-plugin:1.7.7:redeploy failed: Failed to create deployer with implementation class org.codehaus.cargo.container.glassfish.GlassFish4xInstalledLocalDeployer for the parameters (container [id = [glassfish4x]], deployer type [installed]).: InvocationTargetException: The container configuration directory "c://glassfish5/glassfish/domains" does not exist. Please configure the container before attempting to perform any local deployment. Read more on: https://codehaus-cargo.github.io/cargo/Local+Configuration.html -> [Help 1]

"

Readers of the previous versions of the tutorial tried to solve this problem, but in the end they deployed "WAR" by hand (copying it in the "glassfish6/glassfish/domains/domain1/autodeploy" directory of the server).

I think we must solve this problem.
Should I open Issue? 
Can I try to solve it?

Thank you very much,
Dmitri.


On Friday, October 15, 2021, 03:47:37 AM GMT+2, <hussain.nm@xxxxxxxxxxxxx> wrote:


This is the tracking issue

https://github.com/eclipse-ee4j/jakartaee-tutorial/issues/252

 

No one has attempted it yet. Currently GH Actions is setup to generate and publish from master.

 

The idea is to have a landing page that displays the published versions with link to the tutorial and the examples.zip

 

Jakarta EE Tutorial Release 8.1 | Published on May 09th 2021

HTML                                -> /8.1/index.html

examples-8.1.zip            -> github link to download named tag in examples repository

 

Jakarta EE Tutorial Release 9.0 | Published on Nov 09th 2021

HTML                                 -> /9.0/index.html

examples-9.0.zip            -> github link to download named tag in examples repository

 

Jakarta EE Tutorial Release 9.1 | Draft as on last commit date

HTML                                 -> /9.1/index.html

examples-master.zip      -> github link to download master branch in examples repository

 

Thanks

Hussain

 

From: jakartaee-platform-dev <jakartaee-platform-dev-bounces@xxxxxxxxxxx> On Behalf Of Dmitri Cerkas via jakartaee-platform-dev
Sent: Friday, October 15, 2021 1:53 AM
To: jakartaee-platform developer discussions <jakartaee-platform-dev@xxxxxxxxxxx>; arjan.tijms@xxxxxxxxx; Reza Rahman <reza_rahman@xxxxxxxxx>
Cc: Dmitri Cerkas <dmitricerkas@xxxxxxxxx>
Subject: Re: [jakartaee-platform-dev] One question about presence of Microservices Info in Jakarta EE Tutorial.

 

Can I join Reza to help in creation that part? 

 

Dmitri. 

 

On Thursday, October 14, 2021, 09:03:37 PM GMT+2, Reza Rahman <reza_rahman@xxxxxxxxx> wrote:

 

 

Is this something that just needs more manpower? If so, I am happy to volunteer since the examples are also not technically a specification. In order to help, I just need a brief one-on-one meeting with the right person that can help me get the required tasks started or maybe even just point me in the right direction asynchronously.

 

Reza Rahman

Jakarta EE Ambassador, Author, Blogger, Speaker

 

Please note views expressed here are my own as an individual community member and do not reflect the views of my employer.

 

This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful. Where permitted by applicable law, this e-mail and other e-mail communications sent to and from Cognizant e-mail addresses may be monitored.

Back to the top