Re: Re: Re: Docker Images on Dockerhub

2019-11-04 Thread Jenkins, Rodney J (Rod)
Hello all,

I have a completed repo for you all to look at here:  
https://github.com/scriptmonkey/docker-tomee

The only thing I am having an issue with is the Java 11 8.0.0 microprofile 
image.  I am getting some stack traces when I build that.  I have pasted the 
log file below.  I did not create a pull request because I would like to clean 
up the stack traces.

All of the other images start without issue.


Using CATALINA_BASE:   /usr/local/tomee
Using CATALINA_HOME:   /usr/local/tomee
Using CATALINA_TMPDIR: /usr/local/tomee/temp
Using JRE_HOME:/usr/local/openjdk-11
Using CLASSPATH:   
/usr/local/tomee/bin/bootstrap.jar:/usr/local/tomee/bin/tomcat-juli.jar
NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED 
--add-opens=java.base/java.io=ALL-UNNAMED 
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.tomee.catalina.ServerListener 
(file:/usr/local/tomee/lib/tomee-catalina-8.0.0.jar) to field 
java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of 
org.apache.tomee.catalina.ServerListener
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
05-Nov-2019 05:49:18.411 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke Server version name:   
Apache Tomcat (TomEE)/9.0.22 (8.0.0)
05-Nov-2019 05:49:18.414 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke Server built:  Jul 
4 2019 14:20:06 UTC
05-Nov-2019 05:49:18.414 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke Server version number: 
9.0.22.0
05-Nov-2019 05:49:18.414 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke OS Name:   
Linux
05-Nov-2019 05:49:18.415 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke OS Version:
4.9.184-linuxkit
05-Nov-2019 05:49:18.415 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke Architecture:  
amd64
05-Nov-2019 05:49:18.415 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke Java Home: 
/usr/local/openjdk-11
05-Nov-2019 05:49:18.415 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke JVM Version:   
11.0.4+11
05-Nov-2019 05:49:18.415 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke JVM Vendor:
Oracle Corporation
05-Nov-2019 05:49:18.415 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke CATALINA_BASE: 
/usr/local/tomee
05-Nov-2019 05:49:18.415 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke CATALINA_HOME: 
/usr/local/tomee
05-Nov-2019 05:49:18.451 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke Command line argument: 
--add-opens=java.base/java.lang=ALL-UNNAMED
05-Nov-2019 05:49:18.451 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke Command line argument: 
--add-opens=java.base/java.io=ALL-UNNAMED
05-Nov-2019 05:49:18.451 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke Command line argument: 
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
05-Nov-2019 05:49:18.452 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke Command line argument: 
-Djava.util.logging.config.file=/usr/local/tomee/conf/logging.properties
05-Nov-2019 05:49:18.452 INFO [main] 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke Command line argument: 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
05-Nov-2019 05:49:18.453 INFO [main] 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke Command line argument: 
-javaagent:/usr/local/tomee/lib/openejb-javaagent.jar
05-Nov-2019 05:49:18.456 INFO [main] 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke Command line argument: 
-Djdk.tls.ephemeralDHKeySize=2048
05-Nov-2019 05:49:18.457 INFO [main] 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke Command line argument: 
-Djava.protocol.handler.pkgs=org.apache.catalina.webresources
05-Nov-2019 05:49:18.457 INFO [main] 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke Command line argument: 
-Dorg.apache.catalina.security.SecurityListener.UMASK=0027
05-Nov-2019 05:49:18.457 INFO [main] 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke Command line argument: 
-Dignore.endorsed.dirs=
05-Nov-2019 05:49:18.457 INFO [main] 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke Command line argument: 
-Dcatalina.base=/usr/local/tomee
05-Nov-2019 05:49:18.457 INFO [main] 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke Command line argument: 
-Dcatalina.home=/usr/local/tomee
05-Nov-2019 05:49:18.458 INFO [main] 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke Command line argument: 
-Djava.io.tmpdir=/usr/local/tomee/temp
05-Nov-2019 05:49:18.463 INFO 

Fwd: TomEE - 8.0.0 - Release notes?

2019-11-04 Thread Richard Monson-Haefel
This user has asked about Java EE 8 conformance.  Below is my proposed
response.  Please review and let me know if I'm in line with public .
message on this topic.


Hi,

We are working steadily on TomEE's conformance to Jakarta EE 8. TomEE
passes more than 94% of the compliance tests and we hope to have full
compliance soon.  We are working on getting TCK results to the community so
that people know exactly which tests are failing and can focus on fixing
them.

I hope that helps!

Richard

On Wed, Oct 30, 2019 at 12:07 PM African Wild Dog 
wrote:

> Hello,
>
> Is there any release notes of the version 8.0.0?
>
> I would like to know what are the compliance with Java EE 8.
>
> Regards
>
>
>
> --
> Sent from:
> http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
>


-- 
Richard Monson-Haefel
https://twitter.com/rmonson
https://www.linkedin.com/in/monsonhaefel/


Re: Re: Docker Images on Dockerhub

2019-11-04 Thread Jonathan Gallimore
Its reasonable to allow a few days as folks might not see messages right
away. I'd go ahead with your PR based on the discussion here so far as
there appears to be no objections.

Jon

On Fri, Nov 1, 2019 at 10:06 PM Jenkins, Rodney J (Rod) <
jenki...@nationwide.com> wrote:

> I will have something next week for a pull request, if the current one
> does not pan out.
>
> Can I assume that silence is equal(ish) to approval on my previous
> comments?  If so, that is the direction I will head.
>
> Have a great weekend!!
>
> Thanks,
> Rod.
>
>
> On 10/29/19, 4:16 AM, "Richard Monson-Haefel" 
> wrote:
>
> Nationwide Information Security Warning: This is an external email. Do
> not click on links or open attachments unless you trust the sender.
>
> --
>
> Hi Jenkins!
>
> Thanks for reviewing this PR.  I think the best thing to do at this
> point
> is to add your thoughts (as expressed in this email) to the comments
> and I
> will reach out to person who created the PR. If we don't hear back from
> that person in a reasonable amount of time then we can close it and
> you can
> open your own pull request.  Can you do that?
>
> Richard
>
> On Mon, Oct 28, 2019 at 11:05 PM Jenkins, Rodney J (Rod) <
> jenki...@nationwide.com> wrote:
>
> > All,
> >
> > I would like to work on getting the docker images updated.  However,
> I see
> > that someone has already issued a pull request to do this work.  In
> looking
> > at the pull request, I see some things that I would be concerned
> with.
> >
> >
> >   1.  Added 8443 as an SSL exposed port.  As far as I understand
> this is
> > not in line with how Tomcat is done in Docker.
> >   2.  Added JDK11, which I did not think was fully working.
> >   3.  Added `VOLUME` tags for webapps, logs, and, conf.
> >   4.  Creates a tomee user to run as. (which I would support, just
> not the
> > way it was done)
> >
> >
> > Here is the link to the pull request that Casell created:
> >
> https://github.com/tomitribe/docker-tomee/pull/36/commits/ae8f3ac40a350915e0d77788d44b2b9466475e46
> >
> > I would be happy to become responsible for the Docker releases.
> Given
> > that I have been a lurker for some time, I am sure you will want to
> oversee
> > my efforts as to not give the team a black eye.
> >
> > Please advise on how I can help here!!
> >
> > Thanks,
> > Rod.
> >
> >
>
> --
> Richard Monson-Haefel
> https://twitter.com/rmonson
> https://www.linkedin.com/in/monsonhaefel/
>
>
>