cancel
Showing results for 
Search instead for 
Did you mean: 

Install into Existing JBoss - MySql on port 63306

arnieaustin
Champ in-the-making
Champ in-the-making
I have a working JBoss AS (4.0.4ga) & Portal (2.2.1) setup. The instructions say to just copy the .war to the /deploy folder and I should be good to go (yes, I have a database ready to go). But that won't work as my MySQL server is listening on a non-standard port. So, I extracted the war file to the /deploy/alfresco.war folder and edited the /WEB-INF/classes/alfresco/repository.properties file thusly:

# Database configuration

db.driver=org.gjt.mm.mysql.Driver
db.name=alfresco
db.url=jdbc:mysql://localhost:63306/${db.name}
db.username=alfresco
db.password=alfresco

I also moved the myfaces*.jar files from inside the war to the /default/lib folder and removed the ones from the tomcat.war.

That didn't work. So then I tried this:

db.url=jdbc:mysql://localhost:63306/alfresco

Alfresco does seem to start and it creates 14 tables (applied_patch .. version_count) but now the portal doesn't respond at all. I modified my server.xml file so I can get to http://localhost/portal/index.html but now it never responds. Neither does /alfresco either. The server log is now huge, I give only the last few lines…
——————————————-
16:16:38,953 INFO  [STDOUT] 16:16:38,953 INFO  [PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.node.inte
grity.IntegrityChecker, method=onDeleteNode] to policy {http://www.alfresco.org}onDeleteNode for service org.alfresco.re
po.node.integrity.IntegrityChecker@c08964
16:16:38,953 INFO  [STDOUT] 16:16:38,953 INFO  [PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.node.inte
grity.IntegrityChecker, method=onAddAspect] to policy {http://www.alfresco.org}onAddAspect for service org.alfresco.repo
.node.integrity.IntegrityChecker@c08964
16:16:38,953 INFO  [STDOUT] 16:16:38,953 INFO  [PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.node.inte
grity.IntegrityChecker, method=onRemoveAspect] to policy {http://www.alfresco.org}onRemoveAspect for service org.alfresc
o.repo.node.integrity.IntegrityChecker@c08964
16:16:38,953 INFO  [STDOUT] 16:16:38,953 INFO  [PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.node.inte
grity.IntegrityChecker, method=onCreateChildAssociation] to association policy {http://www.alfresco.org}onCreateChildAss
ociation for service org.alfresco.repo.node.integrity.IntegrityChecker@c08964
16:16:38,953 INFO  [STDOUT] 16:16:38,953 INFO  [PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.node.inte
grity.IntegrityChecker, method=onDeleteChildAssociation] to association policy {http://www.alfresco.org}onDeleteChildAss
ociation for service org.alfresco.repo.node.integrity.IntegrityChecker@c08964
16:16:38,953 INFO  [STDOUT] 16:16:38,953 INFO  [PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.node.inte
grity.IntegrityChecker, method=onCreateAssociation] to association policy {http://www.alfresco.org}onCreateAssociation f
or service org.alfresco.repo.node.integrity.IntegrityChecker@c08964
16:16:38,953 INFO  [STDOUT] 16:16:38,953 INFO  [PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.node.inte
grity.IntegrityChecker, method=onDeleteAssociation] to association policy {http://www.alfresco.org}onDeleteAssociation f
or service org.alfresco.repo.node.integrity.IntegrityChecker@c08964
16:16:39,593 INFO  [STDOUT] 16:16:39,593 INFO  [RAMJobStore] RAMJobStore initialized.
16:16:39,593 INFO  [STDOUT] 16:16:39,593 INFO  [StdSchedulerFactory] Quartz scheduler 'QuartzScheduler' initialized from
an externally provided properties instance.
16:16:39,593 INFO  [STDOUT] 16:16:39,593 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.4.5
16:16:39,593 INFO  [STDOUT] 16:16:39,593 INFO  [SchedulerFactoryBean] Starting Quartz scheduler now
16:16:39,593 INFO  [STDOUT] 16:16:39,593 INFO  [QuartzScheduler] Scheduler QuartzScheduler_$_NON_CLUSTERED started.
16:16:39,781 ERROR [STDERR] May 31, 2006 4:16:39 PM net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
16:16:41,328 ERROR [STDERR] May 31, 2006 4:16:41 PM net.sf.joott.uno.UnoConnection connect
SEVERE: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect
16:16:41,406 ERROR [STDERR] May 31, 2006 4:16:41 PM net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
16:16:42,343 ERROR [STDERR] May 31, 2006 4:16:42 PM net.sf.joott.uno.UnoConnection connect
SEVERE: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect
6 REPLIES 6

arnieaustin
Champ in-the-making
Champ in-the-making
FYI - I don't know what's going on but the server.log file is now so huge I cannot open it: 2,971,863 kb! There doesn't seem to be any activity on the console but I hold down F5 in the explorer window - its size is increasing by leaps and bounds. And the browser never times out but never gives me the portal or alfresco main screens.

rivetlogic
Champ on-the-rise
Champ on-the-rise
Hi,

To make the logs smaller:

- Edit <JBOSS-HOME>/server/default/conf/log4j.xml
- Scroll down to the <root> element
- Change it to:

<root>
   <priority value="INFO" />
   <appender-ref ref="CONSOLE"/>
   <appender-ref ref="FILE"/>
</root>

Hope this helps.

–Aladdin

arnieaustin
Champ in-the-making
Champ in-the-making
/localhost/alfresco results:
——————————————————–
javax.faces.FacesException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application

caused by:
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application

caused by:
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application

Show Details
javax.faces.FacesException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application
at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:421)
at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
at org.alfresco.web.app.servlet.AlfrescoFacesServlet.service(AlfrescoFacesServlet.java:49)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:73)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application
at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
… 25 more
Return to application
Logout
——————————————
shorter log:
——————————————
2006-06-01 08:19:40,546 INFO  [org.springframework.web.context.ContextLoader] Root WebApplicationContext: initialization started
2006-06-01 08:19:40,546 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/alfresco]] Loading Spring root WebApplicationContext
2006-06-01 08:19:40,656 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/web-client-application-context.xml]
2006-06-01 08:19:40,718 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [web-services-application-context.xml]
2006-06-01 08:19:40,828 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/application-context.xml]
2006-06-01 08:19:40,843 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/core-services-context.xml]
2006-06-01 08:19:41,093 INFO  [org.springframework.core.CollectionFactory] JDK 1.4+ collections available
2006-06-01 08:19:41,109 INFO  [org.springframework.core.CollectionFactory] Commons Collections 3.x available
2006-06-01 08:19:41,328 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/public-services-context.xml]
2006-06-01 08:19:41,375 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/public-services-security-context.xml]
2006-06-01 08:19:41,500 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/cache-context.xml]
2006-06-01 08:19:41,687 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/model-specific-services-context.xml]
2006-06-01 08:19:41,718 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/action-services-context.xml]
2006-06-01 08:19:41,828 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/rule-services-context.xml]
2006-06-01 08:19:41,921 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/node-services-context.xml]
2006-06-01 08:19:42,031 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/scheduled-jobs-context.xml]
2006-06-01 08:19:42,078 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/network-protocol-context.xml]
2006-06-01 08:19:42,140 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/content-services-context.xml]
2006-06-01 08:19:42,296 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/hibernate-context.xml]
2006-06-01 08:19:42,375 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/ownable-services-context.xml]
2006-06-01 08:19:42,390 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/template-services-context.xml]
2006-06-01 08:19:42,421 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/index-recovery-context.xml]
2006-06-01 08:19:42,453 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/authority-services-context.xml]
2006-06-01 08:19:42,484 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/authentication-services-context.xml]
2006-06-01 08:19:42,656 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/bootstrap-context.xml]
2006-06-01 08:19:42,734 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from file [C:\Dev\jboss404ga\server\default\deploy\alfresco.war\WEB-INF\classes\alfresco\patch\extended-patches-context.xml]
2006-06-01 08:19:42,765 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from file [C:\Dev\jboss404ga\server\default\deploy\alfresco.war\WEB-INF\classes\alfresco\patch\patch-services-context.xml]
2006-06-01 08:19:42,859 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [webClientConfigSource,webClientConfigService,dataDictionary,ticketCallbackHandler,querySessionCache,userQuerySessionCache,CMLUtil,authenticationWebService,repositoryWebService,contentWebService,authoringWebService,classificationWebService,actionWebService,accessControlWebService,administrationWebService,repository-properties,dataSource,transactionComponent,methodCallLogAdvice,resourceBundles,mailService,indexerComponent,indexerComponent_PerformanceMonitorAdvice,searchService,indexerAndSearcherFactory,categoryService,luceneIndexerAndSearcherFactory,luceneCategoryService,luceneIndexLock,lockService,versionService,versionNodeService,versionCounterDaoService,versionBootstrap,versionableAspect,namespaceDAO,dictionaryModelType,dictionaryDAO,dictionaryService,namespaceService,dictionaryModelBootstrap,dictionaryBootstrap,extension.dictionaryBootstrap,dictionaryRepositoryBootstrap,copyService,checkOutCheckInService,workingCopyAspect,discussableAspect,policyBehaviourFilter,policyComponent,LuceneFullTextSearchIndexer,luceneIndexBackupComponent,threadPoolExecutor,queryRegisterComponent,viewParser,importerComponent,storeImporter,userStoreImporter,systemStoreImporter,spacesStoreImporter,versionStoreImporter,exporterComponent,auditableAspect,referenceableAspect,configurableService,ehCacheManager,transactionalEHCacheManager,nullPermissionSharedCache,nullPermissionCache,userToAuthoritySharedCache,userToAuthorityCache,permissionsAccessSharedCache,permissionsAccessCache,nodeOwnerSharedCache,nodeOwnerCache,permissionService,permissionServiceImpl,ownerDynamicAuthority,lockOwnerDynamicAuthority,permissionsDAO,permissionsModelDAO,roleVoter,groupVoter,aclEntryVoter,accessDecisionManager,afterAcl,afterInvocationManager,NamespaceService_security,DictionaryService_security,NodeService_security,ContentService_security,MimetypeService_security,SearchService_security,CategoryService_security,CopyService_security,LockService_security,VersionService_security,CheckoutCheckinService_security,RuleService_security,ImporterService_security,ActionService_security,PermissionService_security,AuthorityService_security,AuthenticationService_security,OwnableService_security,PersonService_security,TemplateService_security,AlfrescoServiceDescriptor,ServiceRegistry,ServiceRegistry_descriptor,exceptionTranslator,DescriptorService,DescriptorService_descriptor,NamespaceService,NamespaceService_transaction,NamespaceService_descriptor,DictionaryService,DictionaryService_transaction,DictionaryService_descriptor,NodeService,NodeService_transaction,NodeService_descriptor,ContentService,ContentService_transaction,ContentService_descriptor,MimetypeService,MimetypeService_descriptor,SearchService,SearchService_transaction,SearchService_descriptor,CategoryService,CategoryService_transaction,CategoryService_descriptor,CopyService,CopyService_transaction,CopyService_descriptor,LockService,LockService_transaction,LockService_descriptor,VersionService,VersionService_transaction,VersionService_descriptor,CheckoutCheckinService,CheckoutCheckinService_transaction,CheckoutCheckinService_descriptor,RuleService,RuleService_transaction,RuleService_descriptor,ImporterService,ImporterService_transaction,ImporterService_descriptor,ExporterService,ExporterService_transaction,ExporterService_descriptor,ActionService,ActionService_transaction,ActionService_descriptor,PermissionService,PermissionService_transaction,PermissionService_descriptor,AuthorityService,AuthorityService_transaction,AuthorityService_descriptor,OwnableService,OwnableService_transaction,OwnableService_descriptor,PersonService,PersonService_transaction,PersonService_descriptor,AuthenticationService,AuthenticationService_transaction,AuthenticationService_descriptor,TemplateService,TemplateService_transaction,TemplateService_descriptor,FileFolderService,FileFolderService_transaction,fileFolderService,actionService,asynchronousActionExecutionQueue,actionsAspect,actionResourceBundles,action-condition-evaluator,no-condition,compare-property-value,compare-mime-type,in-category,is-subtype,has-aspect,has-version-history,action-executer,composite-action,create-version,add-features,specialise-type,link-category,simple-workflow,transform,transform-image,copy,move,check-in,check-out,mail,set-property-value,extract-metadata,import,export,ruleService,rulesAspect,ruleResourceBundles,rule-type-base,inbound,outbound,rule-trigger-base,on-create-node-trigger,on-update-node-trigger,on-property-update-trigger,on-delete-node-trigger,on-create-child-association-trigger,on-delete-child-association-trigger,on-create-association-trigger,on-delete-association-trigger,on-content-update-trigger,on-content-create-trigger,nodeDaoServiceImpl,dbNodeDaoServiceTxnRegistration,nodeDaoService,nodeService,dbNodeService,dbNodeService_PerformanceMonitorAdvice,nodeIndexer,integrityChecker,ftsIndexerTrigger,tempFileCleanerTrigger,contentStoreCleanerTrigger,indexRecoveryTrigger,indexBackupTrigger,ehCacheTracerJob,schedulerFactory,fileServersConfigSource,fileServersConfigService,fileServerConfigurationBase,contentDiskDriver,cifsHelper,fileContentStore,deletedContentStore,deletedContentBackupListener,contentStoreCleaner,contentService,mimetypeConfigService,mimetypeService,metadataExtracterRegistry,baseMetadataExtracter,org.alfresco.repo.content.metadata.PdfBoxMetadataExtracter,org.alfresco.repo.content.metadata.OfficeMetadataExtracter,org.alfresco.repo.content.metadata.HtmlMetadataExtracter,org.alfresco.repo.content.metadata.MP3MetadataExtracter,org.alfresco.repo.content.metadata.OpenDocumentMetadataExtracter,org.alfresco.repo.content.metadata.UnoMetadataExtracter,contentTransformerRegistry,baseContentTransformer,transformer.StringExtracter,transformer.BinaryPassThrough,transformer.PdfBox,transformer.Poi,transformer.TextMining,transformer.HtmlParser,transformer.OpenOffice,transformer.complex.OpenOffice.PdfBox,transformer.ImageMagick,hibernateConfigProperties,cacheStrategiesPlaceholderConfigurer,sessionFactory,transactionManager,ownableService,templateService,freeMarkerProcessor,indexRecoveryComponentBase,indexRecoveryComponent,authorityService,authorityDAO,authenticationManager,daoAuthenticationProvider,authenticatedAuthenticationPassthroughProvider,alfDaoImpl,authenticationDao,passwordEncoder,authenticationService,authenticationServiceImpl,authenticationComponent,authenticationComponentImpl,personService,ticketComponent,userBootstrap,systemBootstrap,spacesBootstrap,descriptorComponent,patchExecuter,fileServerConfiguration,cifsServer,ftpServer,startupLog,patch.dummy,PatchService,PatchService_transaction,patchDaoComponent,patchComponent,basePatch,patch.sample.01,patch.sample.02,patch.genericBootstrap.Base,patch.savedSearches.Base,bootstrapSpacesMessageSource,patch.authoritiesFolder,patch.savedSearchesFolder,patch.savedSearchesPermission,patch.updatePermissionData,patch.guestUser,patch.fixNodeSerializableValues,patch.updateGuestPermission,patch.guestPersonPermission,patch.spacesRootPermission,patch.categoryRootPermission,patch.descriptorUpdate]; root of BeanFactory hierarchy
2006-06-01 08:19:42,875 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] 325 beans defined in application context [Root WebApplicationContext]
2006-06-01 08:19:42,953 INFO  [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/repository.properties]
2006-06-01 08:19:42,968 INFO  [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
2006-06-01 08:19:42,968 INFO  [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/transaction.properties]
2006-06-01 08:19:42,984 INFO  [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
2006-06-01 08:19:43,031 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@f4d063]
2006-06-01 08:19:43,031 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1a5dac0]
2006-06-01 08:19:43,046 INFO  [org.springframework.ui.context.support.UiApplicationContextUtils] Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@108cd64]
2006-06-01 08:19:43,171 INFO  [org.springframework.beans.factory.config.PropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/hibernate-cfg.properties]
2006-06-01 08:19:43,203 INFO  [org.hibernate.cfg.Environment] Hibernate 3.1.2
2006-06-01 08:19:43,203 INFO  [org.hibernate.cfg.Environment] hibernate.properties not found
2006-06-01 08:19:43,203 INFO  [org.hibernate.cfg.Environment] using CGLIB reflection optimizer
2006-06-01 08:19:43,218 INFO  [org.hibernate.cfg.Environment] using JDK 1.4 java.sql.Timestamp handling
2006-06-01 08:19:43,515 INFO  [org.hibernate.cfg.HbmBinder] Mapping class: org.alfresco.repo.domain.hibernate.NodeImpl -> node
2006-06-01 08:19:43,671 INFO  [org.hibernate.cfg.HbmBinder] Mapping collection: org.alfresco.repo.domain.hibernate.NodeImpl.properties -> node_properties
2006-06-01 08:19:43,671 INFO  [org.hibernate.cfg.HbmBinder] Mapping collection: org.alfresco.repo.domain.hibernate.NodeImpl.aspects -> node_aspects
2006-06-01 08:19:43,671 INFO  [org.hibernate.cfg.HbmBinder] Mapping class: org.alfresco.repo.domain.hibernate.NodeStatusImpl -> node_status
2006-06-01 08:19:43,687 INFO  [org.hibernate.cfg.HbmBinder] Mapping class: org.alfresco.repo.domain.hibernate.ChildAssocImpl -> child_assoc
2006-06-01 08:19:43,687 INFO  [org.hibernate.cfg.HbmBinder] Mapping class: org.alfresco.repo.domain.hibernate.NodeAssocImpl -> node_assoc
2006-06-01 08:19:43,687 INFO  [org.hibernate.cfg.HbmBinder] Mapping class: org.alfresco.repo.domain.hibernate.StoreImpl -> store
2006-06-01 08:19:43,703 INFO  [org.hibernate.cfg.HbmBinder] Mapping class: org.alfresco.repo.domain.hibernate.VersionCountImpl -> version_count
2006-06-01 08:19:43,718 INFO  [org.hibernate.cfg.HbmBinder] Mapping class: org.alfresco.repo.domain.hibernate.AppliedPatchImpl -> applied_patch
2006-06-01 08:19:43,718 INFO  [org.hibernate.cfg.HbmBinder] Mapping class: org.alfresco.repo.security.permissions.impl.hibernate.NodePermissionEntryImpl -> node_permission
2006-06-01 08:19:43,718 INFO  [org.hibernate.cfg.HbmBinder] Mapping class: org.alfresco.repo.security.permissions.impl.hibernate.PermissionEntryImpl -> node_perm_entry
2006-06-01 08:19:43,718 INFO  [org.hibernate.cfg.HbmBinder] Mapping class: org.alfresco.repo.security.permissions.impl.hibernate.PermissionReferenceImpl -> permission_ref
2006-06-01 08:19:43,718 INFO  [org.hibernate.cfg.HbmBinder] Mapping class: org.alfresco.repo.security.permissions.impl.hibernate.RecipientImpl -> recipient
2006-06-01 08:19:43,734 INFO  [org.hibernate.cfg.HbmBinder] Mapping collection: org.alfresco.repo.security.permissions.impl.hibernate.RecipientImpl.externalKeys -> externalKeys
2006-06-01 08:19:43,734 INFO  [org.springframework.orm.hibernate3.LocalSessionFactoryBean] Building new Hibernate SessionFactory
2006-06-01 08:19:43,734 INFO  [org.hibernate.cfg.HbmBinder] Mapping collection: org.alfresco.repo.domain.hibernate.NodeImpl.parentAssocs -> child_assoc
2006-06-01 08:19:43,734 INFO  [org.hibernate.cfg.HbmBinder] Mapping collection: org.alfresco.repo.domain.hibernate.NodeImpl.childAssocs -> child_assoc
2006-06-01 08:19:43,734 INFO  [org.hibernate.cfg.HbmBinder] Mapping collection: org.alfresco.repo.domain.hibernate.NodeImpl.sourceNodeAssocs -> node_assoc
2006-06-01 08:19:43,734 INFO  [org.hibernate.cfg.HbmBinder] Mapping collection: org.alfresco.repo.domain.hibernate.NodeImpl.targetNodeAssocs -> node_assoc
2006-06-01 08:19:43,734 INFO  [org.hibernate.cfg.HbmBinder] Mapping collection: org.alfresco.repo.security.permissions.impl.hibernate.NodePermissionEntryImpl.permissionEntries -> node_perm_entry
2006-06-01 08:19:44,078 INFO  [org.hibernate.connection.ConnectionProviderFactory] Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2006-06-01 08:19:44,406 INFO  [org.hibernate.cfg.SettingsFactory] RDBMS: MySQL, version: 4.1.9-nt-max
2006-06-01 08:19:44,406 INFO  [org.hibernate.cfg.SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.11 ( $Date: 2005-09-21 18:20:03 +0000 (Wed, 21 Sep 2005) $, $Revision: 4287 $ )
2006-06-01 08:19:44,437 INFO  [org.hibernate.dialect.Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
2006-06-01 08:19:44,437 INFO  [org.hibernate.transaction.TransactionFactoryFactory] Using default transaction strategy (direct JDBC transactions)
2006-06-01 08:19:44,453 INFO  [org.hibernate.transaction.TransactionManagerLookupFactory] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2006-06-01 08:19:44,453 INFO  [org.hibernate.cfg.SettingsFactory] Automatic flush during beforeCompletion(): disabled
2006-06-01 08:19:44,453 INFO  [org.hibernate.cfg.SettingsFactory] Automatic session close at end of transaction: disabled
2006-06-01 08:19:44,453 INFO  [org.hibernate.cfg.SettingsFactory] JDBC batch size: 32
2006-06-01 08:19:44,453 INFO  [org.hibernate.cfg.SettingsFactory] JDBC batch updates for versioned data: disabled
2006-06-01 08:19:44,453 INFO  [org.hibernate.cfg.SettingsFactory] Scrollable result sets: enabled
2006-06-01 08:19:44,453 INFO  [org.hibernate.cfg.SettingsFactory] JDBC3 getGeneratedKeys(): enabled
2006-06-01 08:19:44,453 INFO  [org.hibernate.cfg.SettingsFactory] Connection release mode: auto
2006-06-01 08:19:44,453 INFO  [org.hibernate.cfg.SettingsFactory] Maximum outer join fetch depth: 10
2006-06-01 08:19:44,453 INFO  [org.hibernate.cfg.SettingsFactory] Default batch fetch size: 1
2006-06-01 08:19:44,453 INFO  [org.hibernate.cfg.SettingsFactory] Generate SQL with comments: disabled
2006-06-01 08:19:44,453 INFO  [org.hibernate.cfg.SettingsFactory] Order SQL updates by primary key: disabled
2006-06-01 08:19:44,453 INFO  [org.hibernate.cfg.SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2006-06-01 08:19:44,468 INFO  [org.hibernate.hql.ast.ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
2006-06-01 08:19:44,468 INFO  [org.hibernate.cfg.SettingsFactory] Query language substitutions: {}
2006-06-01 08:19:44,468 INFO  [org.hibernate.cfg.SettingsFactory] Second-level cache: enabled
2006-06-01 08:19:44,468 INFO  [org.hibernate.cfg.SettingsFactory] Query cache: enabled
2006-06-01 08:19:44,468 INFO  [org.hibernate.cfg.SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider
2006-06-01 08:19:44,468 INFO  [org.hibernate.cfg.SettingsFactory] Optimize cache for minimal puts: disabled
2006-06-01 08:19:44,468 INFO  [org.hibernate.cfg.SettingsFactory] Structured second-level cache entries: disabled
2006-06-01 08:19:44,468 INFO  [org.hibernate.cfg.SettingsFactory] Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
2006-06-01 08:19:44,500 INFO  [org.hibernate.cfg.SettingsFactory] Statistics: disabled
2006-06-01 08:19:44,500 INFO  [org.hibernate.cfg.SettingsFactory] Deleted entity synthetic identifier rollback: disabled
2006-06-01 08:19:44,500 INFO  [org.hibernate.cfg.SettingsFactory] Default entity-mode: pojo
2006-06-01 08:19:44,546 INFO  [org.hibernate.impl.SessionFactoryImpl] building session factory
2006-06-01 08:19:45,296 INFO  [org.hibernate.impl.SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
2006-06-01 08:19:45,328 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] Running hbm2ddl schema update
2006-06-01 08:19:45,328 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] fetching database metadata
2006-06-01 08:19:45,328 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] updating schema
2006-06-01 08:19:45,375 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.applied_patch
2006-06-01 08:19:45,375 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [succeeded, target_schema, fixes_to_schema, applied_on_date, fixes_from_schema, was_executed, applied_to_schema, applied_to_server, report, description, id]
2006-06-01 08:19:45,375 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2006-06-01 08:19:45,375 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary]
2006-06-01 08:19:45,406 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.child_assoc
2006-06-01 08:19:45,406 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [isprimary, type_qname, child_protocol, assoc_index, parent_guid, qname, child_guid, child_identifier, parent_identifier, id, parent_protocol]
2006-06-01 08:19:45,406 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fkc6efff32a0f28d72, fkc6efff3294135688]
2006-06-01 08:19:45,406 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary, fkc6efff32a0f28d72, fkc6efff3294135688]
2006-06-01 08:19:45,421 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.externalkeys
2006-06-01 08:19:45,421 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [externalkey, id]
2006-06-01 08:19:45,421 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fkad60285faadd7239]
2006-06-01 08:19:45,421 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fkad60285faadd7239, primary]
2006-06-01 08:19:45,453 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.node
2006-06-01 08:19:45,453 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [type_qname, protocol, guid, identifier]
2006-06-01 08:19:45,453 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk33ae021c9053b, fk33ae02d24add25]
2006-06-01 08:19:45,453 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary, fk33ae021c9053b, fk33ae02d24add25]
2006-06-01 08:19:45,468 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.node_aspects
2006-06-01 08:19:45,468 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [protocol, qname, guid, identifier]
2006-06-01 08:19:45,468 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk2b91a9de65e86569]
2006-06-01 08:19:45,468 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fk2b91a9de65e86569]
2006-06-01 08:19:45,484 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.node_assoc
2006-06-01 08:19:45,484 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [target_guid, source_identifier, source_protocol, type_qname, target_protocol, target_identifier, source_guid, id]
2006-06-01 08:19:45,484 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk5baef398b9dee1b3, fk5baef3984e68a555]
2006-06-01 08:19:45,484 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary, fk5baef398b9dee1b3, fk5baef3984e68a555]
2006-06-01 08:19:45,515 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.node_perm_entry
2006-06-01 08:19:45,515 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [protocol, typeuri, guid, identifier, name, typename, id, allowed, recipient]
2006-06-01 08:19:45,515 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fkcfe31cc0dbbed737, fkcfe31cc05a6a54c3, fkcfe31cc026f66010]
2006-06-01 08:19:45,515 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fkcfe31cc0dbbed737, primary, fkcfe31cc05a6a54c3, fkcfe31cc026f66010]
2006-06-01 08:19:45,531 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.node_permission
2006-06-01 08:19:45,531 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [protocol, inherits, guid, identifier]
2006-06-01 08:19:45,531 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2006-06-01 08:19:45,531 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary]
2006-06-01 08:19:45,562 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.node_properties
2006-06-01 08:19:45,562 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [protocol, multi_valued, persisted_type, qname, long_value, string_value, double_value, boolean_value, serializable_value, actual_type, guid, float_value, identifier]
2006-06-01 08:19:45,562 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fkc962bf9065e86569]
2006-06-01 08:19:45,562 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary, fkc962bf9065e86569]
2006-06-01 08:19:45,625 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.node_status
2006-06-01 08:19:45,625 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [deleted, protocol, guid, identifier, change_txn_id]
2006-06-01 08:19:45,625 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2006-06-01 08:19:45,625 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary]
2006-06-01 08:19:45,640 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.permission_ref
2006-06-01 08:19:45,640 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [type_uri, type_name, name]
2006-06-01 08:19:45,640 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2006-06-01 08:19:45,640 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary]
2006-06-01 08:19:45,687 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.recipient
2006-06-01 08:19:45,687 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [recipient]
2006-06-01 08:19:45,687 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2006-06-01 08:19:45,687 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary]
2006-06-01 08:19:45,703 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.store
2006-06-01 08:19:45,703 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [protocol, root_identifier, root_guid, root_protocol, identifier]
2006-06-01 08:19:45,703 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk68af8e11f473ce0]
2006-06-01 08:19:45,703 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary, fk68af8e11f473ce0]
2006-06-01 08:19:45,718 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] table found: alfresco.version_count
2006-06-01 08:19:45,718 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [protocol, version_count, identifier]
2006-06-01 08:19:45,718 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2006-06-01 08:19:45,718 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary]
2006-06-01 08:19:45,734 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] schema update complete
2006-06-01 08:19:45,734 INFO  [org.hibernate.cache.UpdateTimestampsCache] starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
2006-06-01 08:19:45,734 INFO  [org.hibernate.cache.StandardQueryCache] starting query cache at region: org.hibernate.cache.StandardQueryCache
2006-06-01 08:19:46,375 INFO  [org.springframework.orm.hibernate3.HibernateTransactionManager] Using DataSource [org.apache.commons.dbcp.BasicDataSource@1cfb7fd] of Hibernate SessionFactory for HibernateTransactionManager
2006-06-01 08:19:46,375 INFO  [org.springframework.aop.framework.DefaultAopProxyFactory] CGLIB2 available: proxyTargetClass feature enabled
2006-06-01 08:19:46,437 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Loading model from alfresco/model/dictionaryModel.xml
2006-06-01 08:19:46,515 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered model d:dictionary
2006-06-01 08:19:46,515 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered namespace '' (prefix '')
2006-06-01 08:19:46,515 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered namespace 'http://www.alfresco.org' (prefix 'alf')
2006-06-01 08:19:46,515 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered namespace 'http://www.alfresco.org/model/dictionary/1.0' (prefix 'd')
2006-06-01 08:19:46,515 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered namespace 'http://www.alfresco.org/view/repository/1.0' (prefix 'view')
2006-06-01 08:19:46,531 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Loading model from alfresco/model/systemModel.xml
2006-06-01 08:19:46,562 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered model sys:systemmodel
2006-06-01 08:19:46,562 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered namespace 'http://www.alfresco.org/model/system/1.0' (prefix 'sys')
2006-06-01 08:19:46,578 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Loading model from alfresco/model/contentModel.xml
2006-06-01 08:19:46,625 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered model cm:contentmodel
2006-06-01 08:19:46,625 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered namespace 'http://www.alfresco.org/model/content/1.0' (prefix 'cm')
2006-06-01 08:19:46,640 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Loading model from alfresco/model/applicationModel.xml
2006-06-01 08:19:46,640 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered model app:applicationmodel
2006-06-01 08:19:46,640 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered namespace 'http://www.alfresco.org/model/application/1.0' (prefix 'app')
2006-06-01 08:19:46,718 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Loading model from alfresco/model/forumModel.xml
2006-06-01 08:19:46,718 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered model fm:forummodel
2006-06-01 08:19:46,718 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered namespace 'http://www.alfresco.org/model/forum/1.0' (prefix 'fm')
2006-06-01 08:19:46,718 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Loading model from org/alfresco/repo/security/authentication/userModel.xml
2006-06-01 08:19:46,718 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered model usr:usermodel
2006-06-01 08:19:46,718 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered namespace 'http://www.alfresco.org/model/user/1.0' (prefix 'usr')
2006-06-01 08:19:46,718 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Loading model from org/alfresco/repo/action/actionModel.xml
2006-06-01 08:19:46,796 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered model act:actionmodel
2006-06-01 08:19:46,796 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered namespace 'http://www.alfresco.org/model/action/1.0' (prefix 'act')
2006-06-01 08:19:46,796 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Loading model from org/alfresco/repo/rule/ruleModel.xml
2006-06-01 08:19:46,796 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered model rule:rulemodel
2006-06-01 08:19:46,796 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered namespace 'http://www.alfresco.org/model/rule/1.0' (prefix 'rule')
2006-06-01 08:19:46,812 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Loading model from org/alfresco/repo/version/version_model.xml
2006-06-01 08:19:46,812 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered model ver:versionmodel
2006-06-01 08:19:46,812 INFO  [org.alfresco.repo.dictionary.DictionaryDAO] Registered namespace 'http://www.alfresco.org/model/versionstore/1.0' (prefix 'ver')
2006-06-01 08:19:46,968 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}beforeCreateStore (interface org.alfresco.repo.node.NodeServicePolicies$BeforeCreateStorePolicy)
2006-06-01 08:19:46,968 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}onCreateStore (interface org.alfresco.repo.node.NodeServicePolicies$OnCreateStorePolicy)
2006-06-01 08:19:46,984 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}beforeCreateNode (interface org.alfresco.repo.node.NodeServicePolicies$BeforeCreateNodePolicy)
2006-06-01 08:19:46,984 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}onCreateNode (interface org.alfresco.repo.node.NodeServicePolicies$OnCreateNodePolicy)
2006-06-01 08:19:46,984 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}beforeUpdateNode (interface org.alfresco.repo.node.NodeServicePolicies$BeforeUpdateNodePolicy)
2006-06-01 08:19:46,984 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}onUpdateNode (interface org.alfresco.repo.node.NodeServicePolicies$OnUpdateNodePolicy)
2006-06-01 08:19:46,984 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}onUpdateProperties (interface org.alfresco.repo.node.NodeServicePolicies$OnUpdatePropertiesPolicy)
2006-06-01 08:19:46,984 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}beforeDeleteNode (interface org.alfresco.repo.node.NodeServicePolicies$BeforeDeleteNodePolicy)
2006-06-01 08:19:46,984 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}onDeleteNode (interface org.alfresco.repo.node.NodeServicePolicies$OnDeleteNodePolicy)
2006-06-01 08:19:46,984 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}beforeAddAspect (interface org.alfresco.repo.node.NodeServicePolicies$BeforeAddAspectPolicy)
2006-06-01 08:19:46,984 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}onAddAspect (interface org.alfresco.repo.node.NodeServicePolicies$OnAddAspectPolicy)
2006-06-01 08:19:46,984 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}beforeRemoveAspect (interface org.alfresco.repo.node.NodeServicePolicies$BeforeRemoveAspectPolicy)
2006-06-01 08:19:46,984 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}onRemoveAspect (interface org.alfresco.repo.node.NodeServicePolicies$OnRemoveAspectPolicy)
2006-06-01 08:19:47,000 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered association policy {http://www.alfresco.org}beforeCreateChildAssociation (interface org.alfresco.repo.node.NodeServicePolicies$BeforeCreateChildAssociationPolicy)
2006-06-01 08:19:47,000 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered association policy {http://www.alfresco.org}onCreateChildAssociation (interface org.alfresco.repo.node.NodeServicePolicies$OnCreateChildAssociationPolicy)
2006-06-01 08:19:47,000 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered association policy {http://www.alfresco.org}beforeDeleteChildAssociation (interface org.alfresco.repo.node.NodeServicePolicies$BeforeDeleteChildAssociationPolicy)
2006-06-01 08:19:47,000 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered association policy {http://www.alfresco.org}onDeleteChildAssociation (interface org.alfresco.repo.node.NodeServicePolicies$OnDeleteChildAssociationPolicy)
2006-06-01 08:19:47,000 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered association policy {http://www.alfresco.org}onCreateAssociation (interface org.alfresco.repo.node.NodeServicePolicies$OnCreateAssociationPolicy)
2006-06-01 08:19:47,000 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered association policy {http://www.alfresco.org}onDeleteAssociation (interface org.alfresco.repo.node.NodeServicePolicies$OnDeleteAssociationPolicy)
2006-06-01 08:19:47,453 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.content.RoutingContentService, method=onUpdateProperties] to policy {http://www.alfresco.org}onUpdateProperties for service org.alfresco.repo.content.RoutingContentService@18c0b02
2006-06-01 08:19:47,453 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}onContentUpdate (interface org.alfresco.repo.content.ContentServicePolicies$OnContentUpdatePolicy)
2006-06-01 08:19:47,468 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Registered class policy {http://www.alfresco.org}onContentRead (interface org.alfresco.repo.content.ContentServicePolicies$OnContentReadPolicy)
2006-06-01 08:19:47,546 INFO  [org.springframework.cache.ehcache.EhCacheFactoryBean] Using default EHCache CacheManager for cache region 'nullPermissionCache'
2006-06-01 08:19:47,562 INFO  [org.springframework.cache.ehcache.EhCacheFactoryBean] Creating new EHCache cache region 'nullPermissionCache'
2006-06-01 08:19:47,562 INFO  [org.springframework.cache.ehcache.EhCacheManagerFactoryBean] Initializing EHCache CacheManager
2006-06-01 08:19:47,828 INFO  [org.springframework.cache.ehcache.EhCacheFactoryBean] Using default EHCache CacheManager for cache region 'userToAuthorityCache'
2006-06-01 08:19:47,828 INFO  [org.springframework.cache.ehcache.EhCacheFactoryBean] Creating new EHCache cache region 'userToAuthorityCache'
2006-06-01 08:19:47,843 INFO  [org.springframework.cache.ehcache.EhCacheFactoryBean] Using default EHCache CacheManager for cache region 'permissionsAccessCache'
2006-06-01 08:19:47,843 INFO  [org.springframework.cache.ehcache.EhCacheFactoryBean] Creating new EHCache cache region 'permissionsAccessCache'
2006-06-01 08:19:47,859 INFO  [org.springframework.cache.ehcache.EhCacheFactoryBean] Using default EHCache CacheManager for cache region 'nodeOwnerCache'
2006-06-01 08:19:47,859 INFO  [org.springframework.cache.ehcache.EhCacheFactoryBean] Creating new EHCache cache region 'nodeOwnerCache'
2006-06-01 08:19:47,890 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Behaviour Java method[class=org.alfresco.repo.lock.LockServiceImpl, method=checkForLock] is binding (ClassBinding[class={http://www.alfresco.org/model/content/1.0}lockable]) to policy {http://www.alfresco.org}beforeCreateVersion before the policy is registered
2006-06-01 08:19:47,890 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.lock.LockServiceImpl, method=checkForLock] to policy {http://www.alfresco.org}beforeCreateVersion for class {http://www.alfresco.org/model/content/1.0}lockable
2006-06-01 08:19:47,953 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.lock.LockServiceImpl, method=checkForLock] to policy {http://www.alfresco.org}beforeUpdateNode for class {http://www.alfresco.org/model/content/1.0}lockable
2006-06-01 08:19:47,953 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.lock.LockServiceImpl, method=checkForLock] to policy {http://www.alfresco.org}beforeDeleteNode for class {http://www.alfresco.org/model/content/1.0}lockable
2006-06-01 08:19:47,953 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Behaviour Java method[class=org.alfresco.repo.lock.LockServiceImpl, method=onCopy] is binding (ClassBinding[class={http://www.alfresco.org/model/content/1.0}lockable]) to policy {http://www.alfresco.org}onCopyNode before the policy is registered
2006-06-01 08:19:47,953 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.lock.LockServiceImpl, method=onCopy] to policy {http://www.alfresco.org}onCopyNode for class {http://www.alfresco.org/model/content/1.0}lockable
2006-06-01 08:19:47,953 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Behaviour Java method[class=org.alfresco.repo.lock.LockServiceImpl, method=onCreateVersion] is binding (ClassBinding[class={http://www.alfresco.org/model/content/1.0}lockable]) to policy {http://www.alfresco.org}onCreateVersion before the policy is registered
2006-06-01 08:19:47,953 INFO  [org.alfresco.repo.policy.PolicyComponentImpl] Bound Java method[class=org.alfresco.repo.lock.LockServiceImpl, method=onCreateVersion] to policy {http://www.alfresco.org}onCreateVersion for class {http://www.alfresco.org/model/content/1.0}lockable
2006-06-01 08:19:48,015 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract void org.alfresco.service.cmr.repository.NodeService.setProperties(org.alfresco.service.cmr.repository.NodeRef,java.util.Map) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.WriteProperties]]
2006-06-01 08:19:48,015 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.List org.alfresco.service.cmr.repository.NodeService.getStores()] with attributes [[AFTER_ACL_NODE.sys:base.Read]]
2006-06-01 08:19:48,015 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract void org.alfresco.service.cmr.repository.NodeService.addAspect(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName,java.util.Map) throws org.alfresco.service.cmr.repository.InvalidNodeRefException,org.alfresco.service.cmr.dictionary.InvalidAspectException] with attributes [[ACL_NODE.0.sys:base.Write]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract void org.alfresco.service.cmr.repository.NodeService.removeAssociation(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ROLE_AUTHENTICATED]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.List org.alfresco.service.cmr.repository.NodeService.getChildAssocs(org.alfresco.service.cmr.repository.NodeRef) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.ReadChildren, AFTER_ACL_NODE.sys:base.Read]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.List org.alfresco.service.cmr.repository.NodeService.getChildAssocs(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QNamePattern,org.alfresco.service.namespace.QNamePattern) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.ReadChildren, AFTER_ACL_NODE.sys:base.Read]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract void org.alfresco.service.cmr.repository.NodeService.removeChild(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.cmr.repository.NodeRef) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.1.sys:base.DeleteChildren]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract void org.alfresco.service.cmr.repository.NodeService.removeAspect(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName) throws org.alfresco.service.cmr.repository.InvalidNodeRefException,org.alfresco.service.cmr.dictionary.InvalidAspectException] with attributes [[ACL_NODE.0.sys:base.Write]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract void org.alfresco.service.cmr.repository.NodeService.setType(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.Write]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract void org.alfresco.service.cmr.repository.NodeService.deleteNode(org.alfresco.service.cmr.repository.NodeRef) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.DeleteNode]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract void org.alfresco.service.cmr.repository.NodeService.setChildAssociationIndex(org.alfresco.service.cmr.repository.ChildAssociationRef,int) throws org.alfresco.service.cmr.repository.InvalidChildAssociationRefException] with attributes [[ACL_PARENT.0.sys:base.WriteProperties]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.Set org.alfresco.service.cmr.repository.NodeService.getAspects(org.alfresco.service.cmr.repository.NodeRef) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.ReadProperties]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.repository.ChildAssociationRef org.alfresco.service.cmr.repository.NodeService.moveNode(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName,org.alfresco.service.namespace.QName) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.DeleteNode, ACL_NODE.1.sys:base.CreateChildren]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.repository.AssociationRef org.alfresco.service.cmr.repository.NodeService.createAssociation(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName) throws org.alfresco.service.cmr.repository.InvalidNodeRefException,org.alfresco.service.cmr.repository.AssociationExistsException] with attributes [[ROLE_AUTHENTICATED]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.namespace.QName org.alfresco.service.cmr.repository.NodeService.getType(org.alfresco.service.cmr.repository.NodeRef) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.Read]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.repository.StoreRef org.alfresco.service.cmr.repository.NodeService.createStore(java.lang.String,java.lang.String) throws org.alfresco.service.cmr.repository.StoreExistsException] with attributes [[ACL_METHOD.ROLE_ADMINISTRATOR]]
2006-06-01 08:19:48,031 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract boolean org.alfresco.service.cmr.repository.NodeService.exists(org.alfresco.service.cmr.repository.StoreRef)] with attributes [[ACL_NODE.0.sys:base.Read]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract boolean org.alfresco.service.cmr.repository.NodeService.exists(org.alfresco.service.cmr.repository.NodeRef)] with attributes [[ACL_NODE.0.sys:base.Read]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.repository.ChildAssociationRef org.alfresco.service.cmr.repository.NodeService.getPrimaryParent(org.alfresco.service.cmr.repository.NodeRef) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.ReadProperties, AFTER_ACL_PARENT.sys:base.Read]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.repository.ChildAssociationRef org.alfresco.service.cmr.repository.NodeService.addChild(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName,org.alfresco.service.namespace.QName) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.CreateChildren, ACL_NODE.1.sys:base.ReadProperties]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.List org.alfresco.service.cmr.repository.NodeService.getParentAssocs(org.alfresco.service.cmr.repository.NodeRef) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.ReadProperties, AFTER_ACL_PARENT.sys:base.Read]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.List org.alfresco.service.cmr.repository.NodeService.getParentAssocs(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QNamePattern,org.alfresco.service.namespace.QNamePattern) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.ReadProperties, AFTER_ACL_PARENT.sys:base.Read]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.io.Serializable org.alfresco.service.cmr.repository.NodeService.getProperty(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.ReadProperties]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.List org.alfresco.service.cmr.repository.NodeService.getSourceAssocs(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QNamePattern) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ROLE_AUTHENTICATED]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.repository.NodeRef org.alfresco.service.cmr.repository.NodeService.getRootNode(org.alfresco.service.cmr.repository.StoreRef) throws org.alfresco.service.cmr.repository.InvalidStoreRefException] with attributes [[ACL_NODE.0.sys:base.Read]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.repository.ChildAssociationRef org.alfresco.service.cmr.repository.NodeService.createNode(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName,org.alfresco.service.namespace.QName,org.alfresco.service.namespace.QName,java.util.Map) throws org.alfresco.service.cmr.repository.InvalidNodeRefException,org.alfresco.service.cmr.dictionary.InvalidTypeException] with attributes [[ACL_NODE.0.sys:base.CreateChildren]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.repository.ChildAssociationRef org.alfresco.service.cmr.repository.NodeService.createNode(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName,org.alfresco.service.namespace.QName,org.alfresco.service.namespace.QName) throws org.alfresco.service.cmr.repository.InvalidNodeRefException,org.alfresco.service.cmr.dictionary.InvalidTypeException] with attributes [[ACL_NODE.0.sys:base.CreateChildren]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.List org.alfresco.service.cmr.repository.NodeService.getTargetAssocs(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QNamePattern) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ROLE_AUTHENTICATED]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract void org.alfresco.service.cmr.repository.NodeService.setProperty(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName,java.io.Serializable) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.WriteProperties]]
2006-06-01 08:19:48,062 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.Map org.alfresco.service.cmr.repository.NodeService.getProperties(org.alfresco.service.cmr.repository.NodeRef) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.ReadProperties]]
2006-06-01 08:19:48,093 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.repository.Path org.alfresco.service.cmr.repository.NodeService.getPath(org.alfresco.service.cmr.repository.NodeRef) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.ReadProperties]]
2006-06-01 08:19:48,093 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract boolean org.alfresco.service.cmr.repository.NodeService.hasAspect(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName) throws org.alfresco.service.cmr.repository.InvalidNodeRefException,org.alfresco.service.cmr.dictionary.InvalidAspectException] with attributes [[ACL_NODE.0.sys:base.ReadProperties]]
2006-06-01 08:19:48,093 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.List org.alfresco.service.cmr.repository.NodeService.getPaths(org.alfresco.service.cmr.repository.NodeRef,boolean) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.ReadProperties]]
2006-06-01 08:19:48,093 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.repository.NodeRef$Status org.alfresco.service.cmr.repository.NodeService.getNodeStatus(org.alfresco.service.cmr.repository.NodeRef)] with attributes [[ACL_NODE.0.sys:base.Read]]
2006-06-01 08:19:48,093 INFO  [net.sf.acegisecurity.intercept.AbstractSecurityInterceptor] Validated configuration attributes
2006-06-01 08:19:48,109 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.List org.alfresco.service.cmr.search.SearchService.selectProperties(org.alfresco.service.cmr.repository.NodeRef,java.lang.String,org.alfresco.service.cmr.search.QueryParameterDefinition[],org.alfresco.service.namespace.NamespacePrefixResolver,boolean) throws org.alfresco.service.cmr.repository.InvalidNodeRefException,org.alfresco.service.cmr.repository.XPathException] with attributes [[ACL_NODE.0.sys:base.Read]]
2006-06-01 08:19:48,109 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.List org.alfresco.service.cmr.search.SearchService.selectProperties(org.alfresco.service.cmr.repository.NodeRef,java.lang.String,org.alfresco.service.cmr.search.QueryParameterDefinition[],org.alfresco.service.namespace.NamespacePrefixResolver,boolean,java.lang.String) throws org.alfresco.service.cmr.repository.InvalidNodeRefException,org.alfresco.service.cmr.repository.XPathException] with attributes [[ACL_NODE.0.sys:base.Read]]
2006-06-01 08:19:48,109 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.search.ResultSet org.alfresco.service.cmr.search.SearchService.query(org.alfresco.service.cmr.repository.StoreRef,java.lang.String,java.lang.String,org.alfresco.service.cmr.repository.Path[])] with attributes [[AFTER_ACL_NODE.sys:base.Read]]
2006-06-01 08:19:48,109 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.search.ResultSet org.alfresco.service.cmr.search.SearchService.query(org.alfresco.service.cmr.repository.StoreRef,org.alfresco.service.namespace.QName,org.alfresco.service.cmr.search.QueryParameter[])] with attributes [[AFTER_ACL_NODE.sys:base.Read]]
2006-06-01 08:19:48,109 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.search.ResultSet org.alfresco.service.cmr.search.SearchService.query(org.alfresco.service.cmr.search.SearchParameters)] with attributes [[AFTER_ACL_NODE.sys:base.Read]]
2006-06-01 08:19:48,109 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.search.ResultSet org.alfresco.service.cmr.search.SearchService.query(org.alfresco.service.cmr.repository.StoreRef,java.lang.String,java.lang.String,org.alfresco.service.cmr.search.QueryParameterDefinition[])] with attributes [[AFTER_ACL_NODE.sys:base.Read]]
2006-06-01 08:19:48,109 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.search.ResultSet org.alfresco.service.cmr.search.SearchService.query(org.alfresco.service.cmr.repository.StoreRef,java.lang.String,java.lang.String)] with attributes [[AFTER_ACL_NODE.sys:base.Read]]
2006-06-01 08:19:48,109 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract org.alfresco.service.cmr.search.ResultSet org.alfresco.service.cmr.search.SearchService.query(org.alfresco.service.cmr.repository.StoreRef,java.lang.String,java.lang.String,org.alfresco.service.cmr.repository.Path[],org.alfresco.service.cmr.search.QueryParameterDefinition[])] with attributes [[AFTER_ACL_NODE.sys:base.Read]]
2006-06-01 08:19:48,109 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract boolean org.alfresco.service.cmr.search.SearchService.contains(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName,java.lang.String,org.alfresco.service.cmr.search.SearchParameters$Operator) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.Read]]
2006-06-01 08:19:48,109 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract boolean org.alfresco.service.cmr.search.SearchService.contains(org.alfresco.service.cmr.repository.NodeRef,org.alfresco.service.namespace.QName,java.lang.String) throws org.alfresco.service.cmr.repository.InvalidNodeRefException] with attributes [[ACL_NODE.0.sys:base.Read]]
2006-06-01 08:19:48,109 INFO  [net.sf.acegisecurity.intercept.method.MethodDefinitionMap] Adding secure method [public abstract java.util.List org.alfresco.service.cmr.search.SearchService.selectNodes(org.alfresco.service.cmr.repository.NodeRef,java.lang.String,org.alfresco.service.cmr.search.QueryParameterDefinition[],org.alfresco.service.namespace.NamespacePrefixResolver,boolean) throws org.alfresco.service.cmr

arnieaustin
Champ in-the-making
Champ in-the-making
Finally got the syntax right:

db.url=jdbc:mysql://localhost:63306/alfresco

Your ${db.name} replacement doesn't work.

amgad_mosleh
Champ in-the-making
Champ in-the-making
HI there

—————————————-
My environment is:
DB: Mysql 5.0.19
Jboss: 4.0.3SP1
Liferay: 4.0.0 Final release
Alfresco: 1.3 the web client war file

——————————————

I foloowed the instruction the link you mentioned. when I start the server the database is updated and I can see the entries and the tables created but before the server start the following appears and nothing will happen:



09:50:19,707 INFO  [SQLErrorCodesFactory] SQLErrorCodes loaded: [DB2, HSQL, MS-SQL, MySQL, Oracle, Informix, PostgreSQL, Sybase]



any help please Laughing

kevinr
Star Contributor
Star Contributor
I have replied to this on the duplicate post.

Kevin