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
(3) |
5
(4) |
6
(3) |
7
|
|
8
|
9
|
10
|
11
(3) |
12
(8) |
13
(4) |
14
|
|
15
|
16
(1) |
17
|
18
(1) |
19
(2) |
20
|
21
|
|
22
|
23
|
24
(2) |
25
(5) |
26
(8) |
27
(10) |
28
(1) |
|
29
|
30
(5) |
31
(1) |
|
|
|
|
|
From: <php...@li...> - 2010-08-25 18:24:35
|
I'm getting the exception below. Anyone seen this one before? These are the scenarios that I have tried that all result in this:
-) Using the release version of the template jar without any modifications
-) Building my own war and packaging it up similar to the template war
-) Both the scenarios above under JBoss 5.1 and Tomcat 6 (Yes, I know JBoss uses tomcat but I wanted to rule out JBoss adding something odd to the mix)
For what it's worth, I'm using OSX and MAMP on the php side and on the java side I'm using java 1.6.0_20.
java.io.IOException: Invalid chunk header
at org.apache.coyote.http11.filters.ChunkedInputFilter.doRead(ChunkedInputFilter.java:133)
at org.apache.coyote.http11.InternalInputBuffer.doRead(InternalInputBuffer.java:710)
at org.apache.coyote.Request.doRead(Request.java:428)
at org.apache.catalina.connector.InputBuffer.realReadBytes(InputBuffer.java:304)
at org.apache.tomcat.util.buf.ByteChunk.substract(ByteChunk.java:403)
at org.apache.catalina.connector.InputBuffer.read(InputBuffer.java:327)
at org.apache.catalina.connector.CoyoteInputStream.read(CoyoteInputStream.java:193)
at php.java.bridge.Parser.read(Parser.java:94)
at php.java.bridge.Parser.parse(Parser.java:176)
at php.java.bridge.Request.handleRequest(Request.java:383)
at php.java.bridge.Request.handleRequests(Request.java:491)
at php.java.servlet.PhpJavaServlet.handleChunkedLocalConnection(PhpJavaServlet.java:199)
at php.java.servlet.PhpJavaServlet.handleLocalConnection(PhpJavaServlet.java:261)
at php.java.servlet.PhpJavaServlet.handlePut(PhpJavaServlet.java:338)
at php.java.servlet.PhpJavaServlet.doPut(PhpJavaServlet.java:349)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:640)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:637)
|
|
From: <php...@li...> - 2010-08-25 11:09:27
|
Not any more. We are on a tight timeline and I was preemptively looking for solutions if I were to be told that persistent connections aren't being used. On Aug 25, 2010, at 5:13 AM, php...@li... wrote: > Hi Daniel, > >> Is there a clean way to use BASIC authentication for php to java http requests? > > Doesn't make sense to me. Basic auth is handled by the browser/user, > not a server-side script. > > Do you have a use-case? > > >> looking for something more than a global set of credentials. > > You can declare access rules per rmi method, see EJB/JEE spec and > RMI/IIOP example. > > > Regards, > Jost Bökemeier > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program > Be part of this innovative community and reach millions of netbook users > worldwide. Take advantage of special opportunities to increase revenue and > speed time-to-market. Join now, and jumpstart your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2010-08-25 10:17:14
|
Hi everyone,
i am working on a PHP application ,i need to introduce a .jar ,so my JavaBridge
turn well with some examples,but when i tried the example in the site which
concern the message dialogue,that doesn't work.
So it doesn't display a message dialog,below are all the codes i used:
***************HelloWorld.java*****************
import javax.swing.JOptionPane;
public class HelloWorld {
public static void main(String args[]) throws Exception {
JOptionPane.showMessageDialog(null, "hello world");
System.exit(0);
}
public void hello(String args[]) throws Exception {
JOptionPane.showMessageDialog(null, "hello " + args[0]);
}
}
so i created the HelloWorld.jar,and it's worked,so below is the PHP code:
*************************
<?php
java_require('http://localhost:10088/HelloWorld.jar');
$world = new java("HelloWorld");
echo $world->hello(array("from PHP"));
?>
so when i launch this,nothing displayed.
Please really need someone for help.
|
|
From: <php...@li...> - 2010-08-25 09:14:06
|
Hi Daniel, > Is there a clean way to use BASIC authentication for php to java http requests? Doesn't make sense to me. Basic auth is handled by the browser/user, not a server-side script. Do you have a use-case? > looking for something more than a global set of credentials. You can declare access rules per rmi method, see EJB/JEE spec and RMI/IIOP example. Regards, Jost Bökemeier |
|
From: <php...@li...> - 2010-08-25 09:05:48
|
Hi Daniel, > writing to determine if my initial tests are coincidence or if I indeed can > assume that the same server side thread is allocated for the duration of a > single page rendering on the php side. the PHP/Java Bridge uses persistent connections, yes. If a PHP process "j" is connected to a java thread "k", j will continue to use k until j or k is destroyed (OOM condition or other fatal error). Note: persistent connections are not used if you program your own servlet. That's up to you: http://php-java-bridge.sourceforge.net/pjb/servlet-programming.php Regards, Jost Bökemeier |