-
Jun 11th, 2012, 01:27 AM
#1
Error while logging to application in Redhat Linux
hii..
I've an application using Spring-Hibernate.... I've successfully deployed my application in GateIn 3.2 in Windows environment.. I'm unable to log in to the application in Redhat Linux... I'm getting an exception in backend..... The stacktrace is :
Caused by: java.lang.NoSuchMethodError: org.springframework.orm.hibernate3.HibernateTransa ctionManager.determineTimeout(Lorg/springframework/transaction/TransactionDefinition)
at org.springframework.orm.hibernate3.HibernateTransa ctionManager.doBegin(HibernateTransactionManager.j ava:499)
at org.springframework.transaction.support.AbstractPl atformTransactionManager.getTransaction(AbstractPl atformTransactionManager.java:315)
plz help me... Thanks in advance...
-
Jun 11th, 2012, 02:43 AM
#2
Check the environment. You are probably mixing spring versions or have a classloading problem (same jar in different locations).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules