Page 1 of 1

OpenKM on SUSE O.S

PostPosted:Tue Feb 07, 2012 2:48 pm
by Kumar
I have just tried OpenKM on my SUSE system,
While run the command sh run.sh started the booting and automatically halted(Shutdown) server

I have got the following error like
Code: Select all
14:10:51,787 DEBUG [ServiceController] removing jboss.system:service=MainDeployer from server
14:10:51,787 DEBUG [ServiceController] Stopped 3 services
14:10:51,798 DEBUG [Server] Deleting server tmp/deploy directory
14:10:51,798 INFO  [Server] Shutdown complete
How can I solve this?

Re: OpenKM on SUSE O.S

PostPosted:Wed Feb 08, 2012 4:28 pm
by pavila
Please, follow these instructions (http://wiki.openkm.com/index.php/Debug_log_info) and attach the zipped log file.

Re: OpenKM on SUSE O.S

PostPosted:Thu Feb 09, 2012 6:11 am
by Kumar
I followed this article http://wiki.openkm.com/index.php/Debug_log_info and did the same steps. Attached was the log report. Please find boot.log file

Re: OpenKM on SUSE O.S

PostPosted:Thu Feb 09, 2012 6:43 pm
by pavila
Weir error, this is a problem related to JBoss. Does the installation folder has the right permissions? Running JBoss + OpenKM is quite simple, only need:

- Sun (Oracle) JDK 1.6

Try to remove the spaces from the path. I mean change "/opt/jboss-4.2.3.GA with OpenKM/" to "/opt/jboss-4.2.3.GA_OpenKM/".

Re: OpenKM on SUSE O.S

PostPosted:Fri Feb 10, 2012 6:11 am
by Kumar
I have given the permissions for the folders by using chmod a+x JDK1.6.0_30 and also for JBOSS folder as chmod a+x jboss-4.2.3GA, and deleted the previous log , tmp folder and run jboss server. I raised the same problem
Code: Select all
14:10:51,787 DEBUG [ServiceController] removing jboss.system:service=MainDeployer from server
14:10:51,787 DEBUG [ServiceController] Stopped 3 services
14:10:51,798 DEBUG [Server] Deleting server tmp/deploy directory
14:10:51,798 INFO  [Server] Shutdown complete
And attached was the log report.

Re: OpenKM on SUSE O.S

PostPosted:Fri Feb 10, 2012 8:29 am
by pavila
Try also:
Code: Select all
$ chmod +rw *
And verify you have installed the JDK and not the JRE.