1 2 Previous Next 17 Replies Latest reply on Apr 27, 2006 9:20 AM by anubisman

    FarmDeployment Configuration

    anubisman

      Hi,
      I'm trying to use FarmDeployment, but I have a problem with configuration.

      While starting, I'm getting Exception with this messages...

      10:33:37,700 WARN [ServiceController] Problem creating service jboss:service=FarmMember,partition=DefaultPartition
      org.jboss.system.MissingAttributeException: Missing attribute 'Deployer'
      java.lang.NullPointerException
       at org.jboss.ha.framework.server.FarmMemberService.startService(FarmMemberService.java:154)
       at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
      ... ... ...


      Please, send me ASAP a normal configured farm-service.xml.
      My mail is aram.mkhitaryan@lycos-europe.com

      Best,
      Aram.

        • 1. Re: FarmDeployment Configuration
          marcreis

          This one works for my config (at least the farming works ;-) )

          <?xml version="1.0" encoding="UTF-8"?>
          <server>
           <mbean code="org.jboss.ha.framework.server.FarmMemberService"
           name="jboss:service=FarmMember,PartitionName=DefaultPartition">
           <depends>jboss:service=${jboss.partition.name:DefaultPartition}</depends>
           <attribute name="PartitionName">DefaultPartition</attribute>
           <attribute name="ScanPeriod">5000</attribute>
           <attribute name="URLs">farm/</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="URLComparator">org.jboss.deployment.scanner.PrefixDeploymentSorter</attribute>
           <attribute name="Deployer">jboss.system:service=MainDeployer</attribute>
           </mbean>
          </server>
          


          • 2. Re: FarmDeployment Configuration
            anubisman

            Thanks for your response,

            I have updated my configuration, but it still doesn't work.
            Can you help me to understand why Farming does not work?
            I did everything how it is described in adminguide and jboss clustering documents, but nothing works!!!

            Did you have ever problems with Farming???

            Best,
            Aram.

            • 3. Re: FarmDeployment Configuration
              marcreis

              The farimg works in my test case( I have trouble with double binding in the JNDI Tree for the deployed packages afterwards).
              Wich install and JBoss version do you run ?(my config: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=81796 )
              I did a "all" installation and since I needed EJB 3.0 also merged the EJB3 Clustered install into the all. I just added the farm-service.xml (after trying the uncomplete one in the admin guide, found that one in this forum).
              Do you sitll receive the same error message as before ?

              • 4. Re: FarmDeployment Configuration
                anubisman

                Sometimes I'm getting this error

                13:30:04,046 INFO [TreeCache] viewAccepted(): new members: [wks-nkhachat:1919, 10.37.13.52:1511]
                13:33:25,599 ERROR [GMS] [wks-nkhachat:1915 (additional data: 16 bytes)] received view <= current view; discarding it (current vid: [wks-nkhachat:1915
                 (additional data: 16 bytes)|3], new vid: [wks-nkhachat:1915 (additional data: 16 bytes)|3])
                13:33:25,677 INFO [FarmMemberService] doUndeployment(), File: farm/ApplicationModule.ear

                Sometimes I'm getting no errors, but my EAR is not automatically deployed in the second node of Cluster DefaultPartition.
                Also, sometimes Jboss copies my ear into tmp dir but then can't deploy it.

                • 5. Re: FarmDeployment Configuration
                  marcreis

                  You started both servers (on the same machine ?), copy the ear to your /farm folder, does the first server then deploy the ear succesfully and ends like this ?

                  ...
                  11:32:36,859 INFO [EARDeployer] Started J2EE application: file:/C:/work/_progra
                  mme/jboss-4.0.4.CR2/server/default/farm/testEJB.ear
                  11:32:36,859 INFO [ClusterFileTransfer] Start push of file testEJB.ear to clust
                  er.
                  11:32:36,875 INFO [ClusterFileTransfer] Finished push of file testEJB.ear to cl
                  uster.
                  

                  After this message shows up, my second node receives the ear and also starts deploying. Do both have the exact same config ? (e.g copy /default to /default2 as the second node)...



                  • 6. Re: FarmDeployment Configuration
                    anubisman

                    I forgot to notice that my JBoss version is 4.0.3.

                    Also my EJB clustering is configured as for 2.0 specification,
                    can it be the reason of problem???

                    What is the EJB version for this verison of JBoss by default (from standard installation)???

                    • 7. Re: FarmDeployment Configuration
                      marcreis

                      It should be 2.0. But I don?t think that is the cause of the problem.
                      Maybe you are missing some libs, depending on your installation.
                      If you don?t have the all installation, II would try doing a second install with the "all" option and use that folder on your existing JBoss installation, that way you should avoid missing dependencies.
                      In that case you could just check via coping the farm-service.xml and see if it works on that installation. That way you might be able to sort out the cause (missing libs or network configuration for example). Does the clustering work out ok?
                      Be aware that I am not an expert on this ! I am also new to it and just telling what I have noticed/read/figured out so far (or belive to have).

                      • 8. Re: FarmDeployment Configuration
                        anubisman

                        I'm starting the two JBoss 4.0.3s on two different computers and I'm running all configuration.

                        I have copied all configurations from one server to another to have the same configuration (it is needed to have the same cluster for two server).

                        First I'm starting the first server on my computer and the output is

                        14:23:47,648 INFO [Server] Starting JBoss (MX MicroKernel)...
                        14:23:47,663 INFO [Server] Release ID: JBoss [Zion] 4.0.3 (build:CVSTag=JBoss_4_0_3 date=200510042324)
                        14:23:47,663 INFO [Server] Home Dir: D:\jboss-4.0.3
                        14:23:47,663 INFO [Server] Home URL: file:/D:/jboss-4.0.3/
                        14:23:47,663 INFO [Server] Patch URL: null
                        14:23:47,663 INFO [Server] Server Name: all
                        14:23:47,663 INFO [Server] Server Home Dir: D:\jboss-4.0.3\server\all
                        14:23:47,663 INFO [Server] Server Home URL: file:/D:/jboss-4.0.3/server/all/
                        14:23:47,663 INFO [Server] Server Temp Dir: D:\jboss-4.0.3\server\all\tmp
                        14:23:47,663 INFO [Server] Root Deployment Filename: jboss-service.xml
                        14:23:47,976 INFO [ServerInfo] Java version: 1.5.0,Sun Microsystems Inc.
                        14:23:47,976 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0-b64,Sun Microsystems Inc.
                        14:23:47,976 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
                        14:23:48,663 INFO [Server] Core system initialized
                        14:23:53,663 INFO [WebService] Using RMI server codebase: http://wks-amkhitar:8083/
                        14:23:53,694 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
                        14:23:54,210 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Ser
                        ver SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
                        14:23:59,569 INFO [SnmpAgentService] SNMP agent going active
                        14:24:00,335 INFO [DefaultPartition] Initializing
                        14:24:00,382 INFO [STDOUT]
                        -------------------------------------------------------
                        GMS: address is wks-amkhitar:2117 (additional data: 16 bytes)
                        -------------------------------------------------------
                        14:24:02,397 INFO [DefaultPartition] Number of cluster members: 1
                        14:24:02,413 INFO [DefaultPartition] Other members: 0
                        14:24:02,413 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
                        14:24:02,413 INFO [DefaultPartition] New cluster view for partition DefaultPartition (id: 0, delta: 0) : [10.37.13.52:1099]
                        14:24:02,413 INFO [DefaultPartition] I am (10.37.13.52:1099) received membershipChanged event:
                        14:24:02,413 INFO [DefaultPartition] Dead members: 0 ([])
                        14:24:02,413 INFO [DefaultPartition] New Members : 0 ([])
                        14:24:02,413 INFO [DefaultPartition] All Members : 1 ([10.37.13.52:1099])
                        14:24:02,444 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/0.0.0.0
                        14:24:02,460 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /0.0.0.0:1102, group=230.0.0.4, HA-JNDI address=10.37.13.52:1100
                        14:24:03,851 INFO [orb] ORB run
                        14:24:03,976 INFO [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312
                        E3000000000000200000000000000D8000102000000000C31302E33372E31332E3532000DC80000000000114A426F73732F4E616D696E672F726F6F7400000000000005000000000000000
                        8000000004A414300000000010000001C000000000001000100000001050100010001010900000001050100010000002100000050000000000000000100000000000000240000001E00000
                        07E00000000000000010000000C31302E33372E31332E3532000DC90000000000000000000000000000000000000000000000000000000000000000002000000004000000000000001F000
                        0000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003]
                        14:24:04,116 INFO [CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F
                        6E466163746F72794578743A312E30000000000200000000000000D8000102000000000C31302E33372E31332E3532000DC80000000000144A426F73732F5472616E73616374696F6E732F
                        46000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001000101090000000105010001000000210000005000000000000000010000
                        0000000000240000001E0000007E00000000000000010000000C31302E33372E31332E3532000DC90000000000000000000000000000000000000000000000000000000000000000002000
                        000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003]
                        14:24:04,960 INFO [MailService] Mail Service bound to java:/Mail
                        14:24:05,319 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=8;loopback=false;mcast_addr=230.1.2.7;mcast_port=45577
                        ;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members
                        =3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD_SOCK:VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):
                        pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_thre
                        shold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_
                        size=8192;up_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=tru
                        e;up_thread=true)
                        14:24:05,351 INFO [TreeCache] interceptor chain is:
                        class org.jboss.cache.interceptors.CallInterceptor
                        class org.jboss.cache.interceptors.LockInterceptor
                        class org.jboss.cache.interceptors.UnlockInterceptor
                        class org.jboss.cache.interceptors.ReplicationInterceptor
                        14:24:05,351 INFO [TreeCache] cache mode is REPL_ASYNC
                        14:24:05,397 INFO [STDOUT]
                        -------------------------------------------------------
                        GMS: address is wks-amkhitar:2121
                        -------------------------------------------------------
                        14:24:07,397 INFO [TreeCache] viewAccepted(): new members: [wks-amkhitar:2121]
                        14:24:07,397 INFO [TreeCache] state could not be retrieved (must be first member in group)
                        14:24:07,397 INFO [TreeCache] new cache is null (maybe first member in cluster)
                        14:24:07,585 INFO [Embedded] Catalina naming disabled
                        14:24:07,929 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
                        14:24:07,929 INFO [Catalina] Initialization processed in 297 ms
                        14:24:07,929 INFO [StandardService] Starting service jboss.web
                        14:24:07,944 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5
                        14:24:07,975 INFO [StandardHost] XML validation disabled
                        14:24:08,007 INFO [Catalina] Server startup in 78 ms
                        14:24:08,163 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/httpha-invoker.sar/invoker.war/
                        14:24:08,475 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined
                        14:24:08,897 INFO [TomcatDeployer] deploy, ctxPath=/ws4ee, warUrl=.../tmp/deploy/tmp49079jboss-ws4ee-exp.war/
                        14:24:09,022 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/
                        14:24:09,194 INFO [TomcatDeployer] deploy, ctxPath=/juddi, warUrl=.../deploy/juddi-service.sar/juddiws.war/
                        14:24:09,319 INFO [RegistryServlet] Loading jUDDI configuration.
                        14:24:09,335 INFO [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties
                        14:24:09,335 INFO [RegistryServlet] Initializing jUDDI components.
                        14:24:09,866 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
                        14:24:10,460 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy-hasingleton/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
                        14:24:10,882 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
                        14:24:11,085 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
                        14:24:11,241 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
                        14:24:11,366 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
                        14:24:11,460 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
                        14:24:11,569 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
                        14:24:12,304 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:D
                        efaultDS'
                        14:24:12,554 INFO [A] Bound to JNDI name: queue/A
                        14:24:12,554 INFO [B] Bound to JNDI name: queue/B
                        14:24:12,554 INFO [C] Bound to JNDI name: queue/C
                        14:24:12,554 INFO [D] Bound to JNDI name: queue/D
                        14:24:12,569 INFO [ex] Bound to JNDI name: queue/ex
                        14:24:12,585 INFO [testTopic] Bound to JNDI name: topic/testTopic
                        14:24:12,585 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
                        14:24:12,585 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
                        14:24:12,585 INFO [testQueue] Bound to JNDI name: queue/testQueue
                        14:24:12,632 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
                        14:24:12,929 INFO [DLQ] Bound to JNDI name: queue/DLQ
                        14:24:13,132 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'jav
                        a:JmsXA'
                        14:24:13,460 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ABS' to JNDI name 'java:ABS'
                        14:24:13,460 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=specialOffers' to JNDI name 'ja
                        va:specialOffers'
                        14:24:13,475 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=kaufguide3' to JNDI name 'java:
                        kaufguide3'
                        14:24:13,491 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=AggregatedRedirects' to JNDI na
                        me 'java:AggregatedRedirects'
                        14:24:13,491 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=chunnel' to JNDI name 'java:chu
                        nnel'
                        14:24:13,538 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
                        14:24:13,897 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
                        14:24:14,022 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
                        14:24:14,038 INFO [JkMain] Jk running ID=0 time=0/47 config=null
                        14:24:14,038 INFO [Server] JBoss (MX MicroKernel) [4.0.3 (build: CVSTag=JBoss_4_0_3 date=200510042324)] Started in 26s:375ms
                        14:30:15,565 INFO [DefaultPartition] New cluster view for partition DefaultPartition: 1 ([10.37.13.40:1099, 10.37.13.52:1099] delta: 1)
                        14:30:15,565 INFO [DefaultPartition] Merging partitions...
                        14:30:15,565 INFO [DefaultPartition] Dead members: 0
                        14:30:15,565 INFO [DefaultPartition] Originating groups: [[10.37.13.40:2102 (additional data: 16 bytes)|0] [10.37.13.40:2102 (additional data: 16 byt
                        es)], [wks-amkhitar:2117 (additional data: 16 bytes)|0] [wks-amkhitar:2117 (additional data: 16 bytes)]]
                        14:31:25,876 INFO [TreeCache] viewAccepted(): new members: [10.37.13.40:2106, wks-amkhitar:2121]
                        14:33:00,328 INFO [EARDeployer] Init J2EE application: file:/D:/jboss-4.0.3/server/all/farm/ApplicationModule.ear
                        14:33:06,625 INFO [EjbModule] Deploying ProfilesTS
                        14:33:06,734 INFO [EjbModule] Deploying Caps
                        14:33:06,750 INFO [EjbModule] Deploying CapNotificationRecipients
                        14:33:06,765 INFO [EjbModule] Deploying PriceModels
                        14:33:06,765 INFO [EjbModule] Deploying PriceModelsSlidingScales
                        14:33:06,781 INFO [EjbModule] Deploying Frontends
                        14:33:06,797 INFO [EjbModule] Deploying PriceModelsFixedFees
                        14:33:06,812 INFO [EjbModule] Deploying PromoDiscounts
                        14:33:06,812 INFO [EjbModule] Deploying User
                        14:33:06,828 INFO [EjbModule] Deploying Group
                        14:33:06,828 INFO [EjbModule] Deploying UserGroupPerm
                        14:33:06,844 INFO [EjbModule] Deploying Permissions
                        14:33:06,859 INFO [EjbModule] Deploying PermParents
                        14:33:06,859 INFO [EjbModule] Deploying Customers
                        14:33:06,875 INFO [EjbModule] Deploying Merchants
                        14:33:06,875 INFO [EjbModule] Deploying MerchantCountrySpecifics
                        14:33:06,890 INFO [EjbModule] Deploying Contact
                        14:33:06,906 INFO [EjbModule] Deploying ContactAssets
                        14:33:06,906 INFO [EjbModule] Deploying PangoraCurrencies
                        14:33:06,922 INFO [EjbModule] Deploying PangoraCountries
                        14:33:06,922 INFO [EjbModule] Deploying PangoraLanguages
                        14:33:06,937 INFO [EjbModule] Deploying PartnerMapping
                        14:33:06,937 INFO [EjbModule] Deploying PartnerMappingAttributes
                        14:33:06,953 INFO [EjbModule] Deploying EventAttributes
                        14:33:06,953 INFO [EjbModule] Deploying EventTopics
                        14:33:06,969 INFO [EjbModule] Deploying EventTypes
                        14:33:06,969 INFO [EjbModule] Deploying EventHistory
                        14:33:06,984 INFO [EjbModule] Deploying RecentlyWorkedOnMerchants
                        14:33:07,000 INFO [EjbModule] Deploying PangoraIndustrySectors
                        14:33:07,000 INFO [EjbModule] Deploying PangoraCountryUnits
                        14:33:07,015 INFO [EjbModule] Deploying TmpDfUploads
                        14:33:07,015 INFO [EjbModule] Deploying CategoryOffers
                        14:33:07,031 INFO [EjbModule] Deploying Categories
                        14:33:07,031 INFO [EjbModule] Deploying CategoryInfo
                        14:33:07,047 INFO [EjbModule] Deploying MerchantCategories
                        14:33:07,047 INFO [EjbModule] Deploying CountryCodes
                        14:33:07,062 INFO [EjbModule] Deploying CountryCodesPerLanguage
                        14:33:07,062 INFO [EjbModule] Deploying MerchantRanking
                        14:33:07,078 INFO [EjbModule] Deploying NavigationTree
                        14:33:07,078 INFO [EjbModule] Deploying AffiliateIDs
                        14:33:07,094 INFO [EjbModule] Deploying CustomerTypes
                        14:33:07,109 INFO [EjbModule] Deploying ContactAddresses
                        14:33:07,125 INFO [EjbModule] Deploying SubscriptionOption
                        14:33:07,125 INFO [EjbModule] Deploying SubscriptionOptionIds
                        14:33:07,140 INFO [EjbModule] Deploying PaymentMethod
                        14:33:07,140 INFO [EjbModule] Deploying ContactTitle
                        14:33:07,156 INFO [EjbModule] Deploying ChangedObjects
                        14:33:07,172 INFO [EjbModule] Deploying CustomersShort
                        14:33:07,187 INFO [EjbModule] Deploying MerchantsPui
                        14:33:07,187 INFO [EjbModule] Deploying MerchantsAddressPui
                        14:33:07,203 INFO [EjbModule] Deploying OfflineShops
                        14:33:07,203 INFO [EjbModule] Deploying Rlqa
                        14:33:07,219 INFO [EjbModule] Deploying AdFeedback2
                        14:33:07,219 INFO [EjbModule] Deploying TypeOfFeedbacks
                        14:33:07,234 INFO [EjbModule] Deploying PriceModelsSessionFacade
                        14:33:07,265 INFO [EjbModule] Deploying GroupSessionFacade
                        14:33:07,265 INFO [EjbModule] Deploying CRMSessionFacade
                        14:33:07,281 INFO [EjbModule] Deploying RecentlyWorkedOnMerchantsSessionFacade
                        14:33:07,281 INFO [EjbModule] Deploying CategoryOffersSessionFacade
                        14:33:07,281 INFO [EjbModule] Deploying MappingToolSessionFacade
                        14:33:07,297 INFO [EjbModule] Deploying MerchantRankingSessionFacade
                        14:33:07,344 WARN [EntityContainer] *** EJB 'ProfilesTS' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,359 WARN [EntityContainer] *** EJB 'Caps' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,375 WARN [EntityContainer] *** EJB 'CapNotificationRecipients' deployed as CLUSTERED but not a single clustered-invoker is bound to containe
                        r ***
                        14:33:07,390 WARN [EntityContainer] *** EJB 'PriceModels' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,406 WARN [EntityContainer] *** EJB 'PriceModelsSlidingScales' deployed as CLUSTERED but not a single clustered-invoker is bound to container
                         ***
                        14:33:07,422 WARN [EntityContainer] *** EJB 'Frontends' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,437 WARN [EntityContainer] *** EJB 'PriceModelsFixedFees' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        
                        14:33:07,453 WARN [EntityContainer] *** EJB 'PromoDiscounts' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,469 WARN [EntityContainer] *** EJB 'User' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,484 WARN [EntityContainer] *** EJB 'Group' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,500 WARN [EntityContainer] *** EJB 'UserGroupPerm' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,531 WARN [EntityContainer] *** EJB 'Permissions' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,547 WARN [EntityContainer] *** EJB 'PermParents' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,547 WARN [EntityContainer] *** EJB 'Customers' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,562 WARN [EntityContainer] *** EJB 'Merchants' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,594 WARN [EntityContainer] *** EJB 'MerchantCountrySpecifics' deployed as CLUSTERED but not a single clustered-invoker is bound to container
                         ***
                        14:33:07,609 WARN [EntityContainer] *** EJB 'Contact' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,609 WARN [EntityContainer] *** EJB 'ContactAssets' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,625 WARN [EntityContainer] *** EJB 'PangoraCurrencies' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,656 WARN [EntityContainer] *** EJB 'PangoraCountries' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,672 WARN [EntityContainer] *** EJB 'PangoraLanguages' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,687 WARN [EntityContainer] *** EJB 'PartnerMapping' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,703 WARN [EntityContainer] *** EJB 'PartnerMappingAttributes' deployed as CLUSTERED but not a single clustered-invoker is bound to container
                         ***
                        14:33:07,719 WARN [EntityContainer] *** EJB 'EventAttributes' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,719 WARN [EntityContainer] *** EJB 'EventTopics' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,734 WARN [EntityContainer] *** EJB 'EventTypes' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,750 WARN [EntityContainer] *** EJB 'EventHistory' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,765 WARN [EntityContainer] *** EJB 'RecentlyWorkedOnMerchants' deployed as CLUSTERED but not a single clustered-invoker is bound to containe
                        r ***
                        14:33:07,797 WARN [EntityContainer] *** EJB 'PangoraIndustrySectors' deployed as CLUSTERED but not a single clustered-invoker is bound to container *
                        **
                        14:33:07,812 WARN [EntityContainer] *** EJB 'PangoraCountryUnits' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,828 WARN [EntityContainer] *** EJB 'TmpDfUploads' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,844 WARN [EntityContainer] *** EJB 'CategoryOffers' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,844 WARN [EntityContainer] *** EJB 'Categories' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,859 WARN [EntityContainer] *** EJB 'CategoryInfo' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,890 WARN [EntityContainer] *** EJB 'MerchantCategories' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,890 WARN [EntityContainer] *** EJB 'CountryCodes' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,906 WARN [EntityContainer] *** EJB 'CountryCodesPerLanguage' deployed as CLUSTERED but not a single clustered-invoker is bound to container
                        ***
                        14:33:07,922 WARN [EntityContainer] *** EJB 'MerchantRanking' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,953 WARN [EntityContainer] *** EJB 'NavigationTree' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,969 WARN [EntityContainer] *** EJB 'AffiliateIDs' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,984 WARN [EntityContainer] *** EJB 'CustomerTypes' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:07,984 WARN [EntityContainer] *** EJB 'ContactAddresses' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:08,000 WARN [EntityContainer] *** EJB 'SubscriptionOption' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:08,015 WARN [EntityContainer] *** EJB 'SubscriptionOptionIds' deployed as CLUSTERED but not a single clustered-invoker is bound to container **
                        *
                        14:33:08,031 WARN [EntityContainer] *** EJB 'PaymentMethod' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:08,047 WARN [EntityContainer] *** EJB 'ContactTitle' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:08,062 WARN [EntityContainer] *** EJB 'ChangedObjects' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:08,094 WARN [EntityContainer] *** EJB 'CustomersShort' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:08,140 WARN [EntityContainer] *** EJB 'OfflineShops' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:08,156 WARN [EntityContainer] *** EJB 'Rlqa' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:08,172 WARN [EntityContainer] *** EJB 'AdFeedback2' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:08,187 WARN [EntityContainer] *** EJB 'TypeOfFeedbacks' deployed as CLUSTERED but not a single clustered-invoker is bound to container ***
                        14:33:08,375 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'ProfilesTS' to jndi 'ProfilesTS'
                        14:33:09,344 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'Caps' to jndi 'Caps'
                        14:33:09,390 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'CapNotificationRecipients' to jndi 'CapNotificationRecipients'
                        14:33:09,406 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PriceModels' to jndi 'PriceModels'
                        14:33:09,422 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PriceModelsSlidingScales' to jndi 'PriceModelsSlidingScales'
                        14:33:09,453 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'Frontends' to jndi 'Frontends'
                        14:33:09,453 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PriceModelsFixedFees' to jndi 'PriceModelsFixedFees'
                        14:33:09,469 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PromoDiscounts' to jndi 'PromoDiscounts'
                        14:33:09,500 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'User' to jndi 'User'
                        14:33:09,500 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'Group' to jndi 'Group'
                        14:33:09,515 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'UserGroupPerm' to jndi 'UserGroupPerm'
                        14:33:09,547 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'Permissions' to jndi 'Permissions'
                        14:33:09,562 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PermParents' to jndi 'PermParents'
                        14:33:09,578 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'Customers' to jndi 'Customers'
                        14:33:09,609 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'Merchants' to jndi 'Merchants'
                        14:33:09,640 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'MerchantCountrySpecifics' to jndi 'MerchantCountrySpecifics'
                        14:33:09,656 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'Contact' to jndi 'Contact'
                        14:33:09,672 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'ContactAssets' to jndi 'ContactAssets'
                        14:33:09,672 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PangoraCurrencies' to jndi 'PangoraCurrencies'
                        14:33:09,687 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PangoraCountries' to jndi 'PangoraCountries'
                        14:33:09,703 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PangoraLanguages' to jndi 'PangoraLanguages'
                        14:33:09,719 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PartnerMapping' to jndi 'PartnerMapping'
                        14:33:09,719 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PartnerMappingAttributes' to jndi 'PartnerMappingAttributes'
                        14:33:09,750 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'EventAttributes' to jndi 'EventAttributes'
                        14:33:09,765 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'EventTopics' to jndi 'EventTopics'
                        14:33:09,765 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'EventTypes' to jndi 'EventTypes'
                        14:33:09,781 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'EventHistory' to jndi 'EventHistory'
                        14:33:09,797 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'RecentlyWorkedOnMerchants' to jndi 'RecentlyWorkedOnMerchants'
                        14:33:09,812 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PangoraIndustrySectors' to jndi 'PangoraIndustrySectors'
                        14:33:09,828 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PangoraCountryUnits' to jndi 'PangoraCountryUnits'
                        14:33:09,844 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'TmpDfUploads' to jndi 'TmpDfUploads'
                        14:33:09,844 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'CategoryOffers' to jndi 'CategoryOffers'
                        14:33:09,890 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'Categories' to jndi 'Categories'
                        14:33:09,906 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'CategoryInfo' to jndi 'CategoryInfo'
                        14:33:09,922 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'MerchantCategories' to jndi 'MerchantCategories'
                        14:33:09,937 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'CountryCodes' to jndi 'CountryCodes'
                        14:33:09,953 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'CountryCodesPerLanguage' to jndi 'CountryCodesPerLanguage'
                        14:33:09,969 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'MerchantRanking' to jndi 'MerchantRanking'
                        14:33:10,000 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'NavigationTree' to jndi 'NavigationTree'
                        14:33:10,000 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'AffiliateIDs' to jndi 'AffiliateIDs'
                        14:33:10,015 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'CustomerTypes' to jndi 'CustomerTypes'
                        14:33:10,031 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'ContactAddresses' to jndi 'ContactAddresses'
                        14:33:10,047 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'SubscriptionOption' to jndi 'SubscriptionOption'
                        14:33:10,062 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'SubscriptionOptionIds' to jndi 'SubscriptionOptionIds'
                        14:33:10,078 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'PaymentMethod' to jndi 'PaymentMethod'
                        14:33:10,094 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'ContactTitle' to jndi 'ContactTitle'
                        14:33:10,109 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'ChangedObjects' to jndi 'ChangedObjects'
                        14:33:10,109 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'CustomersShort' to jndi 'CustomersShort'
                        14:33:10,125 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'MerchantsPui' to jndi 'local/MerchantsPui@20360057'
                        14:33:10,140 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'MerchantsAddressPui' to jndi 'local/MerchantsAddressPui@16153985'
                        14:33:10,156 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'OfflineShops' to jndi 'OfflineShops'
                        14:33:10,156 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'Rlqa' to jndi 'Rlqa'
                        14:33:10,172 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'AdFeedback2' to jndi 'AdFeedback2'
                        14:33:10,203 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'TypeOfFeedbacks' to jndi 'TypeOfFeedbacks'
                        14:34:11,374 INFO [ProxyFactory] Bound EJB Home 'PriceModelsSessionFacade' to jndi 'PriceModelsSessionFacade'
                        14:35:11,404 INFO [ProxyFactory] Bound EJB Home 'GroupSessionFacade' to jndi 'GroupSessionFacade'
                        14:36:11,451 INFO [ProxyFactory] Bound EJB Home 'CRMSessionFacade' to jndi 'CRMSessionFacade'
                        14:37:11,465 INFO [ProxyFactory] Bound EJB Home 'RecentlyWorkedOnMerchantsSessionFacade' to jndi 'RecentlyWorkedOnMerchantsSessionFacade'
                        14:38:11,480 INFO [ProxyFactory] Bound EJB Home 'CategoryOffersSessionFacade' to jndi 'CategoryOffersSessionFacade'
                        14:39:11,620 INFO [ProxyFactory] Bound EJB Home 'MappingToolSessionFacade' to jndi 'MappingToolSessionFacade'
                        14:39:14,339 INFO [ProxyFactory] Bound EJB Home 'MerchantRankingSessionFacade' to jndi 'MerchantRankingSessionFacade'
                        14:39:14,339 INFO [EJBDeployer] Deployed: file:/D:/jboss-4.0.3/server/all/tmp/deploy/tmp49145ApplicationModule.ear-contents/EJBModule.jar
                        14:39:14,573 INFO [TomcatDeployer] deploy, ctxPath=/Pangora, warUrl=.../tmp/deploy/tmp49145ApplicationModule.ear-contents/WebModule-exp.war/
                        14:39:15,120 INFO [STDOUT] Loading configuration file: file://D:/Projects/PangoraRelaunch/config-local/pangora_config.xml
                        14:39:15,964 INFO [STDOUT] 27.04.2006 14:39:15 PangoraConfigLoader.load()
                        INFO: Configuration file successfully loaded.
                        14:39:16,573 INFO [TilesPlugin] Tiles definition factory loaded for module ''.
                        14:39:16,667 INFO [TilesPlugin] Tiles definition factory loaded for module '/registration'.
                        14:39:16,714 INFO [JBossCacheManager] init(): replicationGranularity_ is 0 and invaldateSessionPolicy is 2
                        14:39:16,745 INFO [JBossCacheManager] Starting JBossManager
                        14:39:16,745 INFO [JBossCacheManager] We are using mod_jk(2) for load-balancing. Will add JvmRouteValve.
                        14:39:16,761 ERROR [JBossCacheManager] Snapshot mode must be 'instant' or 'interval' - using 'instant'
                        14:39:16,808 INFO [EARDeployer] Started J2EE application: file:/D:/jboss-4.0.3/server/all/farm/ApplicationModule.ear


                        Before deploying my ear I'm starting the second JBoss (with the same configuration) where the output is
                        14:22:45,680 INFO [Server] Starting JBoss (MX MicroKernel)...
                        14:22:45,680 INFO [Server] Release ID: JBoss [Zion] 4.0.3 (build: CVSTag=JBoss_4_0_3 date=200510042324)
                        14:22:45,696 INFO [Server] Home Dir: D:\jboss-4.0.3
                        14:22:45,696 INFO [Server] Home URL: file:/D:/jboss-4.0.3/
                        14:22:45,696 INFO [Server] Patch URL: null
                        14:22:45,696 INFO [Server] Server Name: all
                        14:22:45,696 INFO [Server] Server Home Dir: D:\jboss-4.0.3\server\all
                        14:22:45,696 INFO [Server] Server Home URL: file:/D:/jboss-4.0.3/server/all/
                        14:22:45,696 INFO [Server] Server Temp Dir: D:\jboss-4.0.3\server\all\tmp
                        14:22:45,696 INFO [Server] Root Deployment Filename: jboss-service.xml
                        14:22:45,992 INFO [ServerInfo] Java version: 1.5.0_03,Sun Microsystems Inc.
                        14:22:45,992 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_03-b07,Sun Microsystems Inc.
                        14:22:45,992 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
                        14:22:46,602 INFO [Server] Core system initialized
                        14:22:49,618 INFO [WebService] Using RMI server codebase: http://wks-nkhachat:8083/
                        14:22:49,634 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
                        14:22:49,931 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Ser
                        ver SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
                        14:22:54,025 INFO [SnmpAgentService] SNMP agent going active
                        14:22:54,682 INFO [DefaultPartition] Initializing
                        14:22:54,728 INFO [STDOUT]
                        -------------------------------------------------------
                        GMS: address is wks-nkhachat:2102 (additional data: 16 bytes)
                        -------------------------------------------------------
                        14:22:56,744 INFO [DefaultPartition] Number of cluster members: 1
                        14:22:56,744 INFO [DefaultPartition] Other members: 0
                        14:22:56,744 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
                        14:22:56,744 INFO [DefaultPartition] New cluster view for partition DefaultPartition (id: 0, delta: 0) : [10.37.13.40:1099]
                        14:22:56,744 INFO [DefaultPartition] I am (10.37.13.40:1099) received membershipChanged event:
                        14:22:56,744 INFO [DefaultPartition] Dead members: 0 ([])
                        14:22:56,744 INFO [DefaultPartition] New Members : 0 ([])
                        14:22:56,744 INFO [DefaultPartition] All Members : 1 ([10.37.13.40:1099])
                        14:22:56,791 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/0.0.0.0
                        14:22:56,791 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /0.0.0.0:1102, group=230.0.0.4, HA-JNDI address=10.37.13.40:1100
                        14:22:57,948 INFO [orb] ORB run
                        14:22:58,057 INFO [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312
                        E3000000000000200000000000000D8000102000000000C31302E33372E31332E3430000DC80000000000114A426F73732F4E616D696E672F726F6F7400000000000005000000000000000
                        8000000004A414300000000010000001C000000000001000100000001050100010001010900000001050100010000002100000050000000000000000100000000000000240000001E00000
                        07E00000000000000010000000C31302E33372E31332E3430000DC90000000000000000000000000000000000000000000000000000000000000000002000000004000000000000001F000
                        0000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003]
                        14:22:58,135 INFO [CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F
                        6E466163746F72794578743A312E30000000000200000000000000D8000102000000000C31302E33372E31332E3430000DC80000000000144A426F73732F5472616E73616374696F6E732F
                        46000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001000101090000000105010001000000210000005000000000000000010000
                        0000000000240000001E0000007E00000000000000010000000C31302E33372E31332E3430000DC90000000000000000000000000000000000000000000000000000000000000000002000
                        000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003]
                        14:22:58,917 INFO [MailService] Mail Service bound to java:/Mail
                        14:22:59,182 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=8;loopback=false;mcast_addr=230.1.2.7;mcast_port=45577
                        ;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members
                        =3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD_SOCK:VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):
                        pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_thre
                        shold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_
                        size=8192;up_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=tru
                        e;up_thread=true)
                        14:22:59,214 INFO [TreeCache] interceptor chain is:
                        class org.jboss.cache.interceptors.CallInterceptor
                        class org.jboss.cache.interceptors.LockInterceptor
                        class org.jboss.cache.interceptors.UnlockInterceptor
                        class org.jboss.cache.interceptors.ReplicationInterceptor
                        14:22:59,214 INFO [TreeCache] cache mode is REPL_ASYNC
                        14:22:59,245 INFO [STDOUT]
                        -------------------------------------------------------
                        GMS: address is wks-nkhachat:2106
                        -------------------------------------------------------
                        14:23:01,261 INFO [TreeCache] viewAccepted(): new members: [wks-nkhachat:2106]
                        14:23:01,261 INFO [TreeCache] state could not be retrieved (must be first member in group)
                        14:23:01,261 INFO [TreeCache] new cache is null (maybe first member in cluster)
                        14:23:01,417 INFO [Embedded] Catalina naming disabled
                        14:23:01,714 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
                        14:23:01,714 INFO [Catalina] Initialization processed in 266 ms
                        14:23:01,714 INFO [StandardService] Starting service jboss.web
                        14:23:01,730 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5
                        14:23:01,761 INFO [StandardHost] XML validation disabled
                        14:23:01,792 INFO [Catalina] Server startup in 78 ms
                        14:23:01,886 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/httpha-invoker.sar/invoker.war/
                        14:23:02,214 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined
                        14:23:02,605 INFO [TomcatDeployer] deploy, ctxPath=/ws4ee, warUrl=.../tmp/deploy/tmp23527jboss-ws4ee-exp.war/
                        14:23:02,714 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/
                        14:23:02,871 INFO [TomcatDeployer] deploy, ctxPath=/juddi, warUrl=.../deploy/juddi-service.sar/juddiws.war/
                        14:23:02,949 INFO [RegistryServlet] Loading jUDDI configuration.
                        14:23:02,949 INFO [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties
                        14:23:02,949 INFO [RegistryServlet] Initializing jUDDI components.
                        14:23:03,418 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
                        14:23:03,918 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy-hasingleton/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
                        14:23:04,308 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
                        14:23:04,418 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
                        14:23:04,543 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
                        14:23:04,652 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
                        14:23:04,746 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
                        14:23:04,840 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
                        14:23:05,512 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
                        14:23:05,730 INFO [A] Bound to JNDI name: queue/A
                        14:23:05,730 INFO [B] Bound to JNDI name: queue/B
                        14:23:05,730 INFO [C] Bound to JNDI name: queue/C
                        14:23:05,730 INFO [D] Bound to JNDI name: queue/D
                        14:23:05,730 INFO [ex] Bound to JNDI name: queue/ex
                        14:23:05,746 INFO [testTopic] Bound to JNDI name: topic/testTopic
                        14:23:05,746 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
                        14:23:05,746 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
                        14:23:05,762 INFO [testQueue] Bound to JNDI name: queue/testQueue
                        14:23:05,793 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
                        14:23:05,824 INFO [DLQ] Bound to JNDI name: queue/DLQ
                        14:23:06,246 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
                        14:23:06,512 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ABS' to JNDI name 'java:ABS'
                        14:23:06,528 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=specialOffers' to JNDI name 'java:specialOffers'
                        14:23:06,543 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=kaufguide3' to JNDI name 'java:kaufguide3'
                        14:23:06,543 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=AggregatedRedirects' to JNDI name 'java:AggregatedRedirects'
                        14:23:06,543 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=chunnel' to JNDI name 'java:chunnel'
                        14:23:06,574 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
                        14:23:06,918 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
                        14:23:07,012 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
                        14:23:07,043 INFO [JkMain] Jk running ID=0 time=0/62 config=null
                        14:23:07,059 INFO [Server] JBoss (MX MicroKernel) [4.0.3 (build: CVSTag=JBoss_4_0_3 date=200510042324)] Started in 21s:363ms
                        14:30:16,826 INFO [DefaultPartition] New cluster view for partition DefaultPartition (id: 1, delta: 1) : [10.37.13.40:1099, 10.37.13.52:1099]
                        14:30:16,826 INFO [DefaultPartition] Merging partitions...
                        14:30:16,826 INFO [DefaultPartition] Dead members: 0
                        14:30:16,826 INFO [DefaultPartition] Originating groups: [[wks-nkhachat:2102 (additional data: 16 bytes)|0] [wks-nkhachat:2102 (additional data: 16 bytes)], [10.37.13.52:2117 (additional data: 16 bytes)|0] [10.37.13.52:2117 (additional data: 16 bytes)]]
                        14:31:27,152 INFO [TreeCache] viewAccepted(): new members: [wks-nkhachat:2106, 10.37.13.52:2121]
                        14:39:15,551 ERROR [GMS] [wks-nkhachat:2102 (additional data: 16 bytes)] received view <= current view; discarding it (current vid: [wks-nkhachat:2102 (additional data: 16 bytes)|1], new vid: [wks-nkhachat:2102 (additional data: 16 bytes)|1])

                        As you can see, there is no such kind of messages as
                        11:32:36,859 INFO [ClusterFileTransfer] Start push of file testEJB.ear to clust
                        er.
                        11:32:36,875 INFO [ClusterFileTransfer] Finished push of file testEJB.ear to cl
                        uster.


                        • 9. Re: FarmDeployment Configuration
                          marcreis

                          When you start up the first server, is the /farm empty ? if you delete the farm folder, will it be created when you start up the server ?

                          • 10. Re: FarmDeployment Configuration
                            anubisman

                            Yes, the farm/ directory is empty when I'm starting the first server, because in documentation it is written that farming is working only for hot-deploying.

                            • 11. Re: FarmDeployment Configuration
                              marcreis

                              I Also noticed, but forgot to mention, that your second server has not found or joint the cluster ->

                              14:24:02,397 INFO [DefaultPartition] Number of cluster members: 1
                              14:24:02,413 INFO [DefaultPartition] Other members: 0
                              14:24:02,413 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
                              14:24:02,413 INFO [DefaultPartition] New cluster view for partition DefaultPartition (id: 0, delta:
                               0) : [10.37.13.52:1099]
                              14:24:02,413 INFO [DefaultPartition] I am (10.37.13.52:1099) received membershipChanged event:
                              14:24:02,413 INFO [DefaultPartition] Dead members: 0 ([])
                              14:24:02,413 INFO [DefaultPartition] New Members : 0 ([])
                              14:24:02,413 INFO [DefaultPartition] All Members : 1 ([10.37.13.52:1099])
                              14:24:02,444 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress
                              =/0.0.0.0
                              14:24:02,460 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /0.0.0.0:1102, group=23
                              0.0.0.4, HA-JNDI address=10.37.13.52:1100
                              

                              4:22:56,744 INFO [DefaultPartition] Number of cluster members: 1
                              14:22:56,744 INFO [DefaultPartition] Other members: 0
                              14:22:56,744 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
                              14:22:56,744 INFO [DefaultPartition] New cluster view for partition DefaultPartition (id: 0, delta:
                               0) : [10.37.13.40:1099]
                              14:22:56,744 INFO [DefaultPartition] I am (10.37.13.40:1099) received membershipChanged event:
                              14:22:56,744 INFO [DefaultPartition] Dead members: 0 ([])
                              14:22:56,744 INFO [DefaultPartition] New Members : 0 ([])
                              14:22:56,744 INFO [DefaultPartition] All Members : 1 ([10.37.13.40:1099])
                              14:22:56,791 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress
                              =/0.0.0.0
                              


                              All Members is in both cases 1, it should be two, I cant see it, but does the first server notices that the second started ? it should post a message like the above with New Members 1 and All Members 2 !

                              • 12. Re: FarmDeployment Configuration
                                marcreis

                                Never mind, I didnt see the last linesince it looks different on the 4.0.4.RC2 (like the New Member etc. lines at start up).
                                Your server does of course notive the other one

                                [DefaultPartition] Originating groups: [[wks-nkhachat:2102 (additional data: 16 b
                                ytes)|0] [wks-nkhachat:2102 (additional data: 16 bytes)], [10.37.13.52:2117 (additional data: 16 byt
                                es)|0] [10.37.13.52:2117 (additional data: 16 bytes)]]
                                


                                Sorry !

                                • 13. Re: FarmDeployment Configuration
                                  anubisman

                                  The message you wrote is printed when the first server starts. After start messages you can see following

                                  14:30:15,565 INFO [DefaultPartition] New cluster view for partition DefaultPartition: 1 ([10.37.13.40:1099, 10.37.13.52:1099] delta: 1)
                                  14:30:15,565 INFO [DefaultPartition] Merging partitions...
                                  14:30:15,565 INFO [DefaultPartition] Dead members: 0
                                  14:30:15,565 INFO [DefaultPartition] Originating groups: [[10.37.13.40:2102 (additional data: 16 bytes)|0] [10.37.13.40:2102 (additional data: 16 bytes)], [wks-amkhitar:2117 (additional data: 16 bytes)|0] [wks-amkhitar:2117 (additional data: 16 bytes)]]
                                  14:31:25,876 INFO [TreeCache] viewAccepted(): new members: [10.37.13.40:2106, wks-amkhitar:2121]

                                  This message was printed after the second server started.
                                  After this I have deployed my ear.

                                  • 14. Re: FarmDeployment Configuration
                                    marcreis

                                    I'm sorry, then I dont see what else you could do (but as I said, I dont know alot about this).
                                    You might check via jmx consol if you can find the
                                    " service=FarmMember", too see if it gets started at all.

                                    1 2 Previous Next