Re: An unexpected error has been detected by Java Runtime Environment:

2010-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sanjeev, On 4/25/2010 12:13 AM, Sanjeev Verma wrote: > Some helpful info on this error here - > http://www.java-forums.org/eclipse/312-exception_access_violation-0xc005.html I find no helpful information on this page, unfortunately. This error

Re: An unexpected error has been detected by Java Runtime Environment:

2010-04-24 Thread Sanjeev Verma
a bug report, please visit: > >> # http://java.sun.com/webapps/bugreport/crash.jsp > >> # > >> > >> Tsirkin Evgeny-2 wrote: > >>> environment : > >>> Apac

Re: An unexpected error has been detected by Java Runtime Environment:

2010-04-24 Thread krawls35
t a bug report, please visit: >> # http://java.sun.com/webapps/bugreport/crash.jsp >> # >> >> Tsirkin Evgeny-2 wrote: >>> environment : >>> Apache Tomcat/6.0.18 >>> Solaris 9 64 bit >>> jdk1.6.0_13 >

Re: An unexpected error has been detected by Java Runtime Environment:

2010-04-24 Thread André Warnier
eport, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Tsirkin Evgeny-2 wrote: environment : Apache Tomcat/6.0.18 Solaris 9 64 bit jdk1.6.0_13 On one of the servers we are today getting constantly errors: An unexpected error has been detected by Java Runtime Environment. Here are

Re: An unexpected error has been detected by Java Runtime Environment:

2010-04-24 Thread krawls35
Solaris 9 64 bit > jdk1.6.0_13 > > On one of the servers we are today getting constantly errors: > An unexpected error has been detected by Java Runtime Environment. > Here are some of those: > > --------------

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tsirkin, On 9/5/2009 2:59 PM, Tsirkin Evgeny wrote: > So,it could be this since this sparc/solaris. > Anyway it seems i can't do anything about it. I would ask your hardware vendor to replace either the memory or the entire machine. > Another questi

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-05 Thread Tsirkin Evgeny
Ooo! Thanks for the link! It says: Object-specific hardware error This is far less common, but it is present in Solaris, when virtual memory pages have disappeared (e.g. accessing an mmaped file which has been truncated.[1] So,it could be this since this sparc/solaris. Anyway it seems i can't

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-05 Thread Tsirkin Evgeny
> It's possible. What is your architecture? Solaris 9.Sparc. > Do you have physical access? Can you run a memory tester on it? > Unfortunatly this is not possible. Thanks Evgeny > > - -chris > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.9 (MingW32) > Comment: Using GnuPG with Mozilla

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-04 Thread Peter Crowther
2009/9/4 Christopher Schultz > I've never seen one. The description of SIGBUS seems to indicate that > it's pretty bad: http://en.wikipedia.org/wiki/SIGBUS (bad physical > memory address, virtual memory pages have disappeared, etc.). > Or a misaligned physical memory access, which is a mere prog

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tsirkin, On 9/4/2009 5:12 AM, Tsirkin Evgeny wrote: > Why SIGBUS is "Cool"? I've never seen one. The description of SIGBUS seems to indicate that it's pretty bad: http://en.wikipedia.org/wiki/SIGBUS (bad physical memory address, virtual memory pages

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-04 Thread Tsirkin Evgeny
Why SIGBUS is "Cool"? What is strange is that running 32 bit java helped. Of course i can explain it that the 32 have less address space and it does not get to the bad RAM ,but still ... Evgeny On Fri, Sep 4, 2009 at 12:32 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGI

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, On 9/3/2009 6:06 AM, Peter Crowther wrote: > Have you got a creeping failure on your hardware? Bad RAM could cause the > problem you observe, for example. +1000 SIGBUS? Cool! - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Min

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-03 Thread Tsirkin Evgeny
Well.Yes - the server have got loaded by apache server running on it. So ,yes, that can be bad RAM. I have changed the config to run the 32 version. But maybe somebody here knows about any particular problems in Solaris/Java that might help? Evgeny On Thu, Sep 3, 2009 at 1:06 PM, Peter Crowther wr

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-03 Thread Peter Crowther
2009/9/3 Tsirkin Evgeny > 2. this same app. works fine for 1/2 year + it works fine on another > server. > Has your data changed? Does running the same app *with the same data* on the other server trigger the error? Have you got a creeping failure on your hardware? Bad RAM could cause the pro

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-03 Thread Tsirkin Evgeny
> > Solaris 9 64 bit > > jdk1.6.0_13 > > > > On one of the servers we are today getting constantly errors: > > An unexpected error has been detected by Java Runtime Environment. > > Here are some of those: > > > > > ---

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-03 Thread Rainer Jung
On 03.09.2009 11:42, Tsirkin Evgeny wrote: > environment : > Apache Tomcat/6.0.18 > Solaris 9 64 bit > jdk1.6.0_13 > > On one of the servers we are today getting constantly errors: > An unexpected error has been detected by Java Runtime Environment. >

An unexpected error has been detected by Java Runtime Environment:

2009-09-03 Thread Tsirkin Evgeny
environment : Apache Tomcat/6.0.18 Solaris 9 64 bit jdk1.6.0_13 On one of the servers we are today getting constantly errors: An unexpected error has been detected by Java Runtime Environment. Here are some of those