0 Replies Latest reply on Oct 14, 2008 10:19 PM by nayabinghi

    2.6.6 Installation exceptions

    nayabinghi

      Hi guys,

      I just install Jboss portal 2.6.6 and am getting some exceptions am having problems resolving.

      I would like to use the portal-hsqldb-ds.xml below but am getting a IllegalStateException after the installation.

      datasources>
      <local-tx-datasource>
      <jndi-name>PortalDS</jndi-name>
      <connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}portal${/}hypersonic${/}database</connection-url>
      <driver-class>org.hsqldb.jdbcDriver</driver-class>
      <user-name>sa</user-name>
      <![CDATA[]]>
      </local-tx-datasource>


      root cause

      java.lang.IllegalStateException: No Theme found for renaissance
      org.jboss.portal.theme.impl.ThemeServiceImpl.getThemeById(ThemeServiceImpl.java:345)
      org.jboss.portal.core.model.portal.command.render.RenderPageCommand.execute(RenderPageCommand.java:194)
      org.jboss.portal.core.controller.ControllerCommand$1.invoke(ControllerCommand.java:68)
      org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
      org.jboss.portal.core.aspects.controller.node.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:123)
      org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
      org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
      org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor.invoke(PageCustomizerInterceptor.java:134)
      org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
      org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)


      When I switched to a mysql database I do not get the exceptions above but there is a couple below that I get from the logs even though I can get to the Jboss Portal interface.

      java.rmi.RemoteException: Call invocation failed; nested exception is:
      java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
      at org.jboss.ws.core.jaxrpc.client.CallImpl.invokeInternal(CallImpl.java:536)
      at org.jboss.ws.core.jaxrpc.client.CallImpl.invoke(CallImpl.java:277)
      at org.jboss.ws.core.jaxrpc.client.PortProxy.invoke(PortProxy.java:156)
      at $Proxy265.getServiceDescription(Unknown Source)
      at org.jboss.portal.wsrp.services.ServiceDescriptionServiceWrapper


      2008-10-15 03:49:29,375 ERROR [org.jboss.varia.scheduler.Scheduler$Listener] Invoke of the Schedulable MBean failed
      javax.management.MBeanException
      at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      at org.jboss.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)

      Any hell understanding these exceptions will be helpful

      Thank you!!