I see Thomas has picked up the thread, and he knows far more about
this than I do, so listen to him more than me.
1. I see that the journal directory is on the c: drive, do that mean
that both Jackrabbit instances are running on the same physical
machine ?
2. It would be normal to put the local revision file with the local
repository storage eg
<param name="revision"
value="${rep.home}/revision.log" />
and the journal in a shared space.
<param name="directory" value="z:/sharedsmbdrive/sharedjournal/" />
You may be getting name clashes between nodes as a result of using the
same directory for both the private and the public shared locations.
---
The failure on the DB Journal looks like the DB connection is being
refused by the db server (url, username, password etc ).
"Unable to create connection.: Unable to
create connection." is probably from the JDBC driver.
Ian
On 31 Mar 2009, at 10:41, Nilshan wrote:
Hello Thomas,
Thanks for the reply...
Using FileJournal, we are facing the problem that is mentioned in the
previous message.....
Using DatabaseJournal, we are facing the following error:-
The following is the Error log while using DatabaseJournal..
**********************************************************
javax.jcr.RepositoryException: Unable to create connection.: Unable to
create connection.
at
org
.apache
.jackrabbit
.core.RepositoryImpl.createClusterNode(RepositoryImpl.java:650)
at
org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:
288)
at
org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:
557)
at
org.apache.jackrabbit.core.TransientRepository
$2.getRepository(TransientRepository.java:245)
at
org
.apache
.jackrabbit
.core.TransientRepository.startRepository(TransientRepository.java:
265)
at
org
.apache
.jackrabbit.core.TransientRepository.login(TransientRepository.java:
333)
at
org
.apache
.jackrabbit.core.TransientRepository.login(TransientRepository.java:
363)
at
com
.amicas
.rulemanagement
.RuleAssetManager.initializeRepository(RuleAssetManager.java:555)
at
com
.amicas
.rulemanagement.RuleAssetManager.getSession(RuleAssetManager.java:517)
at
com
.amicas
.rulemanagement
.RuleAssetManager.getServiceImpl(RuleAssetManager.java:494)
at
com
.amicas
.rulemanagement
.RuleAssetManager.categoryExists(RuleAssetManager.java:420)
at
com
.amicas
.rulemanagement
.RuleAssetManager
.initializeRuleRepoAndMetaConfiguration(RuleAssetManager.java:1718)
at
com
.amicas
.rulemanagement
.RuleAssetManager.getRuleAssetManager(RuleAssetManager.java:167)
at
com
.amicas
.gwt
.rulemanagement
.servlet
.RuleServiceServlet.getAllRuleByCategory(RuleServiceServlet.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:
528)
at
com
.google
.gwt
.user
.server
.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:265)
at
com
.google
.gwt
.user
.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:187)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
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
.springframework
.orm
.hibernate
.support
.OpenSessionInViewFilter
.doFilterInternal(OpenSessionInViewFilter.java:172)
at
org
.springframework
.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:
76)
**********************************************************
My configuration for the DatabaseJournal is also mentioned in the
previous
message....
I hope that I have provided sufficient information to you.
If we are missing anything, let us know....
Thank You,
Nilshan and Arpan.
Thomas Müller-2 wrote:
Hi,
I tried shared Journal (as it is must and clearly suggested on
clustering
wiki) but it didn't work.
Could you tell us what the problem was?
Regards,
Thomas
--
View this message in context:
http://www.nabble.com/JackRabbit_Clustering-tp22785285p22801622.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.