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
(2) |
3
|
4
|
|
5
|
6
(3) |
7
(2) |
8
(2) |
9
(1) |
10
(4) |
11
|
|
12
|
13
(2) |
14
(1) |
15
(5) |
16
(1) |
17
|
18
|
|
19
(2) |
20
|
21
(1) |
22
(2) |
23
(2) |
24
|
25
|
|
26
|
27
|
28
|
29
(1) |
30
|
31
(2) |
|
|
From: <php...@li...> - 2006-03-10 17:59:36
|
Hi,
> java.lang.Exception: Invoke failed:
>
[o(ApiOrganizationHome)]->findOrganization((IOrganizationWhere)o(ApiOrganizationWhere)).
> Cause: Failed reading response from the server.
> Nested exception is:
> java.lang.OutOfMemoryError: Java heap space
I think, the OutOfMemoryError happened in the EJB
business logic, not in the JVM running the bridge
backend. I assume the findOrganization is a EJB finder
method?
I haven't had OOM errors in the bridge backend for
some time now, but if I remember correctly the bridge
reports an OOM in its VM via:
JavaBridge ERROR: OutOfMemoryError
After that all clients should abort immediately
because the backend closes all connections to recover
from this. The above formatted error string ("Invoke
failed") makes me believe that it's not the bridge
backend that reported the OOM, but the component to
which the backend is connected, an EJB container
probably(?).
Can you please open a problem report (please use
http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233)
and attach the exception message from the
JavaBridge.log (on RHEL the log file is
/var/log/php-java-bridge.log) there?
We'll look at this asap.
Regards,
Jost Boekemeier
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
|
|
From: <php...@li...> - 2006-03-10 17:28:35
|
Hi, thank you very much for this bug report. As a workaround please move the jar file (which references or contains the native library) to $JAVA_HOME/jre/lib/ext and re-start the backend. > When the php page is loaded, everything is OK. But > when i refresh the page, > it shows the error as below > Native Library /usr/lib/libsfount_api.so already > loaded in another > classloader"] that's an interesting problem. At the moment the dynamic loader can only load pure java libraries. When GNU java is used (gcc/gcj), it can also load native libraries. The SUN java VM cannot load a native library twice. I think this means that we must lock the classloader, when we're asked to load a dynamic library. The loader will remain locked and all further classes and libraries will be loaded via this loader until finalization. I will check this for version 3.0.8, please see PR 1447360 (http://sourceforge.net/tracker/index.php?func=detail&aid=1447360&group_id=117793&atid=679233) Until then please use the above workaround. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
|
From: <php...@li...> - 2006-03-10 16:31:52
|
Hello all,
I've been building an application that provides a front end for a HP
product called service desk. WE had this error last night,
java.lang.Exception: Invoke failed:
[o(ApiOrganizationHome)]->findOrganization((IOrganizationWhere)o(ApiOrganiz=
ationWhere)).
Cause: Failed reading response from the server.
Nested exception is:
java.lang.OutOfMemoryError: Java heap space
I'm running the JVM as a service.
As far as I understand it, all java objects should be gabage collected
after a script finishes (no more references). But I've been seeing
the resident memory usage of the Java service gradually increase as
the requests go in, and it doesn't go back down.
Anybody got any pointers or help they can give?
Thanks,
Paul.
|
|
From: <php...@li...> - 2006-03-10 12:46:38
|
Hello!
I seem to have the PHP Java Bridge (php-java-bridge_3.0.7a) working with PH=
P
5.1.2 on my CentOS server with Apache 2.0.53. I think all configuration is
OK, but it still has some problem at run-time.
When the php page is loaded, everything is OK. But when i refresh the page,
it shows the error as below
*Fatal error*: Uncaught [o(Exception):"java.lang.Exception: CreateInstance
failed: new StreamFountJava.SFountAPI. Cause: java.lang.UnsatisfiedLinkErro=
r:
Native Library /usr/lib/libsfount_api.so already loaded in another
classloader"] thrown in */home/mbos/php_java.php* on line *10*
StreamFountJava.SFountAPI is a java package. I have made the
StreamFountJava/SFountAPI.class as *.jar and stored it under
/usr/share/java/. Also the *.jar is in my java_require() path.
libsfount_api.so is the dynamic link libraries for the java to invoke.
It has been loaded by System.loadLibrary() in the SFountAPI.class.
This is the php-java-bridge.log:
Mar 10 16:09:22 JavaBridge ERROR: Exception occured
java.lang.UnsatisfiedLinkError: Native Library /usr/lib/libsfount_api.so
already loaded in another classloader
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1551)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1482)
at java.lang.Runtime.load0(Runtime.java:737)
at java.lang.System.load( System.java:811)
at StreamFountJava.SFountAPI.<clinit>(SFountAPI.java:24)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance (
NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(
DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java :274)
at php.java.bridge.JavaBridge.CreateObject(JavaBridge.java:515)
at php.java.bridge.Request.handleRequest(Request.java:406)
at php.java.bridge.Request.handleRequests(Request.java:425)
at php.java.bridge.JavaBridge.run(JavaBridge.java:207)
at php.java.bridge.ThreadPool$Delegate.run(ThreadPool.java:29)
Why every time i refresh my page, the Fatal error will be shown? How can i
release my dynamic link libraries from the classloader or avoid the error?
I also try to use java_reset() at the top of my php page, but it seems that
it doesn't work.
I'm sorry for my poor english, because english is not my native language.
But trust me, I'm trying my best. Please help me anyway!
Best regards to you!
Thank you!
|