Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I get this message when i deploy my code in dev mode onto a staging server

JPAQueryException occured : Error while executing query select s from  from something s where enabled = 0: Unknown column 

but no issues running code from my machine.

share|improve this question
Are you able to provide a code snippet that shows what generated the sql that is causing the error? – digiarnie Jan 25 '12 at 5:32

2 Answers

Is it because the keyword from appears twice?

share|improve this answer
sorry that was me cutting out the actual query. Solved this. – user721264 Jan 25 '12 at 13:54
up vote 0 down vote accepted

Solved: I had previously deployed my war to a windows machine with tomcat. when deploying new build I had only deleted my war file but not the unzipped folder which seemed to be causing the issue. once i deleted the war and the unzipped folder on my stage machine and then redployed my new war the error was no longer present.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.