Results 1 to 2 of 2

Thread: SysCall Exception encoutered !!

  1. #1
    Faiz.Usmani is offline Registered User
    Name: Faiz Usmani
    Organization: Techvoyant
    Project: N-Tiering
    Join Date
    Feb 2008
    Posts
    8

    SysCall Exception encoutered !!

    We are using an Ice PHP client to connect to our business logic in C++ . This PHP code is resident in an Apache server and the Ice Server is a C++ Ice service . On the client while accessing PHP pages, sometimes we get an error -

    "Fatal error: Uncaught Ice_UnknownLocalException Network.cpp:933: Ice::SyscallException: syscall exception: Too many open files" .

    We are using Ice-3.2.1 on Red Hat Linux - Linux version 2.6.18-53.el5 (brewbuilder@hs20-bc1-7.build.redhat.com) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) (from /proc/version :-) ) .

    Our suspicion was that the client was not able to open a socket and that is when we got that error . On checking each of the httpd processes on the system we found that not even one of them was surpassing the 1024 limit (revealed through 'ulimit -a').
    Any help or suggestions in thi direction would be valued.

    Regards
    Faiz

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    You should check the server, not the client. This exception is raised somewhere in the server (in an operation called by the client), but it is not handled there, so it is transferred as an "UnknownLocalException" to the client. Try to set the property Ice.Warn.Dispatch=1 in your server for more information. See this manual page for more information: http://www.zeroc.com/doc/Ice-3.2.1/m...pRef.50.3.html

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. user exception causes unmarshalling exception
    By Stuart Brodsky in forum Help Center
    Replies: 9
    Last Post: 04-29-2009, 02:21 PM
  2. Replies: 2
    Last Post: 12-13-2006, 10:52 AM
  3. thread syscall exception:
    By xdm in forum Help Center
    Replies: 2
    Last Post: 02-04-2006, 04:16 PM
  4. Syscall exception when trying to start IcePackNode server
    By Nis Baggesen in forum Help Center
    Replies: 10
    Last Post: 02-16-2005, 08:44 AM
  5. Replies: 13
    Last Post: 08-12-2004, 05:31 PM

Posting Permissions

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