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
|
|
From: <php...@li...> - 2009-08-24 18:20:54
|
Methods and attributes are collectively callled "features".
> Sorry for my ignorance again, but how to i use the > "feature"?
You access an attribute the same way as you would access a method.
java(java.lang.System")->out->println("foo")
will write "foo" to system out, wherever that might be.
24. Aug 2009 7:37 nachm. schrieb am <
php...@li...>:
Hi Jost,
thanks for the reply.
Sorry for my ignorance again, but how to i use the "feature"? I assume i
can.
I guess i am not fully understanding your explanation.
If there is some vital documentation i am missing please point me to it.
thanks
matt
On Monday 24 August 2009, you wrote: > You can use echo
java_inspect(java("java.lang.System")) to ...
>91) #-15 php.java.servlet.PhpJavaServlet.doPut(PhpJavaServlet.java:228)
#-14
> javax.servlet.http.HttpServlet.service(HttpServlet.j in >
/usr/local/tomcat/webapps/JavaBridge/jav...
>
---------------------------------------------------------------------------
>--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day trial. Simplify your report design, integration and deployment -
and > focus on what you do...
|
|
From: <php...@li...> - 2009-08-24 17:56:27
|
try looking at the console output of tomcat/the context running the
bridge... it may be printed there.
Kind regards,
Dominik
On Mon, Aug 24, 2009 at 7:50 PM,
<php...@li...> wrote:
> thanks,
>
> that at least did not result in an error even though nothing was printed to
> the browser (which is probably ok since it is not stdout).
>
> Anyway, thanks. I think i understand now the correlation between the syntax
> and creating instances and calling methods.
>
> (I think ... . That doesn't mean much, so i'll probably be back once i get
> stumped again)
>
> thanks
> matt
>
>
> On Monday 24 August 2009, php...@li... wrote:
>> > echo java("java.lang.System.out")->println("sdgfsdfsdf");
>> > which gives:
>> > Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: ReferenceClass
>> > failed: new java.lang.System.out. Cause:
>> > java.lang.ClassNotFoundException: java.lang.System.out VM:
>> > 1.6.0_14@http://java.sun.com/" at: #-25
>> > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.
>> >java:1387)
>>
>> mhm looks to me as you try to create a instance of "out" but thats
>> just a property of java.lang.System
>>
>> try it like this
>>
>> echo java("java.lang.System")->out->println("aadsfdsaf");
>>
>> kind regards,
>>
>> Dominik
>>
>> ---------------------------------------------------------------------------
>>--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day trial. Simplify your report design, integration and deployment - and
>> focus on what you do best, core application coding. Discover what's new
>> with Crystal Reports now. http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> php-java-bridge-users mailing list
>> php...@li...
>> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>
|
|
From: <php...@li...> - 2009-08-24 17:50:15
|
thanks,
that at least did not result in an error even though nothing was printed to
the browser (which is probably ok since it is not stdout).
Anyway, thanks. I think i understand now the correlation between the syntax
and creating instances and calling methods.
(I think ... . That doesn't mean much, so i'll probably be back once i get
stumped again)
thanks
matt
On Monday 24 August 2009, php...@li... wrote:
> > echo java("java.lang.System.out")->println("sdgfsdfsdf");
> > which gives:
> > Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: ReferenceClass
> > failed: new java.lang.System.out. Cause:
> > java.lang.ClassNotFoundException: java.lang.System.out VM:
> > 1.6.0_14@http://java.sun.com/" at: #-25
> > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.
> >java:1387)
>
> mhm looks to me as you try to create a instance of "out" but thats
> just a property of java.lang.System
>
> try it like this
>
> echo java("java.lang.System")->out->println("aadsfdsaf");
>
> kind regards,
>
> Dominik
>
> ---------------------------------------------------------------------------
>--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day trial. Simplify your report design, integration and deployment - and
> focus on what you do best, core application coding. Discover what's new
> with Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2009-08-24 17:40:18
|
> echo java("java.lang.System.out")->println("sdgfsdfsdf");
> which gives:
> Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: ReferenceClass
> failed: new java.lang.System.out. Cause: java.lang.ClassNotFoundException:
> java.lang.System.out VM: 1.6.0_14@http://java.sun.com/" at: #-25
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
mhm looks to me as you try to create a instance of "out" but thats
just a property of java.lang.System
try it like this
echo java("java.lang.System")->out->println("aadsfdsaf");
kind regards,
Dominik
|
|
From: <php...@li...> - 2009-08-24 17:36:37
|
Hi Jost,
thanks for the reply.
Sorry for my ignorance again, but how to i use the "feature"? I assume i can.
I guess i am not fully understanding your explanation.
If there is some vital documentation i am missing please point me to it.
thanks
matt
On Monday 24 August 2009, you wrote:
> You can use echo java_inspect(java("java.lang.System")) to inspect
> features. Out is such a feature.
>
> Regards,
> Jost Boekemeier
>
> 24. Aug 2009 5:47 nachm. schrieb am <
> php...@li...>:
>
> Hi,
>
> I created an sandbox to test javabridge on my local box. I have a index.php
> in
> which i include the Java.inc file and call:
> echo java("java.lang.System")->getProperties();
> which gives me:
>
> {java.runtime.name=Java(TM) SE Runtime Environment,
> sun.boot.library.path=/usr/lib/jvm/java-6-sun-1.6.0.14/jre/lib/i386,
> java.vm.version=14.0-b16, shared.loader=, java.vm.vendor=Sun Microsystems
> Inc., java.vendor.url=http://java.sun.com/, path.separator=:,
> ... snip...
> sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little,
> package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomc
>at.,org.apache.jasper.,sun.beans., sun.cpu.isalist=}
>
> which looks to my untrained eye like it finds something/it works.
>
>
> However, trying to slightly expand this, i did:
> echo java("java.lang.System.out")->println("sdgfsdfsdf");
> which gives:
> Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: ReferenceClass
> failed: new java.lang.System.out. Cause: java.lang.ClassNotFoundException:
> java.lang.System.out VM: 1.6.0_14@http://java.sun.com/" at: #-25
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.ja
>va:1387) #-24
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.ja
>va:1233) #-23 java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
> #-22 java.lang.Class.forName0(Native Method) #-21
> java.lang.Class.forName(Class.java:247) #-20
> php.java.bridge.SimpleJavaBridgeClassLoader.forName(SimpleJavaBridgeClassLo
>ader.java:157) #-19
> php.java.bridge.JavaBridge.CreateObject(JavaBridge.java:455) #-18
> php.java.bridge.Request.handleRequest(Request.java:439) #-17
> php.java.bridge.Request.handleRequests(Request.java:490) #-16
> php.java.servlet.PhpJavaServlet.handleLocalConnection(PhpJavaServlet.java:1
>91) #-15 php.java.servlet.PhpJavaServlet.doPut(PhpJavaServlet.java:228) #-14
> javax.servlet.http.HttpServlet.service(HttpServlet.j in
> /usr/local/tomcat/webapps/JavaBridge/java/Java.inc on line 215
>
> I realize that i am missing something fundamental here. Forgive me for my
> ignorance in this matter but how come this does not work? Do i need to
> include
> another library? But if so, then why did the getProperties() call work?
>
>
> thanks for any shedding light on this matter
> matt
>
> ---------------------------------------------------------------------------
>--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day trial. Simplify your report design, integration and deployment - and
> focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
> ---------------------------------------------------------------------------
>--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day trial. Simplify your report design, integration and deployment - and
> focus on what you do best, core application coding. Discover what's new
> with Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2009-08-24 17:06:25
|
You can use echo java_inspect(java("java.lang.System")) to inspect features.
Out is such a feature.
Regards,
Jost Boekemeier
24. Aug 2009 5:47 nachm. schrieb am <
php...@li...>:
Hi,
I created an sandbox to test javabridge on my local box. I have a index.php
in
which i include the Java.inc file and call:
echo java("java.lang.System")->getProperties();
which gives me:
{java.runtime.name=Java(TM) SE Runtime Environment,
sun.boot.library.path=/usr/lib/jvm/java-6-sun-1.6.0.14/jre/lib/i386,
java.vm.version=14.0-b16, shared.loader=, java.vm.vendor=Sun Microsystems
Inc., java.vendor.url=http://java.sun.com/, path.separator=:,
... snip...
sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little,
package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.,
sun.cpu.isalist=}
which looks to my untrained eye like it finds something/it works.
However, trying to slightly expand this, i did:
echo java("java.lang.System.out")->println("sdgfsdfsdf");
which gives:
Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: ReferenceClass
failed: new java.lang.System.out. Cause: java.lang.ClassNotFoundException:
java.lang.System.out VM: 1.6.0_14@http://java.sun.com/" at: #-25
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
#-24
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
#-23 java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) #-22
java.lang.Class.forName0(Native Method) #-21
java.lang.Class.forName(Class.java:247) #-20
php.java.bridge.SimpleJavaBridgeClassLoader.forName(SimpleJavaBridgeClassLoader.java:157)
#-19 php.java.bridge.JavaBridge.CreateObject(JavaBridge.java:455) #-18
php.java.bridge.Request.handleRequest(Request.java:439) #-17
php.java.bridge.Request.handleRequests(Request.java:490) #-16
php.java.servlet.PhpJavaServlet.handleLocalConnection(PhpJavaServlet.java:191)
#-15 php.java.servlet.PhpJavaServlet.doPut(PhpJavaServlet.java:228) #-14
javax.servlet.http.HttpServlet.service(HttpServlet.j in
/usr/local/tomcat/webapps/JavaBridge/java/Java.inc on line 215
I realize that i am missing something fundamental here. Forgive me for my
ignorance in this matter but how come this does not work? Do i need to
include
another library? But if so, then why did the getProperties() call work?
thanks for any shedding light on this matter
matt
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2009-08-24 15:46:19
|
Hi,
I created an sandbox to test javabridge on my local box. I have a index.php in
which i include the Java.inc file and call:
echo java("java.lang.System")->getProperties();
which gives me:
{java.runtime.name=Java(TM) SE Runtime Environment,
sun.boot.library.path=/usr/lib/jvm/java-6-sun-1.6.0.14/jre/lib/i386,
java.vm.version=14.0-b16, shared.loader=, java.vm.vendor=Sun Microsystems
Inc., java.vendor.url=http://java.sun.com/, path.separator=:,
... snip...
sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little,
package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.,
sun.cpu.isalist=}
which looks to my untrained eye like it finds something/it works.
However, trying to slightly expand this, i did:
echo java("java.lang.System.out")->println("sdgfsdfsdf");
which gives:
Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: ReferenceClass
failed: new java.lang.System.out. Cause: java.lang.ClassNotFoundException:
java.lang.System.out VM: 1.6.0_14@http://java.sun.com/" at: #-25
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
#-24
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
#-23 java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) #-22
java.lang.Class.forName0(Native Method) #-21
java.lang.Class.forName(Class.java:247) #-20
php.java.bridge.SimpleJavaBridgeClassLoader.forName(SimpleJavaBridgeClassLoader.java:157)
#-19 php.java.bridge.JavaBridge.CreateObject(JavaBridge.java:455) #-18
php.java.bridge.Request.handleRequest(Request.java:439) #-17
php.java.bridge.Request.handleRequests(Request.java:490) #-16
php.java.servlet.PhpJavaServlet.handleLocalConnection(PhpJavaServlet.java:191)
#-15 php.java.servlet.PhpJavaServlet.doPut(PhpJavaServlet.java:228) #-14
javax.servlet.http.HttpServlet.service(HttpServlet.j in
/usr/local/tomcat/webapps/JavaBridge/java/Java.inc on line 215
I realize that i am missing something fundamental here. Forgive me for my
ignorance in this matter but how come this does not work? Do i need to include
another library? But if so, then why did the getProperties() call work?
thanks for any shedding light on this matter
matt
|
|
From: <php...@li...> - 2009-08-23 07:52:27
|
US or Canada? Seriously, why do you need such an old version? 23. Aug 2009 8:57 vorm. schrieb am < php...@li...>: hi I need this older version of Java Bridge, if someone can provide it. Thanks ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-08-23 06:57:02
|
hi I need this older version of Java Bridge, if someone can provide it. Thanks |
|
From: <php...@li...> - 2009-08-20 13:00:14
|
FYI: The bug you've reported has been fixed in CVS: http://svn.php.net/viewvc/php/php-src/branches/PHP_5_2/ext/standard/php_fopen_wrapper.c?view=markup&pathrev=287507 Please report php bugs directly to the php maintainers next time. 18. Aug 2009 2:22 nachm. schrieb am "Jost Bekemeier" < jos...@go...>: > a "standard" Apache + mod_php 5.2.9 configuration Great. Apache/IIS/PHP front- and Java back end is the normal configuration. Regards, Jost Boekemeier 18. Aug 2009 12:46 nachm. schrieb am < php...@li...>: > > Hi Jost, > > > You are right, when calling fopen("php://input", "r") PHP > > version 5 may cras... |
|
From: <php...@li...> - 2009-08-20 08:00:04
|
Hi, Set the promiscuous option and protect your computers using a firewall. Please see the INSTALL.J2EE document from the documentation download for details. You can test the back end with: telnet yourHost 8080 PUT /JavaBridge/test.phpjavabridge HTTP/1.0 It should respond with a context id. Regards, Jost Boekemeier 20. Aug 2009 2:57 vorm. schrieb am < php...@li...>: Hello, I am Kartik Modi. I am working on Javaonline project of macquarie university and I am using php-java bridge. I have tomcat server on the different server and apache installed on the different server. From my apache server I am trying to access php-java bridge using url ( http://servername:8080/java/Java.inc) everything is working well but when I tries to access my application I get error saying "*Access to the specified resource () has been forbidden.*" Can anyone help me out with that. what setting I need to do? -- With Regards, Kartik Modi. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-08-20 00:57:05
|
Hello, I am Kartik Modi. I am working on Javaonline project of macquarie university and I am using php-java bridge. I have tomcat server on the different server and apache installed on the different server. From my apache server I am trying to access php-java bridge using url ( http://servername:8080/java/Java.inc) everything is working well but when I tries to access my application I get error saying "*Access to the specified resource () has been forbidden.*" Can anyone help me out with that. what setting I need to do? -- With Regards, Kartik Modi. |
|
From: <php...@li...> - 2009-08-19 17:58:11
|
Hi, I think this means that JavaBridge.war is not deployed. Can you telnet to localhost 8080 and PUT /JavaBridge/test.phpjavabridge What's in the tomcat log? Regards, Jost Boekemeier 19. Aug 2009 7:49 nachm. schrieb am < php...@li...>: Hi, first of all sorry for asking so many questions at once. If I should not be asking these questions here or overlooked documenation please tell me/point me to it. I am just beginning to involve myself with this, so thanks for your patience. So, the question: On my local box i set up tomcat/java, deployed the JavaBridge.war and run the example (which worked fine). I also installed php-cgi which i believe was necessary for the examples to work. Now i am trying to use the JavaBridge on a hosted account which does not have php-cgi in its path and the examples fail (which i believe is due to that. Except for the 'hello' example the error i get is: ... Warning: fread() [function.fread]: Length parameter must be greater than 0 in /home/content/x/p/d/xpdtek/html/JavaBridge/java/Java.inc on line 1080 data: protocol error: , Invalid document end at col 1. Check the back end log for OutOfMemoryErrors. fread() [function.fread]: Length parameter must be greater than 0. ... Is there a way to configure/set things such that i don't need php-cgi (if indeed this is what the problem is?) Really all i am trying to do is to communicate some arguments between a php script and a java application/servlet back and forth if possible. Again, thanks for you patience and your time, matt ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-08-19 17:48:19
|
Hi, first of all sorry for asking so many questions at once. If I should not be asking these questions here or overlooked documenation please tell me/point me to it. I am just beginning to involve myself with this, so thanks for your patience. So, the question: On my local box i set up tomcat/java, deployed the JavaBridge.war and run the example (which worked fine). I also installed php-cgi which i believe was necessary for the examples to work. Now i am trying to use the JavaBridge on a hosted account which does not have php-cgi in its path and the examples fail (which i believe is due to that. Except for the 'hello' example the error i get is: ... Warning: fread() [function.fread]: Length parameter must be greater than 0 in /home/content/x/p/d/xpdtek/html/JavaBridge/java/Java.inc on line 1080 data: protocol error: , Invalid document end at col 1. Check the back end log for OutOfMemoryErrors. fread() [function.fread]: Length parameter must be greater than 0. ... Is there a way to configure/set things such that i don't need php-cgi (if indeed this is what the problem is?) Really all i am trying to do is to communicate some arguments between a php script and a java application/servlet back and forth if possible. Again, thanks for you patience and your time, matt |
|
From: <php...@li...> - 2009-08-19 17:15:17
|
Hi, On Wednesday 19 August 2009, php...@li... wrote: > Is it possible to install the debian php java bridge package on ubuntu, > too? I tried that too, it screwed up my package manger because it failed to install properly. matt > > I have ubuntu installed on a virtual machine on my laptop, but I can't test > at the moment. > > 19. Aug 2009 5:00 nachm. schrieb am < > php...@li...>: > > Thanks, > > the manual install worked right away. > (instructions if needed at: > http://www.howtogeek.com/howto/linux/installing- tomcat-6-on-ubuntu) > > Both the tomcat5.5 and tomcat6 packages in ubuntu9.04 did not work for me. > > thanks matt On Tuesday 18 August 2009, > php...@li... wrote: > > ubu... > > > php...@li...: > Hi, > > We can > > > > onl... > > > > --------------------------------------------------------------------------- > > > > >--- Le... > > > > focus on what you do best, core application coding. Discover what's new > > > > with Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > _______________________________________... > > > php...@li... > > > > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users------- > >----------------------... > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your re... > > what you do best, core application coding. Discover what's new with Crystal > Reports now. http://p.... > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > --------------------------------------------------------------------------- >--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day trial. Simplify your report design, integration and deployment - and > focus on what you do best, core application coding. Discover what's new > with Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-08-19 15:05:20
|
Is it possible to install the debian php java bridge package on ubuntu, too? I have ubuntu installed on a virtual machine on my laptop, but I can't test at the moment. 19. Aug 2009 5:00 nachm. schrieb am < php...@li...>: Thanks, the manual install worked right away. (instructions if needed at: http://www.howtogeek.com/howto/linux/installing- tomcat-6-on-ubuntu) Both the tomcat5.5 and tomcat6 packages in ubuntu9.04 did not work for me. thanks matt On Tuesday 18 August 2009, php...@li... wrote: > > ubu... > php...@li...: > Hi, > > We can > onl... > > --------------------------------------------------------------------------- > > >--- Le... > focus on what you do best, core application coding. Discover what's new > with Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________... > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users-----------------------------... Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your re... what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.... php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-08-19 14:59:14
|
Thanks, the manual install worked right away. (instructions if needed at: http://www.howtogeek.com/howto/linux/installing- tomcat-6-on-ubuntu) Both the tomcat5.5 and tomcat6 packages in ubuntu9.04 did not work for me. thanks matt On Tuesday 18 August 2009, php...@li... wrote: > > ubuntu9.04 with tomcat6 > > Please remove that, install the original tomcat from tomcat.apache.org and > try again. > > Regards, > Jost Boekemeier > > 18. Aug 2009 5:04 nachm. schrieb am < > php...@li...>: > > Hi Jost, > > i am running on ubuntu9.04 with tomcat6, sun-java1.6.0_14 and PHP 5.2.6. > So, i guess i'll try to see what i can figure out since nobody else seems > to have this problem. > > thanks > matt > > On Tuesday 18 August 2009, > php...@li...: > Hi, > > We can > onl... > > --------------------------------------------------------------------------- > > >--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > > > > 30-Day trial. Simplify your report design, integration and deployment - > > and > focus on what you do... > --------------------------------------------------------------------------- >--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day trial. Simplify your report design, integration and deployment - and > focus on what you do best, core application coding. Discover what's new > with Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-08-19 12:52:38
|
Hello, please, send feedback about the new 5.5-1 Debian packages. Install them at an experimental machine. Regards. Andre Felipe Machado |
|
From: <php...@li...> - 2009-08-19 12:50:05
|
Hello, the Debian package 5.4.4.2-3 have maintenance improvements at SE Linux packaging. So who already has an installation running do not *have to* update. Please, send feedback to the list. Regards. Andre Felipe Machado |
|
From: <php...@li...> - 2009-08-19 05:46:16
|
> ubuntu9.04 with tomcat6 Please remove that, install the original tomcat from tomcat.apache.org and try again. Regards, Jost Boekemeier 18. Aug 2009 5:04 nachm. schrieb am < php...@li...>: Hi Jost, i am running on ubuntu9.04 with tomcat6, sun-java1.6.0_14 and PHP 5.2.6. So, i guess i'll try to see what i can figure out since nobody else seems to have this problem. thanks matt On Tuesday 18 August 2009, php...@li...: > Hi, > > We can onl... > --------------------------------------------------------------------------- >--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day trial. Simplify your report design, integration and deployment - and > focus on what you do... |
|
From: <php...@li...> - 2009-08-18 15:03:19
|
Hi Jost, i am running on ubuntu9.04 with tomcat6, sun-java1.6.0_14 and PHP 5.2.6. So, i guess i'll try to see what i can figure out since nobody else seems to have this problem. thanks matt On Tuesday 18 August 2009, php...@li... wrote: > Hi, > > We can only support original software[1]. Please download tomcat from > apache org and try again. > > Regards, > Jost Boekemeier > [1] Debian and RedHat patched/hacked/whatever variants are also supported > via packages. > > 17. Aug 2009 10:15 nachm. schrieb am < > php...@li...>: > > Hi, > > i have a problem with the JavaBridge installation. When i point my browser > to: > http://127.0.0.1:8080/JavaBridge/ > > i get: Servlet PhpCGIServlet is not available > > i tested the install as explained on the website via: > java -classpath JavaBridge.war TestInstallation > which gave me no errors. > > Then i deployed it to the tomcat webapps folder. The tomcat examples and a > simple hello world example are working. > > This is probably a trivial issue, but i am not sure what i am missing. I > also > googled it and found nothing that helped me. > > thanks > matt > --------------------------------------------------------------------------- >--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > --------------------------------------------------------------------------- >--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day trial. Simplify your report design, integration and deployment - and > focus on what you do best, core application coding. Discover what's new > with Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-08-18 13:49:31
|
> a "standard" Apache + mod_php 5.2.9 configuration
Great. Apache/IIS/PHP front- and Java back end is the normal configuration.
Regards,
Jost Boekemeier
18. Aug 2009 12:46 nachm. schrieb am <
php...@li...>:
Hi Jost,
> You are right, when calling fopen("php://input", "r") PHP
> version 5 may crash or hang. Please do not use it until this
> PHP5 bug is fixed.
> ...
> Do you report this bug to the PHP maintainers?
Using PHP 5.2.9 here, but function php_stream_input_read() in
php_fopen_wrapper.c is identical to the 5.2.5 one.
Before opening a bug (been there, done that) I should carefully check
what you say, but I cannot do so right now - leaving for vacation
tomorrow next and lots of loose ends to fix here at work.
Anyway I modified the Swing application to redirect the JSON-RPC call to
a "standard" Apache + mod_php 5.2.9 configuration (no Jetty no Java) and
php://input works perfectly - as well it should, since we are using that
machine as a SOAP services endpoint, consuming RAW POST data all the
time.
Will need to double check the C dode ...
Bye,
Massimo
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2009-08-18 12:04:49
|
=> http://bugs.php.net/bug.php?id=49286 |
|
From: <php...@li...> - 2009-08-18 10:53:55
|
Hi Jost,
> You are right, when calling fopen("php://input", "r") PHP version 5
> may crash or hang. Please do not use it until this
> PHP5 bug is fixed.
> ...
> Do you report this bug to the PHP maintainers?
Using PHP 5.2.9 here, but function php_stream_input_read() in
php_fopen_wrapper.c is identical to the 5.2.5 one.
Before opening a bug (been there, done that) I should carefully check
what you say, but I cannot do so right now - leaving for vacation
tomorrow next and lots of loose ends to fix here at work.
Anyway I modified the Swing application to redirect the JSON-RPC call to
a "standard" Apache + mod_php 5.2.9 configuration (no Jetty no Java) and
php://input works perfectly - as well it should, since we are using that
machine as a SOAP services endpoint, consuming RAW POST data all the
time.
Will need to double check the C code ...
Bye,
Massimo
|
|
From: <php...@li...> - 2009-08-18 10:49:48
|
Hi again, > I will add a jsr223 tutorial to our web site. Great! > The bindings are complete. The reason for the new > script-api.jar was a degression in version 5.4.4.2; I have > cleaned up a little bit too much, leaving the standalone > script engine w/o a urlreader path, even though it has been > documented in the api doc. The path was re-introduced in 5.5.1. I will upgrade to the new release ASAP. Regards, Massimo |