You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by BN Shyam <BN...@Lntinfotech.com> on 2005/04/18 12:08:50 UTC

Exception while starting Jetspeed-2 M3

Hi all,

I 've downloaded the Jetspeed 2 source from cvs.apache.org and built the 
Jetspeed war and deployed in Tomcat 5.0.30.

When i hit the portal URL http://localhost:8080/jetspeed/portal i am 
getting the following exception in the browser

org.springframework.jdbc.BadSqlGrammarException: Bad SQL grammar [] in 
task 'OJB operation'; nested exception is java.sql.SQLException: Column 
not found: EVALORDER in statement [SELECT 
A0.VERSION,A0.MODEL,A0.PREFERRED_MIMETYPE_ID,A0.MANUFACTURER,A0.NAME,A0.USER_AGENT_PATTERN,A0.CLIENT_ID,evalOrder 
as ojb_col_8 FROM CLIENT A0 ORDER BY 8]
 
org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.translate(SQLStateSQLExceptionTranslator.java:90)
 
org.springframework.orm.ojb.OjbAccessor.convertJdbcAccessException(OjbAccessor.java:107)
 
org.springframework.orm.ojb.OjbAccessor.convertOjbAccessException(OjbAccessor.java:89)
 
org.springframework.orm.ojb.OjbAccessor.convertOjbAccessException(OjbAccessor.java:86)
 
org.springframework.orm.ojb.PersistenceBrokerTemplate.execute(PersistenceBrokerTemplate.java:170)
 
org.springframework.orm.ojb.PersistenceBrokerTemplate.executeFind(PersistenceBrokerTemplate.java:188)
 
org.springframework.orm.ojb.PersistenceBrokerTemplate.getCollectionByQuery(PersistenceBrokerTemplate.java:214)
 
org.apache.jetspeed.capabilities.impl.JetspeedCapabilities.getClients(JetspeedCapabilities.java:310)
 
org.apache.jetspeed.capabilities.impl.JetspeedCapabilities.findClient(JetspeedCapabilities.java:241)
 
org.apache.jetspeed.capabilities.impl.JetspeedCapabilities.getCapabilityMap(JetspeedCapabilities.java:148)
                 sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
                 sun.reflect.NativeMethodAccessorImpl.invoke(Unknown 
Source)
                 sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown 
Source)
                 java.lang.reflect.Method.invoke(Unknown Source)
 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:284)
 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:155)
 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:56)
 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:174)
                 $Proxy6.getCapabilityMap(Unknown Source)
 
org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:67)
 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:203)
 
org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:124)
 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:203)
 
org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:185)
 
org.apache.jetspeed.engine.AbstractEngine.service(AbstractEngine.java:264)
 
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:225)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


Can anybody please help me in overcoming this exception,

Thanks in advance,

Regards,

Shyam

______________________________________________________________________