Programming Languages: JavaScript, Java, C++, ActionScript, Flex
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2012-05-14
svn co https://iipimage.svn.sourceforge.net/svnroot/iipimage iipimage
Maybe because you're running it inside a QT container, events such as domload are not working correctly or are working in a different way? Try experimenting with these.
2012-05-25 06:45:39 PDT by ruven
Hi Ruven, Sorry for the delay in responding - I was on travel for work. I got javascript debugging working in Qt using the QWebSettings inspect capability. Using simply the console out, I see: [code]TypeError: Result of expression 'this.addEvent' [[object Object]] is not a function.[/code] This occurs in mootools-core-1.4.5-full-nocompat-yc.js:126, which looks like...
2012-05-24 14:24:22 PDT by bobrien34
Try using gdb to examine the core dump to see where it's crashing. I'll try to take a look on a virtual machine myself also.
2012-05-24 07:47:30 PDT by ruven
Hi, We checked out the latest version from the SVN trunk and it compiles without errors on SUN Solaris 10. However, the iipserver won't start at all when we start Apache and produces a core dump. We need this version for we try to fix this issue : https://sourceforge.net/projects/iipimage/forums/forum/299494/topic/4764723 Is there a way to get debug info why the server crashes at startup ?.
2012-05-22 04:06:21 PDT by eduh1
Hi ruven, I am sorry for reaching you late, and I am really thankful for your advice. I specify the following line in my httpd configuration: FastCgiIpcDir /var/www/ipc_dir/ So is this what you are talking about???? But it still cannot work. I am not sure how to configure FcgidlPCDir in apache??? I also tried IIPImage in ubuntu, and it works great there. I only have problem...
2012-05-20 09:28:17 PDT by yihaitingfeng
Hard to say what is happening here. The requests are handled in the same way in the latest Github version. If your co-worker has it running with QT 4.7.4 then guess it's a QT webkit problem. Is there a way to debug javascript in QT? Perhaps the domload event isn't occuring correctly within your version of QT? As no iip server requests are attempted in your initial page load. If no debugging...
2012-05-19 01:24:49 PDT by ruven
Try this advice for CenOS users from the IIPImage web site and from the README included with the server: [quote][Note that on CentOS, FcgidIPCDir is configured by default to /var/log/httpd/fcgidsock, which may not be writable by Apache. If this is the case, specify another location for FcgidIPCDir, which is writable, such as /tmp/fcgidsock][/quote].
2012-05-19 01:09:46 PDT by ruven
The system that I am using is centos.
2012-05-18 21:02:00 PDT by yihaitingfeng
HI, I tried to configure IIPImage to my machine, and got 500 Internal Server Error. The server encountered an internal error or misconfiguration and was unable to complete your request. And when I go to the log file I got this: [Fri May 18 20:36:18 2012] [crit] (13)Permission denied: FastCGI: can't create server "/var/www/img1/cgi-bin/iipsrv.fcgi": bind() failed...
2012-05-18 20:51:59 PDT by yihaitingfeng
Hello, I am working on a Qt-based desktop application that uses Qt's QWebKit to display html content (in this case, data from IIP Server). I have the latest (as of 5/18/12) version if IIPMooViewer 2.0 beta installed (via github), and IIP Image Server 0.9.9 installed on Ubuntu 12.04, which uses Qt 4.7.4. The client application is running on Ubuntu 10.04, which uses Qt 4.6.2. The current...
2012-05-18 09:30:21 PDT by bobrien34