1 Reply Latest reply on Jan 3, 2006 11:09 PM by kyokosaika

    jboss-portal-2.2.0-bundled / oracle

    kyokosaika

      Hi,
      The versions are Jboss 4.0.3SP1, portal 2.2 (JBoss Portal 2.2 + JBoss AS 4.0.3SP1 download),
      Java version: 1.4.2_04
      RDBMS: Oracle, version: Oracle9i Enterprise Edition Release 9.0.1.5.0
      JDBC driver:Oracle JDBC Driver version - 10.1.0.2.0
      OS-System: Windows 2003 5.2,x86

      Datasource is setup properly.is a clean DB, Portal 2.2 has been successfully installed.

      I have tried with Oracle9i and Oracle10g, with the same result. The login page display a 404 error No exceptions are thrown in server logs.
      I can run fine with hypersonic database or mysql only modify the "portal_xx_ds.xml ".You may see the error below.
      ================================
      10:10:59,015 INFO [PersistentPortalObjectContainer] Created portal object root
      context
      10:10:59,140 WARN [ObjectDeployment] Cannot create portal object null because t
      he parent that the deployment descriptor references does not exist
      10:10:59,156 WARN [ObjectDeployment] Cannot create portal object null because t
      he parent default that the deployment descriptor references does not exist
      10:10:59,156 WARN [ObjectDeployment] Cannot create portal object null because t
      he parent default that the deployment descriptor references does not exist
      10:10:59,156 WARN [ObjectDeployment] Cannot create portal object null because t
      he parent default.default that the deployment descriptor references does not exi
      st
      10:10:59,156 WARN [ObjectDeployment] Cannot create portal object null because t
      he parent default.CMS Manager that the deployment descriptor references does not
      exist
      10:10:59,984 INFO [LayoutDeployment] create new layout(s), found in : /portal
      10:11:00,000 INFO [LayoutDeployment] done creating new layout(s), found in : /
      portal
      10:11:00,187 INFO [LayoutDeployment] create new layout(s), found in : portal
      10:11:00,203 INFO [LayoutDeployment] done creating new layout(s), found in : p
      ortal
      10:11:00,203 INFO [ThemeDeployment] create new theme(s), found in : portal
      10:11:00,234 INFO [ThemeDeployment] done creating new theme(s), found in : por
      tal
      10:11:03,171 INFO [FacesConfigurator] Reading standard config org/apache/myface
      s/resource/standard-faces-config.xml
      10:11:03,250 INFO [FacesConfigurator] Reading config jar:file:/E:/jboss-portal-
      2.2.0-bundled/server/default/tmp/deploy/tmp61978jsf-facelets.jar!/META-INF/faces
      -config.xml
      10:11:03,265 INFO [FacesConfigurator] Reading config jar:file:/E:/jboss-portal-
      2.2.0-bundled/server/default/tmp/deploy/tmp61990tomahawk.jar!/META-INF/faces-con
      fig.xml
      10:11:03,343 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
      10:11:03,390 ERROR [LocaleUtils] Locale name null or empty, ignoring
      10:11:03,390 INFO [RenderKitFactoryImpl] RenderKit with renderKitId 'HTML_BASIC
      ' was replaced.
      10:11:03,406 INFO [MyFacesGenericPortlet] PortletContext 'E:\jboss-portal-2.2.0
      -bundled\server\default\.\deploy\jboss-portal.sar\portal-core.war\' initialized.

      10:11:03,671 WARN [ObjectDeployment] Cannot create portal object null because t
      he parent default that the deployment descriptor references does not exist
      10:11:05,015 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep
      loy/jmx-console.war/
      10:11:05,296 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-808
      0
      10:11:05,453 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
      10:11:05,484 INFO [JkMain] Jk running ID=0 time=0/78 config=null
      10:11:05,500 INFO [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBos
      s_4_0_3_SP1 date=200510231054)] Started in 1m:1s:297ms
      =============================

      Thanks,