1 2 Previous Next 17 Replies Latest reply on Apr 7, 2010 12:32 PM by dmlloyd

    EmbeddedAS Boot Error Against AS/trunk

    alrubinger

      In placing EmbeddedAS stuff into AS trunk, I'm coming across:

       

      java.lang.reflect.InvocationTargetException
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:597)
          at org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.invoke(AbstractProfileLifeCycleAction.java:97)
          at org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.invoke(AbstractProfileLifeCycleAction.java:77)
          at org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.install(AbstractProfileLifeCycleAction.java:49)
          at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
          at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:403)
          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:377)
          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2042)
          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1081)
          at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1320)
          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1244)
          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1137)
          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:892)
          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:639)
          at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)
          at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:256)
          at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:97)
          at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827)
          at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417)
          at java.lang.Thread.run(Thread.java:619)
      Caused by: java.lang.IllegalStateException: Must register RepositoryClusteringHandler before calling create()
          at org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepository.create(ClusteredDeploymentRepository.java:193)
          at org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepository.load(ClusteredDeploymentRepository.java:242)
          at org.jboss.system.server.profile.repository.AbstractProfile.create(AbstractProfile.java:158)
          ... 23 more

       

      ...any clue?  Emanuel?

       

      S,

      ALR

        • 1. Re: EmbeddedAS Boot Error Against AS/trunk
          emuckenhuber

          This would usually happen if you use the "all" bootstrap profile.xml to boot a "default" config. Since the farming profile needs the farming-jboss-beans.xml to be deployed first. So i guess this is what's most probably going wrong?

          • 2. Re: EmbeddedAS Boot Error Against AS/trunk
            alrubinger
            18:10:22,170 DEBUG [AbstractJBossASServerBase] Adding bootstrap descriptor: [UrlBootstrapDescriptor]: file:/home/alr/business/jboss/wc/jbossas/projects/embedded/trunk/testsuite/target/jboss-6.0.0-SNAPSHOT/server/all/conf/bootstrap/vfs.xml
            18:10:22,170 DEBUG [AbstractJBossASServerBase] Adding bootstrap descriptor: [UrlBootstrapDescriptor]: file:/home/alr/business/jboss/wc/jbossas/projects/embedded/trunk/testsuite/target/jboss-6.0.0-SNAPSHOT/server/all/conf/bootstrap/classloader.xml
            18:10:22,171 DEBUG [AbstractJBossASServerBase] Adding bootstrap descriptor: [UrlBootstrapDescriptor]: file:/home/alr/business/jboss/wc/jbossas/projects/embedded/trunk/testsuite/target/jboss-6.0.0-SNAPSHOT/server/all/conf/bootstrap/stdio.xml
            18:10:22,171 DEBUG [AbstractJBossASServerBase] Adding bootstrap descriptor: [UrlBootstrapDescriptor]: file:/home/alr/business/jboss/wc/jbossas/projects/embedded/trunk/testsuite/target/jboss-6.0.0-SNAPSHOT/server/all/conf/bootstrap/kernel.xml
            18:10:22,171 DEBUG [AbstractJBossASServerBase] Adding bootstrap descriptor: [UrlBootstrapDescriptor]: file:/home/alr/business/jboss/wc/jbossas/projects/embedded/trunk/testsuite/target/jboss-6.0.0-SNAPSHOT/server/all/conf/bootstrap/aop.xml
            18:10:22,171 DEBUG [AbstractJBossASServerBase] Adding bootstrap descriptor: [UrlBootstrapDescriptor]: file:/home/alr/business/jboss/wc/jbossas/projects/embedded/trunk/testsuite/target/jboss-6.0.0-SNAPSHOT/server/all/conf/bootstrap/jmx.xml
            18:10:22,171 DEBUG [AbstractJBossASServerBase] Adding bootstrap descriptor: [UrlBootstrapDescriptor]: file:/home/alr/business/jboss/wc/jbossas/projects/embedded/trunk/testsuite/target/jboss-6.0.0-SNAPSHOT/server/all/conf/bootstrap/deployers.xml
            18:10:22,171 DEBUG [AbstractJBossASServerBase] Adding bootstrap descriptor: [UrlBootstrapDescriptor]: file:/home/alr/business/jboss/wc/jbossas/projects/embedded/trunk/testsuite/target/jboss-6.0.0-SNAPSHOT/server/all/conf/bootstrap/profile.xml
            18:10:22,174 INFO  [AbstractJBossASServerBase] Server Configuration:
            
                JBOSS_HOME URL: file:/home/alr/business/jboss/wc/jbossas/projects/embedded/trunk/testsuite/target/jboss-6.0.0-SNAPSHOT/
                Bootstrap: $JBOSS_HOME/server/all/conf/bootstrap.xml
                Common Base: $JBOSS_HOME/common/
                Common Library: $JBOSS_HOME/common/lib/
                Server Name: all
                Server Base: $JBOSS_HOME/server/
                Server Library: $JBOSS_HOME/server/all/lib/
                Server Config: $JBOSS_HOME/server/all/conf/
                Server Home: $JBOSS_HOME/server/all/
                Server Data: $JBOSS_HOME/server/all/data
                Server Log: $JBOSS_HOME/server/all/log
                Server Temp: $JBOSS_HOME/server/all/tmp
            

             

            Looks like the correct bootstraps and server names are being used, though I'll look into the farming deployments order.

             

            S,

            ALR

            • 3. Re: EmbeddedAS Boot Error Against AS/trunk
              emuckenhuber

              Hmm the farming beans should be in deploy.The actual profile is getting added through the StaticClusteredProfileFactory in profile.xml in case you need it.

              • 4. Re: EmbeddedAS Boot Error Against AS/trunk
                alrubinger

                The full trace is:

                 

                2010-04-01 11:42:09,443 ERROR [org.jboss.system.server.profileservice.repository.ScopedProfileServiceController] Error installing to Create: name=ProfileKey@66e90097[domain=default, server=default, name=farm] state=Configured mode=On Demand requiredState=Installed
                java.lang.reflect.InvocationTargetException
                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:597)
                    at org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.invoke(AbstractProfileLifeCycleAction.java:97)
                    at org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.invoke(AbstractProfileLifeCycleAction.java:77)
                    at org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.install(AbstractProfileLifeCycleAction.java:49)
                    at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
                    at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:403)
                    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:377)
                    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2042)
                    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1081)
                    at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1320)
                    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1244)
                    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1137)
                    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:892)
                    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:639)
                    at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)
                    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:256)
                    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:97)
                    at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827)
                    at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417)
                    at java.lang.Thread.run(Thread.java:619)
                Caused by: java.lang.IllegalStateException: Must register RepositoryClusteringHandler before calling create()
                    at org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepository.create(ClusteredDeploymentRepository.java:193)
                    at org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepository.load(ClusteredDeploymentRepository.java:242)
                    at org.jboss.system.server.profile.repository.AbstractProfile.create(AbstractProfile.java:158)
                    ... 23 more

                 

                ...what's this "farm" ProfileKey?  I wonder why this can't be found.  Logging shows me that the farm beans are getting deployed.

                 

                S,

                ALR

                • 5. Re: EmbeddedAS Boot Error Against AS/trunk
                  alrubinger

                  A little more debugging:

                   

                  ProfileServiceBootstrap.start() is running before the incallback on the FarmProfileRepositoryClusteringHandler is made.

                   

                  S,

                  ALR

                  • 6. Re: EmbeddedAS Boot Error Against AS/trunk
                    alrubinger

                    More precisely, from ProfileServiceBootstrap:

                     

                    // Register the profiles
                          Collection<Profile> bootstrapProfiles = profileFactory.createProfiles(profileKey, null);
                          for(Profile profile : bootstrapProfiles)
                          {
                             profileService.registerProfile(profile);
                             // Add to loaded profiles
                             if(this.profileKey.equals(profile.getKey()) == false)
                                this.bootstrapProfiles.add(0, profile.getKey());
                          }
                    

                     

                    createProfiles is returning very quickly as opposed to in AS.  Such that when "registerProfile" is called, the required incallbacks have not yet been made.  Looks like incomplete creation before they're registered.

                     

                    S,

                    ALR

                    • 7. Re: EmbeddedAS Boot Error Against AS/trunk
                      emuckenhuber

                      Hmm this should not matter. It's important that the clustering handler is getting installed from deploy/ - profile.create() is called after the deployment of deploy/ is completed.

                       

                      What you can try is to temporarily comment the profileservice.validate(key) in the ProfileServiceBootstrap - then mainDeployer.checkComplete() should get called so that you see the failures in case there are missing dependencies or deployment erros.

                      • 8. Re: EmbeddedAS Boot Error Against AS/trunk
                        alrubinger

                        Yep, thought of that (missing dependencies).  But mianDeployer.checkComplete is called before we register the profile.  And profile.validate(key) is called after the error is thrown.

                         

                        S,

                        ALR

                        • 9. Re: EmbeddedAS Boot Error Against AS/trunk
                          alrubinger

                          Also after updating AS today to bring in the new OSGi stuff, I'm finding new problems in dep resolution.  I'm not yet sure if the OSGi stuff is giving us new errors, or just better context about what's going on.

                           

                          14:46:28,630 ERROR [org.jboss.osgi.framework.packageadmin.PackageAdminImpl] Error resolving bundles: [Bundle{osgi.cmpn-4.2.0.200908310645}, Bundle{org.apache.felix.log-1.0.0}, Bundle{org.apache.aries.util-0.1.0.incubating-20100329}, Bundle{org.apache.aries.jmx-0.1.0.incubating-20100329}, Bundle{jboss-osgi-jmx-1.0.4}, Bundle{jboss-osgi-husky-1.0.4}, Bundle{jboss-osgi-common-1.0.4}, Bundle{jboss-osgi-common-core-2.2.13.GA}, Bundle{jboss-osgi-blueprint-1.0.0.Beta2}, Bundle{jboss-osgi-apache-xerces-2.9.1.SP4}, Bundle{org.ops4j.pax.web.pax-web-jetty-bundle-0.7.2}, Bundle{jboss-osgi-webconsole-1.0.3.SNAPSHOT}, Bundle{jboss-osgi-webapp-0.7.2.SP2}, Bundle{jboss-osgi-reflect-2.2.0}, Bundle{jboss-osgi-jndi-1.0.3}, Bundle{jboss-osgi-jaxb-2.1.10.SP4}, Bundle{jboss-osgi-xml-binding-2.0.2.Beta4SP1}]: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
                          
                          DEPLOYMENTS MISSING DEPENDENCIES:
                            Deployment "DistributedReplicantManager" is missing the following dependencies:
                              Dependency "HAPartition" (should be in state "Installed", but is actually in state "Instantiated")
                            Deployment "FarmProfileRepositoryClusteringHandler" is missing the following dependencies:
                              Dependency "FarmProfileSynchronizationPolicy" (should be in state "Installed", but is actually in state "Instantiated")
                              Dependency "HAPartition" (should be in state "Installed", but is actually in state "Instantiated")
                            Deployment "FarmProfileSynchronizationPolicy" is missing the following dependencies:
                              Dependency "TimestampDiscrepancyService" (should be in state "Installed", but is actually in state "Instantiated")
                            Deployment "HAJNDI" is missing the following dependencies:
                              Dependency "ThreadPool" (should be in state "Installed", but is actually in state "Described")
                              Dependency "HAPartition" (should be in state "Installed", but is actually in state "Instantiated")
                            Deployment "HAPartition" is missing the following dependencies:
                              Dependency "LongRunningTasksThreadPool" (should be in state "Installed", but is actually in state "Described")
                            Deployment "HASessionStateService" is missing the following dependencies:
                              Dependency "HAPartition" (should be in state "Installed", but is actually in state "Instantiated")
                            Deployment "HASingletonDeployer" is missing the following dependencies:
                              Dependency "HAPartition" (should be in state "Installed", but is actually in state "Instantiated")
                            Deployment "JGCacheInvalidationBridge" is missing the following dependencies:
                              Dependency "HAPartition" (should be in state "Installed", but is actually in state "Instantiated")
                            Deployment "JRMPInvokerHA" is missing the following dependencies:
                              Dependency "HAPartition" (should be in state "Create", but is actually in state "Instantiated")
                            Deployment "LongRunningTasksThreadPool" is missing the following dependencies:
                              Dependency "LongTasksThreadFactory" (should be in state "Installed", but is actually in state "Described")
                            Deployment "LongTasksThreadFactory" is missing the following dependencies:
                              Dependency "LongTasksThreadGroup" (should be in state "Installed", but is actually in state "Described")
                            Deployment "LongTasksThreadGroup" is missing the following dependencies:
                              Dependency "SystemThreadGroup" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'SystemThreadGroup' **")
                            Deployment "Remoting:ENDPOINT:${jboss.node.name}" is missing the following dependencies:
                              Dependency "RemotingSslConnector" (should be in state "Installed", but is actually in state "Described")
                              Dependency "ThreadPool" (should be in state "Installed", but is actually in state "Described")
                              Dependency "RemotingTcpConnector" (should be in state "Installed", but is actually in state "Described")
                            Deployment "RemotingSslConnector" is missing the following dependencies:
                              Dependency "XnioProvider" (should be in state "Installed", but is actually in state "Described")
                            Deployment "RemotingSslTcpServer" is missing the following dependencies:
                              Dependency "XnioProvider" (should be in state "Installed", but is actually in state "Described")
                            Deployment "RemotingSslTcpServerListener" is missing the following dependencies:
                              Dependency "Remoting:ENDPOINT:${jboss.node.name}" (should be in state "Installed", but is actually in state "Described")
                            Deployment "RemotingTcpConnector" is missing the following dependencies:
                              Dependency "XnioProvider" (should be in state "Installed", but is actually in state "Described")
                            Deployment "RemotingTcpServer" is missing the following dependencies:
                              Dependency "XnioProvider" (should be in state "Installed", but is actually in state "Described")
                            Deployment "RemotingTcpServerListener" is missing the following dependencies:
                              Dependency "Remoting:ENDPOINT:${jboss.node.name}" (should be in state "Installed", but is actually in state "Described")
                            Deployment "ThreadPool" is missing the following dependencies:
                              Dependency "ShortTasksThreadFactory" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'ShortTasksThreadFactory' **")
                            Deployment "TimestampDiscrepancyService" is missing the following dependencies:
                              Dependency "HAPartition" (should be in state "Installed", but is actually in state "Instantiated")
                            Deployment "TimestampDiscrepancyWarnService" is missing the following dependencies:
                              Dependency "TimestampDiscrepancyService" (should be in state "Installed", but is actually in state "Instantiated")
                            Deployment "UnifiedInvokerHA" is missing the following dependencies:
                              Dependency "HAPartition" (should be in state "Create", but is actually in state "Instantiated")
                            Deployment "XNIO:Binding:1901201610:RemotingTcpServer" is missing the following dependencies:
                              Dependency "RemotingTcpServer" (should be in state "Installed", but is actually in state "Described")
                            Deployment "XNIO:Binding:1901201611:RemotingSslTcpServer" is missing the following dependencies:
                              Dependency "RemotingSslTcpServer" (should be in state "Installed", but is actually in state "Described")
                            Deployment "XNIO:Listener:ACCEPT:RemotingSslTcpServer" is missing the following dependencies:
                              Dependency "RemotingSslTcpServerListener" (should be in state "Installed", but is actually in state "Described")
                              Dependency "RemotingSslTcpServer" (should be in state "Installed", but is actually in state "Described")
                            Deployment "XNIO:Listener:ACCEPT:RemotingTcpServer" is missing the following dependencies:
                              Dependency "RemotingTcpServer" (should be in state "Installed", but is actually in state "Described")
                              Dependency "RemotingTcpServerListener" (should be in state "Installed", but is actually in state "Described")
                            Deployment "XnioProvider" is missing the following dependencies:
                              Dependency "XnioThreadFactory" (should be in state "Installed", but is actually in state "Described")
                            Deployment "XnioSelectorThreadGroup" is missing the following dependencies:
                              Dependency "XnioThreadGroup" (should be in state "Installed", but is actually in state "Described")
                            Deployment "XnioThreadFactory" is missing the following dependencies:
                              Dependency "XnioSelectorThreadGroup" (should be in state "Installed", but is actually in state "Described")
                            Deployment "XnioThreadGroup" is missing the following dependencies:
                              Dependency "SystemThreadGroup" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'SystemThreadGroup' **")
                            Deployment "jboss:service=WebService" is missing the following dependencies:
                              Dependency "ThreadPool" (should be in state "Installed", but is actually in state "Described")
                          
                          DEPLOYMENTS IN ERROR:
                            Deployment "ShortTasksThreadFactory" is in error due to the following reason(s): ** NOT FOUND Depends on 'ShortTasksThreadFactory' **
                            Deployment "SystemThreadGroup" is in error due to the following reason(s): ** NOT FOUND Depends on 'SystemThreadGroup' **
                          
                              at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1253)
                              at org.jboss.osgi.framework.deployers.OSGiDeployersWrapper.checkComplete(OSGiDeployersWrapper.java:189)
                              at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905)
                              at org.jboss.osgi.framework.packageadmin.PackageAdminImpl.advanceBundlesToClassloader(PackageAdminImpl.java:385)
                              at org.jboss.osgi.framework.packageadmin.PackageAdminImpl.resolveBundles(PackageAdminImpl.java:341)
                              at org.jboss.osgi.framework.deployers.OSGiDeployersWrapper.afterDeployersProcess(OSGiDeployersWrapper.java:150)
                              at org.jboss.osgi.framework.deployers.OSGiDeployersWrapper.process(OSGiDeployersWrapper.java:104)
                              at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:679)
                              at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
                              at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
                              at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
                              at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:403)
                              at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:377)
                              at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2042)
                              at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1081)
                              at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1320)
                              at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1244)
                              at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1137)
                              at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:892)
                              at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:639)
                              at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)
                              at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:256)
                              at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:97)
                              at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827)
                              at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417)
                              at java.lang.Thread.run(Thread.java:619)
                          
                          • 10. Re: EmbeddedAS Boot Error Against AS/trunk
                            alrubinger

                            These errors about the thread groups not being found are present even before OSGi came in.  Only reason OSGi reports it is because they call MainDeployer.checkComplete first.  Otherwise the error spits out of ProfileServiceBootstrap after activation/validation of the profile.

                             

                            So I'd like to know what this is really reporting:

                             

                              Deployment "ShortTasksThreadFactory" is in error due to the following reason(s): ** NOT FOUND Depends on 'ShortTasksThreadFactory' **
                              Deployment "SystemThreadGroup" is in error due to the following reason(s): ** NOT FOUND Depends

                             

                            S,

                            ALR

                            • 11. Re: EmbeddedAS Boot Error Against AS/trunk
                              dmlloyd

                              Ales and I had a chat about this error a while back.  It may be related to an oddity of JBossXB involving vanishing element content.  Ales fixed the problem locally by reverting XB to 2.2.0.Beta4, and Alexey verified it to be an issue with the handing of choice groups in certain scenarios.  The "final" fix is for the metadata modules (threads, etc.) to specify some extra XB annotations, which I have on my list to finish before M3.  So keep reminding me and I'll get these in ASAP.

                              • 12. Re: EmbeddedAS Boot Error Against AS/trunk
                                dmlloyd

                                BTW, if you see an error that looks like something is not found yet depending on itself, ignore it okay don't ignore it, but it doesn't mean what it appears to mean. The error message is just plain wrong.  I think Ales said he was looking into it.

                                • 13. Re: EmbeddedAS Boot Error Against AS/trunk
                                  alrubinger

                                  Fantastic; thank you both.  Let's see if we can't tag-team this in a bevy of updates and hacks tomorrow.

                                   

                                  S,

                                  ALR

                                  • 14. Re: EmbeddedAS Boot Error Against AS/trunk
                                    alrubinger

                                    It's actually XB 2.0.2.Beta4 which removes the boot error.  I've still a few pending issues sitting behind this one, but that gets me booting the default configuration cleanly.  More tomorrow.

                                     

                                    S,

                                    ALR

                                    1 2 Previous Next