This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JBoss/WildFly and the fly likes Error using JBoss5.0.0GA Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "Error using JBoss5.0.0GA" Watch "Error using JBoss5.0.0GA" New topic
Author

Error using JBoss5.0.0GA

uttam kumar
Ranch Hand

Joined: Jan 27, 2009
Posts: 128

hi,
my application was previously using JBoss4 and now i want it to shift onto JBoss5. the problem is that when i deploy my ejbs on JBoss5 i get InvalidClassException. my entire code is compiled on JDK 1.6.0_11.

if i replace the JBoss 5 with the old one the application works fine. I am not getting what i have did wrong. please give any suggestion.

thanks in advance
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8208
    
  71

javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.util.id.GUID; local class incompatible: stream classdesc serialVersionUID = 3289509836244263718, local class serialVersionUID = 6926421946503004889

Are you including any JBoss specific jar files in your application or in the classpath? If yes, remove them. I guess you are including the older version of the jars.


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error using JBoss5.0.0GA
 
Similar Threads
Stateful Bean Naming Exception
Problem deploying sample HelloWorld Bean in JBoss 4.2.1 GA
class loader problem while jboss clustering(Sorry If my post is being duplicated)
Logging problem log4j:ERROR
class loader problem while jboss clustering(Sorry If my post is being duplicated)