prmr / Creco

Recommendation System for Consumer Products
Apache License 2.0
6 stars 2 forks source link

Master branch bug #58

Closed asutcl closed 10 years ago

asutcl commented 10 years ago

I haven't been able to run the master branch all day today. Can someone please try it out so I can see if it is an issue with my local configuration or not.

When I revert to my last commit(6a0183a638bdabfcfecf61d54c55b45894c700c1) to the master branch I have no trouble running it. I thought it was an error with the server not having shut down so I rebooted and still had an error.

Here is the error I get: Exception in thread "main" org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [ca.mcgill.cs.creco.logic.search.ProductSearch] for bean with name 'productSearch' defined in file [/home/andrew/git/Creco/bin/ca/mcgill/cs/creco/logic/search/ProductSearch.class]: problem with class file or dependent class; nested exception is java.lang.UnsupportedClassVersionError: ca/mcgill/cs/creco/logic/search/ProductSearch : Unsupported major.minor version 51.0

MariamN commented 10 years ago

I had the same error earlier today. I just deleted everything and did a fresh new clone for the master. It works well for me now.

prmr commented 10 years ago

The latest head (0932ac89610fa0a9805206d3ca751a6027e49dd5) work for me.

asutcl commented 10 years ago

OK thanks, I will fix this on my computer.