Skip to main content
Participant
July 26, 2007
Question

FMS on CentOS

  • July 26, 2007
  • 2 replies
  • 523 views
Hello,

I'm having trouble getting FMS2 installed on CentOS. I have looked all over for information, but can't seem to solve the problem. After a fresh install in everything appears to install OK, it says server started.

So i think everything is working fine. When i go to load an application I get this in the logs:

Failed to create thread (TCServerConnector::startConnector)
Server aborted

Anyone have any ideas?

Thanks.
    This topic has been closed for replies.

    2 replies

    Inspiring
    July 27, 2007
    Thanks techeye, I read this thread too late.

    I finally fixed the problem and the servers now work. When I runt the command:

    ./fmsmgr list I can see that both fmsmaster and fmsadmin are running.

    I still haven't test drived an application, hopefully that will go smoothly.

    I had to install these packages:

    - compat-libstdc++-33-3.2.3-47.3.i386.rpm
    - mozilla-nspr-1.7.6-1.2.5.i386.rpm

    Cheers
    Inspiring
    July 26, 2007
    Hi Smidge12,

    At this point I cannot still help you because I cannot even run the fms server, only the admin server.

    Which version of CentOS are you running? Did you also have to install compat-libstdc++-33-3.2.3-47.3.i386.rpm. This one made it the installer to go through.

    Do you have both servers running , ie, admin and fms?

    If you have any hints or links to provide me, I'd be grateful. May be once I get to running both servers I get the same error and we both can tackle the problem.

    Cheers.

    Participating Frequently
    July 27, 2007
    This is more than likely attributed to the dependency on libnspr.
    The command "ldd fmsmaster" will show you dependencies.

    Hope that helps.