Page 1 of 1

Unable to deploy OpenKM.ear

PostPosted:Mon Jun 23, 2008 5:49 am
by dazzattitude
Firstly I tried OpenKM using Demosite... Cool stuff... Congrats on designing such an handy application... Hats off...

I am installing OpenKm in Win XP...
I ran the run.bat file.. Jbose is up and running... I can use localhost:8080...

But when i acccess the localhost:8080/OpenKM I get the following error...

HTTP:/ STATUS 404 -/OpenKM
-------------------------------
type Status Report
message /OpenKM
description the requested resource not available


Steps I followed...
>Installed JDK 1.5
>path set to c:/jdk1.5/bin (along with c:/windows/system32)
>classpath to c:/OpenKM
>JAVA_HOME to c:/jdk1.5

I get an error in the command prompt...

Undeployable Package
----------------
Some error with OpenKM.ear

Kindly assist... Thank you sooo much in advance...

Re:Unable to deploy OpenKM.ear

PostPosted:Mon Jun 23, 2008 6:26 am
by dazzattitude
Thanks mate.. Issue resolved...
As suggested by admin.. we need to have firewall disabled and Internet access...

Re:Unable to deploy OpenKM.ear

PostPosted:Mon Jun 23, 2008 10:44 pm
by dazzattitude
To enable proxy...

To set up the proxy settings you will need to know the proxy host and the port to use then add them when starting java.

Usually setting up JAVA_OPTS environment variable to -Dhttp.proxyHost=YOUR_PROXY_HOST -Dhttp.proxyPort=YOUR_PROXY_PORT is enough.

Re:Unable to deploy OpenKM.ear

PostPosted:Fri Jul 11, 2008 8:44 am
by Jim
Can you tell me how to set up JAVA_OPTS in windows?THX

Re:Unable to deploy OpenKM.ear

PostPosted:Fri Jul 11, 2008 2:17 pm
by dazzattitude
Go to my computer -> rt click -> properties -> Advanced Tab -> Select the Environment Variables -> Add a new System variable (Same way you add JAVA_HOME or path or class path while installing j2re)

There enter the following...

Variable name : JAVA_OPTS
Variable Value : -Dhttp.proxyHost=YOUR_PROXY_HOST -Dhttp.proxyPort=YOUR_PROXY_PORT