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
(1) |
|
3
|
4
(2) |
5
(3) |
6
(1) |
7
|
8
(3) |
9
|
|
10
(1) |
11
|
12
|
13
(4) |
14
(6) |
15
(3) |
16
(4) |
|
17
(1) |
18
(6) |
19
(2) |
20
(7) |
21
(7) |
22
(1) |
23
(2) |
|
24
|
25
(1) |
26
|
27
(2) |
28
(1) |
29
|
30
(1) |
|
From: <php...@li...> - 2007-06-05 15:05:47
|
I tried running my website with the standalone, command-line deployment
of the Java Bridge...
$ java -jar JavaBridge.jar SERVLET:8080
...which seemed to work well. That is, until a random line of code,
which normally executes just fine, started throwing a ClassCastException
each time it was encountered:
self::$jaxbContext =3D new JavaClass('javax.xml.bind.JAXBContext');
self::$talkContext =3D
self::$jaxbContext->newInstance('org.indivo.xml.talk');
Once the CCE appeared, my application could not recover until I
restarted the Bridge and Apache.
I'd never had a problem with those lines with 3.0.7 using the PHP
extension, and I don't see the problem at all while running 4.0.7 from
Tomcat. Does such a scenario ring any bells? (Exception text pasted
below.)
Thanks for your help,
Jonathan
[[o:Exception]:"java.lang.Exception: Invoke failed:
[[c:JAXBContext]]->newInstance((o:String)[o:String]). Cause:
java.lang.ClassCastException:
com.sun.xml.bind.v2.runtime.JAXBContextImpl Responsible VM:
1.5.0_08@http://java.sun.com/" at:
#-14 javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:149)
#-13 javax.xml.bind.ContextFinder.find(ContextFinder.java:285)
#-12 javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:372)
#0 http://localhost:8080/JavaBridge/java/Java.inc(151):
java_ThrowExceptionProxyFactory->getProxy(2, true)
#1 http://localhost:8080/JavaBridge/java/Java.inc(304):
java_Arg->getResult(true)
#2 http://localhost:8080/JavaBridge/java/Java.inc(310):
java_Client->getWrappedResult(true)
#3 http://localhost:8080/JavaBridge/java/Java.inc(489):
java_Client->getResult()
#4 http://localhost:8080/JavaBridge/java/Java.inc(735):
java_Client->invokeMethod(1, 'newInstance', Array)
#5 http://localhost:8080/JavaBridge/java/Java.inc(853):
java_JavaProxy->__call('newInstance', Array)
#6 [inte in http://localhost:8080/JavaBridge/java/Java.inc on line 129
|
|
From: <php...@li...> - 2007-06-05 10:34:14
|
Hi Sharad,
> Java JavaBridge /tmp/.php_java 5
> /var/log/javalog/php-java-bridge
what is "Java" and what does "JavaBridge" do?
I assume Java is some kind of shell script and
JavaBridge is some binary which somehow calls
modules/java (the gcj-compiled backend binary).
Do you see any relevant messages in the log file
(/var/log/javalog/php-java-bridge)?
> I am using gcj java 3.2.3. on linux OS.
Which linux operating system do you use?
> Hope Now you can suggest me what the problem behind
> this.
No idea. gcj 3.2.3 is quite old and doesn't support
most of the JDK1.4 features which the JavaBridge
requires.
However, if the gcj-compiled binary crashes (due to
missing feature probably), it should write a stack
trace or at least a core dump. In any case it should
not silently terminate.
Isn't it possible to use a recent version of "GNU
Java"? Or better: Use a real Java VM and the pure PHP
implementation of the PHP/Java Bridge.
Since the Sun JDK is now free software, there is no
reason to use "GNU Java" anymore.
Regards,
Jost Boekemeier
Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail. www.yahoo.de/mail
|
|
From: <php...@li...> - 2007-06-05 05:59:16
|
Hello Jost,
I am starting server through this.
Java JavaBridge /tmp/.php_java 5 /var/log/javalog/php-java-bridge
I am using gcj java 3.2.3. on linux OS.
Hope Now you can suggest me what the problem behind this.
Although I am highly obilized of your suggestion which you given to me
right now.
> Hi Sharad,
>
>> start php-java server ,its start but after 1 -2
>
> how do you start java? Do you start a real servlet
> engine or do you start the built-in servlet engine via
> java -jar JavaBridge.jar SERVLET_LOCAL:8080 ?
>
>
>> minute its stop.WHy it
>
> Sounds like a java problem. Which java version do you
> use on which operating system?
>
>> is happening .Can any body suggest to me what I
>> should do .
>
> You could set the log level to 6 and check the log
> file. But unless you call
>
> java("java.lang.System")->exit(0); [1]
>
> the Java VM should not simply terminate.
>
>
> Regards,
> Jost Boekemeier
>
> [1] This behaviour can be switched off via a java
> policy file, of course.
>
>
> __________________________________ Yahoo! Clever: Stellen Sie
> Fragen und finden Sie Antworten. Teilen Sie Ihr Wissen.
> www.yahoo.de/clever
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>
--
Thanks and Regards
Sharad Singh
Sr. Project Associate
EE, IIT Kanpur
Mob:+91- 9450 328 117
Accessing Brihaspati:
http://202.141.40.217:8080/brihaspati/servlet/brihaspati
Login:guest Password: guest
Brihaspati learning management system |
|(free version) http://sourceforge.net/projects/brihaspati |
|(IIT Kanpur installation) http://brihaspati.iitk.ernet.in/ |
|Login - guest Password - guest |
|(for commercial version with support and maintainence: mail me
|