You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(6) |
Nov
(8) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(19) |
Feb
(15) |
Mar
(10) |
Apr
(8) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(31) |
Sep
(111) |
Oct
(52) |
Nov
(72) |
Dec
(42) |
2006 |
Jan
(21) |
Feb
(32) |
Mar
(33) |
Apr
(24) |
May
(15) |
Jun
(40) |
Jul
(32) |
Aug
(19) |
Sep
(38) |
Oct
(37) |
Nov
(63) |
Dec
(37) |
2007 |
Jan
(18) |
Feb
(39) |
Mar
(69) |
Apr
(49) |
May
(71) |
Jun
(59) |
Jul
(71) |
Aug
(85) |
Sep
(46) |
Oct
(14) |
Nov
(25) |
Dec
(56) |
2008 |
Jan
(24) |
Feb
(77) |
Mar
(104) |
Apr
(44) |
May
(41) |
Jun
(11) |
Jul
(31) |
Aug
(59) |
Sep
(44) |
Oct
(86) |
Nov
(66) |
Dec
(93) |
2009 |
Jan
(88) |
Feb
(41) |
Mar
(49) |
Apr
(135) |
May
(22) |
Jun
(31) |
Jul
(60) |
Aug
(71) |
Sep
(76) |
Oct
(18) |
Nov
(52) |
Dec
(20) |
2010 |
Jan
(8) |
Feb
(50) |
Mar
(35) |
Apr
(48) |
May
(46) |
Jun
(84) |
Jul
(38) |
Aug
(61) |
Sep
(51) |
Oct
(31) |
Nov
(17) |
Dec
(18) |
2011 |
Jan
(51) |
Feb
(14) |
Mar
(17) |
Apr
(23) |
May
(15) |
Jun
(11) |
Jul
(5) |
Aug
(5) |
Sep
(15) |
Oct
(8) |
Nov
(5) |
Dec
(25) |
2012 |
Jan
(2) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(27) |
Jun
(32) |
Jul
(36) |
Aug
(10) |
Sep
(16) |
Oct
(3) |
Nov
(13) |
Dec
(7) |
2013 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
(9) |
Jul
(5) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(3) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(6) |
Feb
|
Mar
|
Apr
(10) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2018 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2021 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
|
3
|
4
|
5
|
6
|
7
(1) |
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
(2) |
17
(3) |
18
|
19
(1) |
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
(1) |
28
(1) |
29
|
30
|
|
|
|
|
|
From: <php...@li...> - 2014-06-28 06:47:57
|
My set up that is working is using Tomcat for the container, once installed in webapps, all I have to do is call it thusly: require_once("http://localhost:8080/JavaBridge/java/Java.inc"); and I can use java classes. Hope that helps. --Nathan On Friday, June 27, 2014 7:11 AM, "php...@li..." <php...@li...> wrote: Hi everyone!!!! I would like to ask how to call a java class from php. After research on internet, I’ve following a tutorial who tells me to put my project in jar file and to put it on Tomcat/webapps/myproject/WEB-INF/lib. And then to call it on my php script with <?php require_once("java/Java.inc"); $obj = new Java('HelloWorld'); ?> But it doesn’t work. I have followed the jee documentation with javabridge.zip too. I put my project in .war file and put the .jar into Tomcat/webapps then it deployed my project. After that, I create php file and put this script <?php define("JAVA_HOSTS", 127.0.0.1:8080); define("JAVA_SERVLET", "/JavaBridge/servlet.phpjavabridge"); require_once("java/Java.inc"); echo java("java.lang.System")->getProperties(); ?> PS I’m working on Apache for php and Tomcat for java. Both don’t work. Need help , please. Thanks. Finoana ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
From: <php...@li...> - 2014-06-27 12:10:43
|
Hi everyone!!!! I would like to ask how to call a java class from php. After research on internet, I’ve following a tutorial who tells me to put my project in jar file and to put it on Tomcat/webapps/myproject/WEB-INF/lib. And then to call it on my php script with <?php require_once("java/Java.inc"); $obj = new Java('HelloWorld'); ?> But it doesn’t work. I have followed the jee documentation with javabridge.zip too. I put my project in .war file and put the .jar into Tomcat/webapps then it deployed my project. After that, I create php file and put this script <?php define("JAVA_HOSTS", 127.0.0.1:8080); define("JAVA_SERVLET", "/JavaBridge/servlet.phpjavabridge"); require_once("java/Java.inc"); echo java("java.lang.System")->getProperties(); ?> PS I’m working on Apache for php and Tomcat for java. Both don’t work. Need help , please. Thanks. Finoana |
From: <php...@li...> - 2014-06-19 10:55:02
|
Hi, Once you have installed your new version of php you can setup php-cgi to work with php-bridge in 3 ways: 1/ put the php-cgi binary inside WEB-INF/cgi/x86_64-mac/ 2/ OR setup your tomcat servlet configuration to use the default system php <servlet> <servlet-name>PhpCGIServlet</servlet-name> <servlet-class>php.java.servlet.fastcgi.FastCGIServlet</servlet-class> <load-on-startup>0</load-on-startup> <init-param> <param-name>prefer_system_php_exec</param-name> <param-value>On</param-value> </init-param> <init-param> <param-name>php_include_java</param-name> <param-value>Off</param-value> </init-param> </servlet> 3/ OR setup your tomcat servlet configuration variable to point to the correct location (RECOMMANDED) <servlet> <servlet-name>PhpCGIServlet</servlet-name> <servlet-class>php.java.servlet.fastcgi.FastCGIServlet</servlet-class> <load-on-startup>0</load-on-startup> <init-param> <param-name> php_exec </param-name> <param-value>/opt/php/bin/php-cgi</param-value> </init-param> <init-param> <param-name>php_include_java</param-name> <param-value>Off</param-value> </init-param> </servlet> Read more at: 1/ http://oceania.research.um.edu.mt/cms/settings.php 2/ http://php-java-bridge.sourceforge.net/doc/FAQ.html Regards, Numa Le 17 juin 2014 à 20:55, php...@li... a écrit : > Hi Numa, > > thank you for your answer, still have a question though. How do I have to configure the php-bridge to find php-cgi? In which folder? > > Thank you. > > Regards, > > Finoana > > Le 17 juin 2014 à 16:47, php...@li... a écrit : > >> Hi Finoana, >> >> You need to install a new version of php as the one on macosx doesn’t include php-cgi. >> You best option is to use this one: http://php-osx.liip.ch >> Follow the instruction and you will have a full php stack running including php-cgi. >> Then you need to configure php-bridge to find php-cgi. >> >> Regards, >> Numa >> >> >> Numa Schmeder www.dfacto.ch >> NU...@DF... | M +41 79 538 30 01 >> >> DIGITAL STRATEGY | DESIGN | DEVELOPMENT >> >> Le 17 juin 2014 à 14:33, php...@li... a écrit : >> >>> Hi everyone!!!! >>> >>> I would like to ask if someone has already installed php javabridge on tomcat on mac OS. My problem is that Tomcat is unable to find php on my computer. My question is to enable it and also how to configure php via shell to make it work on cgi and not cli. I have checked on all forums and tried many things but it doesn’t work. >>> >>> Thank you so much. >>> >>> Finoana >>> ------------------------------------------------------------------------------ >>> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions >>> Find What Matters Most in Your Big Data with HPCC Systems >>> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. >>> Leverages Graph Analysis for Fast Processing & Easy Data Exploration >>> http://p.sf.net/sfu/hpccsystems >>> _______________________________________________ >>> php-java-bridge-users mailing list >>> php...@li... >>> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users >> >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions >> Find What Matters Most in Your Big Data with HPCC Systems >> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. >> Leverages Graph Analysis for Fast Processing & Easy Data Exploration >> http://p.sf.net/sfu/hpccsystems >> _______________________________________________ >> php-java-bridge-users mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions > Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
From: <php...@li...> - 2014-06-17 18:55:45
|
Hi Numa, thank you for your answer, still have a question though. How do I have to configure the php-bridge to find php-cgi? In which folder? Thank you. Regards, Finoana Le 17 juin 2014 à 16:47, php...@li... a écrit : > Hi Finoana, > > You need to install a new version of php as the one on macosx doesn’t include php-cgi. > You best option is to use this one: http://php-osx.liip.ch > Follow the instruction and you will have a full php stack running including php-cgi. > Then you need to configure php-bridge to find php-cgi. > > Regards, > Numa > > > Numa Schmeder www.dfacto.ch > NU...@DF... | M +41 79 538 30 01 > > DIGITAL STRATEGY | DESIGN | DEVELOPMENT > > Le 17 juin 2014 à 14:33, php...@li... a écrit : > >> Hi everyone!!!! >> >> I would like to ask if someone has already installed php javabridge on tomcat on mac OS. My problem is that Tomcat is unable to find php on my computer. My question is to enable it and also how to configure php via shell to make it work on cgi and not cli. I have checked on all forums and tried many things but it doesn’t work. >> >> Thank you so much. >> >> Finoana >> ------------------------------------------------------------------------------ >> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions >> Find What Matters Most in Your Big Data with HPCC Systems >> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. >> Leverages Graph Analysis for Fast Processing & Easy Data Exploration >> http://p.sf.net/sfu/hpccsystems >> _______________________________________________ >> php-java-bridge-users mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > > > > > > > > > > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions > Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
From: <php...@li...> - 2014-06-17 14:47:57
|
Hi Finoana, You need to install a new version of php as the one on macosx doesn’t include php-cgi. You best option is to use this one: http://php-osx.liip.ch Follow the instruction and you will have a full php stack running including php-cgi. Then you need to configure php-bridge to find php-cgi. Regards, Numa Numa Schmeder www.dfacto.ch NU...@DF... | M +41 79 538 30 01 DIGITAL STRATEGY | DESIGN | DEVELOPMENT Le 17 juin 2014 à 14:33, php...@li... a écrit : > Hi everyone!!!! > > I would like to ask if someone has already installed php javabridge on tomcat on mac OS. My problem is that Tomcat is unable to find php on my computer. My question is to enable it and also how to configure php via shell to make it work on cgi and not cli. I have checked on all forums and tried many things but it doesn’t work. > > Thank you so much. > > Finoana > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions > Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
From: <php...@li...> - 2014-06-17 12:33:49
|
Hi everyone!!!! I would like to ask if someone has already installed php javabridge on tomcat on mac OS. My problem is that Tomcat is unable to find php on my computer. My question is to enable it and also how to configure php via shell to make it work on cgi and not cli. I have checked on all forums and tried many things but it doesn’t work. Thank you so much. Finoana |
From: <php...@li...> - 2014-06-16 10:06:32
|
Hi, Looks like php-java-bridge servlet didn’t start properly ! Check your tomcat logs and verify that php-java-bridge web app didn’t have errors. Check that you have not firewall between your php machine and your tomcat machine. If it’s on the same there shouldn’t be any problem. I think your problem is clearly stated in this line; > java.io.IOException: PHP not found. Please install php-cgi. PHP test command was: [php-cgi, -v] Read the docs you should configure correctly php-javabridge to use php-cgi command line tool and make sure you have php and php-cgi installed on your system. Numa Le 16 juin 2014 à 11:04, php...@li... a écrit : > Hi everyone!!!! > > I'm trying to install PHP Javabridge on Tomcat on Mac OS and I got the http 500 status error and I really don’t know what to do.I’m using a mac os. > > This is the error. > > Etat HTTP 500 - php.java.bridge.http.FCGIConnectException: Could not connect to server > > type Rapport d''exception > > message php.java.bridge.http.FCGIConnectException: Could not connect to server > > description Le serveur a rencontré une erreur interne qui l''a empêché de satisfaire la requête. > > exception > > javax.servlet.ServletException: php.java.bridge.http.FCGIConnectException: Could not connect to server > php.java.servlet.fastcgi.FastCGIServlet.init(FastCGIServlet.java:133) > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950) > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) > org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040) > org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) > org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314) > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > java.lang.Thread.run(Thread.java:745) > > cause mère > > php.java.bridge.http.FCGIConnectException: Could not connect to server > php.java.bridge.http.SocketChannelFactory.test(SocketChannelFactory.java:58) > php.java.servlet.fastcgi.FastCGIServlet.init(FastCGIServlet.java:131) > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950) > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) > org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040) > org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) > org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314) > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > java.lang.Thread.run(Thread.java:745) > > cause mère > > java.io.IOException: java.net.ConnectException: Connection refused > php.java.bridge.http.FCGIConnectException.<init>(FCGIConnectException.java:37) > php.java.bridge.http.SocketChannelFactory.test(SocketChannelFactory.java:58) > php.java.servlet.fastcgi.FastCGIServlet.init(FastCGIServlet.java:131) > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950) > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) > org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040) > org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) > org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314) > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > java.lang.Thread.run(Thread.java:745) > > cause mère > > java.io.IOException: PHP not found. Please install php-cgi. PHP test command was: [php-cgi, -v] > php.java.bridge.Util$Process.start(Util.java:1145) > php.java.servlet.fastcgi.FCGIProcess.start(FCGIProcess.java:68) > php.java.bridge.http.SocketChannelFactory.doBind(SocketChannelFactory.java:125) > php.java.bridge.http.FCGIConnectionFactory.runFcgi(FCGIConnectionFactory.java:88) > php.java.bridge.http.FCGIConnectionFactory$1.run(FCGIConnectionFactory.java:109) > > note La trace complète de la cause mère de cette erreur est disponible dans les fichiers journaux de Apache Tomcat/7.0.54. > > Apache Tomcat/7.0.54 > > Thank you so much > > Finoana > > > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions > Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
From: <php...@li...> - 2014-06-16 09:05:08
|
Hi everyone!!!! I'm trying to install PHP Javabridge on Tomcat on Mac OS and I got the http 500 status error and I really don’t know what to do.I’m using a mac os. This is the error. Etat HTTP 500 - php.java.bridge.http.FCGIConnectException: Could not connect to server type Rapport d''exception message php.java.bridge.http.FCGIConnectException: Could not connect to server description Le serveur a rencontré une erreur interne qui l''a empêché de satisfaire la requête. exception javax.servlet.ServletException: php.java.bridge.http.FCGIConnectException: Could not connect to server php.java.servlet.fastcgi.FastCGIServlet.init(FastCGIServlet.java:133) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) java.lang.Thread.run(Thread.java:745) cause mère php.java.bridge.http.FCGIConnectException: Could not connect to server php.java.bridge.http.SocketChannelFactory.test(SocketChannelFactory.java:58) php.java.servlet.fastcgi.FastCGIServlet.init(FastCGIServlet.java:131) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) java.lang.Thread.run(Thread.java:745) cause mère java.io.IOException: java.net.ConnectException: Connection refused php.java.bridge.http.FCGIConnectException.<init>(FCGIConnectException.java:37) php.java.bridge.http.SocketChannelFactory.test(SocketChannelFactory.java:58) php.java.servlet.fastcgi.FastCGIServlet.init(FastCGIServlet.java:131) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) java.lang.Thread.run(Thread.java:745) cause mère java.io.IOException: PHP not found. Please install php-cgi. PHP test command was: [php-cgi, -v] php.java.bridge.Util$Process.start(Util.java:1145) php.java.servlet.fastcgi.FCGIProcess.start(FCGIProcess.java:68) php.java.bridge.http.SocketChannelFactory.doBind(SocketChannelFactory.java:125) php.java.bridge.http.FCGIConnectionFactory.runFcgi(FCGIConnectionFactory.java:88) php.java.bridge.http.FCGIConnectionFactory$1.run(FCGIConnectionFactory.java:109) note La trace complète de la cause mère de cette erreur est disponible dans les fichiers journaux de Apache Tomcat/7.0.54. Apache Tomcat/7.0.54 Thank you so much Finoana |
From: <php...@li...> - 2014-06-07 21:00:16
|
Tawisak Ruksuwan has invited you to join Feedspot - A place to read everything you need to stay informed and live and work smarter.\n\n http://www.feedspot.com/r_f0b721867c78_*_ph...@li...#monthlycode \n\n Feedspot is a place to organize and read all the news sites and blogs you visit in one place, where keeping up with your favorite sites is as easy as checking your email.\n\n Start using Feedspot today to get a complimentary month of Feedspot Premium, with even more of the features that make Feedspot great. And just for trying Feedspot, your friend will get rewards too.\n\n - The Feedspot Team |