Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] strange jvm.log messages


Thanks for the update, I did come across that thread but disregarded it as we are not using that JVM option. I wasn't able to find much information out there on these messages within the jvm.log file, so I'll post to the Java forum and see if anyone might have any insight into it.

Thanks...
Chris




Mitesh Meswani <Mitesh.Meswani@xxxxxxx>
Sent by: eclipselink-users-bounces@xxxxxxxxxxx

06/23/2009 09:39 AM

Please respond to
EclipseLink User Discussions <eclipselink-users@xxxxxxxxxxx>

To
EclipseLink User Discussions <eclipselink-users@xxxxxxxxxxx>
cc
Subject
Re: [eclipselink-users] strange jvm.log messages





This seems to be a jvm issue.  This thread
(http://forums.sun.com/thread.jspa?messageID=10466331&tstart=0#10466331
seems to suggest that using *-XX:+UseLargePages may cause the issue and
jdk 6 u10 seems to fix the issue. *

cmathrusse wrote:
> I'm running inside of GlassFish v2.1 with EclipseLink 1.1.1 with JDK
> 1.6.0_06. My jvm.log file is filling with these odd messages pertaining to
> dependency_failed. I can't seem to locate anything concrete pertaining to
> this message, so I though I'd ask here if anyone had seen these pertaining
> to the EclipseLink classes prior:
>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector indexOf
> (Ljava/lang/Object;I)I'
> witness='org/eclipse/persistence/internal/helper/NonSynch
> ronizedVector' stamp='32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector
> elementAt (I)Ljava/lang/Object;'
> witness='org/eclipse/persistence/internal/helper/NonSync
> hronizedVector' stamp='32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector
> addElement (Ljava/lang/Object;)V'
> witness='org/eclipse/persistence/internal/helper/NonSyn
> chronizedVector' stamp='32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector
> elementAt (I)Ljava/lang/Object;'
> witness='org/eclipse/persistence/internal/helper/NonSync
> hronizedVector' stamp='32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector
> elements ()Ljava/util/Enumeration;'
> witness='org/eclipse/persistence/internal/helper/NonS
> ynchronizedVector' stamp='32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector
> addElement (Ljava/lang/Object;)V'
> witness='org/eclipse/persistence/internal/helper/NonSyn
> chronizedVector' stamp='32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector
> elementAt (I)Ljava/lang/Object;'
> witness='org/eclipse/persistence/internal/helper/NonSync
> hronizedVector' stamp='32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector
> elementAt (I)Ljava/lang/Object;'
> witness='org/eclipse/persistence/internal/helper/NonSync
> hronizedVector' stamp='32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector
> elementAt (I)Ljava/lang/Object;'
> witness='org/eclipse/persistence/internal/helper/NonSync
> hronizedVector' stamp='32.153'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.154'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector size
> ()I' witness='org/eclipse/persistence/internal/helper/NonSynchronizedVector'
> stamp='
> 32.154'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector clone
> ()Ljava/lang/Object;'
> witness='org/eclipse/persistence/indirection/IndirectList' st
> amp='32.291'/>
> <dependency_failed type='unique_concrete_method' x='java/util/Vector clone
> ()Ljava/lang/Object;'
> witness='org/eclipse/persistence/indirection/IndirectList' st
> amp='32.291'/>
>
>  
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



Back to the top