Skip to content

Instantly share code, notes, and snippets.

@krisleech
Created July 22, 2011 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisleech/1099226 to your computer and use it in GitHub Desktop.
Save krisleech/1099226 to your computer and use it in GitHub Desktop.
torquebox:run
bundle exec rake torquebox:run *[next][jruby-1.6.2@green_tick]
zsh:1: no matches found: test/*
zsh:1: no matches found: test/*
WARNING: Global access to Rake DSL methods is deprecated. Please include
... Rake::DSL into classes and modules which use the Rake DSL methods.
WARNING: DSL method GreenTick::Application#task called at /Users/kris/.rvm/gems/jruby-1.6.2@green_tick/gems/railties-3.0.3/lib/rails/application.rb:214:in `initialize_tasks'
WARNING: 'task :t, arg, :needs => [deps]' is deprecated. Please use 'task :t, [args] => [deps]' instead.
at /Users/kris/.rvm/gems/jruby-1.6.2@green_tick/gems/sunspot_rails-1.2.1/lib/sunspot/rails/tasks.rb:41:in `(root)'
TorqueBox Server OK: /Users/kris/Sources/torquebox-current/jboss/server/default
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /Users/kris/Sources/torquebox-current/jboss
JAVA: java
JAVA_OPTS: -Xms128m -Xmx1024m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dprogram.name=run.sh -Djava.library.path=/Users/kris/Sources/torquebox-current/jboss/bin/native/lib64
CLASSPATH: /Users/kris/Sources/torquebox-current/jboss/bin/run.jar
=========================================================================
11:27:31,973 INFO [AbstractJBossASServerBase] Server Configuration:
JBOSS_HOME URL: file:/Users/kris/Sources/torquebox-1.1/jboss/
Bootstrap: $JBOSS_HOME/server/default/conf/bootstrap.xml
Common Base: $JBOSS_HOME/common/
Common Library: $JBOSS_HOME/common/lib/
Server Name: default
Server Base: $JBOSS_HOME/server/
Server Library: $JBOSS_HOME/server/default/lib/
Server Config: $JBOSS_HOME/server/default/conf/
Server Home: $JBOSS_HOME/server/default/
Server Data: $JBOSS_HOME/server/default/data
Server Log: $JBOSS_HOME/server/default/log/
Server Temp: $JBOSS_HOME/server/default/tmp
11:27:31,980 INFO [AbstractServer] Starting: JBossAS [6.0.0.Final "Neo"]
11:27:33,459 INFO [ServerInfo] Java version: 1.6.0_26,Apple Inc.
11:27:33,459 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
11:27:33,459 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 20.1-b02-384,Apple Inc.
11:27:33,459 INFO [ServerInfo] OS-System: Mac OS X 10.6.8,x86_64
11:27:33,460 INFO [ServerInfo] VM arguments: -Xms128m -Xmx1024m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dprogram.name=run.sh -Djava.library.path=/Users/kris/Sources/torquebox-current/jboss/bin/native/lib64 -Djava.endorsed.dirs=/Users/kris/Sources/torquebox-current/jboss/lib/endorsed
11:27:33,519 INFO [JMXKernel] Legacy JMX core initialized
11:27:38,676 INFO [AbstractServerConfig] JBoss Web Services - Stack CXF Server 3.4.1.GA
11:27:39,545 INFO [JSFImplManagementDeployer] Initialized 3 JSF configurations: [Mojarra-1.2, MyFaces-2.0, Mojarra-2.0]
11:27:39,883 INFO [Bootstrap] Bootstrapping TorqueBox AS
11:27:39,885 INFO [Bootstrap] Using JRuby: "/Users/kris/.rvm/rubies/jruby-1.6.2"
11:27:39,968 ERROR [AbstractKernelController] Error installing to Create: name=torquebox-bootstrap:0.0.0$MODULE state=Configured: java.lang.RuntimeException: Failed to mount root "/Users/kris/.rvm/rubies/jruby-1.6.2/lib/jruby.jar.index"
at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.create(VFSClassLoaderPolicyModule.java:275) [jboss-classloading-vfs.jar:2.2.0.GA]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_26]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_26]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_26]
at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_26]
at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:257) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:125) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:72) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:202) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.AbstractKernelController.install(AbstractKernelController.java:103) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.AbstractKernelController.install(AbstractKernelController.java:97) [jboss-kernel.jar:2.2.0.GA]
at org.torquebox.bootstrap.Bootstrap.start(Bootstrap.java:70) [:1.1]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_26]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_26]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_26]
at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_26]
at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:257) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:125) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:72) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:202) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:182) [:2.2.0.GA]
at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:58) [:2.2.0.GA]
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62) [:2.2.0.GA]
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55) [:2.2.0.GA]
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179) [:2.2.0.GA]
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1832) [:2.2.0.GA]
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1550) [:2.2.0.GA]
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1571) [:2.2.0.GA]
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1603) [:2.2.0.GA]
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1491) [:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.deployers.plugins.deployers.DeployersImpl.change(DeployersImpl.java:1983) [:2.2.0.GA]
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:1076) [:2.2.0.GA]
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:679) [:2.2.0.GA]
at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.process(MainDeployerPlugin.java:106) [:6.0.0.Final]
at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.process(ProfileControllerContext.java:143) [:0.2.2]
at org.jboss.profileservice.dependency.ProfileDeployAction.deploy(ProfileDeployAction.java:151) [:0.2.2]
at org.jboss.profileservice.dependency.ProfileDeployAction.installActionInternal(ProfileDeployAction.java:94) [:0.2.2]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.GA]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.GA]
at org.jboss.profileservice.dependency.ProfileActivationWrapper$BasicProfileActivation.start(ProfileActivationWrapper.java:190) [:0.2.2]
at org.jboss.profileservice.dependency.ProfileActivationWrapper.start(ProfileActivationWrapper.java:87) [:0.2.2]
at org.jboss.profileservice.dependency.ProfileActivationService.activateProfile(ProfileActivationService.java:215) [:0.2.2]
at org.jboss.profileservice.dependency.ProfileActivationService.activate(ProfileActivationService.java:159) [:0.2.2]
at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.activate(AbstractProfileServiceBootstrap.java:112) [:0.2.2]
at org.jboss.profileservice.resolver.BasicResolverFactory$ProfileResolverFacade.deploy(BasicResolverFactory.java:87) [:0.2.2]
at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.start(AbstractProfileServiceBootstrap.java:91) [:0.2.2]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:132) [:6.0.0.Final]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]
at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:680) [:1.6.0_26]
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) [:1.6.0_26]
at java.util.zip.ZipFile.<init>(ZipFile.java:127) [:1.6.0_26]
at java.util.jar.JarFile.<init>(JarFile.java:135) [:1.6.0_26]
at java.util.jar.JarFile.<init>(JarFile.java:99) [:1.6.0_26]
at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:94) [jboss-vfs.jar:3.0.0.GA]
at org.jboss.vfs.VFS.mountZip(VFS.java:400) [jboss-vfs.jar:3.0.0.GA]
at org.jboss.vfs.util.automount.Automounter$RegistryEntry.mount(Automounter.java:239) [jboss-vfs.jar:3.0.0.GA]
at org.jboss.vfs.util.automount.Automounter$RegistryEntry.access$000(Automounter.java:208) [jboss-vfs.jar:3.0.0.GA]
at org.jboss.vfs.util.automount.Automounter.mount(Automounter.java:117) [jboss-vfs.jar:3.0.0.GA]
at org.jboss.vfs.util.automount.Automounter.mount(Automounter.java:90) [jboss-vfs.jar:3.0.0.GA]
at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.create(VFSClassLoaderPolicyModule.java:271) [jboss-classloading-vfs.jar:2.2.0.GA]
... 103 more
11:27:40,021 INFO [AppsDirectoryBootstrapper] Adding deployment directory: /Users/kris/Sources/torquebox-current/apps
11:27:43,451 WARNING [FileConfigurationParser] AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
11:27:46,705 WARNING [FileConfigurationParser] AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
11:27:46,874 INFO [JMXConnector] starting JMXConnector on host 0.0.0.0:1090
11:27:46,958 INFO [MailService] Mail Service bound to java:/Mail
11:27:47,682 INFO [HornetQServerImpl] live server is starting..
11:27:47,737 INFO [JournalStorageManager] Using NIO Journal
11:27:47,755 WARNING [HornetQServerImpl] Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.
11:27:48,271 INFO [NettyAcceptor] Started Netty Acceptor version 3.2.1.Final-r2319 0.0.0.0:5455 for CORE protocol
11:27:48,275 INFO [NettyAcceptor] Started Netty Acceptor version 3.2.1.Final-r2319 0.0.0.0:5445 for CORE protocol
11:27:48,278 INFO [HornetQServerImpl] HornetQ Server version 2.1.2.Final (Colmeia, 120) started
11:27:48,326 INFO [WebService] Using RMI server codebase: http://BigMac.local:8083/
11:27:48,492 INFO [jbossatx] ARJUNA-32010 JBossTS Recovery Service (tag: JBOSSTS_4_14_0_Final) - JBoss Inc.
11:27:48,498 INFO [arjuna] ARJUNA-12324 Start RecoveryActivators
11:27:48,514 INFO [arjuna] ARJUNA-12296 ExpiredEntryMonitor running at Fri, 22 Jul 2011 11:27:48
11:27:48,579 INFO [arjuna] ARJUNA-12310 Recovery manager listening on endpoint 0.0.0.0:4712
11:27:48,586 INFO [arjuna] ARJUNA-12344 RecoveryManagerImple is ready on port 4712
11:27:48,588 INFO [jbossatx] ARJUNA-32013 Starting transaction recovery manager
11:27:48,612 INFO [arjuna] ARJUNA-12163 Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 4713
11:27:48,614 INFO [arjuna] ARJUNA-12337 TransactionStatusManagerItem host: 0.0.0.0 port: 4713
11:27:48,623 INFO [arjuna] ARJUNA-12170 TransactionStatusManager started on port 4713 and host 0.0.0.0 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
11:27:48,667 INFO [jbossatx] ARJUNA-32017 JBossTS Transaction Service (JTA version - tag: JBOSSTS_4_14_0_Final) - JBoss Inc.
11:27:48,744 INFO [arjuna] ARJUNA-12202 registering bean jboss.jta:type=ObjectStore.
11:27:48,951 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /Users/kris/Sources/torquebox-current/jboss/bin/native/lib64
11:27:49,136 INFO [ModClusterService] Initializing mod_cluster 1.1.0.Final
11:27:49,165 INFO [TomcatDeployment] deploy, ctxPath=/invoker
11:27:49,477 INFO [RARDeployment] Required license terms exist, view vfs:/Users/kris/Sources/torquebox-1.1/jboss/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
11:27:49,496 INFO [RARDeployment] Required license terms exist, view vfs:/Users/kris/Sources/torquebox-1.1/jboss/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
11:27:49,506 INFO [RARDeployment] Required license terms exist, view vfs:/Users/kris/Sources/torquebox-1.1/jboss/server/default/deploy/jms-ra.rar/META-INF/ra.xml
11:27:49,518 INFO [HornetQResourceAdapter] HornetQ resource adaptor started
11:27:49,525 INFO [RARDeployment] Required license terms exist, view vfs:/Users/kris/Sources/torquebox-1.1/jboss/server/default/deploy/mail-ra.rar/META-INF/ra.xml
11:27:49,537 INFO [RARDeployment] Required license terms exist, view vfs:/Users/kris/Sources/torquebox-1.1/jboss/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
11:27:49,630 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: Thread-3
11:27:49,667 INFO [SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:27:49,667 INFO [QuartzScheduler] Quartz Scheduler v.1.8.3 created.
11:27:49,670 INFO [RAMJobStore] RAMJobStore initialized.
11:27:49,672 INFO [QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.3) 'JBossQuartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:27:49,672 INFO [StdSchedulerFactory] Quartz scheduler 'JBossQuartzScheduler' initialized from an externally opened InputStream.
11:27:49,672 INFO [StdSchedulerFactory] Quartz scheduler version: 1.8.3
11:27:49,673 INFO [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED started.
11:27:49,949 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
11:27:50,162 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
11:27:50,527 INFO [xnio] XNIO Version 2.1.0.CR2
11:27:50,538 INFO [nio] XNIO NIO Implementation Version 2.1.0.CR2
11:27:50,849 INFO [remoting] JBoss Remoting version 3.1.0.Beta2
11:27:50,970 INFO [service] Removing bootstrap log handlers
11:27:51,121 ERROR [ProfileServiceBootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "AppKnobYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ApplicationYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ArchiveDirectoryMounter" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "AuthDefaultsDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "AuthYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "AuthenticatorDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "BackgroundableDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "BaseRubyRuntimeDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "CDIBridgeDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "CDIInjectableHandler" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "DeploymentNotifier" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "EnvironmentYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "FallbackBeanManagerJndiBinder" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "FallbackBeanManagerJndiBinderDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "InjectableHandlerRegistry" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "JNDIInjectableHandler" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "JobsLoadPathConfigurator" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "JobsRuntimePoolDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "JobsYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "KnobStructure" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "MCBeanInjectableHandler" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ManagedQueueDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ManagedTopicDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "MergedTorqueBoxMetaDataDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "MessageProcessorDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "MessagingRuntimePoolDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "MessagingYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "PoolingYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "QueueInjectableHandler" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "QueuesYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RackApplicationDefaultsDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RackApplicationFactoryDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RackApplicationPoolDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RackApplicationRecognizer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RackRuntimeDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RackWebApplicationDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RailsApplicationRecognizer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RailsAutoloadPathDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RailsGemVersionDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RailsRackDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RailsRuntimeDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RailsTasksScanningDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RubyApplicationClassLoaderDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RubyApplicationDefaultsDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RubyApplicationDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RubyApplicationExploder" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RubyApplicationRecognizer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RubyInjectionAnalyzer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RubyJobDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RubyRuntimeFactoryDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RubySchedulerDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RubyYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "RuntimePoolDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ServicesDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ServicesLoadPathConfigurator" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ServicesRuntimePoolDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "ServicesYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "StompProcessorDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "StompYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "TasksDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "TasksLoadPathConfigurator" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "TasksYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "TopicInjectableHandler" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "TopicsYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "TorqueBox" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "TorqueBoxJNDIKernelRegistryPlugin" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "TorqueBoxYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "WebHostDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "WebSocketsProcessorDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "WebSocketsYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "WebYamlParsingDeployer" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0" (should be in state "Installed", but is actually in state "Described")
Deployment "torquebox-bootstrap:0.0.0" is missing the following dependencies:
Dependency "torquebox-bootstrap:0.0.0$MODULE" (should be in state "Installed", but is actually in state "**ERROR**")
DEPLOYMENTS IN ERROR:
Deployment "torquebox-bootstrap:0.0.0$MODULE" is in error due to the following reason(s): java.util.zip.ZipException: error in opening zip file, **ERROR**
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]
at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]
at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]
at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:680) [:1.6.0_26]
11:27:51,139 INFO [org.torquebox.bootstrap.AppsDirectoryNotificationListener] Activating deployments dir
11:27:51,157 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
11:27:51,167 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
11:27:51,167 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.Final "Neo"] Started in 19s:184ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment