0 Replies Latest reply on Nov 30, 2005 7:13 PM by thomson1

    Errors starting portal with Kosmos

    thomson1

      I have the binary package for jBoss Portal 2.0 and AS 4.0.2 using Hypersonic. I also installed the Kosmos binary. When I restarted jBoss, everything was seemingly fine...the Kosmos option appears on the main portal page. However, when I click on it, the page is blank. Looking at the log a little more closely, I noticed that all of the portlets that come with Kosmos are throwing the same error. Anyone know where I can start tracking this one down?:

      2005-11-30 18:41:18,954 DEBUG [org.jboss.portal.portlet.PortletContainer] Loading portlet class hu.midori.kosmos.portlet.jira.JiraMonitoringPortlet
      2005-11-30 18:41:18,954 DEBUG [org.jboss.portal.server.kernel.Kernel.component.kosmos-portal.JBossJiraMonitoringPortlet] failed
      2005-11-30 18:41:18,954 ERROR [org.jboss.portal.core.deployment.jboss.PortletAppDeployment] The portlet cannot be started due to an error that occcured during init
      org.jboss.portal.portlet.PortletInitializationException: The portlet threw an error during init
      at org.jboss.portal.portlet.PortletContainer.start(PortletContainer.java:163)
      at org.jboss.portal.server.kernel.StartMethod.invokeMethod(StartMethod.java:37)
      at org.jboss.portal.server.kernel.UpgradeMethod.invoke(UpgradeMethod.java:46)
      at org.jboss.portal.server.kernel.Kernel.start(Kernel.java:382)
      at org.jboss.portal.server.impl.ServerManagerImpl.deploy(ServerManagerImpl.java:409)
      at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
      at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
      at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy29.deploy(Unknown Source)
      at org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment.create(PortletAppDeployment.java:165)
      ......