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
(2) |
4
(17) |
5
(5) |
6
(7) |
7
(11) |
8
(11) |
|
9
(3) |
10
(3) |
11
(9) |
12
(6) |
13
(11) |
14
(3) |
15
(2) |
|
16
(1) |
17
(4) |
18
|
19
|
20
(2) |
21
(2) |
22
(3) |
|
23
|
24
|
25
|
26
|
27
(1) |
28
(1) |
29
|
|
30
|
31
|
|
|
|
|
|
|
From: <php...@li...> - 2008-03-09 16:29:15
|
Thanks Jost! I just solved the problem by specifying the absolute path of the file "tipper.fcl" in the fileName variable although the file is in the same directory. Now, everything works fine. Thanks again for all the help! Terry On Sun, Mar 9, 2008 at 4:28 AM, <php...@li...> wrote: > Hi, > > I am sorry, but I could not reproduce these problems. > > I have tested with IBM Java 1.5 on a Linux machine with the latest version of jFuzzyLogic. > Everything works as expected. > > If you have any problems with the PHP/Java Bridge or its documentation, please open a problem > report, please use http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233). > > > > Thanks again! I tried another approach and I guess I found the reason. > > The reason why the procedure returns a NULL object is that the file could not be found in Java's > current working directory (or class path). Since your NULL checks are completely wrong, they > return false results and pretend that the file exists. > > > > Right now I put everything inside a java class and it runs in java > > You don't need to write such a wrapper class. > > public String setRule(double x, double y){ > > echo "<p>" . $temp->setRule(3, 7) . "</p>"; > > > Can't load file: 'tipper.fcl' > > Correct. tipper.fcl is not in Java's working directory (or not accessible by the current class > loader). > > > > Exception occured; mixed trace: java.lang.Exception: Invoke failed: > > [[o:Test1]]->setRule((o:double)[o:PhpExactNumber], > > (o:double)[o:PhpExactNumber]). Cause: > > java.lang.IllegalArgumentException VM: 1.5.0@http://www.ibm.com/ > > Please take a look at what you have passed and what is expected. setRule expects two double > values, not two Integer values. > > In the end this may be a Java class loading issue. Since class loading is outside of the scope of > the PHP/Java Bridge, this is not a PHP/Java Bridge problem. (Use the bug tracker, if you think > this is a bug in the DynamicClassLoader. But I am quite certain that this will be closed, as > dynamic class loading is not really possible in Java -- I'd rather like to remove java_require() > instead.) > > > It is debatable if the bridge should automatically convert an object into a boolean > ($object==null) or to automatically convert an exact into an inexact number. But I think the > error messages are okay: A NullPointerException means that you have passed NULL, which in turn > means that some earlier call failed to produce a result. In this case the lookup for "tipper.tcl" > failed. -- If you look at the log file, you see a clear error message ("tipper.tcl not found") > from your library. > > The other problem is also obvious; if you pass an integer to a procedure expecting a double, > you'll get an IllegalArgumentException. > > If there's anything we could do to improve the bridge or its documentation, please let us know. > > > Regards, > Jost Boekemeier > > > > > > > > > > > Machen Sie Yahoo! zu Ihrer Startseite. Los geht's: > http://de.yahoo.com/set > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2008-03-09 11:28:36
|
Hi, I am sorry, but I could not reproduce these problems. I have tested with IBM Java 1.5 on a Linux machine with the latest version of jFuzzyLogic. Everything works as expected. If you have any problems with the PHP/Java Bridge or its documentation, please open a problem report, please use http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233). > Thanks again! I tried another approach and I guess I found the reason. The reason why the procedure returns a NULL object is that the file could not be found in Java's current working directory (or class path). Since your NULL checks are completely wrong, they return false results and pretend that the file exists. > Right now I put everything inside a java class and it runs in java You don't need to write such a wrapper class. > public String setRule(double x, double y){ > echo "<p>" . $temp->setRule(3, 7) . "</p>"; > Can't load file: 'tipper.fcl' Correct. tipper.fcl is not in Java's working directory (or not accessible by the current class loader). > Exception occured; mixed trace: java.lang.Exception: Invoke failed: > [[o:Test1]]->setRule((o:double)[o:PhpExactNumber], > (o:double)[o:PhpExactNumber]). Cause: > java.lang.IllegalArgumentException VM: 1.5.0@http://www.ibm.com/ Please take a look at what you have passed and what is expected. setRule expects two double values, not two Integer values. In the end this may be a Java class loading issue. Since class loading is outside of the scope of the PHP/Java Bridge, this is not a PHP/Java Bridge problem. (Use the bug tracker, if you think this is a bug in the DynamicClassLoader. But I am quite certain that this will be closed, as dynamic class loading is not really possible in Java -- I'd rather like to remove java_require() instead.) It is debatable if the bridge should automatically convert an object into a boolean ($object==null) or to automatically convert an exact into an inexact number. But I think the error messages are okay: A NullPointerException means that you have passed NULL, which in turn means that some earlier call failed to produce a result. In this case the lookup for "tipper.tcl" failed. -- If you look at the log file, you see a clear error message ("tipper.tcl not found") from your library. The other problem is also obvious; if you pass an integer to a procedure expecting a double, you'll get an IllegalArgumentException. If there's anything we could do to improve the bridge or its documentation, please let us know. Regards, Jost Boekemeier Machen Sie Yahoo! zu Ihrer Startseite. Los geht's: http://de.yahoo.com/set |
|
From: <php...@li...> - 2008-03-09 02:29:25
|
Hi Jost, I see the following error: *Fatal error*: Maximum execution time of 60 seconds exceeded in * http://127.0.0.1:8080/slJavaBridge/java/Java.inc* on line *818 *For now, simulated this error by getting my backend Java Class not to return and I get this error. I am a beginner in this web-programming domain. If you can pls point me to the PHP settings for this too..it would be great! * regds, Bharti * On Sat, Mar 8, 2008 at 7:01 PM, <php...@li...> wrote: > Hi, > > > "maximum time of 60 seconds exceeded" from JavaBridge > > Are you sure? > > I think this error message comes from PHP, not from the JavaBridge. Please > see the PHP > documentation for details. > > > Regards, > Jost Boekemeier > > > > Lesen Sie Ihre E-Mails jetzt einfach von unterwegs. > www.yahoo.de/go > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |