[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss from Eclipse

pgbonino do-not-reply at jboss.com
Sun Jan 25 13:53:39 EST 2009


Hello.

I am having problems to configure and run jboss from Eclipse.

>From command line I have no problem. It starts correctly and yet deploys properly.

But from Eclipse I get the following error. Any idea? Thank you so much in advance!!

19:42:18,715 ERROR [AbstractKernelController] Error installing to Configured: name=WarDeployer state=Instantiated
  | java.lang.RuntimeException: Error configuring property: configFile for WarDeployer
  | 	at org.jboss.kernel.plugins.dependency.ConfigureAction.dispatchSetProperty(ConfigureAction.java:112)
  | 	at org.jboss.kernel.plugins.dependency.ConfigureAction.setAttributes(ConfigureAction.java:85)
  | 	at org.jboss.kernel.plugins.dependency.ConfigureAction.installActionInternal(ConfigureAction.java:44)
  | 	at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54)
  | 	at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42)
  | 	at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
  | 	at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
  | 	at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
  | 	at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
  | 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
  | 	at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
  | 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
  | 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
  | 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:774)
  | 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:540)
  | 	at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:121)
  | 	at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:51)
  | 	at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
  | 	at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
  | 	at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
  | 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
  | 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
  | 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
  | 	at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
  | 	at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
  | 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
  | 	at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
  | 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
  | 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
  | 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
  | 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
  | 	at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
  | 	at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:545)
  | 	at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:297)
  | 	at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
  | 	at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
  | 	at org.jboss.Main.boot(Main.java:209)
  | 	at org.jboss.Main$1.run(Main.java:547)
  | 	at java.lang.Thread.run(Thread.java:613)
  | Caused by: java.lang.RuntimeException: Caught IOException during transformation
  | 	at org.jboss.services.binding.impl.XSLTServiceBindingValueSourceImpl.doFileTransform(XSLTServiceBindingValueSourceImpl.java:172)
  | 	at org.jboss.services.binding.impl.XSLTServiceBindingValueSourceImpl.getResourceServiceBindingValue(XSLTServiceBindingValueSourceImpl.java:84)
  | 	at org.jboss.services.binding.ServiceBindingManager.getResourceBinding(ServiceBindingManager.java:931)
  | 	at org.jboss.services.binding.ServiceBindingManager.getResourceBinding(ServiceBindingManager.java:896)
  | 	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:585)
  | 	at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59)
  | 	at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:150)
  | 	at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
  | 	at org.jboss.beans.info.plugins.AbstractBeanInfo.invoke(AbstractBeanInfo.java:300)
  | 	at org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.invoke(AbstractKernelControllerContext.java:286)
  | 	at org.jboss.kernel.plugins.dispatch.InvokeDispatchHelper.invoke(InvokeDispatchHelper.java:104)
  | 	at org.jboss.beans.metadata.plugins.AbstractValueFactoryMetaData.getValue(AbstractValueFactoryMetaData.java:332)
  | 	at org.jboss.kernel.plugins.dependency.PropertyDispatchWrapper.execute(PropertyDispatchWrapper.java:111)
  | 	at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47)
  | 	at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:109)
  | 	at org.jboss.kernel.plugins.dependency.ConfigureAction.dispatchSetProperty(ConfigureAction.java:107)
  | 	... 38 more
  | Caused by: java.io.IOException: Permission denied
  | 	at java.io.UnixFileSystem.createFileExclusively(Native Method)
  | 	at java.io.File.checkAndCreate(File.java:1345)
  | 	at java.io.File.createTempFile(File.java:1434)
  | 	at org.jboss.services.binding.impl.Util.createTempFile(Util.java:145)
  | 	at org.jboss.services.binding.impl.XSLTServiceBindingValueSourceImpl.doFileTransform(XSLTServiceBindingValueSourceImpl.java:163)
  | 	... 56 more
  | 19:42:20,366 INFO  [NativeServerConfig] JBoss Web Services - Stack Native Core
  | 19:42:20,367 INFO  [NativeServerConfig] 3.0.4.SP1
  | 19:42:22,610 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
  | 
  | *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
  | 
  | WSDeployerHook_JAXRPC_POST_JSE
  |  -> WebServiceDeployerPostJSE{Create:Configured}
  | 
  | WSDeployerHook_JAXRPC_PRE_JSE
  |  -> WebServiceDeployerPreJSE{Create:Instantiated}
  | 
  | WSDeployerHook_JAXWS_POST_JSE
  |  -> WebServiceDeployerPostJSE{Create:Configured}
  | 
  | WSDeployerHook_JAXWS_PRE_JSE
  |  -> WebServiceDeployerPreJSE{Create:Instantiated}
  | 
  | WebServiceDeployerPostJSE
  |  -> WarDeployer{Create:**ERROR**}
  | 
  | WebServiceDeployerPreJSE
  |  -> WarDeployer{Configured:**ERROR**}
  | 
  | 
  | *** CONTEXTS IN ERROR: Name -> Error
  | 
  | WarDeployer -> java.io.IOException: Permission denied | **ERROR**
  | 
  | 
  | 19:42:22,611 INFO  [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200812041714)] Started in 14s:500ms


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204595#4204595

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204595



More information about the jboss-user mailing list