Search found 11 matches

by hilalkale
28 Jul 2022, 09:43
Forum: Public Forums
Topic: problem with log4j2
Replies: 14
Views: 16642

Re: problem with log4j2

Hey KlausFriese, glad I could help :) We also switched to 2.18 release as soon as it is published.
by hilalkale
09 Jun 2022, 09:14
Forum: Public Forums
Topic: problem with log4j2
Replies: 14
Views: 16642

Re: problem with log4j2

Hi Janak,

As soon as I have time, I will try to prepare a sample app and share with you. Thanks.
by hilalkale
08 Jun 2022, 13:37
Forum: Public Forums
Topic: problem with log4j2
Replies: 14
Views: 16642

Re: problem with log4j2

Hi all, During our investigations we found out that using log4j 2.17.3-snapshot version solves the problem for now. We have some appender implementations which use PatternLayout class from log4j. And during initialization some lookup classes are searched (SpringLookup, DockerLookup...etc.) via Inter...
by hilalkale
18 May 2022, 09:42
Forum: Public Forums
Topic: Building OWS from src
Replies: 13
Views: 10571

Re: Building OWS from src

Hi Janak, I realized that, if I change the order of the jar files inside the JNLP file, the class that is not found changes or sometimes it gives IllegalStateException. During the debug (on icedtea-web master branch) I noticed that, inside the loasClass(...), it searches and adds the class in the or...
by hilalkale
12 May 2022, 10:19
Forum: Public Forums
Topic: Building OWS from src
Replies: 13
Views: 10571

Re: Building OWS from src

Hi Janak, As I stated in logj4 thread, OWS3.0.0-alpha2 version works very well with log4j update. Actually with OWS3.0.0-alpha2 I also don't face the PluginAliases problem too. For me it seems using OWS3.0.0-alpha2 would solve all problems, but I just can't say to the customers use this abandoned ve...
by hilalkale
12 May 2022, 09:37
Forum: Public Forums
Topic: Building OWS from src
Replies: 13
Views: 10571

Re: Building OWS from src

Hi Janak, Yes I checked later and saw the same. To be honest, I want to share a simple example to reproduce to problem but i am not sure if I can prepare something in short time but as soon as I can, I am going to share it with you. In the meantime I tried building OWS master branch (1.6.0) using IT...
by hilalkale
11 May 2022, 11:57
Forum: Public Forums
Topic: Building OWS from src
Replies: 13
Views: 10571

Re: Building OWS from src

Hi Janak, I haven't done any change yet, but I am planning to get the branch "1.8-linkageerror" from icedtea-web repo, where there is a classloader patch is applied and then I want to use that one in the ows. That's why I wanted to fetch and build both ows and icedtea-web. So may be it wou...
by hilalkale
10 May 2022, 16:32
Forum: Public Forums
Topic: Building OWS from src
Replies: 13
Views: 10571

Re: Building OWS from src

I guess it takes version info from install4j config, right?
by hilalkale
10 May 2022, 16:24
Forum: Public Forums
Topic: Building OWS from src
Replies: 13
Views: 10571

Re: Building OWS from src

Hi Janak,

Thanks for your reply. When I copy the generated jar file under the current installation directory, on stage-1 logs I still see the line stating that the OWS version is 1.5.2.
by hilalkale
10 May 2022, 15:46
Forum: Public Forums
Topic: Building OWS from src
Replies: 13
Views: 10571

Building OWS from src

Hi all,

I wanted to build OWS from source code. I fetched the repo from github and made a successful maven build (OWS-1.6). But the question is how can I generate an installer? Or just replacing the openwebstart.jar under the installation directory is enough?
by hilalkale
09 May 2022, 14:22
Forum: Public Forums
Topic: problem with log4j2
Replies: 14
Views: 16642

Re: problem with log4j2

Hi all, We have the similar problems after updating the log4j to 2.17.2. OWS: 1.5.2 JDK: Oracle 1.8.0_301 I got PluginAliases error. If I try running with: JDK: IBM Semeru Runtime Open Edition 11.0.12.0 or AdoptOpenJDK 11.0.1 I got an "IllegalStateException: zip file closed" error. But if ...