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) |
2
|
3
(1) |
4
(2) |
5
(12) |
6
(3) |
7
(1) |
8
(2) |
9
|
10
(1) |
11
|
12
(3) |
13
|
14
|
15
|
16
|
17
(4) |
18
(10) |
19
(8) |
20
(3) |
21
|
22
|
23
(2) |
24
(8) |
25
(1) |
26
(3) |
27
(3) |
28
|
29
(1) |
30
|
31
(1) |
|
|
|
|
|
From: <php...@li...> - 2009-08-31 20:08:32
|
Hi Andre and others, the new SF upload interface doesn`t support hidden releases anymore, does it? I have made a stupid mistake in the version 5.5.1 protocol parser. This has been corrected in 5.5.2, I will check in the changed line tomorrow evening. However, I think the 5.5.x branch needs some more time for internal tests. Especially the RedHat and Debian versions, as both depend on a stable upstream release. Regards, Jost Boekemeier |
From: <php...@li...> - 2009-08-29 17:17:56
|
Hi, I think the xdebug C code is more a problem than anything else. There's a pure PHP debugger ("gubed") which uses the official PHP-level API (*token_get_all, ...) to attach the debugger to your PHP script. The advantage of this method is that it is pure PHP code and therefore cannot crash your PHP installation. And it will work with future versions of PHP. Regards, Jost Bökemeier * |
From: <php...@li...> - 2009-08-27 16:56:45
|
> Or, if you want to create a web application, create it using the > JavaBridgeTemplate.war add the necessary libraries to it, test it and then > call your tested application using a php front end? > Tutorial is here: => http://php-java-bridge.sourceforge.net/pjb/webapp.php Regards, Jost Boekemeier |
From: <php...@li...> - 2009-08-27 08:03:56
|
Well, you already have a working desktop application. Why don't you add a standalone listener to call it from php? Or, if you want to create a web application, create it using the JavaBridgeTemplate.war add the necessary libraries to it, test it and then call your tested application using a php front end? , > > What does java_require do? > Not sure what you mean Why do you use it and what does it do? 27. Aug 2009 1:40 vorm. schrieb am < php...@li...>: Hi Jost, On Wednesday 26 August 2009, you wrote: > Hi, > > What does java_require do? Not sure what you mean. It doesn't give me an error if that is what you are asking. > Are you sure the library that java uses contains > this method? Pretty sure since the code works when invoked from the command line. But i just thought that i do import java.awt.geom.* which the itext call is based on i believe. So do i need to java_require this library? If so, how can i do that? Do i need to go look through the sun-java installation to find the needed .jar file? thanks matt > > Regards, > Jost Boekemeier > > 26. Aug 2009 7:36 nachm. schrieb am < > php-java-bridge-users@l... > --------------------------------------------------------------------------- >--- 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-26 18:08:36
|
Hi, What does java_require do? Are you sure the library that java uses contains this method? Regards, Jost Boekemeier 26. Aug 2009 7:36 nachm. schrieb am < php...@li...>: Hi, i am trying to access a java library (itext.jar) from my java code (also in a .jar in the same directory as itext.jar). The specific offending testcase-call to itext is: PaperHeight = (int)(com.lowagie.text.PageSize.LETTER.getHeight()); In my java code i import from itext what i need and it works on the command line (compile and execute). However, from the browser it does not. In my index.php (which i use as a sandbox) i make the call: java_require("../java/PatchAntenna_20090826/lib/PA.jar"); java_require("../java/PatchAntenna_20090826/lib/iText-2.1.7.jar"); before i create a new instance of my class which in turn calls the itext method. When i execute the php script in the browser i get: Cause: java.lang.NoSuchMethodError: com.lowagie.text.Rectangle.getHeight() which indicates to me that i cannot find the library. What am i missing here? Did i forget something? thanks for the help 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-25 09:15:14
|
Hi, recent PHP versions still contain a bug in pfsockopen, which will cause a short read when the tomcat back end is restarted or when tomcat closes an open connection. The problem is an uninitialized variable in the php socket layer. If you receive the message "protocol error, length must be > 0 ..." when using the Linux RPM, please add the following constant to the PHP script: 1.0E512 This illegal number will cause the PHP parser to reset, initializing the socket layer as a side effect(!). On all operating system except RedHat Enterprise and Fedora Linux the config var JAVA_PERSISTENT_SERVLET_CONNECTIONS is off, so this php bug will not cause problems there. I will add the constant to the RedHat/Fedora RPM and work with the php maintainers to fix this bug. Regards, Jost Boekemeier |
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...wrote: > 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...wrote: > 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...wrote: > 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 |