payara / ecosystem-support

Placeholder repository to handle community requests for the Payara Platform ecosystem tools
3 stars 2 forks source link

Logs not shown in Console #8

Closed DKLEEE closed 1 year ago

DKLEEE commented 4 years ago

Hi, if a log message in an unsupported Format is written to the server.log the Eclipse Console stops logging.

We use Hibernate with Payara, there it is reproducible if we set i.e. the log level for org.hibernate.SQL lower CONFIG.

Here is a related SO answer which hints what maybe the cause of it https://stackoverflow.com/a/24913838

It seems there already was an Bugreport for Glassfish Tools https://java.net/jira/browse/GLASSFISHPLUGINS-374 but this Jira is not available anymore, maybe there is an Archive.

This PR also had a commit for a Console Problem. https://github.com/payara/ecosystem-eclipse-plugin/pull/4

jrbalsas commented 4 years ago

Expired entries in domain cacerts.jks seem to generate invalid log entries (¿multiline?) which made Eclipse console log for Payara server completely useless.

This seems to be related with a similar Eclipse Glassfish-tools plugin bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=538954. The whole problem is described in detail on this stack-overflow thread https://stackoverflow.com/questions/52173558

Setup: Eclipse Version: 2020-03 (4.15.0) Build id: 20200313-1211 Payara Tools 1.0.1.201912202010 Payara Server community 5.201 (full profile) openjdk version "11.0.7" 2020-04-14 OpenJDK Runtime Environment (build 11.0.7+10) OpenJDK 64-Bit Server VM (build 11.0.7+10, mixed mode)

fturizo commented 1 year ago

We're sorry but this issue fell through the cracks in the past years, please re-test with the current version of the plugin to make sure the issue is still present and if that is the case, raise a new issue with a more complete report.