Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDI porting kit failures with glassfish 6.1 and JDK 11 #25

Closed
gurunrao opened this issue Mar 1, 2021 · 2 comments
Closed

CDI porting kit failures with glassfish 6.1 and JDK 11 #25

gurunrao opened this issue Mar 1, 2021 · 2 comments
Labels
9.1 bug Something isn't working

Comments

@gurunrao
Copy link
Contributor

gurunrao commented Mar 1, 2021

We now have CI run for CDI porting kit with Glassfish 6.1 and JDK 11, CI run for the porting kit can be found here - https://ci.eclipse.org/jakartaee-tck/job/cditck-porting/job/master/115/

You can find glassfish server logs with artifacts archive(https://ci.eclipse.org/jakartaee-tck/job/cditck-porting/job/master/115/artifact/cdi-tck-results.tar.gz), at dir "/home/jenkins/agent/workspace/cditck-porting_master/glassfish6/glassfish/domains/domain1/logs/".

Steps to reproduce the issue:

---------------------------------------------------
git clone https://github.com/eclipse-ee4j/cditck-porting
cd cditck-porting
export WORKSPACE=$PWD
export CDI_TCK_BUNDLE_URL=https://download.eclipse.org/ee4j/cdi/3.0/cdi-tck-3.0.2-dist.zip
export CDI_TCK_VERSION=3.0.2

wget https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip
unzip apache-maven-3.6.3-bin.zip
export M2_HOME=$PWD/apache-maven-3.6.3
export PATH=$M2_HOME/bin:$PATH
export MAVEN_HOME=$M2_HOME
echo using $M2_HOME

wget https://ci.eclipse.org/jakartaee-tck/job/build-glassfish/lastSuccessfulBuild/artifact/appserver/distributions/glassfish/target/glassfish.zip
mv glassfish.zip latest-glassfish.zip

bash -x docker/build_cditck.sh 2>&1 | tee build.log
bash -x docker/run_cditck.sh 2>&1 | tee run.log
---------------------------------------------------

@gurunrao gurunrao added 9.1 bug Something isn't working labels Mar 1, 2021
@gurunrao
Copy link
Contributor Author

gurunrao commented Mar 2, 2021

@starksm64 - Please provide input on above issue.

@gurunrao
Copy link
Contributor Author

CI runs with latest GF 6.1 build (https://ci.eclipse.org/jakartaee-tck/job/build-glassfish/115/) are passing -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9.1 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant