Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Failed to open log file

New Here ,
Jun 29, 2010 Jun 29, 2010

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.

2.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 01, 2010 Jul 01, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines