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
(3) |
7
|
8
|
9
|
|
10
(3) |
11
(2) |
12
|
13
|
14
|
15
(2) |
16
|
|
17
(3) |
18
(4) |
19
(10) |
20
(8) |
21
(1) |
22
(2) |
23
|
|
24
|
25
(1) |
26
(7) |
27
|
28
(6) |
29
(5) |
30
(2) |
|
31
|
|
|
|
|
|
|
|
From: <php...@li...> - 2008-08-26 18:21:41
|
Hello Jost,
I believe I am loading the custom libraries statically now. I don't use a
java_require or reload statement in my PHP code. From the sounds of the
email below, that is probably the best approach. However, I think I just
discovered an implication of doing that.
I made a minor change to one method in the U2 class. Before the change it
had 4 input parameters. After the change it had 3 input parameters. I
moved it to the ext directory, but no matter what I tried I kept getting a
method not found error. I assumed it was because I was sending it 3
parameters, but it still "thought" it had 4. Finally I rebooted the web
server and it worked fine.
This makes me suspect that static libraries load once on startup, and that
simply moving the jar to the ext directory does not reload them. So here
is my question. If that is the case, is there anyway short of a reboot to
force the static libraries to reload?
Thanks.
Charles Shaffer
Senior Analyst
NTN-Bower Corporation
php...@li...
Sent by: php...@li...
08/26/2008 12:06 PM
Please respond to php-java-bridge-users
To: php...@li...
cc:
Subject: Re: [Php-java-bridge-users] (no subject)
Hi,
well, the NoClassDefFound error means that an external reference is
missing (an entity which has been available during the compilation of the
class).
The bridge has two different class loading mechanisms, one is the static
loader, the other one is the dynamic loader which can load *some* java
archives at run-time (via java_require(...) or java_autoload(...)).
I said "some" because dynamic class loading doesn't really work in Java,
neither in Tomcat nor in J2EE; once the dynamically loaded classes are
referenced by system libraries, you can't unload them anymore.
Regards,
Jost Boekemeier
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz
gegen Massenmails.
http://mail.yahoo.com
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2008-08-26 17:09:44
|
Hi, your class Hello is not public and it has no public constructor. Regards, Jost Boekemeier __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com |
|
From: <php...@li...> - 2008-08-26 17:06:07
|
Hi, well, the NoClassDefFound error means that an external reference is missing (an entity which has been available during the compilation of the class). The bridge has two different class loading mechanisms, one is the static loader, the other one is the dynamic loader which can load *some* java archives at run-time (via java_require(...) or java_autoload(...)). I said "some" because dynamic class loading doesn't really work in Java, neither in Tomcat nor in J2EE; once the dynamically loaded classes are referenced by system libraries, you can't unload them anymore. Regards, Jost Boekemeier __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com |
|
From: <php...@li...> - 2008-08-26 14:27:49
|
Hi,
The method *announce(String)* not exists but *announce()* yes ;-)
So try something like:
$hello = new Java('mani.Hello');
$hello->announce("test");
Java Program:
package mani;
class Hello {
public void announce(*String message*) {
System.out.println("Works! Receiving message: "+message);
}
}
On Tue, Aug 26, 2008 at 9:14 AM, <
php...@li...> wrote:
> Hi,
>
> I am trying out PHP Java bridge with small example - A program to print the
> string on the screen.
>
> PHP Script:
>
> java_require("/disk2/v/apache/htdocs/VIRTUAL/
> mytoday.greynium.com/public_html/ftp/classes/");
>
> $hello = new Java('mani.Hello');
> $hello->announce("test");
>
> Java Program:
>
> package mani;
> class Hello {
> public void announce() {
> System.out.println("Works! ");
> }
> }
>
> When I am trying to execute this PHP script, getting this error:
>
> PHP Fatal error: Uncaught [o(Exception):"java.lang.Exception: Invoke
> failed: [c(Hello)]->announce(o(Request$PhpParserString)). Cause:
> java.lang.NoSuchMethodException: announce(o(Request$PhpParserString)).
> Candidates: [] Responsible VM: 1.5.0_04@http://java.sun.com/" at:
> #-5 php.java.bridge.JavaBridge.Invoke(JavaBridge.java:1117)
> #-4 php.java.bridge.Request.handleRequest(Request.java:536)
> #-3 php.java.bridge.Request.handleRequests(Request.java:582)
> #0 [internal function]: Java->__call('announce', Array)
> #1 /disk2/v/apache/htdocs/VIRTUAL/
> mytoday.greynium.com/public_html/ftp/TransferFiles.php(27)<http://mytoday.greynium.com/public_html/ftp/TransferFiles.php%2827%29>
> :
> Java->announce('Mani')
> #2 {main}]
>
>
> Can anyone please help me on this?
>
> Thanks
> Mani
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>
--
Roger José Padilla Camacho
|
|
From: <php...@li...> - 2008-08-26 14:13:59
|
Hi,
I am trying out PHP Java bridge with small example - A program to print the
string on the screen.
PHP Script:
java_require("/disk2/v/apache/htdocs/VIRTUAL/
mytoday.greynium.com/public_html/ftp/classes/");
$hello = new Java('mani.Hello');
$hello->announce("test");
Java Program:
package mani;
class Hello {
public void announce() {
System.out.println("Works! ");
}
}
When I am trying to execute this PHP script, getting this error:
PHP Fatal error: Uncaught [o(Exception):"java.lang.Exception: Invoke
failed: [c(Hello)]->announce(o(Request$PhpParserString)). Cause:
java.lang.NoSuchMethodException: announce(o(Request$PhpParserString)).
Candidates: [] Responsible VM: 1.5.0_04@http://java.sun.com/" at:
#-5 php.java.bridge.JavaBridge.Invoke(JavaBridge.java:1117)
#-4 php.java.bridge.Request.handleRequest(Request.java:536)
#-3 php.java.bridge.Request.handleRequests(Request.java:582)
#0 [internal function]: Java->__call('announce', Array)
#1 /disk2/v/apache/htdocs/VIRTUAL/
mytoday.greynium.com/public_html/ftp/TransferFiles.php(27):
Java->announce('Mani')
#2 {main}]
Can anyone please help me on this?
Thanks
Mani
|
|
From: <php...@li...> - 2008-08-26 13:33:45
|
>> Why do you want to load your java libraries from both loaders?
Just guessing.
>> Please see the "loading libraries" section fom the README for details.
I found the section and have read it. I am using an Ubuntu (Debian)
install and the readme is discussing a redhat install, but from what I
gather I believe my problem is related to
Note that classes loaded from two different class loader instances
cannot access each other.
I am finding that when I load a custom object that has an import in it,
that I have to add a reference in the php code to the imported library in
the custom object. I have to admit that I am thoroughly confused at this
point. I am not sure why the PHP needs to be aware of the library that is
used in the custom object. Clearly I need to do some more reading about
class loading.
Charles Shaffer
Senior Analyst
NTN-Bower Corporation
php...@li...
Sent by: php...@li...
08/26/2008 04:59 AM
Please respond to php-java-bridge-users
To: php...@li...
cc:
Subject: Re: [Php-java-bridge-users] (no subject)
Hi,
[using the static loader and the dynamic loader]
> I have moved all required jar and zip files to: [...]
> java_require("asjava.zip;msbase.jar;msutil.jar;bowerweb.jar;");
Why do you want to load your java libraries from both loaders?
> Fatal error: Uncaught
> Cause: java.io.IOException: Could not open jar file
> asjava.zip, reason:
> error in opening zip file
> Responsible VM: 1.6.0_03@http://java.sun.com/" at:
Please see the "loading libraries" section fom the README for details.
Regards,
Jost Boekemeier
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz
gegen Massenmails.
http://mail.yahoo.com
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2008-08-26 09:59:46
|
Hi,
[using the static loader and the dynamic loader]
> I have moved all required jar and zip files to: [...]
> java_require("asjava.zip;msbase.jar;msutil.jar;bowerweb.jar;");
Why do you want to load your java libraries from both loaders?
> Fatal error: Uncaught
> Cause: java.io.IOException: Could not open jar file
> asjava.zip, reason:
> error in opening zip file
> Responsible VM: 1.6.0_03@http://java.sun.com/" at:
Please see the "loading libraries" section fom the README for details.
Regards,
Jost Boekemeier
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
|