[jboss-user] [Installation, Configuration & DEPLOYMENT] - Errors on startup of Jboss 5 with ordinary user

Jobame do-not-reply at jboss.com
Sat Feb 7 09:05:09 EST 2009


Hello,

I do run Suse 11.1 on a notebook, downloaded JBoss 5.0.0.GA and installed everything. When starting it with root no errors do appear.

However, when starting it as an ordinary user I do get the error below. I'm almost sure it is a user right problem. I already changed the group of every file in $JBOSS_HOME to "jboss" and added my linux user to that group. But the error remains. Unfortunately, I cannot see which file is the problem (except the description in the first line). 

What am I doing wrong? I tried to find something in the documentation on whether I need to modify the user rights of jboss files / directories after installation.

anonymous wrote : 14:43:31,259 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
  | 14:43:35,021 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:636)
  | 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:57)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  |         at java.lang.reflect.Method.invoke(Method.java:616)
  |         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:1716)
  |         at java.io.File.createTempFile(File.java:1805)
  |         at org.jboss.services.binding.impl.Util.createTempFile(Util.java:145)
  |         at org.jboss.services.binding.impl.XSLTServiceBindingValueSourceImpl.doFileTransform(XSLTServiceBindingValueSourceImpl.java:163)
  |         ... 56 more
  | 14:43:36,292 INFO  [NativeServerConfig] JBoss Web Services - Stack Native Core
  | 14:43:36,293 INFO  [NativeServerConfig] 3.0.4.SP1
  | 14:43:38,135 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**
  | 
  | 14:43:38,136 INFO  [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200812041714)] Started in 13s:329ms

Regards,

Jobame


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

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



More information about the jboss-user mailing list