users@glassfish.java.net

Re: RIZZLY0023: Interruptin g idle Thread glassfish 3.1.2.2 ...

From: <forums_at_java.net>
Date: Wed, 28 Nov 2012 19:58:56 -0600 (CST)

Hi Alexey, Just to give a small feedback, I found the problem for the gc
thread, It was a gwt class which had a dual implement..cross compile and
server side. I fleatern the class for the server side use and all worked ok.
But after a one day work I got again(looks like this) the grizzly problem.
What happend was that the log had about 6-7 warning logs tring to stop idle
thread, after this glassfish went to high cpu for a couple of minutes and
then come down, but then mysql went sky high 4-5 mysql threads wore consuming
maximum cpu. But what is really interesting is that because od the small
changes I did now the app is not working on 3.0.1 it deployed and the ear
works fine, but when I try to call a remote bean to get a object which has
memver field of type enum Im getting this exception.. Caused by:
java.io.InvalidObjectException: can't deserialize enum at
java.lang.Enum.readObject(Enum.java:205) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597) at
com.sun.corba.ee.impl.io.IIOPInputStream.invokeObjectReader(IIOPInputStream.java:1965)
at
com.sun.corba.ee.impl.io.IIOPInputStream.inputObject(IIOPInputStream.java:1300)
at
com.sun.corba.ee.impl.io.IIOPInputStream.simpleReadObject(IIOPInputStream.java:449)
at
com.sun.corba.ee.impl.io.ValueHandlerImpl.readValueInternal(ValueHandlerImpl.java:364)
at
com.sun.corba.ee.impl.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:320)
at
com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.readRMIIIOPValueType(CDRInputStream_1_0.java:1066)
... 80 more |#]
[#|2012-11-29T02:30:15.218+0100|WARNING|glassfish3.0.1|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.encoding|_ThreadID=26;_ThreadName=Thread-1;|"IOP00810211:
(MARSHAL) Exception from readValue on ValueHandler in CDRInputStream"
org.omg.CORBA.MARSHAL: vmcid: SUN minor code: 211 completed: Maybe Caused by:
java.io.InvalidObjectException: can't deserialize enum at
java.lang.Enum.readObject(Enum.java:205) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597) at
com.sun.corba.ee.impl.io.IIOPInputStream.invokeObjectReader(IIOPInputStream.java:1965)
at
com.sun.corba.ee.impl.io.IIOPInputStream.inputObject(IIOPInputStream.java:1300)
at
com.sun.corba.ee.impl.io.IIOPInputStream.simpleReadObject(IIOPInputStream.java:449)
at
com.sun.corba.ee.impl.io.ValueHandlerImpl.readValueInternal(ValueHandlerImpl.java:364)
at
com.sun.corba.ee.impl.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:320)
at
com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.readRMIIIOPValueType(CDRInputStream_1_0.java:1066)
... 80 more at
com.sun.corba.ee.impl.presentation.rmi.codegen.CodegenStubBase.invoke(CodegenStubBase.java:225)
at
mk.icelabs.vtcore.advertisement.__HistoryEntryUC_Remote_DynamicStub.findOldHistoryEntries(mk/icelabs/vtcore/advertisement/__History
EntryUC_Remote_DynamicStub.java) at
mk.icelabs.vtcore.advertisement._HistoryEntryUC_Wrapper.findOldHistoryEntries(mk/icelabs/vtcore/advertisement/_HistoryEntryUC_Wrapp
er.java) |#]
[#|2012-11-29T02:30:15.218+0100|WARNING|glassfish3.0.1|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.encoding|_ThreadID=26;_ThreadName=Thread-1;|"IOP00810211:
(MARSHAL) Exception from readValue on ValueHandler in CDRInputStream"
org.omg.CORBA.MARSHAL: vmcid: SUN minor code: 211 completed: Maybe I cannot
belive it...:) This same ear and war work all ok on 3.1.2.2 Any idea? BR,
Blaze

--
[Message sent by forum member 'baze985']
View Post: http://forums.java.net/node/892403