Skip to main content
Inspiring
June 8, 2009
Question

Instability on FMS 3.5.2

  • June 8, 2009
  • 1 reply
  • 2316 views

I'm currently experiencing instability with FMS 3.5.2 on CentOS 5.3 and could do with some help if possible!

What is happening is that the server core is shutting down:

2009-06-08     09:18:31     9809     (i)2581173     Host: www.test.me IPv4: 12.34.56.78     -
2009-06-08     09:18:31     9809     (i)2571011     Server starting...     -
2009-06-08     09:18:32     9809     (i)2581413     /opt/adobe/fms/Apache2.2/bin/httpd -f ./conf/httpd.conf -d "/opt/adobe/fms/Apache2.2" -k start returned 0:      -
2009-06-08     09:18:32     9809     (i)2581224     Edge (9832) started, arguments : -edgeports "12.34.56.78:1935,80" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1".     -
2009-06-08     09:18:32     9809     (i)2581221     Core (9835) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app "registry" -inst "registry" -tag  -console  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:registry:registry:".     -
2009-06-08     09:18:32     9809     (i)2571111     Server started (/opt/adobe/fms/conf/Server.xml).     -
2009-06-08     09:18:53     9809     (i)2581221     Core (10171) started, arguments : -adaptor "_defaultRoot_" -vhost  -app  -inst  -tag  -console  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_::::".     -
2009-06-08     09:44:12     9809     (i)2581223     Core (10171) is no longer active.     -
2009-06-08     09:46:45     9809     (i)2581221     Core (13008) started, arguments : -adaptor "_defaultRoot_" -vhost  -app  -inst  -tag  -console  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_::::".     -
2009-06-08     10:22:07     9809     (i)2581223     Core (13008) is no longer active.     -
2009-06-08     10:50:16     9809     (i)2581221     Core (17009) started, arguments : -adaptor "_defaultRoot_" -vhost  -app  -inst  -tag  -console  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_::::".     -
2009-06-08     11:15:42     9809     (i)2581223     Core (17009) is no longer active.     -
2009-06-08     11:43:01     9809     (i)2581221     Core (22990) started, arguments : -adaptor "_defaultRoot_" -vhost  -app  -inst  -tag  -console  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_::::".     -

Any pointers as to where the problem may lie?
Many thanks,
Paul

    This topic has been closed for replies.

    1 reply

    aSiNeAuthor
    Inspiring
    June 9, 2009

    Well after some research on here it appears that a 'ldd fmsmaster' may have solved my problem....

    ldd /opt/adobe/fms/fmsmaster

            linux-gate.so.1 =>  (0xffffe000)

            libpthread.so.0 => /lib/libpthread.so.0 (0x4357b000)

            libnspr4.so => /usr/lib/libnspr4.so (0x436cd000)

            libplc4.so => /usr/lib/libplc4.so (0x43639000)

            libplds4.so => /usr/lib/libplds4.so (0x43634000)

            libasneu.so.1 => /usr/lib/libasneu.so.1 (0xb7f73000)  <-- this was not present so needed to copy it in

            librt.so.1 => /lib/librt.so.1 (0x43668000)

            libdl.so.2 => /lib/libdl.so.2 (0x43575000)

            libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x4453b000)

            libm.so.6 => /lib/libm.so.6 (0x435ae000)

            libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x436a1000)

            libc.so.6 => /lib/libc.so.6 (0x4342f000)

            /lib/ld-linux.so.2 (0x4340c000)

    Does this seem like a possible reason as to why the server was crashing?
    This is FMS 3.5.2, so should a bug be filed if this is the case?
    Thanks,
    Paul

    Inspiring
    June 25, 2009

    I also had lots of problems on CentOS, when I switched to Windows 2003 Server, almost all of the bugs disappeared.