Hey,
I am not asking you to recreate this error, I am just asking how to fix this error and if cyclos has an upgrade script. Many open source projects, actually I can't think of one that doesn't have an upgrade script that repairs and fixes any errors in the current installation. This usually erases any data you've entered, but in this case it doesn't matter. If you do have an upgrade script, please let me know. If you don't, here is the error. Hopefully you can help get to the bottom of this.
nl.strohalm.cyclos.dao.exceptions.DaoException: nl.strohalm.cyclos.utils.binding.PropertyException: nl.strohalm.cyclos.entities.ads.Ad.currency
at nl.strohalm.cyclos.dao.BaseDAOImpl.list(BaseDAOImpl.java:377)
at nl.strohalm.cyclos.dao.BaseDAOImpl.list(BaseDAOImpl.java:359)
at nl.strohalm.cyclos.dao.ads.AdDAOImpl.search(AdDAOImpl.java:281)
at nl.strohalm.cyclos.services.ads.AdServiceImpl.search(AdServiceImpl.java:338)
at nl.strohalm.cyclos.services.ads.AdServiceImpl.fullTextSearch(AdServiceImpl.java:205)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
at nl.strohalm.cyclos.aop.TraceAspect.doTrace(TraceAspect.java:166)
at nl.strohalm.cyclos.aop.TraceAspect.trace(TraceAspect.java:97)
at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy25.fullTextSearch(Unknown Source)
at nl.strohalm.cyclos.controls.ads.SearchAdsAction.executeQuery(SearchAdsAction.java:183)
at nl.strohalm.cyclos.controls.BaseQueryAction.executeAction(BaseQueryAction.java:102)
at nl.strohalm.cyclos.controls.BaseAction.execute(BaseAction.java:176)
Cyclos Errors--
Moderators: hugo, alexandre, rmvanarkel