Results 1 to 2 of 2

Thread: pre-compiled installer of IcePHP of 3.3.0 crash web server

  1. #1
    soloman817's Avatar
    soloman817 is offline Registered User
    Name: Zhang Xiang
    Organization: Self Employed
    Project: Dynamic Service Forward Gateway
    Join Date
    Jul 2004
    Location
    Shanghai, China
    Posts
    46

    pre-compiled installer of IcePHP of 3.3.0 crash web server

    Hi,

    I tried to install IcePHP 3.3.0 on Windows today, but it took me so much hours, to find out it's the bug of 3.3.0 installer.

    First, I installed a fresh Windows XP SP2 in a vmware, then I install IIS and PHP 5.2.6, then I install Ice-3.3.0-VC60, and copy php_ice.dll into PHP extension directory.

    Then I add 'extension=php_ice.dll' in php.ini, and restart IIS, and use phpinfo(), I can see ice section there. (Notice, I MUST use php windows installer to install php, otherwise, I cannot see ice section in phpinfo().

    OK, then I add a line 'ice.slice=path/to/Hello.ice' to test the hello demo. But when I restart IIS, it crashed, I can see error log in Windows Event Log.

    Well, then I uninstall PHP and IIS, and install apache 2.2.6, and also install PHP with PHP installer. Situation is the same, if I use only one line of 'extension=php_ice.dll', it works, but if I add the ice.slice line, it crashed apache when I try to restart it.

    Uhmm, I'm almost crazy, because every stuff I found on the Internet tell me I've done in the right way. And then I remove Ice-3.3.0-VC60, and install Ice-3.2.1-VC60, it works!!!

    So perhaps your gurus may have a test on this installer.

    Regards,
    Xiang.

  2. #2
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,441
    Hi Xiang,

    As far as Apache is concerned, there is a note in the top level README.txt file of the Ice-3.3.0-VC60 distribution that discusses Apache's small default stack size and provides instructions for increasing it. This is likely the reason for your Apache problems.

    I'm not sure if a similar problem exists for IIS as we haven't tested IcePHP with IIS.

    Cheers,
    Mark

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. what can cause ICE server to crash now and then?
    By mountainhunter in forum Help Center
    Replies: 3
    Last Post: 04-09-2009, 07:53 AM
  2. Can icePHP connect to Ice server by iceGrid Mode?
    By meizhe in forum Help Center
    Replies: 9
    Last Post: 06-19-2006, 11:48 PM
  3. Can I use Ice in JSP Web Server?
    By fisherheart in forum Help Center
    Replies: 3
    Last Post: 05-23-2006, 04:09 AM
  4. Replies: 6
    Last Post: 12-20-2005, 11:00 PM
  5. Pre-Compiled Headers
    By mario in forum Help Center
    Replies: 9
    Last Post: 11-10-2005, 03:22 AM

Posting Permissions

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