h3x.no

Tor Henning Ueland`s thoughts about technology and other stuff

A hint for the “Object foo is not a known entity type” errors from Glassfish

with 3 comments

As a JavaEE-codemonkey you have perhaps noticed this error:

java.lang.IllegalArgumentException: Object: Ting@193c227 is not a known entity type.

This will occur when you have redeployed an app f.ex through Eclipse to Glassfish, the Glassfish server has not quite understood that it`s time to update its version, so what you need to do then is to simply restart the server (or domain).

Related posts:

  1. One possible solution for Glassfish cluster node-agent startup problems

Written by Tor Henning Ueland

April 26th, 2009 at 12:45 am

Posted in Glassfish,Uncategorized

Tagged with ,

3 Responses to 'A hint for the “Object foo is not a known entity type” errors from Glassfish'

Subscribe to comments with RSS or TrackBack to 'A hint for the “Object foo is not a known entity type” errors from Glassfish'.

  1. Wow :) Thanks you saved me from going grey :p

    Phill

    22 Jan 10 at 05:05

  2. Thanks, it was a applicable solution:)

    Nasseria

    31 Mar 10 at 21:17

  3. Thanks!

    After googling for over 1hr, you had the correct answer :)

    maosmurf

    10 May 10 at 23:27

Leave a Reply