anakromeiro 14 de set. de 2012
Olá, você conseguiu resolver este problema?
Comigo está acontecendo algo parecido. Tenho uma aplicação web usando Hibernate 3.6 + Spring 2.5 + JSF 1.2 e com o Tomcat 7 funcionava perfeitamente, mas agora estou precisando utilizar o JBoss 6 e não funciona de jeito nenhum.
O erro que aparece para mim é:
10 : 20 : 04 , 945 ERROR [ AbstractKernelController ] Error installing to Start : name = jboss . jca : name = ' jms - ra . rar ' , service = RARDeployment state = Create mode = Manual requiredState = Installed : org . jboss . deployers . spi . DeploymentException : Error for resource adapter class org . hornetq . ra . HornetQResourceAdapter accessing property setter ConfigPropertyMetaData @ f342b5b [ name = ConnectionParameters type = java . lang . String value = server - id = 0 descriptions = [ DescriptionMetaData @462 edf25 [ language = pt description = The transport configuration . These values must be in the form of key = val ; key = val ;,
if multiple connectors are used then each set must be separated by a comma i . e . host = host1 ; port = 5445 , host = host2 ; port = 5446.
Each set of params maps to the connector classname specified .]]]
at org . jboss . deployers . spi . DeploymentException . rethrowAsDeploymentException ( DeploymentException . java : 49 ) [ : 2.2.2 . GA ]
at org . jboss . resource . deployment . ResourceAdapterFactory . applyProperty ( ResourceAdapterFactory . java : 116 ) [ : 6.1.0 . Final ]
at org . jboss . resource . deployment . ResourceAdapterFactory . createResourceAdapter ( ResourceAdapterFactory . java : 96 ) [ : 6.1.0 . Final ]
at org . jboss . resource . deployment . ResourceAdapterFactory . createResourceAdapter ( ResourceAdapterFactory . java : 60 ) [ : 6.1.0 . Final ]
at org . jboss . resource . deployers . RARDeployment . startService ( RARDeployment . java : 149 ) [ : 6.1.0 . Final ]
at org . jboss . system . ServiceMBeanSupport . jbossInternalStart ( ServiceMBeanSupport . java : 355 ) [ : 6.1.0 . Final ( Build SVNTag : JBoss_6 .1.0 . Final date : 20110816 )]
at org . jboss . system . ServiceMBeanSupport . jbossInternalLifecycle ( ServiceMBeanSupport . java : 301 ) [ : 6.1.0 . Final ( Build SVNTag : JBoss_6 .1.0 . Final date : 20110816 )]
at org . jboss . system . ServiceDynamicMBeanSupport . invoke ( ServiceDynamicMBeanSupport . java : 121 ) [ : 6.1.0 . Final ( Build SVNTag : JBoss_6 .1.0 . Final date : 20110816 )]
at org . jboss . mx . server . RawDynamicInvoker . invoke ( RawDynamicInvoker . java : 164 ) [ : 6.0.0 . GA ]
at org . jboss . mx . server . MBeanServerImpl . invoke ( MBeanServerImpl . java : 670 ) [ : 6.0.0 . GA ]
at org . jboss . system . microcontainer . ServiceProxy . invoke ( ServiceProxy . java : 189 ) [ : 2.2.0 . SP2 ]
at $Proxy41 . start ( Unknown Source ) at org . jboss . system . microcontainer . StartStopLifecycleAction . installAction ( StartStopLifecycleAction . java : 53 ) [ : 2.2.0 . SP2 ]
at org . jboss . system . microcontainer . StartStopLifecycleAction . installAction ( StartStopLifecycleAction . java : 41 ) [ : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . action . SimpleControllerContextAction . simpleInstallAction ( SimpleControllerContextAction . java : 62 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . action . AccessControllerContextAction . install ( AccessControllerContextAction . java : 71 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractControllerContextActions . install ( AbstractControllerContextActions . java : 51 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractControllerContext . install ( AbstractControllerContext . java : 379 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . system . microcontainer . ServiceControllerContext . install ( ServiceControllerContext . java : 301 ) [ : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . install ( AbstractController . java : 2044 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . incrementState ( AbstractController . java : 1083 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . executeOrIncrementStateDirectly ( AbstractController . java : 1322 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1246 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1139 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 939 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 654 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . system . ServiceController . doChange ( ServiceController . java : 671 ) [ : 6.1.0 . Final ( Build SVNTag : JBoss_6 .1.0 . Final date : 20110816 )]
at org . jboss . system . ServiceController . start ( ServiceController . java : 443 ) [ : 6.1.0 . Final ( Build SVNTag : JBoss_6 .1.0 . Final date : 20110816 )]
at org . jboss . system . deployers . ServiceDeployer . start ( ServiceDeployer . java : 189 ) [ : 6.1.0 . Final ]
at org . jboss . system . deployers . ServiceDeployer . deploy ( ServiceDeployer . java : 102 ) [ : 6.1.0 . Final ]
at org . jboss . system . deployers . ServiceDeployer . deploy ( ServiceDeployer . java : 49 ) [ : 6.1.0 . Final ]
at org . jboss . deployers . spi . deployer . helpers . AbstractSimpleRealDeployer . internalDeploy ( AbstractSimpleRealDeployer . java : 63 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . spi . deployer . helpers . AbstractRealDeployer . deploy ( AbstractRealDeployer . java : 55 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployerWrapper . deploy ( DeployerWrapper . java : 179 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . doDeploy ( DeployersImpl . java : 1832 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . doInstallParentFirst ( DeployersImpl . java : 1550 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . doInstallParentFirst ( DeployersImpl . java : 1571 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . install ( DeployersImpl . java : 1491 ) [ : 2.2.2 . GA ]
at org . jboss . dependency . plugins . AbstractControllerContext . install ( AbstractControllerContext . java : 379 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . install ( AbstractController . java : 2044 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . incrementState ( AbstractController . java : 1083 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . executeOrIncrementStateDirectly ( AbstractController . java : 1322 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1246 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1139 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 939 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 654 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . change ( DeployersImpl . java : 1983 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . process ( DeployersImpl . java : 1076 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . main . MainDeployerImpl . process ( MainDeployerImpl . java : 679 ) [ : 2.2.2 . GA ]
at org . jboss . system . server . profileservice . deployers . MainDeployerPlugin . process ( MainDeployerPlugin . java : 106 ) [ : 6.1.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 . SP2 ]
at org . jboss . kernel . plugins . dependency . InstallsAwareAction . installAction ( InstallsAwareAction . java : 42 ) [ jboss - kernel . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . action . SimpleControllerContextAction . simpleInstallAction ( SimpleControllerContextAction . java : 62 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . action . AccessControllerContextAction . install ( AccessControllerContextAction . java : 71 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractControllerContextActions . install ( AbstractControllerContextActions . java : 51 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractControllerContext . install ( AbstractControllerContext . java : 379 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . install ( AbstractController . java : 2044 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . incrementState ( AbstractController . java : 1083 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . executeOrIncrementStateDirectly ( AbstractController . java : 1322 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1246 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1139 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 939 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 654 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
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.1.0 . Final ]
at org . jboss . system . server . profileservice . bootstrap . BasicProfileServiceBootstrap . start ( BasicProfileServiceBootstrap . java : 56 ) [ : 6.1.0 . Final ]
at org . jboss . bootstrap . impl . base . server . AbstractServer . startBootstraps ( AbstractServer . java : 827 ) [ jboss - bootstrap - impl - base . jar : 2.1.0 - alpha -6 ]
at org . jboss . bootstrap . impl . base . server . AbstractServer$StartServerTask . run ( AbstractServer . java : 417 ) [ jboss - bootstrap - impl - base . jar : 2.1.0 - alpha -6 ]
at java . lang . Thread . run ( Thread . java : 722 ) [ : 1.7.0 ]
Caused by : java . lang . LinkageError : loader constraint violation : loader ( instance of < bootloader > ) previously initiated loading for a different type with name "javax/transaction/xa/XAResource"
at java . lang . ClassLoader . findBootstrapClass ( Native Method ) [ : 1.7.0 ]
at java . lang . ClassLoader . findBootstrapClassOrNull ( ClassLoader . java : 1061 ) [ : 1.7.0 ]
at java . lang . ClassLoader . loadClass ( ClassLoader . java : 412 ) [ : 1.7.0 ]
at java . lang . ClassLoader . loadClass ( ClassLoader . java : 410 ) [ : 1.7.0 ]
at sun . misc . Launcher$AppClassLoader . loadClass ( Launcher . java : 308 ) [ : 1.7.0 ]
at java . lang . ClassLoader . loadClass ( ClassLoader . java : 410 ) [ : 1.7.0 ]
at java . lang . ClassLoader . loadClass ( ClassLoader . java : 356 ) [ : 1.7.0 ]
at java . lang . Class . forName0 ( Native Method ) [ : 1.7.0 ]
at java . lang . Class . forName ( Class . java : 264 ) [ : 1.7.0 ]
at org . jboss . classloader . plugins . loader . ClassLoaderToLoaderAdapter . loadClass ( ClassLoaderToLoaderAdapter . java : 184 ) [ jboss - classloader . jar : 2.2.1 . GA ]
at org . jboss . classloader . spi . ClassLoaderDomain . loadClassFromParent ( ClassLoaderDomain . java : 607 ) [ jboss - classloader . jar : 2.2.1 . GA ]
at org . jboss . classloader . spi . ClassLoaderDomain . loadClassBefore ( ClassLoaderDomain . java : 562 ) [ jboss - classloader . jar : 2.2.1 . GA ]
at org . jboss . classloader . spi . base . BaseClassLoaderDomain . loadClass ( BaseClassLoaderDomain . java : 269 ) [ jboss - classloader . jar : 2.2.1 . GA ]
at org . jboss . classloader . spi . base . BaseClassLoaderDomain . loadClass ( BaseClassLoaderDomain . java : 1172 ) [ jboss - classloader . jar : 2.2.1 . GA ]
at org . jboss . classloader . spi . base . BaseClassLoader . loadClassFromDomain ( BaseClassLoader . java : 886 ) [ jboss - classloader . jar : 2.2.1 . GA ]
at org . jboss . classloader . spi . base . BaseClassLoader . doLoadClass ( BaseClassLoader . java : 505 ) [ jboss - classloader . jar : 2.2.1 . GA ]
at org . jboss . classloader . spi . base . BaseClassLoader . loadClass ( BaseClassLoader . java : 450 ) [ jboss - classloader . jar : 2.2.1 . GA ]
at java . lang . ClassLoader . loadClass ( ClassLoader . java : 356 ) [ : 1.7.0 ]
at java . lang . Class . getDeclaredMethods0 ( Native Method ) [ : 1.7.0 ]
at java . lang . Class . privateGetDeclaredMethods ( Class . java : 2442 ) [ : 1.7.0 ]
at java . lang . Class . getMethod0 ( Class . java : 2685 ) [ : 1.7.0 ]
at java . lang . Class . getMethod ( Class . java : 1620 ) [ : 1.7.0 ]
at org . jboss . resource . deployment . ConfigPropertyHandler . getMethod ( ConfigPropertyHandler . java : 253 ) [ : 6.1.0 . Final ]
at org . jboss . resource . deployment . ConfigPropertyHandler . handle ( ConfigPropertyHandler . java : 142 ) [ : 6.1.0 . Final ]
at org . jboss . resource . deployment . ConfigPropertyHandler . handle ( ConfigPropertyHandler . java : 221 ) [ : 6.1.0 . Final ]
at org . jboss . resource . deployment . ConfigPropertyHandler . handle ( ConfigPropertyHandler . java : 175 ) [ : 6.1.0 . Final ]
at org . jboss . resource . deployment . ResourceAdapterFactory . applyProperty ( ResourceAdapterFactory . java : 108 ) [ : 6.1.0 . Final ]
... 76 more
[...]
10 : 20 : 35 , 279 Informações [ javax . enterprise . resource . webcontainer . jsf . config ] Inicializando Mojarra 2.0.3 ( b05 ) para o contexto ' / ADDOrca - Web '
10 : 20 : 35 , 682 ERROR [ org . apache . catalina . core . StandardContext ] Error listenerStart
10 : 20 : 35 , 682 ERROR [ org . apache . catalina . core . StandardContext ] Context [ / ADDOrca - Web ] startup failed due to previous errors
10 : 20 : 35 , 683 INFO [ org . apache . catalina . core . ContainerBase .[ jboss . web ].[ localhost ].[ / ADDOrca - Web ]] Closing Spring root WebApplicationContext
10 : 20 : 35 , 684 ERROR [ org . jboss . kernel . plugins . dependency . AbstractKernelController ] Error installing to Start : name = jboss . web . deployment : war =/ ADDOrca - Web state = Create mode = Manual requiredState = Installed : org . jboss . deployers . spi . DeploymentException : URL file :/ C :/ jboss -6.1.0 . Final / server / default / tmp / vfs / automountd97cbfe8cb31d037 / ADDOrca - Web . war -3 ad09decff7cdf60 / deployment failed
at org . jboss . web . tomcat . service . deployers . TomcatDeployment . performDeployInternal ( TomcatDeployment . java : 325 ) [ : 6.1.0 . Final ]
at org . jboss . web . tomcat . service . deployers . TomcatDeployment . performDeploy ( TomcatDeployment . java : 146 ) [ : 6.1.0 . Final ]
at org . jboss . web . deployers . AbstractWarDeployment . start ( AbstractWarDeployment . java : 476 ) [ : 6.1.0 . Final ]
at org . jboss . web . deployers . WebModule . startModule ( WebModule . java : 118 ) [ : 6.1.0 . Final ]
at org . jboss . web . deployers . WebModule . start ( WebModule . java : 95 ) [ : 6.1.0 . Final ]
at sun . reflect . NativeMethodAccessorImpl . invoke0 ( Native Method ) [ : 1.7.0 ]
at sun . reflect . NativeMethodAccessorImpl . invoke ( NativeMethodAccessorImpl . java : 57 ) [ : 1.7.0 ]
at sun . reflect . DelegatingMethodAccessorImpl . invoke ( DelegatingMethodAccessorImpl . java : 43 ) [ : 1.7.0 ]
at java . lang . reflect . Method . invoke ( Method . java : 601 ) [ : 1.7.0 ]
at org . jboss . mx . interceptor . ReflectedDispatcher . invoke ( ReflectedDispatcher . java : 157 ) [ : 6.0.0 . GA ]
at org . jboss . mx . server . Invocation . dispatch ( Invocation . java : 96 ) [ : 6.0.0 . GA ]
at org . jboss . mx . server . Invocation . invoke ( Invocation . java : 88 ) [ : 6.0.0 . GA ]
at org . jboss . mx . server . AbstractMBeanInvoker . invoke ( AbstractMBeanInvoker . java : 271 ) [ : 6.0.0 . GA ]
at org . jboss . mx . server . MBeanServerImpl . invoke ( MBeanServerImpl . java : 670 ) [ : 6.0.0 . GA ]
at org . jboss . system . microcontainer . ServiceProxy . invoke ( ServiceProxy . java : 206 ) [ : 2.2.0 . SP2 ]
at $Proxy41 . start ( Unknown Source ) at org . jboss . system . microcontainer . StartStopLifecycleAction . installAction ( StartStopLifecycleAction . java : 53 ) [ : 2.2.0 . SP2 ]
at org . jboss . system . microcontainer . StartStopLifecycleAction . installAction ( StartStopLifecycleAction . java : 41 ) [ : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . action . SimpleControllerContextAction . simpleInstallAction ( SimpleControllerContextAction . java : 62 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . action . AccessControllerContextAction . install ( AccessControllerContextAction . java : 71 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractControllerContextActions . install ( AbstractControllerContextActions . java : 51 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractControllerContext . install ( AbstractControllerContext . java : 379 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . system . microcontainer . ServiceControllerContext . install ( ServiceControllerContext . java : 301 ) [ : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . install ( AbstractController . java : 2044 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . incrementState ( AbstractController . java : 1083 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . executeOrIncrementStateDirectly ( AbstractController . java : 1322 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1246 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1139 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 939 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 654 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . system . ServiceController . doChange ( ServiceController . java : 671 ) [ : 6.1.0 . Final ( Build SVNTag : JBoss_6 .1.0 . Final date : 20110816 )]
at org . jboss . system . ServiceController . start ( ServiceController . java : 443 ) [ : 6.1.0 . Final ( Build SVNTag : JBoss_6 .1.0 . Final date : 20110816 )]
at org . jboss . system . deployers . ServiceDeployer . start ( ServiceDeployer . java : 189 ) [ : 6.1.0 . Final ]
at org . jboss . system . deployers . ServiceDeployer . deploy ( ServiceDeployer . java : 102 ) [ : 6.1.0 . Final ]
at org . jboss . system . deployers . ServiceDeployer . deploy ( ServiceDeployer . java : 49 ) [ : 6.1.0 . Final ]
at org . jboss . deployers . spi . deployer . helpers . AbstractSimpleRealDeployer . internalDeploy ( AbstractSimpleRealDeployer . java : 63 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . spi . deployer . helpers . AbstractRealDeployer . deploy ( AbstractRealDeployer . java : 55 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployerWrapper . deploy ( DeployerWrapper . java : 179 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . doDeploy ( DeployersImpl . java : 1832 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . doInstallParentFirst ( DeployersImpl . java : 1550 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . doInstallParentFirst ( DeployersImpl . java : 1571 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . install ( DeployersImpl . java : 1491 ) [ : 2.2.2 . GA ]
at org . jboss . dependency . plugins . AbstractControllerContext . install ( AbstractControllerContext . java : 379 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . install ( AbstractController . java : 2044 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . incrementState ( AbstractController . java : 1083 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . executeOrIncrementStateDirectly ( AbstractController . java : 1322 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1246 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1139 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 939 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 654 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . change ( DeployersImpl . java : 1983 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . process ( DeployersImpl . java : 1076 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . main . MainDeployerImpl . process ( MainDeployerImpl . java : 679 ) [ : 2.2.2 . GA ]
at org . jboss . system . server . profileservice . deployers . MainDeployerPlugin . process ( MainDeployerPlugin . java : 106 ) [ : 6.1.0 . Final ]
at org . jboss . profileservice . dependency . ProfileControllerContext$DelegateDeployer . process ( ProfileControllerContext . java : 143 ) [ : 0.2.2 ]
at org . jboss . profileservice . plugins . deploy . actions . DeploymentStartAction . doPrepare ( DeploymentStartAction . java : 98 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . actions . AbstractTwoPhaseModificationAction . prepare ( AbstractTwoPhaseModificationAction . java : 101 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . ModificationSession . prepare ( ModificationSession . java : 87 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . AbstractActionController . internalPerfom ( AbstractActionController . java : 234 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . AbstractActionController . performWrite ( AbstractActionController . java : 213 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . AbstractActionController . perform ( AbstractActionController . java : 150 ) [ : 0.2.2 ]
at org . jboss . profileservice . plugins . deploy . AbstractDeployHandler . startDeployments ( AbstractDeployHandler . java : 168 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . upload . remoting . DeployHandlerDelegate . startDeployments ( DeployHandlerDelegate . java : 74 ) [ : 6.1.0 . Final ]
at org . jboss . profileservice . management . upload . remoting . DeployHandler . invoke ( DeployHandler . java : 156 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . ServerInvoker . invoke ( ServerInvoker . java : 967 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . transport . socket . ServerThread . completeInvocation ( ServerThread . java : 791 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . transport . socket . ServerThread . processInvocation ( ServerThread . java : 744 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . transport . socket . ServerThread . dorun ( ServerThread . java : 548 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . transport . socket . ServerThread . run ( ServerThread . java : 234 ) [ : 6.1.0 . Final ]
10 : 20 : 35 , 732 ERROR [ org . jboss . kernel . plugins . dependency . AbstractKernelController ] Error installing to Real : name = vfs : ///C:/jboss-6.1.0.Final/server/default/deploy/ADDOrca-Web.war state=PreReal mode=Manual requiredState=Real: org.jboss.deployers.spi.DeploymentException: URL file:/C:/jboss-6.1.0.Final/server/default/tmp/vfs/automountd97cbfe8cb31d037/ADDOrca-Web.war-3ad09decff7cdf60/ deployment failed
at org . jboss . web . tomcat . service . deployers . TomcatDeployment . performDeployInternal ( TomcatDeployment . java : 325 ) [ : 6.1.0 . Final ]
at org . jboss . web . tomcat . service . deployers . TomcatDeployment . performDeploy ( TomcatDeployment . java : 146 ) [ : 6.1.0 . Final ]
at org . jboss . web . deployers . AbstractWarDeployment . start ( AbstractWarDeployment . java : 476 ) [ : 6.1.0 . Final ]
at org . jboss . web . deployers . WebModule . startModule ( WebModule . java : 118 ) [ : 6.1.0 . Final ]
at org . jboss . web . deployers . WebModule . start ( WebModule . java : 95 ) [ : 6.1.0 . Final ]
at sun . reflect . NativeMethodAccessorImpl . invoke0 ( Native Method ) [ : 1.7.0 ]
at sun . reflect . NativeMethodAccessorImpl . invoke ( NativeMethodAccessorImpl . java : 57 ) [ : 1.7.0 ]
at sun . reflect . DelegatingMethodAccessorImpl . invoke ( DelegatingMethodAccessorImpl . java : 43 ) [ : 1.7.0 ]
at java . lang . reflect . Method . invoke ( Method . java : 601 ) [ : 1.7.0 ]
at org . jboss . mx . interceptor . ReflectedDispatcher . invoke ( ReflectedDispatcher . java : 157 ) [ : 6.0.0 . GA ]
at org . jboss . mx . server . Invocation . dispatch ( Invocation . java : 96 ) [ : 6.0.0 . GA ]
at org . jboss . mx . server . Invocation . invoke ( Invocation . java : 88 ) [ : 6.0.0 . GA ]
at org . jboss . mx . server . AbstractMBeanInvoker . invoke ( AbstractMBeanInvoker . java : 271 ) [ : 6.0.0 . GA ]
at org . jboss . mx . server . MBeanServerImpl . invoke ( MBeanServerImpl . java : 670 ) [ : 6.0.0 . GA ]
at org . jboss . system . microcontainer . ServiceProxy . invoke ( ServiceProxy . java : 206 ) [ : 2.2.0 . SP2 ]
at $Proxy41 . start ( Unknown Source ) at org . jboss . system . microcontainer . StartStopLifecycleAction . installAction ( StartStopLifecycleAction . java : 53 ) [ : 2.2.0 . SP2 ]
at org . jboss . system . microcontainer . StartStopLifecycleAction . installAction ( StartStopLifecycleAction . java : 41 ) [ : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . action . SimpleControllerContextAction . simpleInstallAction ( SimpleControllerContextAction . java : 62 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . action . AccessControllerContextAction . install ( AccessControllerContextAction . java : 71 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractControllerContextActions . install ( AbstractControllerContextActions . java : 51 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractControllerContext . install ( AbstractControllerContext . java : 379 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . system . microcontainer . ServiceControllerContext . install ( ServiceControllerContext . java : 301 ) [ : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . install ( AbstractController . java : 2044 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . incrementState ( AbstractController . java : 1083 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . executeOrIncrementStateDirectly ( AbstractController . java : 1322 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1246 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1139 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 939 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 654 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . system . ServiceController . doChange ( ServiceController . java : 671 ) [ : 6.1.0 . Final ( Build SVNTag : JBoss_6 .1.0 . Final date : 20110816 )]
at org . jboss . system . ServiceController . start ( ServiceController . java : 443 ) [ : 6.1.0 . Final ( Build SVNTag : JBoss_6 .1.0 . Final date : 20110816 )]
at org . jboss . system . deployers . ServiceDeployer . start ( ServiceDeployer . java : 189 ) [ : 6.1.0 . Final ]
at org . jboss . system . deployers . ServiceDeployer . deploy ( ServiceDeployer . java : 102 ) [ : 6.1.0 . Final ]
at org . jboss . system . deployers . ServiceDeployer . deploy ( ServiceDeployer . java : 49 ) [ : 6.1.0 . Final ]
at org . jboss . deployers . spi . deployer . helpers . AbstractSimpleRealDeployer . internalDeploy ( AbstractSimpleRealDeployer . java : 63 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . spi . deployer . helpers . AbstractRealDeployer . deploy ( AbstractRealDeployer . java : 55 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployerWrapper . deploy ( DeployerWrapper . java : 179 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . doDeploy ( DeployersImpl . java : 1832 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . doInstallParentFirst ( DeployersImpl . java : 1550 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . doInstallParentFirst ( DeployersImpl . java : 1571 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . install ( DeployersImpl . java : 1491 ) [ : 2.2.2 . GA ]
at org . jboss . dependency . plugins . AbstractControllerContext . install ( AbstractControllerContext . java : 379 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . install ( AbstractController . java : 2044 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . incrementState ( AbstractController . java : 1083 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . executeOrIncrementStateDirectly ( AbstractController . java : 1322 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1246 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1139 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 939 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 654 ) [ jboss - dependency . jar : 2.2.0 . SP2 ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . change ( DeployersImpl . java : 1983 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . process ( DeployersImpl . java : 1076 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . main . MainDeployerImpl . process ( MainDeployerImpl . java : 679 ) [ : 2.2.2 . GA ]
at org . jboss . system . server . profileservice . deployers . MainDeployerPlugin . process ( MainDeployerPlugin . java : 106 ) [ : 6.1.0 . Final ]
at org . jboss . profileservice . dependency . ProfileControllerContext$DelegateDeployer . process ( ProfileControllerContext . java : 143 ) [ : 0.2.2 ]
at org . jboss . profileservice . plugins . deploy . actions . DeploymentStartAction . doPrepare ( DeploymentStartAction . java : 98 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . actions . AbstractTwoPhaseModificationAction . prepare ( AbstractTwoPhaseModificationAction . java : 101 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . ModificationSession . prepare ( ModificationSession . java : 87 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . AbstractActionController . internalPerfom ( AbstractActionController . java : 234 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . AbstractActionController . performWrite ( AbstractActionController . java : 213 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . AbstractActionController . perform ( AbstractActionController . java : 150 ) [ : 0.2.2 ]
at org . jboss . profileservice . plugins . deploy . AbstractDeployHandler . startDeployments ( AbstractDeployHandler . java : 168 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . upload . remoting . DeployHandlerDelegate . startDeployments ( DeployHandlerDelegate . java : 74 ) [ : 6.1.0 . Final ]
at org . jboss . profileservice . management . upload . remoting . DeployHandler . invoke ( DeployHandler . java : 156 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . ServerInvoker . invoke ( ServerInvoker . java : 967 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . transport . socket . ServerThread . completeInvocation ( ServerThread . java : 791 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . transport . socket . ServerThread . processInvocation ( ServerThread . java : 744 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . transport . socket . ServerThread . dorun ( ServerThread . java : 548 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . transport . socket . ServerThread . run ( ServerThread . java : 234 ) [ : 6.1.0 . Final ]
10 : 20 : 35 , 840 WARN [ org . jboss . profileservice . management . upload . remoting . DeployHandler ] Failed to complete command : [ start ] for deployment : names = [ ADDOrca - Web . war ] : org . jboss . deployers . client . spi . IncompleteDeploymentException : Summary of incomplete deployments ( SEE PREVIOUS ERRORS FOR DETAILS ) :
*** DEPLOYMENTS IN ERROR : Name -> Error
vfs : ///C:/jboss-6.1.0.Final/server/default/deploy/ADDOrca-Web.war -> org.jboss.deployers.spi.DeploymentException: URL file:/C:/jboss-6.1.0.Final/server/default/tmp/vfs/automountd97cbfe8cb31d037/ADDOrca-Web.war-3ad09decff7cdf60/ deployment failed
DEPLOYMENTS IN ERROR :
Deployment "vfs:///C:/jboss-6.1.0.Final/server/default/deploy/ADDOrca-Web.war" is in error due to the following reason ( s ) : org . jboss . deployers . spi . DeploymentException : URL file :/ C :/ jboss -6.1.0 . Final / server / default / tmp / vfs / automountd97cbfe8cb31d037 / ADDOrca - Web . war -3 ad09decff7cdf60 / deployment failed
at org . jboss . deployers . plugins . deployers . DeployersImpl . checkComplete ( DeployersImpl . java : 1370 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . checkComplete ( DeployersImpl . java : 1316 ) [ : 2.2.2 . GA ]
at org . jboss . deployers . plugins . main . MainDeployerImpl . checkComplete ( MainDeployerImpl . java : 968 ) [ : 2.2.2 . GA ]
at org . jboss . system . server . profileservice . deployers . MainDeployerPlugin . checkComplete ( MainDeployerPlugin . java : 82 ) [ : 6.1.0 . Final ]
at org . jboss . profileservice . dependency . ProfileControllerContext$DelegateDeployer . checkComplete ( ProfileControllerContext . java : 138 ) [ : 0.2.2 ]
at org . jboss . profileservice . plugins . deploy . actions . DeploymentStartAction . doPrepare ( DeploymentStartAction . java : 104 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . actions . AbstractTwoPhaseModificationAction . prepare ( AbstractTwoPhaseModificationAction . java : 101 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . ModificationSession . prepare ( ModificationSession . java : 87 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . AbstractActionController . internalPerfom ( AbstractActionController . java : 234 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . AbstractActionController . performWrite ( AbstractActionController . java : 213 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . AbstractActionController . perform ( AbstractActionController . java : 150 ) [ : 0.2.2 ]
at org . jboss . profileservice . plugins . deploy . AbstractDeployHandler . startDeployments ( AbstractDeployHandler . java : 168 ) [ : 0.2.2 ]
at org . jboss . profileservice . management . upload . remoting . DeployHandlerDelegate . startDeployments ( DeployHandlerDelegate . java : 74 ) [ : 6.1.0 . Final ]
at org . jboss . profileservice . management . upload . remoting . DeployHandler . invoke ( DeployHandler . java : 156 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . ServerInvoker . invoke ( ServerInvoker . java : 967 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . transport . socket . ServerThread . completeInvocation ( ServerThread . java : 791 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . transport . socket . ServerThread . processInvocation ( ServerThread . java : 744 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . transport . socket . ServerThread . dorun ( ServerThread . java : 548 ) [ : 6.1.0 . Final ]
at org . jboss . remoting . transport . socket . ServerThread . run ( ServerThread . java : 234 ) [ : 6.1.0 . Final ]
Bom, qualquer ajuda que me dê uma luz será bem vinda, eu já estou há dois dias tentando configurar isso sem sucesso :?
drsmachado 14 de set. de 2012
Ana, parece ser um erro de configuração do JBoss, algo com o geenciador de filas do mesmo, o hornetQ.
anakromeiro 17 de set. de 2012
olá drsmachado,
você sabe me dizer qual arquivo de configuração eu preciso alterar para que isso funcione?
anakromeiro 18 de set. de 2012
Olá oyama,
eu fiz duas modificações que acho que estão relacionadas com o que vc disse.
a primeira foi alterar no arquivo “ear-deployer-jboss-beans.xml” a linha
<bean name= "EARClassLoaderDeployer" class= "org.jboss.deployment.EarClassLoaderDeployer" >
<!-- A flag indicating if ear deployments should have their own scoped
class loader to isolate their classes from other deployments.
-->
<property name= "isolated" > false</property>
</bean>
de true para false.
e a outra foi criar o arquivo jboss-classloading.xml dentro da pasta WEB-INF e preenchê-lo da seguinte maneira:
< ? xml version = "1.0" encoding = "UTF-8" ? >
< classloading
xmlns = "urn:jboss:classloading:1.0"
export - all = "NON_EMPTY"
import - all = "true"
parent - first = "false" />
Ainda não funcionou, mas pelo menos o erro mudou huahauahu
O erro de agora é:
14 : 05 : 14 , 999 ERROR [ org . jboss . kernel . plugins . dependency . AbstractKernelController ] Error installing to Real : name = vfs :/// C :/ jboss - 6.1 . 0 . Final /server/default/deploy/ADDOrca-Web.war state=PreReal mode=Manual requiredState=Real: org.jboss.deployers.spi.DeploymentException: Error during deploy: vfs:///C:/jboss-6.1.0.Final/server/default/deploy/ ADDOrca - Web . war
at org . jboss . deployers . spi . DeploymentException . rethrowAsDeploymentException ( DeploymentException . java : 49 ) [: 2.2 . 2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployerWrapper . deploy ( DeployerWrapper . java : 185 ) [: 2.2 . 2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . doDeploy ( DeployersImpl . java : 1832 ) [: 2.2 . 2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . doInstallParentFirst ( DeployersImpl . java : 1550 ) [: 2.2 . 2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . install ( DeployersImpl . java : 1491 ) [: 2.2 . 2 . GA ]
at org . jboss . dependency . plugins . AbstractControllerContext . install ( AbstractControllerContext . java : 379 ) [ jboss - dependency . jar : 2.2 . 0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . install ( AbstractController . java : 2044 ) [ jboss - dependency . jar : 2.2 . 0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . incrementState ( AbstractController . java : 1083 ) [ jboss - dependency . jar : 2.2 . 0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . executeOrIncrementStateDirectly ( AbstractController . java : 1322 ) [ jboss - dependency . jar : 2.2 . 0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1246 ) [ jboss - dependency . jar : 2.2 . 0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . resolveContexts ( AbstractController . java : 1139 ) [ jboss - dependency . jar : 2.2 . 0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 939 ) [ jboss - dependency . jar : 2.2 . 0 . SP2 ]
at org . jboss . dependency . plugins . AbstractController . change ( AbstractController . java : 654 ) [ jboss - dependency . jar : 2.2 . 0 . SP2 ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . change ( DeployersImpl . java : 1983 ) [: 2.2 . 2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployersImpl . process ( DeployersImpl . java : 1076 ) [: 2.2 . 2 . GA ]
at org . jboss . deployers . plugins . main . MainDeployerImpl . process ( MainDeployerImpl . java : 679 ) [: 2.2 . 2 . GA ]
at org . jboss . system . server . profileservice . deployers . MainDeployerPlugin . process ( MainDeployerPlugin . java : 106 ) [: 6.1 . 0 . Final ]
at org . jboss . profileservice . dependency . ProfileControllerContext $DelegateDeployer . process ( ProfileControllerContext . java : 143 ) [: 0.2 . 2 ]
at org . jboss . profileservice . deployment . hotdeploy . HDScanner $HDScanAction . deploy ( HDScanner . java : 240 ) [: 0.2 . 2 ]
at org . jboss . profileservice . deployment . hotdeploy . HDScanner $HDScanAction . complete ( HDScanner . java : 192 ) [: 0.2 . 2 ]
at org . jboss . profileservice . management . TwoPCActionWrapper . doComplete ( TwoPCActionWrapper . java : 57 ) [: 0.2 . 2 ]
at org . jboss . profileservice . management . actions . AbstractTwoPhaseModificationAction . complete ( AbstractTwoPhaseModificationAction . java : 74 ) [: 0.2 . 2 ]
at org . jboss . profileservice . management . actions . AbstractTwoPhaseModificationAction . prepare ( AbstractTwoPhaseModificationAction . java : 95 ) [: 0.2 . 2 ]
at org . jboss . profileservice . management . ModificationSession . prepare ( ModificationSession . java : 87 ) [: 0.2 . 2 ]
at org . jboss . profileservice . management . AbstractActionController . internalPerfom ( AbstractActionController . java : 234 ) [: 0.2 . 2 ]
at org . jboss . profileservice . management . AbstractActionController . performWrite ( AbstractActionController . java : 213 ) [: 0.2 . 2 ]
at org . jboss . profileservice . management . AbstractActionController . perform ( AbstractActionController . java : 150 ) [: 0.2 . 2 ]
at org . jboss . profileservice . management . AbstractActionController . perform ( AbstractActionController . java : 135 ) [: 0.2 . 2 ]
at org . jboss . profileservice . deployment . hotdeploy . HDScanner . scan ( HDScanner . java : 146 ) [: 0.2 . 2 ]
at org . jboss . profileservice . deployment . hotdeploy . HDScanner . run ( HDScanner . java : 90 ) [: 0.2 . 2 ]
at java . util . concurrent . Executors $RunnableAdapter . call ( Executors . java : 471 ) [: 1.7 . 0 ]
at java . util . concurrent . FutureTask $Sync . innerRunAndReset ( FutureTask . java : 351 ) [: 1.7 . 0 ]
at java . util . concurrent . FutureTask . runAndReset ( FutureTask . java : 178 ) [: 1.7 . 0 ]
at java . util . concurrent . ScheduledThreadPoolExecutor $ScheduledFutureTask . access $301 ( ScheduledThreadPoolExecutor . java : 178 ) [: 1.7 . 0 ]
at java . util . concurrent . ScheduledThreadPoolExecutor $ScheduledFutureTask . run ( ScheduledThreadPoolExecutor . java : 293 ) [: 1.7 . 0 ]
at java . util . concurrent . ThreadPoolExecutor . runWorker ( ThreadPoolExecutor . java : 1110 ) [: 1.7 . 0 ]
at java . util . concurrent . ThreadPoolExecutor $Worker . run ( ThreadPoolExecutor . java : 603 ) [: 1.7 . 0 ]
at java . lang . Thread . run ( Thread . java : 722 ) [: 1.7 . 0 ]
Caused by : java . lang . RuntimeException : Neither any mapped - name /lookup/jndi-name specified nor any ResourceProvider could process resource-env-ref named env/br.uff.addlabs.orca.controller.AnaliseCenarioController/ daoFactory of type br . uff . addlabs . orca . dao . DaoFactory
at org . jboss . switchboard . mc . resource . provider . ResourceEnvRefProvider . provide ( ResourceEnvRefProvider . java : 119 ) [: 1.0 . 0 - alpha - 15 ]
at org . jboss . switchboard . mc . resource . provider . ResourceEnvRefProvider . provide ( ResourceEnvRefProvider . java : 43 ) [: 1.0 . 0 - alpha - 15 ]
at org . jboss . switchboard . mc . JndiEnvironmentProcessor . process ( JndiEnvironmentProcessor . java : 68 ) [: 1.0 . 0 - alpha - 15 ]
at org . jboss . switchboard . mc . deployer . AbstractSwitchBoardDeployer . process ( AbstractSwitchBoardDeployer . java : 119 ) [: 1.0 . 0 - alpha - 15 ]
at org . jboss . switchboard . mc . deployer . WebEnvironmentSwitchBoardDeployer . internalDeploy ( WebEnvironmentSwitchBoardDeployer . java : 66 ) [: 1.0 . 0 - alpha - 15 ]
at org . jboss . deployers . spi . deployer . helpers . AbstractRealDeployer . deploy ( AbstractRealDeployer . java : 55 ) [: 2.2 . 2 . GA ]
at org . jboss . deployers . plugins . deployers . DeployerWrapper . deploy ( DeployerWrapper . java : 179 ) [: 2.2 . 2 . GA ]
... 36 more
que inclusive procurando no google tô vendo muita gente com esse erro, mas nenhuma solução até agora! =/