-
Notifications
You must be signed in to change notification settings - Fork 304
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
Message catalog key not transformed: using.default.ds #502
Comments
Pfff, also JdbcResourceUtil has some copy&pasted methods as JdbcRuntimeExtension. Both in same jar, jdbc-runtime ... |
Logging works in my Payara version but there is too much refactoring ... finally it seems that
I did these things but I'm not sure if they are completely correct except the first two (but everything together works, it seems):
Now I'm too tired to finish it but it seems I can fix all similar glassfish logging issues :-) |
Ok, finished. I will try the 502.2 branch with the clustered instances on monday. |
Since last commits I have found more unresolved message keys, but I have to leave it now. But the issue #502 is not completely resolved - it seems that the logging system was too heavy and developers always invented any way how to see their logs and were not interested what their change did to others.
It would take weeks to fix it all, but it should be fixed because without perfect logging system is very hard to identify and fix most of bugs. |
Created internal issue |
@dmatej can you create a pull request for this? |
It seems my older commits are already merged to Payaras 4.1.1.163 and payara-blue-4.1.1.162, I have seen some unresolved keys sice then, but didn't fix them yet (one is fatal, payara could not create it's self signed certificates in one environment but I don't know why, because the cause was not printed in server.log - only "{0}"). |
Hi @dmatej are these changes still relevant? Is there more we need to do on this? |
I think we can close it now. Any other unresolved keys should be fixed in their own issues. |
FISH-5705 Yasson 1.0.9 (Community Contribution)
[2015-10-30T16:34:38.851+0100] [Payara 4.1] [WARNING] [] [javax.enterprise.resource.resourceadapter.org.glassfish.jdbcruntime] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1446219277451] [timeMillis: 1446219278851] [levelValue: 900] [[
using.default.ds]]
...
[2015-10-30T16:34:39.452+0100] [Payara 4.1] [WARNING] [] [javax.enterprise.resource.resourceadapter.org.glassfish.jdbc.util] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1446219277451] [timeMillis: 1446219279452] [levelValue: 900] [[
using.default.ds]]
There is another problem but from this message I could not identify the cause. It seems the message comes from the method
JdbcResourcesUtil.getRANameofJdbcConnectionPool
I will create another issue after this will be resolved. Current state with 4.1.1.154:
@schedule(second = "/10", minute = "", hour = "*", persistent = false)
The text was updated successfully, but these errors were encountered: