[Clustering/JBoss] - Clusterwide File Transfer
by Soon5
Hy there,
I have a JBoss 4.2.1 Cluster running with two nodes, but more in plan. I use Farm deployment for my war / ear files, which works fine so far. Some of the Web Apps need some datafiles, which are stored in the /data Folder.
I have to add or replace these files, thats why i didn't put them into the War file, because then i had to do a redeployment every time i replace a file.
My Question is, is there a Chance, that i can use the ClusterFileTransfer system, to automaticaly replicate files in the /data Folder to the cluster, like it is done in farm deployment?
That whould be great, because then i wouldn't have to replace the Files on all nodes by myself.
Thanks so far,
Greetings Soon5
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171972#4171972
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171972
17 years, 8 months
[JBoss Messaging] - java.lang.NullPointerException
by sentcs
Hi,
Please let me know what is the solution for following problem. I am getting this problem randomly on JBoss console when using Jboss messaging. In our enironment we have 30 clients, which all are accessing the same Jboss.
We are using Jboss 4.0.4 and JBoss messaging 1.0.1
21:25:59,654 WARN [SimpleConnectionManager] A problem has been detected with the connection to remote client a0uc-wc3te7-fk5guk3f-1-fk5guol6-4. It is possible the client has exited without closing its connection(s) or there is a network problem. All connection resources corresponding to that client process will now be removed.
| 21:26:01,413 WARN [ServerConsumerEndpoint] Failed to deliver the message to the client. See the server log for more details.
| 21:35:16,890 WARN [SimpleConnectionManager] A problem has been detected with the connection to remote client a06c-pfsrww-fk5fdi9k-1-fk5fdmqr-4. It is possible the client has exited without closing its connection(s) or there is a network problem. All connection resources corresponding to that client process will now be removed.
| 21:35:44,032 ERROR [STDERR] java.lang.NullPointerException
| 21:35:44,032 ERROR [STDERR] at org.jboss.remoting.Lease.notifyClientLost(Lease.java:220)
| 21:35:44,032 ERROR [STDERR] at org.jboss.remoting.Lease.access$300(Lease.java(Inlined Compiled Code))
| 21:35:44,032 ERROR [STDERR] at org.jboss.remoting.Lease$LeaseTimerTask.run(Lease.java(Compiled Code))
| 21:35:44,032 ERROR [STDERR] at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
| 21:35:44,032 ERROR [STDERR] at java.util.TimerThread.run(Timer.java:397)
| 23:26:52,706 WARN [ServerConsumerEndpoint] Failed to deliver the message to the client. See the server log for more details.
| 23:30:02,787 WARN [ServerConsumerEndpoint] Failed to deliver the message to the client. See the server log for more details.
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171970#4171970
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171970
17 years, 8 months
[Persistence, JBoss/CMP, Hibernate, Database] - dynamic database
by heocon
In my project, I want to update data in one table of one specific database. For example, in 2008, I want to execute data in 2008's database. But in the next year, 2009, I want to execute data in 2009's database. I mean that in the first day of new year, I want to create new database, then I'll program and execute on that database. My purpose is that data of one year will be stored in one database; in the first day of next year, data of new year will be stored in new database. Anyone know? Thanks alot for all reply!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171953#4171953
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171953
17 years, 8 months