• Cannot install

  • Problems with installing OpenKM? No problemo, the solution is closer than you think.
Problems with installing OpenKM? No problemo, the solution is closer than you think.
Forum rules: Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
 #4290  by robschneider
 
Been searching these forums, but the errors I am seeing haven't been discussed here, as far as I can tell. If they have and I've missed them, I apologize. If someone could point out where they are located, it would be much appreciated.

Without further adieu, my errors upon installation attempts:
Code: Select all
C:\Program Files\jboss-4.2.3.GA\bin>run.bat
===============================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: C:\Program Files\jboss-4.2.3.GA

  JAVA: C:\Program Files\Java\jdk1.6.0_18\bin\java

  JAVA_OPTS:  -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.cli
ent.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000

  CLASSPATH: C:\Program Files\Java\jdk1.6.0_18\lib\tools.jar;C:\Program Files\jb
oss-4.2.3.GA\bin\run.jar

===============================================================================

log4j:ERROR Failed to create directory structure: C:\Program Files\jboss-4.2.3.G
A\server\default\log
log4j:ERROR setFile(null,false) call failed.
java.io.FileNotFoundException: C:\Program Files\jboss-4.2.3.GA\server\default\lo
g\boot.log (The system cannot find the path specified)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
        at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
        at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:163)
        at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:2
56)
        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.j
ava:132)
        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.j
ava:96)
        at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigura
tor.java:654)
        at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigura
tor.java:612)
        at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyC
onfigurator.java:509)
        at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurato
r.java:415)
        at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurato
r.java:441)
        at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionCon
verter.java:470)
        at org.apache.log4j.LogManager.<clinit>(LogManager.java:122)
        at org.jboss.logging.Log4jLoggerPlugin.init(Log4jLoggerPlugin.java:63)
        at org.jboss.logging.Logger.getDelegatePlugin(Logger.java:338)
        at org.jboss.logging.Logger.<init>(Logger.java:96)
        at org.jboss.logging.Logger.getLogger(Logger.java:309)
        at org.jboss.system.server.ServerImpl.doInit(ServerImpl.java:166)
        at org.jboss.system.server.ServerImpl.init(ServerImpl.java:147)
        at org.jboss.Main.boot(Main.java:197)
        at org.jboss.Main$1.run(Main.java:508)
        at java.lang.Thread.run(Thread.java:619)
15:35:09,710 INFO  [Server] Starting JBoss (MX MicroKernel)...
15:35:09,710 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=
JBoss_4_2_3_GA date=200807181439)
15:35:09,725 INFO  [Server] Home Dir: C:\Program Files\jboss-4.2.3.GA
15:35:09,725 INFO  [Server] Home URL: file:/C:/Program Files/jboss-4.2.3.GA/
15:35:09,725 INFO  [Server] Patch URL: null
15:35:09,725 INFO  [Server] Server Name: default
15:35:09,725 INFO  [Server] Server Home Dir: C:\Program Files\jboss-4.2.3.GA\ser
ver\default
15:35:09,725 INFO  [Server] Server Home URL: file:/C:/Program Files/jboss-4.2.3.
GA/server/default/
15:35:09,725 INFO  [Server] Server Log Dir: C:\Program Files\jboss-4.2.3.GA\serv
er\default\log
15:35:09,725 INFO  [Server] Server Temp Dir: C:\Program Files\jboss-4.2.3.GA\ser
ver\default\tmp
15:35:09,725 INFO  [Server] Root Deployment Filename: jboss-service.xml
15:35:10,429 INFO  [ServerInfo] Java version: 1.6.0_18,Sun Microsystems Inc.
15:35:10,429 INFO  [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 16.0-
b13,Sun Microsystems Inc.
15:35:10,429 INFO  [ServerInfo] OS-System: Windows 7 6.1,amd64
15:35:11,116 INFO  [Server] Core system initialized
15:35:11,257 ERROR [MainDeployer] Could not make local copy for file:/C:/Program
 Files/jboss-4.2.3.GA/server/default/conf/jboss-service.xml
java.io.IOException: The system cannot find the path specified
        at java.io.WinNTFileSystem.createFileExclusively(Native Method)
        at java.io.File.checkAndCreate(File.java:1704)
        at java.io.File.createTempFile(File.java:1792)
        at org.jboss.deployment.MainDeployer.makeLocalCopy(MainDeployer.java:118
5)
        at org.jboss.deployment.MainDeployer.init(MainDeployer.java:851)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy5.deploy(Unknown Source)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
        at org.jboss.Main.boot(Main.java:200)
        at org.jboss.Main$1.run(Main.java:508)
        at java.lang.Thread.run(Thread.java:619)
15:35:11,288 ERROR [MainDeployer] Could not initialise deployment: file:/C:/Prog
ram Files/jboss-4.2.3.GA/server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: Failed to find META-INF/jboss-service.
xml for archive jboss-service.xml
        at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:618)
        at org.jboss.deployment.SARDeployer.init(SARDeployer.java:181)
        at org.jboss.deployment.MainDeployer.init(MainDeployer.java:872)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy5.deploy(Unknown Source)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
        at org.jboss.Main.boot(Main.java:200)
        at org.jboss.Main$1.run(Main.java:508)
        at java.lang.Thread.run(Thread.java:619)
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: Failed to find META-INF/jboss-service.
xml for archive jboss-service.xml
        at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:618)
        at org.jboss.deployment.SARDeployer.init(SARDeployer.java:181)
        at org.jboss.deployment.MainDeployer.init(MainDeployer.java:872)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy5.deploy(Unknown Source)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
        at org.jboss.Main.boot(Main.java:200)
        at org.jboss.Main$1.run(Main.java:508)
        at java.lang.Thread.run(Thread.java:619)
15:35:11,350 INFO  [Server] Runtime shutdown hook called, forceHalt: true
15:35:11,350 INFO  [Server] JBoss SHUTDOWN: Undeploying all packages
15:35:11,366 INFO  [Server] Shutdown complete
Thank you for any help.
 #4291  by wangmj
 
ok!
C:\Program Files\jboss-4.2.3.GA
perhaps the blank cause the problem. change jboss_home "jboss-4.2.3.GA" to C disk root.
the path look like "c:\jboss-4.2.3GA".
good luck!
 #4292  by jllort
 
which Window OS version it occurs this problem ?
 #4299  by robschneider
 
wangmj wrote:ok!
C:\Program Files\jboss-4.2.3.GA
perhaps the blank cause the problem. change jboss_home "jboss-4.2.3.GA" to C disk root.
the path look like "c:\jboss-4.2.3GA".
good luck!
lol. Yep. That was the problem. I'm an idiot.

Thank you!
 #5687  by jllort
 
If "windows 7" supports java and jboss I don't see any problem on it.
 #5696  by blindrood
 
I'm working with OpenKM under Win7 32 and 64 bit and works well
 #5711  by pavila
 
Maybe the problem is the space in "Program Files" folder name.
 #5720  by jllort
 
as says pavila " " ( space ) is a problem in jboss windows path
 #5783  by styla786
 
I think you should install window 7 it is very good and not create any problem.

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.