Hi all, 
iam working for the first time on clustered environment, so iam not getting some 
things right....can anyone help me out in this problem: 

In my code iam using a messge driven bean and a servlet for the JBoss clustering 
environement. 

My clustering is with default partition.So my code is working fine when no nodes are 
up in the cluster.But if any node in the cluster is up, then my server is recognizing 
the other node which came up, but some exceptions arised in my server which is 
bothering me. 

Those exceptions are related to some files in my deploy directory and it those 
exceptions are: 

1.java.io.FileNotFoundException: C:\jboss-3.2.3\server\all\deploy\jmx-console.war 
(Access is denied) 
FarmMemberService] java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\jmx-console.war (Access is denied) 

2.java.io.FileNotFoundException: C:\jboss-3.2.3\server\all\deploy\deploy.last (Access 
is denied) 
[FarmMemberService] java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\deploy.last (Access is denied) 

3.java.io.FileNotFoundException: C:\jboss-3.2.3\server\all\deploy\jboss-net.sar 
(Access is denied) 
[FarmMemberService] java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\jboss-net.sar (Access is denied) 

4.java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\jmx-invoker-adaptor-server.sar (Access is denied) 
[FarmMemberService] java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\jmx-invoker-adaptor-server.sar (Access is denied) 

5. java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\jms\jbossmq-httpil.sar (Access is denied) 
[FarmMemberService] java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\jms\jbossmq-httpil.sar (Access is denied) 

6. java.io.FileNotFoundException: C:\jboss-3.2.3\server\all\deploy\http-invoker.sar 
(Access is denied) 
[FarmMemberService] java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\http-invoker.sar (Access is denied) 

7. java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\jms\jbossmq-hail.sar (Access is denied) 
[FarmMemberService] java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\jms\jbossmq-hail.sar (Access is denied) 

8. java.io.FileNotFoundException: C:\jboss-3.2.3\server\all\deploy\snmp-adaptor.sar 
(Access is denied) 
[FarmMemberService] java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\snmp-adaptor.sar (Access is denied) 

9. java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\jbossha-httpsession.sar (Access is denied) 
[FarmMemberService] java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\jbossha-httpsession.sar (Access is denied) 

10. java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\jbossweb-tomcat41.sar (Access is denied) 
[FarmMemberService] java.io.FileNotFoundException: 
C:\jboss-3.2.3\server\all\deploy\jbossweb-tomcat41.sar (Access is denied) 

These exceptions were arised on my server. 
So can ayone explain me why these exceptions arised and how to get rid of them. 
Did i miss anything when clustering.....(Please remember my bean is a Message Driven 
Bean). 

Can anyone solve this..... 

Best Regards, 
-Goutam. 



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829568#3829568

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829568


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to