Started 1 week, 1 day ago (2009-11-20 04:26:00)
by Prasanna Kumar ...
Hi,
You seem to be using an old version of
Java 6. Can you pls download the latest version to check if the issue is already resolved ? Else we could generate tprof outpput and check where is the time generally spent on.
Can you please explain what your application does ?
Started 1 day, 10 hours ago (2009-11-27 08:40:00)
by ChrisBailey
Hi Kate:
That class should be in jre\lib\ibmcertpathfw.jar. Can you confirm that you have the .
jar file there and that it contains the class?
Started 1 day, 7 hours ago (2009-11-27 11:36:00)
by amidewar
Thanks for bringing this to our attention Jean, we'll get someone to look into it right away.
Ami
Started 4 days, 12 hours ago (2009-11-24 06:16:00)
by ChrisBailey
You can already do this with
Health Center...
https://www.ibm.com/developerworks/java/jdk/tools/ healthcenter/
...although Health Center may lack some of the flexibility (it does let you write extension plug-ins though!)
Started 1 week, 3 days ago (2009-11-18 15:40:00)
by Ben Hardill
Hi,
It's much more likely that it's is class objects or dosed objects that are driving the fragmentation than objects a would be allocated from the pinnedFreeList.
You should ensure that -Xk is set to the correct size to collect the class
files together in a single cluster at the base of the heap.
You can feed the heapdump you have through the tool on this page:
http://www...
Started 4 days, 9 hours ago (2009-11-24 10:08:00)
by ChrisBailey
Hi:
Unfortunately I don't see anything in the exception that implies that this is caused by Java itself. Really we need to understand from the JBoss code what the potential causes of the
invocation exception are.
Started 1 year, 11 months ago (2007-12-20 06:37:00)
by BenHardill
Hi,
The following is taken from the IBM 1.4.2 Java
Diagnostics Guide
-Xverbosegclog:<path to file><filename>
Causes verboseGC output to be written to the specified file. If the file cannot be found, verboseGC tries to create the file, and then continues as normal if it is successful. If it cannot create the file (for example, if an invalid filename is passed into the command...
Started 1 year, 4 months ago (2008-07-17 11:15:00)
by shobin
Hi Me too facing the same problem.
EJB lookup is successful using universal test client.
But It is not working using a stand alone client.
Please guide.
Thanks,
Shobin.
javax.naming.NameNotFoundException: Context: <cellname>/nodes/<nodename>/servers/server1, name: Employee: First component in name Employee not found. Root exception is org.omg.CosNaming....