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
(2) |
6
(1) |
7
(1) |
8
(2) |
9
(1) |
|
10
(2) |
11
(3) |
12
(2) |
13
|
14
(4) |
15
(2) |
16
(3) |
|
17
(1) |
18
|
19
(2) |
20
(5) |
21
|
22
(7) |
23
|
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
From: <php...@li...> - 2006-09-22 15:43:58
|
Hi, > I chatted with the guys in #java on > chat.freenode.net and they told me > the error was that I was missing the castor lib from > (castor.org). I > downloaded this and placed it in /usr/share/java/ext > as suggested by the > README. Restarted apache and I still receive this > error. Does anyone > have any idea how to fix this? you can only convert Java libraries which do not depend on external libraries. Please either use the low-level interface, i.e. java_require("foo.jar;bar.jar"); new Java("com.Foo", "FOO"); instead of require_once("foo/com_Foo.php"); ... new com_Foo("FOO"), or copy all external references into the jar file which should be converted. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
|
From: <php...@li...> - 2006-09-22 15:37:55
|
Hi,
please copy the mysql.jar and the other jars it
depends on to java.ext.dirs and re-start the bridge
back-end. This will solve this problem immediately.
I will look at this problem.
> I always get the message "java.sql.SQLException: No
> suitable driver
> Responsible" or class not found errors.
>
> The problem occurs when I try to convert the java
> code
> Class.forName("com.mysql.jdbc.Driver");
> and the "getConnection" into corresponding php-code.
>
> Please see the code snippets and the provided system
> information for
> details.
>
> I have tried several ours to solve the problem. So
> any help would be
> desperately appreciated... Any ideas?
>
>
> ##################
> Part of the php-Script with some comments:
>
> <?php
> java_require('file:///usr/share/java/mysql.jar');
> // I also tried to put the jar into the same
> directory than the
> script without effect:
> // java_require('file:///var/www/mysql.jar');
>
> $conn = new Java('java.sql.Connection');
>
> // The following is working without errors. So
> the class must be
> there, I suppose...
> $mysql = new javaClass('com.mysql.jdbc.Driver');
> $mysqlinst = $mysql->newInstance();
>
> // The following two code lines yield:
> /* Uncaught
> [o(Exception):"java.lang.Exception: Invoke
> failed:
> [c(Class)]->forName((String)o(String)). Cause:
> java.lang.ClassNotFoundException:
> com.mysql.jdbc.Driver Responsible VM:
> 1.5.0_08@http://java.sun.com/" at:
> #-18
>
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
> #-17
> java.security.AccessController.doPrivileged(Native
> Method)
> #-16
>
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> #0 [internal function]: Java->__call('forName',
> Array)
> #1 /var/www/java.php(33):
> Java->forName('com.mysql.jdbc....')
> #2 {main}] thrown in <b>/var/www/java.php */
> // $javaclass = new Java('java.lang.Class');
> // $javaclass->forName('com.mysql.jdbc.Driver');
>
> // The following to lines also produce a
> ClassNotFoundExeption:
> // $javaclass = new
> Java('php.java.bridge.SimpleJavaBridgeClassLoader');
> // $javaclass->forName('com.mysql.jdbc.Driver');
>
> $drivermanager = new
> JavaClass('java.sql.DriverManager');
> $conn =
>
$drivermanager->getConnection("jdbc:mysql://localhost/mv-hett",
> 'user',
> 'pwd');
> [...]
>
> ##################
> Error message of the "getConnection" line in
> browser:
>
> Fatal error</b>: Uncaught
> [o(Exception):"java.lang.Exception:
> Invoke failed:
>
[c(DriverManager)]->getConnection((String)o(String),
>
> (String)o(String), (String)o(String)). Cause:
> java.sql.SQLException: No
> suitable driver Responsible VM:
> 1.5.0_08@http://java.sun.com/" at:
> #-11
>
java.sql.DriverManager.getConnection(DriverManager.java:545)
> #-10
>
java.sql.DriverManager.getConnection(DriverManager.java:171)
> #-9
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> #0 [internal function]:
> Java->__call('getConnection', Array)
> #1 /var/www/java.php(42):
> JavaClass->getConnection('jdbc:mysql://lo...',
> 'user', 'pwd')
> #2 {main}]
> thrown in <b>/var/www/java.php</b>
>
>
> ##################
> Standalone Java-Code that does the same works
> without problems:
>
> import java.sql.Connection;
> import java.sql.DriverManager;
> import java.sql.SQLException;
>
> public class mv {
> public static void main(String[] args) throws
> ClassNotFoundException,
> SQLException {
> Connection conn;
>
> Class.forName("com.mysql.jdbc.Driver");
> conn =
>
DriverManager.getConnection("jdbc:mysql://localhost/mv-hett",
> "user",
> "pwd");
> [...]
>
> ---
>
> It is compiled using:
> declare mysqllib=/usr/share/java/mysql.jar
> javac -classpath $CLASSPATH:$mysqllib:.
> projects/test/mv.java
>
>
> ##################
> test.php - Output:
>
> java.runtime.name -> Java(TM) 2 Runtime Environment,
> Standard Edition
> sun.boot.library.path ->
> /usr/lib/j2sdk1.5-sun/jre/lib/i386
> java.vm.version -> 1.5.0_08-b03
> java.vm.vendor -> Sun Microsystems Inc.
> java.vendor.url -> http://java.sun.com/
> path.separator -> :
> java.vm.name -> Java HotSpot(TM) Client VM
> file.encoding.pkg -> sun.io
> user.country -> US
> sun.os.patch.level -> unknown
> java.vm.specification.name -> Java Virtual Machine
> Specification
> user.dir -> /
> java.runtime.version -> 1.5.0_08-b03
> java.awt.graphicsenv ->
> sun.awt.X11GraphicsEnvironment
> java.endorsed.dirs ->
> /usr/lib/j2sdk1.5-sun/jre/lib/endorsed
> os.arch -> i386
> java.io.tmpdir -> /tmp
> line.separator ->
> java.vm.specification.vendor -> Sun Microsystems
> Inc.
> os.name -> Linux
> sun.jnu.encoding -> ANSI_X3.4-1968
> java.library.path ->
>
/usr/lib/j2sdk1.5-sun/jre/lib/i386/client:/usr/lib/j2sdk1.5-sun/jre/lib/i386:/usr/lib/j2sdk1.5-sun/jre/../lib/i386
> java.specification.name -> Java Platform API
> Specification
> java.class.version -> 49.0
> sun.management.compiler -> HotSpot Client Compiler
> os.version -> 2.6.16-2-vserver-686
> user.home -> /root
> user.timezone -> Zulu
> jdbc.drivers -> com.mysql.jdbc.Driver
> java.awt.printerjob -> sun.print.PSPrinterJob
> file.encoding -> ANSI_X3.4-1968
> java.specification.version -> 1.5
> java.class.path ->
> /usr/lib/php5/20051025/JavaBridge.jar
> user.name -> root
> java.vm.specification.version -> 1.0
> java.home -> /usr/lib/j2sdk1.5-sun/jre
> sun.arch.data.model -> 32
> user.language -> en
> java.specification.vendor -> Sun Microsystems Inc.
> java.vm.info -> mixed mode, sharing
> java.version -> 1.5.0_08
> java.ext.dirs ->
>
/usr/lib/j2sdk1.5-sun/jre/lib/ext:/usr/share/java/ext:/usr/java/packages/lib/ext
> sun.boot.class.path ->
>
/usr/lib/j2sdk1.5-sun/jre/lib/rt.jar:/usr/lib/j2sdk1.5-sun/jre/lib/i18n.jar:/usr/lib/j2sdk1.5-sun/jre/lib/sunrsasign.jar:/usr/lib/j2sdk1.5-sun/jre/lib/jsse.jar:/usr/lib/j2sdk1.5-sun/jre/lib/jce.jar:/usr/lib/j2sdk1.5-sun/jre/lib/charsets.jar:/usr/lib/j2sdk1.5-sun/jre/classes
> java.vendor -> Sun Microsystems Inc.
> file.separator -> /
> java.vendor.url.bug ->
> http://java.sun.com/cgi-bin/bugreport.cgi
> sun.io.unicode.encoding -> UnicodeLittle
> sun.cpu.endian -> little
>
=== message truncated ===
___________________________________________________________
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de
|
|
From: <php...@li...> - 2006-09-22 15:32:35
|
Hi, now I am confused. Do you get this message when trying to connect from php to the PhpJavaServlet or to the PhpCGIServlet or do you get this message after the successful connection? --- php...@li... schrieb: > Am Mittwoch, den 20.09.2006, 05:08 -0700 schrieb > php...@li...: > > Hi, > > > > interestingly I've got similar problems while > upgrading to bridge > > 3.1.8. The tomcat error log contained > NoClassDefFound messages > > suggesting that some essential classes were > missing. > > > > It turned out that tomcat kept old classes in its > work and tmp > > directory and it was using these classes instead > of the new versions > > from the JavaBridge.war. > > > > Cleaning these directories helped, but I now get > > java.lang.SecurityException messages when > accessing the java session > > store from apache...The sessionSharing.php example > works, but my > > classes don't. the only difference I see is that > my classes call > > java_get_session more than once. Is there a bug in > 3.1.8? > > > > > Look your errors like theese: > ------------- > Fatal error: Uncaught > [o(Exception):"java.lang.Exception: Invoke failed: > [o(PingActionsClient)]->authenticate((String)o(String), > (String)o(String)). Cause: > org.chip.ping.PingException: > java.io.IOException: Server returned HTTP response > code: 500 for URL: > http://192.168.2.51:8080/indivo-server-servlet-demo/PingServlet > Responsible VM: 1.5.0_08@http://java.sun.com/" at: > #-13 > org.chip.ping.client.PingTalkClient.sendRequest(PingTalkClient.java:480) > #-12 > org.chip.ping.client.PingTalkClient.authenticate(PingTalkClient.java:352) > #-11 > org.chip.ping.client.PingTalkClient.authenticate(PingTalkClient.java:279) > #0 [internal function]: Java->__call('authenticate', > Array) #1 /var/www/indivo-ui/config/setup.php(34): > Java->authenticate('administrator@i...', 'admin') #2 > {main}] thrown in > /var/www/indivo-ui/config/setup.php on line 34 > --------------- > > What version did you use before? > > MQ > > > Peter > > > > > > > ______________________________________________________________________ > > All-new Yahoo! Mail - Fire up a more powerful > email and get things > > done faster. > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of > IT > > Join SourceForge.net's Techsay panel and you'll > get the chance to share your > > opinions on IT & business topics through brief > surveys -- and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get > the chance to share your > opinions on IT & business topics through brief > surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
|
From: <php...@li...> - 2006-09-22 15:29:50
|
Hi Peter, first of all thank you very much for this problem report. Indeed, override redirect (which stops the secure channel and opens a new socket connection to 8080 to obtain the session handle when java_session() is not the first java statement in a script) doesn't work anymore in 3.1.8. The reason is that it now needs a security token which has been destroyed after the first Java() statement. The pure PHP implementation of the PHP/Java Bridge code doesn't implement override redirect, so this feature isn't portable anyway. Please use java_session() as the first Java() statement in a script, for example: <? ... $session = java_session(); $ob = new Java(...); ?> Since the handle is cached, the following will also work: <? java_session(); $ob=new Java(...); $session = java_session(); ?> However, I will make a patch available which fixes this problem. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
|
From: <php...@li...> - 2006-09-22 15:19:44
|
Hi Matthias, [please excuse the delay] > Hi, > if I try to reach the JavaBridge Directory I get > this error: > HTTP Status 404 - Servlet PhpCGIServlet is not > available Can you please open a problem report (please use http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) and attach the relevant tomcat log there? > With use of java.java, etc. it works. > But tomcat is faster, isn't it? That is the reason > why i want to use it. It's faster and more secure. And it should work with any J2EE server or servlet engine, that's why I am very surprised that it doesn't work with one tomcat version. I think the tomcat log should reveil the reason. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
|
From: <php...@li...> - 2006-09-22 15:14:13
|
Hi Padmaja, > 'AxisFault' Exception in case of any error. That > exception has a > FaultDetail which needs to be handled. But because > PHP java bridge is > converting that exception to java.lang.Exception I'm > not able to handle > it. Can u please suggest a solution. It wraps the original exception (jsr223 demands it). Doesn't $exception->getCause() reveal the original exception? Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |