cancel
Showing results for 
Search instead for 
Did you mean: 

Clustered Server - Jboss-Problem with cache and Transaction

giubel
Champ in-the-making
Champ in-the-making
Hello

I use configuration as http://wiki.alfresco.com/wiki/High_Availability_Configuration and configuration as image: [img]http://wiki.alfresco.com/w/images/d/da/HA_ClusteredServer.jpg[/img].

I use 2 server Linux RedHat3+JBoss4.0.2+JDK1.5+Alfresco1.4

I have configured the Database  and  Content Store in shared mode.
This solution work fine, but Lucene's index no: every server look at only his documents.

So i have configured the caches like wiki (High_Availability: Clustered Server) but i have some errors when jboss start in file server.log:

2006-11-22 12:53:47,842 ERROR [org.alfresco.repo.transaction.TransactionUtil] Error rolling back transaction
java.lang.IllegalStateException: No user transaction is active
   at org.alfresco.util.transaction.SpringAwareUserTransaction.rollback(SpringAwareUserTransaction.java:450)
   at org.alfresco.repo.transaction.TransactionUtil.executeInTransaction(TransactionUtil.java:193)
   at org.alfresco.repo.transaction.TransactionUtil.executeInUserTransaction(TransactionUtil.java:74)
   at org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap.bootstrap(DictionaryRepositoryBootstrap.java:126)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1093)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1063)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:363)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147)
   at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:275)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:320)
   at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:134)
   at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
   at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
   at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4104)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
   at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:150)
   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
   at org.apache.catalina.core.StandardContext.init(StandardContext.java:5005)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
   at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:150)
   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
   at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:274)
   at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:91)
   at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:357)
   at org.jboss.web.WebModule.startModule(WebModule.java:68)
   at org.jboss.web.WebModule.startService(WebModule.java:46)
   at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
   at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
   at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
   at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
   at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897)
   at $Proxy0.start(Unknown Source)
   at org.jboss.system.ServiceController.start(ServiceController.java:418)
   at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
   at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
   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 $Proxy28.start(Unknown Source)
   at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:394)
   at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
   at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   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 $Proxy8.deploy(Unknown Source)
   at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325)
   at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:501)
   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
   at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
   at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
   at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
   at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
   at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
   at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897)
   at $Proxy0.start(Unknown Source)
   at org.jboss.system.ServiceController.start(ServiceController.java:418)
   at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
   at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
   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 $Proxy4.start(Unknown Source)
   at org.jboss.deployment.SARDeployer.start(SARDeployer.java:273)
   at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   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 $Proxy5.deploy(Unknown Source)
   at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434)
   at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
   at org.jboss.Main.boot(Main.java:195)
   at org.jboss.Main$1.run(Main.java:463)
   at java.lang.Thread.run(Thread.java:595)
2006-11-22 12:53:48,233 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dictionaryRepositoryBootstrap' defined in class path resource [alfresco/core-services-context.xml]: Initialization of bean failed; nested exception is org.aopalliance.aop.AspectException: null
java.lang.IllegalArgumentException: object is not an instance of declaring class
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
..
..
2006-11-22 12:53:48,453 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:

— Incompletely deployed packages —
org.jboss.deployment.DeploymentInfo@4614ad5d { url=file:/C:/jboss-4.0.2/server/default/deploy/alfresco.war/ }
  deployer: org.jboss.web.tomcat.tc5.Tomcat5@ee260b
  status: Deployment FAILED reason: URL file:/C:/jboss-4.0.2/server/default/deploy/alfresco.war/ deployment failed
  state: FAILED
  watch: file:/C:/jboss-4.0.2/server/default/deploy/alfresco.war/WEB-INF/web.xml
  altDD: null
  lastDeployed: 1164196410367
  lastModified: 1162806645931
  mbeans:

— MBeans waiting for other MBeans —
ObjectName: jboss.web.deployment:war=alfresco.war,id=1175760221
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.0.2/server/default/deploy/alfresco.war/ deployment failed

— MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM —
ObjectName: jboss.web.deployment:war=alfresco.war,id=1175760221
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.0.2/server/default/deploy/alfresco.war/ deployment failed

2006-11-22 12:53:48,793 INFO  [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 34s:319ms

In file boot.log there is not errors, but only info and debug:
12:53:14,454 INFO  [Server] Starting JBoss (MX MicroKernel)…
12:53:14,454 INFO  [Server] Release ID: JBoss [Zion] 4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)
12:53:14,454 DEBUG [Server] Using config: org.jboss.system.server.ServerConfigImpl@17471e0
12:53:14,454 DEBUG [Server] Server type: class org.jboss.system.server.ServerImpl
12:53:14,694 DEBUG [Server] Creating loader for URL: file:/C:/jboss-4.0.2/server/default/conf/

12:53:14,694 DEBUG [UnifiedClassLoader] New jmx UCL with url file:/C:/jboss-4.0.2/server/default/conf/
12:53:14,694 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@1c74f37, cl=org.jboss.mx.loading.UnifiedClassLoader3@21b220{ url=file:/C:/jboss-4.0.2/server/default/conf/ ,addedOrder=0}
12:53:14,694 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@1c74f37, cl=org.jboss.mx.loading.UnifiedClassLoader3@21b220{ url=file:/C:/jboss-4.0.2/server/default/conf/ ,addedOrder=0}
12:53:14,694 DEBUG [UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3@21b220{ url=file:/C:/jboss-4.0.2/server/default/conf/ ,addedOrder=0}
12:53:14,805 DEBUG [Server] Failed to create xmbean for: org.jboss.system.server.ServerInfo
12:53:14,815 INFO  [ServerInfo] Java version: 1.5.0_04,Sun Microsystems Inc.
12:53:14,815 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_04-b05,Sun Microsystems Inc.
12:53:14,815 INFO  [ServerInfo] OS-System: Windows 2000 5.0,x86
12:53:14,815 DEBUG [ServerInfo] Full System Properties Dump
12:53:14,825 DEBUG [Server] Created system MBean: jboss.system:type=ServerInfo

12:53:14,835 DEBUG [Server] Failed to create xmbean for: org.jboss.system.ServiceController
12:53:14,855 DEBUG [ServiceController] Controller MBean online
12:53:14,855 DEBUG [Server] Created system MBean: jboss.system:service=ServiceController
12:53:15,005 DEBUG [Server] Created system XMBean: jboss.system:service=MainDeployer
12:53:15,005 DEBUG [ServiceController] Creating service jboss.system:service=MainDeployer
12:53:15,025 DEBUG [MainDeployer] Creating jboss.system:service=MainDeployer
12:53:15,085 DEBUG [MainDeployer] Created jboss.system:service=MainDeployer
12:53:15,085 DEBUG [ServiceController] Creating dependent components for: jboss.system:service=MainDeployer dependents are: []
12:53:15,085 DEBUG [ServiceController] starting service jboss.system:service=MainDeployer
12:53:15,085 DEBUG [MainDeployer] Starting jboss.system:service=MainDeployer
12:53:15,085 DEBUG [MainDeployer] Started jboss.system:service=MainDeployer
12:53:15,085 DEBUG [ServiceController] Starting dependent components for: jboss.system:service=MainDeployer dependent components: []
12:53:15,095 DEBUG [Server] Shutdown hook added

12:53:15,325 DEBUG [DeploymentInfo] createLoaderRepository from config: LoaderRepositoryConfig(repositoryName: JMImplementation:service=LoaderRepository,name=Default, repositoryClassName: null, configParserClassName: null, repositoryConfig: null)
12:53:15,325 DEBUG [UnifiedClassLoader] New jmx UCL with url file:/C:/jboss-4.0.2/server/default/tmp/deploy/tmp35706jboss-service.xml
12:53:15,325 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@1c74f37, cl=org.jboss.mx.loading.UnifiedClassLoader3@13e58d4{ url=file:/C:/jboss-4.0.2/server/default/tmp/deploy/tmp35706jboss-service.xml ,addedOrder=0}
12:53:15,325 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@1c74f37, cl=org.jboss.mx.loading.UnifiedClassLoader3@13e58d4{ url=file:/C:/jboss-4.0.2/server/default/tmp/deploy/tmp35706jboss-service.xml ,addedOrder=0}
12:53:15,325 DEBUG [UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3@13e58d4{ url=file:/C:/jboss-4.0.2/server/default/tmp/deploy/tmp35706jboss-service.xml ,addedOrder=0}

12:53:15,576 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg:

12:53:16,898 DEBUG [LocalJBossServerDomain] handleNotification: javax.management.Notification[source=jboss.system:service=ServiceController][type=org.jboss.system.ServiceMBean.create][message=]
12:53:16,898 DEBUG [DefaultManagedObjectFactoryMap] Failed to find factory for event: javax.management.Notification[source=jboss.system:service=ServiceController][type=org.jboss.system.ServiceMBean.create][message=]
12:53:16,898 DEBUG [ServiceController] Creating dependent components for: jboss:service=AttributePersistenceService dependents are: []
12:53:16,898 DEBUG [ServiceController] Creating service jboss.system:service=ThreadPool
12:53:16,898 DEBUG [LocalJBossServerDomain] handleNotification: javax.management.Notification[source=jboss.system:service=ServiceController][type=org.jboss.system.ServiceMBean.create][message=]
12:53:16,898 DEBUG [DefaultManagedObjectFactoryMap] Failed to find factory for event: javax.management.Notification[source=jboss.system:service=ServiceController][type=org.jboss.system.ServiceMBean.create][message=]
12:53:16,898 DEBUG [ServiceController] Creating dependent components for: jboss.system:service=ThreadPool dependents are: [ObjectName: jboss:service=Naming
  State: CONFIGURED
  I Depend On:
    jboss.system:service=ThreadPool
]
12:53:16,898 DEBUG [ServiceController] Creating service jboss:service=Naming
12:53:16,898 DEBUG [NamingService] Creating jboss:service=Naming
12:53:16,898 DEBUG [NamingService] Created jboss:service=Naming
12:53:16,898 DEBUG [LocalJBossServerDomain] handleNotification: javax.management.Notification[source=jboss.system:service=ServiceController][type=org.jboss.system.ServiceMBean.create][message=]
12:53:16,908 DEBUG [JNDIResource] Service name: jboss:service=Naming
12:53:16,918 DEBUG [JNDIResource] postRegister(), parent: jboss.management.local:j2eeType=J2EEServer,name=Local
12:53:16,918 DEBUG [JNDIResource] Created JSR-77 JNDIResource: LocalJNDI
12:53:16,918 DEBUG [ServiceController] Creating dependent components for: jboss:service=Naming dependents are: []
12:53:16,918 DEBUG [ServiceController] Creating service jboss.system:type=Log4jService,service=Logging
12:53:16,918 DEBUG [Log4jService] Creating jboss.system:type=Log4jService,service=Logging
12:53:16,918 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
Please help me Smiley Surprisedops:
6 REPLIES 6

markdcc
Champ in-the-making
Champ in-the-making
Did you ever find a solution to this?  I am experiencing the same issue.

Thanks,

Mark

ps
Champ in-the-making
Champ in-the-making
I have the same problem too and havent been able to resolve this one. Think this is caused by changing the TransactionManager bean to be a JtaTransactionManager.  But dont know whats wrong. I have been looking at the alfresco source code to see if I can debug this from there, but would be helpful if someone from alfresco could reply to this thread.

Thanks,

PS

derek
Star Contributor
Star Contributor
Hi,

My immediate advice is that it is much simpler and much more reliable in 1.4 and 2.0.  The Wiki is out of date for this, ofcourse.  Call support, or otherwise wait until we have a chance to update the Wiki.  Perhaps someone will be kind enough to update the Wiki for the 1.4 config.

As you can see from the stack trace, the transactions are not being created.  We'll need to see more config to be sure that you've got it right.  As for the Lucene indexes, you need to have the config for that on as well.

Regards

ps
Champ in-the-making
Champ in-the-making
Derek,

Looks like Mark has been updating the wiki for 1.4 and I followed this configuration and got alfresco 1.4 setup on two nodes. I was able to add content and  see data being replicated across nodes. Everything seemed to be working fine. However, The queries I run in my appliation to retrieve data from the alfresco CMS using the web-services is not working as I think it should.

I added contentA using web-client on nodeA and added contentB using web-client on nodeB. When I run a query in my application that uses the web-services, I can get back contentA, but not contentB.

I am not sure if this is a bug with the web-services or with my configuration setup(probably something to do with the lucene indexes???).  I didnt think it was with configuration since I can access the data thru the web-client with no problems.

I have alfresco 1.3 running on two nodes, with all the config except for defining the TransactionManager bean. I dont have this issue with the web-services there. I cant use 1.4 until I get this resolved 😞

Thanks,

PS

derek
Star Contributor
Star Contributor
Hi,

Start a new thread detailing your configuration (file contents, etc) and some WS code snippets.  Put a link to the post here so that I know where it is.  Hopefully we'll be able to spot something.

Regards

ps
Champ in-the-making
Champ in-the-making
Hi Derek,

I have started off a new thread for this issue: http://forums.alfresco.com/viewtopic.php?p=19056#19056

Please let me know if you find anything. We are trying to make a decision whether alfresco will work for this project or not by the end of the week.

Thanks for you help!

PS