I have build JBoss Portal form CVS and deploy it (How can i check the versions 
?). When I start JBoss the first time (with empty database) there is no 
problem. After JBoss is restart de CMS module is not working.

jboss-4.0.3SP1
  | jdk1.5.0_06
  | PostgreSQL Database Server 8.1
  | 
  | postgresql-8.1-404.jdbc3.jar
  | 
  | portal-ds.xml
  | <?xml version="1.0" encoding="UTF-8"?>
  |   | <datasources>
  |   |   <local-tx-datasource>
  |   |     <jndi-name>PortalDS</jndi-name>
  |   |     <connection-url>jdbc:postgresql:db-name</connection-url>
  |   |     <driver-class>org.postgresql.Driver</driver-class>
  |   |     <user-name>user</user-name>
  |   |     <password>password</password>
  |   |   </local-tx-datasource>
  |   | </datasources>
  | 
  | This is the logging output:
  | 2006-01-08 22:11:05,312 ERROR 
[org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment 
listing:
  |   | 
  |   | --- MBeans waiting for other MBeans ---
  |   | ObjectName: jboss.ejb:service=EJBTimerService,persistencePolicy=database
  |   |   State: CONFIGURED
  |   |   I Depend On:
  |   |     jboss.jca:service=DataSourceBinding,name=DefaultDS
  |   | 
  |   | ObjectName: portal:service=CMS
  |   |   State: FAILED
  |   |   Reason: javax.jcr.RepositoryException: failed to load persisted 
repository state: org.postgresql.util.PSQLException: ERROR: invalid 
large-object descriptor: 0: org.postgresql.util.PSQLException: ERROR: invalid 
large-object descriptor: 0
  |   |   I Depend On:
  |   |     jboss.jca:service=DataSourceBinding,name=PortalDS
  |   |     portal:service=JAASLoginModule
  |   |   Depends On Me:
  |   |     portal:mapper=CMSObject
  |   | 
  |   | ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
  |   |   State: CONFIGURED
  |   |   I Depend On:
  |   |     jboss:service=TransactionManager
  |   |     jboss.jca:service=DataSourceBinding,name=DefaultDS
  |   | 
  |   | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
  |   | ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS
  |   |   State: NOTYETINSTALLED
  |   |   Depends On Me:
  |   |     jboss.ejb:service=EJBTimerService,persistencePolicy=database
  |   |     jboss:service=KeyGeneratorFactory,type=HiLo
  |   | 
  |   | ObjectName: portal:service=CMS
  |   |   State: FAILED
  |   |   Reason: javax.jcr.RepositoryException: failed to load persisted 
repository state: org.postgresql.util.PSQLException: ERROR: invalid 
large-object descriptor: 0: org.postgresql.util.PSQLException: ERROR: invalid 
large-object descriptor: 0
  |   |   I Depend On:
  |   |     jboss.jca:service=DataSourceBinding,name=PortalDS
  |   |     portal:service=JAASLoginModule
  |   |   Depends On Me:
  |   |     portal:mapper=CMSObject
  |   | 
  |   | 
  |   | 2006-01-08 22:11:05,625 INFO  [org.apache.coyote.http11.Http11Protocol] 
Starting Coyote HTTP/1.1 on http-0.0.0.0-80
  |   | 2006-01-08 22:11:05,921 INFO  [org.apache.jk.common.ChannelSocket] JK: 
ajp13 listening on /0.0.0.0:8009
  |   | 2006-01-08 22:11:05,984 INFO  [org.apache.jk.server.JkMain] Jk running 
ID=0 time=0/266  config=null
  |   | 2006-01-08 22:11:06,000 INFO  [org.jboss.system.server.Server] JBoss 
(MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231054)] 
Started in 1m:48s:110ms
  |   | 2006-01-08 22:11:25,031 DEBUG [org.hibernate.jdbc.ConnectionManager] 
running Session.finalize()
  |   | 2006-01-08 22:11:25,031 DEBUG [org.hibernate.jdbc.ConnectionManager] 
running Session.finalize()
  |   | 2006-01-08 22:11:25,031 DEBUG [org.hibernate.jdbc.ConnectionManager] 
running Session.finalize()
  |   | 2006-01-08 22:11:25,031 DEBUG [org.hibernate.jdbc.ConnectionManager] 
running Session.finalize()
  | 
  | What is the problem ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916349#3916349

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916349


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to