Results 1 to 3 of 3

Thread: Module Loader Failure ie nusoap timeout

  1. #1
    etalley is offline Sugar Community Member
    Join Date
    Aug 2007
    Posts
    17

    Default Module Loader Failure ie nusoap timeout

    There have been a few posts about this issue on the forum and to date I have not seen a suitable solution yet so I am going to repost with the most current information that I have put together to see if this will jog some better detailed help from someone.

    Symptom: Clicking on Module Loader causes Sugar to hang indefinitely, also exhibited at initial install
    System: SLES9 service pack 3 (SUSE)
    Sugar 4.5.1e, MySQL 5.02, PHP 5

    Upon clicking on the link the logfile shows: USING HTTPS TO CONNECT TO HEARTBEAT
    this is posted when a nusoap client is trying to be created connecting to https://updates.sugarcrm.com/heartbeat/soap.php, while my windows dev box handles this without issue there seems to be a bug with the linux version that causes the handshake to fail.
    the check_now() function in Updater_utils.php seems the likely candidate for this issue.
    So there are two issues that I can see can be done:
    1. remove the functionality communicating with updates.sugarcrm.com, something that doesnt bother me in the least I just havent sat down and figured out how to cleanly pass back a dummy object and tested it fully.
    2. fix whatever bug is in the nusoap.php file that causes the handshake to fail

    Does anyone have a definite fix for this issue?

    Any direction would be greatly appreciated.

  2. #2
    michaelest is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    37

    Default Re: Module Loader Failure ie nusoap timeout

    check your apache error log.

    chances are that you'll see some errors defining which php modules are being called but not loaded.

    When I ran into the 'HEARTBEAT' issue, it was because I was screwing around with my extensions and commented out the SPL.SO module (Unix). I uncommented it and it went away.

    Good luck.

    - Michael
    michaelest
    sugarCRM OS 4.5.1e (build 1049)
    PHP Version 5.2.3
    Apache 2.2.4
    FreeBSD 6.2-RELEASE #0:

  3. #3
    chrisotn is offline Junior Member
    Join Date
    Jun 2007
    Location
    Australia
    Posts
    2

    Default Re: Module Loader Failure ie nusoap timeout

    Quote Originally Posted by etalley
    There have been a few posts about this issue on the forum and to date I have not seen a suitable solution yet so I am going to repost with the most current information that I have put together to see if this will jog some better detailed help from someone.

    Symptom: Clicking on Module Loader causes Sugar to hang indefinitely, also exhibited at initial install
    System: SLES9 service pack 3 (SUSE)
    Sugar 4.5.1e, MySQL 5.02, PHP 5

    Upon clicking on the link the logfile shows: USING HTTPS TO CONNECT TO HEARTBEAT
    this is posted when a nusoap client is trying to be created connecting to https://updates.sugarcrm.com/heartbeat/soap.php, while my windows dev box handles this without issue there seems to be a bug with the linux version that causes the handshake to fail.
    the check_now() function in Updater_utils.php seems the likely candidate for this issue.
    So there are two issues that I can see can be done:
    1. remove the functionality communicating with updates.sugarcrm.com, something that doesnt bother me in the least I just havent sat down and figured out how to cleanly pass back a dummy object and tested it fully.
    2. fix whatever bug is in the nusoap.php file that causes the handshake to fail

    Does anyone have a definite fix for this issue?

    Any direction would be greatly appreciated.
    The patch in this post still works for me (now at 4.5.1f):

    http://www.sugarcrm.com/forums/showp...00&postcount=4

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Module Builder
    By Olavo in forum Downloads
    Replies: 418
    Last Post: 2009-02-26, 06:36 AM
  2. ability to load basic modules through module loader
    By Systems Navigator in forum Developer Help
    Replies: 0
    Last Post: 2007-06-15, 11:35 AM
  3. Replies: 3
    Last Post: 2006-11-10, 10:10 AM
  4. Replies: 1
    Last Post: 2006-09-11, 03:38 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •