For this time it was after a reload. But on the server there was no 
reload. I'll check the new version of resin later on.
Thanks for the info.

On 09/11/11 17:21, Alex Rojkov wrote:
>> Hello again
>> The problem happened again, and I found an exception in another log file 
>> (problem with all these logs...)
>>
>> java.lang.IllegalArgumentException: Unknown entity bean class: class 
>> reaentities.Status, please verify that this class has been marked with the 
>> @Entity annotation.
>>      at 
>> org.eclipse.persistence.internal.jpa.EntityManagerImpl.find(EntityManagerImpl.java:611)
> Can you check if the web-app was reloaded before the exception?
>
> I recollect having seen the issue in earlier versions of Resin 4. The issue 
> arouse  when webapplication or entity class was reloaded  (you can force a 
> reload to check).
>
> The issue should be fixed in later versions. The test case that reproduces 
> the webapp with persistent context reload issue was created after 4.0.13.
>
> Thanks,
> Alex
>
>>
>> You'll find joind the full exception and the thread dump, plus the class 
>> itself. This object Status is marked as @Entity and work very well normally.
>> Thanks for your help.
>>
>>
>> On 08/11/11 22:48, Alex Rojkov wrote:
>>>> Hello
>>>> I'm using many times the find() call in EntityManager :
>>>>
>>>> Status st=m_manager.find(Status.class,"identifier");
>>>>
>>>> But with no particular reason, in test or production, the find() call
>>>> stop all processing, there is no exception and any System.out.println()
>>> Riccardo,
>>>
>>> Can you produce a thread-dump of the server's JVM please and send that to 
>>> us?
>>>
>>> Thanks,
>>> Alex
>>>
>>>> juste after is simply not called.
>>>
>>>>
>>>> While the server is in this "undefined" state, the rest of the
>>>> application may work. I tried to add a createQuery call just before the
>>>> find :
>>>>
>>>> Query qr=m_manager.createQuery("select st from Status st");
>>>> List<Status>   list=(List<Status>)qr.getResultList();
>>>>
>>>> and the same problem happens at getRestulList(). Nothing happens, no
>>>> exception, no further processing.
>>>>
>>>> Is there any people that had this problem ? I could see that only in one
>>>> of my applications, not all. Is this a problem with eclispelink ?
>>>>
>>>> Thanks a lot.
>>>> --
>>>> Riccardo Cohen
>>>> Architecte du Logiciel
>>>> http://www.architectedulogiciel.fr
>>>> BP 77536
>>>> 37075 Tours Cedex 2
>>>> +33 (0)6.09.83.64.49
>>>> Membre du réseau http://www.reflexe-conseil-centre.org
>>>>
>>>>
>>>> _______________________________________________
>>>> resin-interest mailing list
>>>> resin-interest@caucho.com
>>>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>>>
>>>
>>>
>>> _______________________________________________
>>> resin-interest mailing list
>>> resin-interest@caucho.com
>>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>>>
>>
>> --
>> Riccardo Cohen
>> Architecte du Logiciel
>> http://www.architectedulogiciel.fr
>> BP 77536
>> 37075 Tours Cedex 2
>> +33 (0)6.09.83.64.49
>> Membre du réseau http://www.reflexe-conseil-centre.org
>> <exception.txt><threaddump.txt><Status.java>_______________________________________________
>> resin-interest mailing list
>> resin-interest@caucho.com
>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>

-- 
Riccardo Cohen
Architecte du Logiciel
http://www.architectedulogiciel.fr
BP 77536
37075 Tours Cedex 2
+33 (0)6.09.83.64.49
Membre du réseau http://www.reflexe-conseil-centre.org


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to