-
1. Re: OSB logging problem
Martien van den Akker 2018-7-11 下午12:55 (回复 Peter551059)Hi Peter,
Take a look at this blog article: https://blog.darwin-it.nl/2016/06/servicebus-12c-logging_24.html
I ran into it a few years ago.
Also: check the diagnostics log.
Regards,
Martien -
2. Re: OSB logging problem
Peter551059 2018-7-11 下午1:11 (回复 Martien van den Akker)Hi Martien, thank you for response.
Blog article already checked. As I have written "Service bus logging configuration is set to TRACE 1 (FINE) in EM for oracle.osb logger (odl-handler)." like in article.
Diagnostics log show the same as osb_server1.out - only exception in case of error.
I have set oracle.osb.debug.pipeline to FINEST.
I have not found oracle.osb.debug.instancetracking.
I am still missing something.
-
3. Re: OSB logging problem
Martien van den Akker 2018-7-11 下午2:04 (回复 Peter551059)Did you check the diagnostic.log?
-
4. Re: OSB logging problem
Peter551059 2018-7-11 下午2:23 (回复 Martien van den Akker)Definitely yes. I am checking logs using tail -f when testing OSB service but nothing happens except of exception.
I lookup diagnostic.log for summary string a haven't found it.
-
5. Re: OSB logging problem
Martien van den Akker 2018-7-11 下午3:04 (回复 Martien van den Akker)Oh, and check the 'Minimum severity to log' setting on the OSB Server -> logging.
Regards,
Martien
-
6. Re: OSB logging problem
Peter551059 2018-7-12 上午6:42 (回复 Martien van den Akker)As I mentioned at the start "Minimum severity to log and Severity level is Trace in SOA Console for OSB server (logs/osb_server1.log)."
-
7. Re: OSB logging problem
Martien van den Akker 2018-7-12 上午6:47 (回复 Peter551059)I'm sorry. I've been struggling with a nasty problem myself. Apparently I haven't read well. Can you screendump your the changes in your log configuration? What exact version do you use? (12.1.3, 12.2.1.0, 12.2.1.1, 12.2.1.2, 12.2.1.3)?
The blog was on 12.2.1.0, but if I remember correctly in a later sub-version, I searched for another log-setting.
Regards,
Martien -
-
9. Re: OSB logging problem
Martien van den Akker 2018-7-12 上午9:29 (回复 Peter551059)Hi Peter,
I think you're looking for 'oracle.osb.logging.pipeline'. For some weird reason, it's not in the list by default. But you can add it following this article:
https://blog.darwin-it.nl/2016/07/osb-12c-logging-part-2.html
Can/did you try this?
I remembered that there was a thing with it, but didn't know it by heart. That's one of the main reasons I blog...
Regards,
Martien -
-
11. Re: OSB logging problem
Martien van den Akker 2018-7-14 上午10:39 (回复 Peter551059)Just checkiing: did you restart both osb servers and AdminServer?
Regards,
Martien -
-
13. Re: OSB logging problem
Martien van den Akker 2018-7-16 上午7:47 (回复 Peter551059)And what if you just copy and paste one other line and change the name to 'oracle.osb.logging.pipeline' ? Maybe the other attributes are significant?
This should actually work. I'm a bit surprised it's not working for you.
Regards,
Martien -
14. Re: OSB logging problem
Peter551059 2018-7-16 下午12:01 (回复 Martien van den Akker)Thank you. I don't understand what do you think. Which attributes do you mean?
I have tried add useParentHandlers attribute without success. I cannot see any other attributes to use.
May be problem is file /u01/app/oracle/config/domains/domain/config/fmwconfig/servers/osb_server1/logging.xml
I haven't found any logger entry connected to oracle.osb in this file.