[JBoss-user] [Clustering/JBoss] - Re: Farm deployment -- having trouble getting it going

2006-01-20 Thread wzzzrd
itchytoes wrote : Hi -- I created a farm-service.xml and copied in the 
following from the JBOSS 4.0 docs:
  | However, the service will not start because I keep getting an error about 
FlterInstance attribute not configured.
  | 
  | any suggestions?
  | Thanks   
  | 
I had the same problem, and I figured it out: there are some attributes missing 
in the documentation, also the farming service depends on the cluster service. 
not that any log tells you about that, it's just a nullpointer exception ;)

anyway, i figured it out. a minimal farm-service.xml would look like this:

?xml version=1.0 encoding=UTF-8?
  | server   
  | mbean code=org.jboss.ha.framework.server.FarmMemberService 
  | name=jboss:service=FarmMember,PartitionName=DefaultPartition
  | 
dependsjboss:service=${jboss.partition.name:DefaultPartition}/depends   

  | attribute name=PartitionNameDefaultPartition/attribute  
  | attribute name=ScanPeriod5000/attribute  
  | attribute name=URLsfarm//attribute
  | attribute name=FilterInstance
  |  attributeClass=org.jboss.deployment.scanner.DeploymentFilter
  |  serialDataType=javaBean
  |  property name=prefixes#,%,\,,.,_$/property
  |  property 
name=suffixes#,$,%,.BAK,.old,.orig,.rej,.bak,.sh,\,v,~/property
  |  property 
name=matches.make.state,.nse_depinfo,CVS,CVS.admin,RCS,RCSLOG,SCCS,TAGS,core,tags/property
  |   /attribute
  |   attribute 
name=URLComparatororg.jboss.deployment.scanner.PrefixDeploymentSorter/attribute
  |   attribute 
name=Deployerjboss.system:service=MainDeployer/attribute  
  | /mbean   
  | /server
hope that helps.

Regards,
Martin

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3918707#3918707

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918707


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: farm deployment

2005-07-15 Thread schrouf
Seems to be a bug. We also encountered this behavior in the past and disabled 
farming within the production environment. With farming - although convenient - 
you 'loose' much control during deployment, which is essential for a production 
plattform (especially if there are some unexpected problems during the 
deployment of a new component)

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3884982#3884982

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3884982


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: farm deployment

2005-07-15 Thread ScottMarlowNovell
Could you download JBoss 4.0.3rc1 from 
http://www.jboss.org/products/jbossas/downloads and try to recreate the problem?

If the problem is solved with the farm deployment changes in 4.0.3, great!  If 
not, write back and let me know.  The next step would be to create a bug report 
(using JIRA Issue Tracking) and supply a test case so we can reproduce it.  If 
we move fast enough, perhaps we can have a fix in 4.0.3 (will lock down soon).

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3885035#3885035

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885035


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: farm deployment

2005-07-15 Thread tineq
Thanks. Will try 4.0.3rc1. Test case is pretty simple, since - if you repeat it 
long enough - you can reproduce this bug with ordinary datasource xml files in 
farm/ directory.
Sometimes xml ds file is removed on second server instead of redeployed - so 
it's probably a different case than fixed one (Farm deployment shouldn't read 
entire archive file into memory).

Will try 4.0.3rc1 and report a bug if it's not fixed.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3885047#3885047

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885047


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user