Copy link to clipboard
Copied
1. In FMS core logs I see this error "Failed to open log file /opt/adobe/fms/logs/_defaultVHost_/TextChat/ICanFootball-1/PM/530662-621824/application.00.log errno=2". But I check and found the file exists. What can couse this error, do you have any idea?
2. Is there a way to disable logging for an application?
3. In edge logs, Sometimes I encounter the error "Exception while processing message : (Adaptor: _defaultRoot_, VHost: Unknown, App: , Type: 20, ID: 0, B". It seems it has no effect but still it is an error.
I'll be very grateful for any idea, thank you.
Copy link to clipboard
Copied
As for the first one, it's possible that the file in question has permissions that don't allow FMS to access it, or the directory and the errno has been mistaken with a different failure (common problem in errnos that get wiped before they can be checked). I'd ensure that permissions are correct for the folders in question and the user and group FMS runs as.
Second one, yes - check Server.xml for this tag
<Application>
<!-- Whether application logging is enabled. -->
<Enable>true</Enable>
</Application>
3rd item is likely a partially formed message from a client or random network traffic, perhaps there's a client connected to your FMS that has a faulty RTMP stack. Either way FMS is designed to reject these command messages (you can tell by the 20 type) when badly formed and unless a pattern can be established on where they're coming from they can likely be ignored.
Asa
Find more inspiration, events, and resources on the new Adobe Community
Explore Now