Page 1 of 1

Cannot install OpenKM on Suse Linux 10.3

PostPosted:Tue Nov 25, 2008 11:22 am
by pelowi
Hi @ all,

Ive just tried to install OpenKM on my Suse Linux 10.3 Webserver.

But when I run ./bin/run.sh

I get the following error (think it is one)

...
12:06:31,916 INFO [EARDeployer] Started J2EE application: file:/downloads/OpenKM-2.0_JBoss-4.2.2.GA/server/default/deploy/OpenKM.ear
12:06:32,076 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
12:06:32,102 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
12:06:32,120 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 49s:497ms

Then nothing happens... Then I have to type Strg-C and the installation will give up.

I´ve read, that it will be s.th. with my firewall and internetconnection.

Which port do I have to open or how can I disable the similar file of webservice.xml.

Hope s.o. can help me
THX

Re:Cannot install OpenKM on Suse Linux 10.3

PostPosted:Tue Nov 25, 2008 12:14 pm
by pavila
JBoss need internet access to validate some XML for the webservices. You can disable webservices deleting the folder OpenKM.ear/OpenKM.war/WEB-INF/classes/es/git/openkm/ws.

Re:Cannot install OpenKM on Suse Linux 10.3

PostPosted:Tue Nov 25, 2008 4:45 pm
by pelowi
I don´t have this folder.

I´ve unzipped the file OpenKM-3.0-RC2_JBoss-4.2.2.GA.zip

then I have the folders:
bin
client
docs
lib
server

and some files but no folders

Re:Cannot install OpenKM on Suse Linux 10.3

PostPosted:Wed Nov 26, 2008 7:29 am
by jllort
Paco is talking about OpenKM.ear file that is on /server/default/deploy

OpenKM.ear file is a zip file into this, you can find OpenKM.war (other zip file ) there you can found the path structure that what paco is talking ( it\'s the normal java file packaging ).

Re:Cannot install OpenKM on Suse Linux 10.3

PostPosted:Wed Nov 26, 2008 1:04 pm
by pelowi
I´ve deleted the named folder out of the File with Winrar, but there is still the Error:
...
13:55:54,745 INFO [DirectAuthModule] ** Create User Config **
13:55:54,760 INFO [DirectAuthModule] ** Create personal documents **
13:55:54,761 INFO [DirectAuthModule] ** Create User Query **
13:55:54,762 INFO [DirectAuthModule] ** Create User Bookmark **
13:55:54,763 INFO [DirectAuthModule] ** SAVING... **
13:55:54,932 INFO [DirectAuthModule] ** SAVED **
13:55:54,935 INFO [RepositoryStartupServlet] *** Repository initialized ***
13:55:54,935 INFO [RepositoryStartupServlet] *** User database initialized ***
13:55:54,939 INFO [AbstractDAO] Looking for java:/OKMAuthDS DataSource...
13:55:54,959 INFO [AbstractDAO] Creating schema auth...
13:55:54,963 INFO [RepositoryStartupServlet] *** Activating watchdog ***
13:55:54,964 INFO [RepositoryStartupServlet] *** Activating update info ***
13:55:54,964 INFO [RepositoryStartupServlet] *** Activating repository info ***
13:55:55,015 WARN [TomcatDeployer] Failed to setup clustering, clustering disabled. NoClassDefFoundError: org/jgroups/blocks/MethodCall
13:55:55,133 INFO [EARDeployer] Started J2EE application: file:/opt/OpenKM-3.0/server/default/deploy/OpenKM.ear
13:55:55,220 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
13:55:55,250 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
13:55:55,270 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 46s:782ms


Then I type strg+c and the installation gives up...

13:55:59,796 INFO [Server] Runtime shutdown hook called, forceHalt: true

It is a webserver, where A want to install the software, so it has a connection to the internet, so I think it´s another problem.

Do I have to install something more. JDK is installed with Version 6

Do you have some ideas left?

Re:Cannot install OpenKM on Suse Linux 10.3

PostPosted:Wed Nov 26, 2008 3:55 pm
by pavila
If you press CTRL+c, you send a interrupt signal to JBoss and it performs a shutdown.

Re:Cannot install OpenKM on Suse Linux 10.3

PostPosted:Wed Nov 26, 2008 8:31 pm
by pelowi
But it doesn´t happen anything after this message:

13:55:55,270 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 46s:782ms

Re:Cannot install OpenKM on Suse Linux 10.3

PostPosted:Wed Nov 26, 2008 11:23 pm
by pavila
And what do you expect to happen? OpenKM is a web-based application and you have to point your browser to http://localhost:8080/OpenKM after JBoss has started (when the console shows the message you have posted)