[JBoss-user] [Clustering/JBoss] - Occurence of Bug 126?

2006-02-16 Thread jameselliot
I am running Swarmcache (1.0RC2) on a single server for testing. Currently it seems to get into a muddle everytime, which seems to fit with bug (http://jira.jboss.com/jira/browse/JGRP-126) 126. Seeing as only one server is running and therefore does not need to sync messages with any other

[JBoss-user] [Clustering/JBoss] - Re: Occurence of Bug 126?

2006-02-16 Thread jameselliot
Okay.. will ask at swarmcache. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924307#3924307 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924307 --- This

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Unknown Problem, need help tracking it down.

2005-09-06 Thread jameselliot
(Not sure if this is right forum, doesn't really fit in any). When trying to access a page on my web application, the page will never load. The browser just sits there trying to connect. Other web applications are fine, can access web-console without problem. Can also access some of my other

[JBoss-user] [JBossCache] - New Nodes not getting replicated

2005-07-22 Thread jameselliot
When I save a new entry to the database using hibernates Session.saveOrUpdate(Object) it gets saved to the local database but does not get replicated to my other server. Updates to the database are working fine, so If I load an object using hibernate, change it and then resave it using

[JBoss-user] [JBossCache] - Re: My two nodes won't stop arguing.

2005-07-21 Thread jameselliot
I had to open up a lot of other ports so the two servers could find each other. Now one server seems to have added its self to the group lots of times: 2005-07-21 12:15:45,647 INFO [org.jboss.cache.TreeCache] viewAccepted(): new members: [10.0.10.50:32779, 10.0.10.10:36760, 10.0.10.10:36761,

[JBoss-user] [JBossCache] - Re: My two nodes won't stop arguing.

2005-07-21 Thread jameselliot
Tracking it down a bit further with a couple more alterations. It now appears as if they sort of hook up, but not quite. The first server to start says: | 2005-07-21 15:27:34,415 INFO [org.jboss.cache.TreeCache] locking the tree to obtain transient state | 2005-07-21 15:27:34,422 INFO

[JBoss-user] [JBossCache] - Re: Hibernate/TreeCache/JBoss error

2005-07-21 Thread jameselliot
Binario, I configure the hibernate setup in the springframework. The hibernate properties set are: | property name=hibernateProperties | props | prop key=hibernate.dialectorg.hibernate.dialect.FirebirdDialect/prop |

[JBoss-user] [JBossCache] - Re: Hibernate/TreeCache/JBoss error

2005-07-21 Thread jameselliot
Binario, Have you set a java:comp/UserTransaction Property? Is this what you have then been configuring as an mbean? -James. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885920#3885920 Reply to the post :

[JBoss-user] [JBossCache] - Replicating new items

2005-07-21 Thread jameselliot
Hi, I have now managed to configure my firewalls and servers to set up jboss-cache correctly. When I modify an item, it gets modified in both databases, this is brillliant!! However, when I add a new item on one database it does appear to get replicated to the other database. Can this be

[JBoss-user] [JBossCache] - Re: Hibernate/TreeCache/JBoss error

2005-07-20 Thread jameselliot
Upgraded to latest version and the cache now starts up. Thanks, James. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885710#3885710 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885710

[JBoss-user] [JBossCache] - My two nodes won't stop arguing.

2005-07-20 Thread jameselliot
I now have two servers running TreeCache as a hibernate 2nd level cache. The final aim is to have a synchronous replicated cache, each server has its own database and I hope to be able to write all data to both databases using TreeCache. Currently my two cache setups refuse to talk to each

[JBoss-user] [JBossCache] - Re: Hibernate/TreeCache/JBoss error

2005-07-20 Thread jameselliot
Binario, please see my latest post for config file, this however does not yet work. -James. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885721#3885721 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885721

[JBoss-user] [JBossCache] - Re: Hibernate/TreeCache/JBoss error

2005-07-19 Thread jameselliot
I tried adding preferred IPv4 support as given for the test, this gave the same error: | [EMAIL PROTECTED]:~$ java -Djava.net.preferIPv4Stack=true org.jgroups.demos.Draw | | log4j:WARN No appenders could be found for logger (org.jgroups.conf.ClassConfigurator). | log4j:WARN Please

[JBoss-user] [JBossCache] - Hibernate/TreeCache/JBoss error

2005-07-18 Thread jameselliot
Hi, I am currently trying to set up a replicated cache accross two jboss servers. The cache is being used for hibernate. I am getting an exception thrown from JGroups (which I believe should not be thrown). The exception is: | org.hibernate.cache.CacheException: ChannelException:

[JBoss-user] [JBossCache] - Re: Hibernate/TreeCache/JBoss error

2005-07-18 Thread jameselliot
Bela, IPv6 is enabled, but it is not being used. Using standard Linux JVM from Sun. (JDK 1.5.0). -James. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885294#3885294 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Class Loader Issues

2005-04-20 Thread jameselliot
I am trying to load classes on the fly according to a full Java class name. I have a class loading strategy of: Get: | ClassLoader threadLoader = Thread.currentThread().getContextClassLoader(); | ClassLoader callLoader = context.getCallingClass().getClassLoader(); | If either class

[JBoss-user] [HTTPD, Servlets JSP] - Re: Class Loader Issues

2005-04-20 Thread jameselliot
Thank you. I thought it was just a copy and paste mess.. however when I went back and checked, it was there. Strange, copy and pasted the string from firefox into a form on the server. Thus it was saved like that in the database. Time to add trim to the action class. How much time wasted

[JBoss-user] [Beginners Corner] - EJB JNDI Binding Problem

2004-12-07 Thread jameselliot
I have been creating a simple application to help me get to used to JBoss. I am using version 4,00 with Java1.5 and MySQL. My application consists of two CMP EJB's, a Stateless Session EJB (which accesses the two CMP EJB's) and then some JSP's which access the Session EJB. When I attempt to