From: <php...@li...> - 2011-09-08 15:54:22
|
Thanks for the replies I have made changes to give all permissions to the temp folder as well as using the default ini file from the zip from the PHP site. all of this was to no avail.the phpinfo show the session save directory as the same temp folder that is failing when I add the cURL extension. I can add any other extension and everything works fine it is only the cURL extension that fails. Al Dispennette ________________________________ From: "php...@li..." <php...@li...> To: php...@li... Sent: Wednesday, September 7, 2011 1:28 PM Subject: Re: [Php-java-bridge-users] %TOMCAT_HOME%\temp\JavaBridge64116.socket not writable Hi, > java.io.IOException: File > \\.\pipe\C:\Apache_Software_Foundation\apache-tomcat-6.0.32\temp\JavaBridge64116.socket > not writable this usually means that PHP has crashed during startup so that Java doesn't have a socket to write to. Please check your PHP installation php.ini file. (see result of http://.../phpinfo.php). > I used the msi file for the php and Don't. The PHP installer adds some obscure extensions, which will only work in certain environments (iis for example). Please remove the installed php.ini file and start with the recommended php.ini file from the zip download. You only need the php-cgi.exe and the php5[ts].dll (and optionally some php.ini file, if you want to load additional PHP extensions). Regards, Jost Bökemeier ------------------------------------------------------------------------------ Using storage to extend the benefits of virtualization and iSCSI Virtualization increases hardware utilization and delivers a new level of agility. Learn what those decisions are and how to modernize your storage and backup environments for virtualization. http://www.accelacomm.com/jaw/sfnl/114/51434361/ _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |