ALPHA works with the default configuration. I downloaded the bundle with the AS.
I'm trying this under PostgreSQL 8.0.3, on Linux. server log shows and error starting up (I'll show what I think are relevant lines): | 2006-05-12 16:20:07,932 DEBUG [org.jboss.system.ServiceConfigurator] HomeDir set to /opt/jboss/server/default/data/portal/cms/conf in portal:service=CMS | 2006-05-12 16:20:07,945 DEBUG [org.jboss.system.ServiceConfigurator] Config set to [Repository: null] in portal:service=CMS | | 2006-05-12 16:20:10,820 DEBUG [org.jboss.system.ServiceController] starting service portal:service=CMS | | 2006-05-12 16:20:46,724 DEBUG [org.jboss.portal.cms.impl.jcr.JCRCMS] Starting failed portal:service=CMS | javax.jcr.RepositoryException: failed to load persisted repository state: null: null | at org.apache.jackrabbit.core.RepositoryImpl.loadRootNodeUUID(RepositoryImpl.java:379) | at org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:203) | | Caused by: java.lang.NullPointerException | at org.postgresql.largeobject.BlobInputStream.close(BlobInputStream.java:115) | at sun.nio.cs.StreamDecoder$CharsetSD.implClose(StreamDecoder.java:505) | at sun.nio.cs.StreamDecoder.close(StreamDecoder.java:198) | at java.io.InputStreamReader.close(InputStreamReader.java:187) | at org.apache.jackrabbit.core.RepositoryImpl.loadRootNodeUUID(RepositoryImpl.java:370) | Many of the tables are created in the PostgreSQL database. Later, when I open a page to the portal, I get an error related to the content of a portlet, and the CMS portlet is missing: | 2006-05-12 16:27:13,433 DEBUG [org.hibernate.loader.Loader] done loading collection | 2006-05-12 16:27:13,436 ERROR [org.jboss.portal.core.portlet.cms.CMSPortlet] The portlet threw an exception | java.lang.RuntimeException: java.lang.NullPointerException | at org.jboss.portal.cms.impl.jcr.JCRCMS.execute(JCRCMS.java:379) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | | Caused by: java.lang.NullPointerException | at org.jboss.portal.cms.impl.jcr.JCRCMS.execute(JCRCMS.java:375) | ... 250 more | 2006-05-12 16:27:13,442 ERROR [org.jboss.portal.core.command.ControllerCommand] Portlet default.default.CMSPortletWindow got the following error | java.lang.RuntimeException: java.lang.NullPointerException | at org.jboss.portal.cms.impl.jcr.JCRCMS.execute(JCRCMS.java:379) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | Of course, this is alpha, and I probably shouldn't bother because the data model is probably going to change. Thanks, ==Leonard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943303#3943303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943303 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
