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
(4) |
2
|
3
(1) |
|
4
(4) |
5
(3) |
6
|
7
(2) |
8
|
9
(3) |
10
(1) |
|
11
|
12
(5) |
13
(5) |
14
(1) |
15
|
16
|
17
|
|
18
|
19
|
20
|
21
|
22
(4) |
23
(6) |
24
|
|
25
|
26
|
27
(1) |
28
(1) |
29
(4) |
30
(3) |
|
|
From: <php...@li...> - 2010-04-05 18:33:30
|
Hi Jost.
Following your instructions this is the result of
try {
$prepago = new java("prepago");
} catch (Exception $e) {
echo $e;
}
IS:
----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------
[[o:Exception]:"java.lang.Exception: CreateInstance failed: new prepago.
Cause: java.lang.ClassNotFoundException: prepago VM:
1.6.0_18@http://java.sun.com/" at: #-10
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.jav
a:1516) #-9
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.jav
a:1361) #-8 java.lang.Class.forName0(Native Method) #-7
java.lang.Class.forName(Unknown Source) #-6
php.java.bridge.Util.classForName(Util.java:1536) #-5
php.java.bridge.JavaBridge.CreateObject(JavaBridge.java:391) #-4
php.java.bridge.Request.handleRequest(Request.java:453) #-3
php.java.bridge.Request.handleRequests(Request.java:491) #-2
php.java.bridge.http.ContextRunner.run(ContextRunner.java:140) #-1
php.java.bridge.ThreadPool$Delegate.run(ThreadPool.java:60) #0 C:\Apache
Software Foundation\Tomcat 6.0\webapps\JavaBridge\java\Java.inc(223):
java_ThrowExceptionProxyFactory->getProxy(1, NULL, 'T', false) #1 C:\Apache
Software Foundation\Tomcat 6.0\webapps\JavaBridge\java\Java.inc(349):
java_Arg->getResult(false) #2 C:\Apache Software Foundation\Tomcat
6.0\webapps\JavaBridge\java\Java.inc(352):
java_Client->getWrappedResult(false) #3 C:\Apache Software Foundation\Tomcat
6.0\webapps\JavaBridge\java\Java.inc(522): java_Client->getInternalResult()
#4 C:\Apache Software Foundation\Tomcat
6.0\webapps\JavaBridge\java\Java.inc(1881):
java_Client->createObject('prepago', Array) #5 C:\Apache Software
Foundation\Tomcat 6.0\webapps\JavaBridge\prepagoice.php(24):
Java->Java('prepago') #6 {main}]
----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------
If you need the jar file, please give an email to send it you.
Thank you very much for all you help
Regards J
Berlington Barnett
Hi,
> PHP Fatal error: Uncaught [...]
I was asking for the result of this code:
try {
$prepago = new java("prepago");
} catch (Exception $e) {
echo $e;
}
Anyway, the error message contains enough information this time.
> [[o:Exception]:"java.lang.Exception: CreateInstance failed: new
prepago. Cause: java.lang.ClassNotFoundException: prepago VM:
1.6.0_18@ href="http://java.sun.com/" target="_new">http://java.sun.com/"
[...]
Please see our FAQ entry "Why do I get a ClassNotFoundException?".
> The problem with the jar file is that I dont know how to open it,
You can open java archives with "winzip" on Windows. On Linux or Solaris
you can right-click on the jar and select "Open with ArchiveManager ..."
If you mean that you don't know how to use it, well, please see the API
documentation which you should have received with the library.
Assuming your class name is "foo.bar.baz.Prepago" and it contains a
public method called "something", you can call the method with:
$p = new java("foo.bar.baz.Prepago");
$p->something();
But I am sure you already know this, if you have read the PHP/Java Bridge
API documentation.
Regards,
Jost Bökemeier
|
|
From: <php...@li...> - 2010-04-05 05:26:31
|
Hi,
> [...} so i had to stopped tomcat and uninstalled it
if you cannot run Apache and Tomcat at the same time, please report this
bug to your OS vendor or your service provider.
If everything else fails, you may start a standalone listener with the
command:
java -jar JavaBridge.jar SERVLET_LOCAL:9080 3 jb.log &
PHP example:
<?php
define ("JAVA_HOSTS", "127.0.0.1:9080");
require_once("java/Java.inc");
[...]
?>
Please see our FAQ for details.
But note that the standalone listener isn't very efficient.
> easyapache ,i have cpanel
Isn't it possible to install a standard tomcat and a standard apache
download instead, so that these components do not conflict with each
other?
Regards,
Jost Bökemeier
|
|
From: <php...@li...> - 2010-04-05 00:17:17
|
@Jost: If I where you, I would start charging support hours for all those people that don't have a clue about servlets & java in general, don't take the time to read the available documentation and are always asking for "step-by-step" guides. I'm actually impressed, how you manage to stay calm with those people instead of just writing RTFM. @Mirza: Have you read through the documentation & tutorials provided? Have you read your email before sending it? Have you tried to make your email(s) understandable by writing short and precise sentences? In my opinion, it's actually quite impolite how you are asking for help and don't even take the time to format your mails, so that they are easier to understand. regards, dominik |