Page 2 of 2

Re: OKM-009006

PostPosted:Fri Aug 27, 2010 8:36 am
by jllort
Property groups needs accessing to internet in order to validate xml

You've got two option
1- ensure you are accessing url defined into PropertyGrups.xml ( at begining something like http://www.openkm.com/dtd/ )
2- assign the url as local file -> read here how doing it http://wiki.openkm.com/index.php/Troubleshooting

Re: OKM-009006

PostPosted:Sun Aug 29, 2010 6:25 am
by surajaya
jllort wrote:Property groups needs accessing to internet in order to validate xml

You've got two option
1- ensure you are accessing url defined into PropertyGrups.xml ( at begining something like http://www.openkm.com/dtd/ )
2- assign the url as local file -> read here how doing it http://wiki.openkm.com/index.php/Troubleshooting
I don't see any "how to" to assign the url as local file from those link
Which part ?

Re: OKM-009006

PostPosted:Mon Aug 30, 2010 2:34 am
by surajaya
surajaya wrote:
jllort wrote:Property groups needs accessing to internet in order to validate xml

You've got two option
1- ensure you are accessing url defined into PropertyGrups.xml ( at begining something like http://www.openkm.com/dtd/ )
2- assign the url as local file -> read here how doing it http://wiki.openkm.com/index.php/Troubleshooting
I don't see any "how to" to assign the url as local file from those link
Which part ?
Googling result sugest that I should add this to the Jboss start script : -Dhttp.proxyHost=x.x.x.x -Dhttp.proxyPort=yyyy
The OKM-009006 dissapear.

Re: OKM-009006

PostPosted:Mon Aug 30, 2010 6:55 am
by jllort
You're on truth, jboss has params to indicate is running under a proxy. Normally us we using apache proxy and that's params are not needed. I had reset my mind about that jboss params, sorry :)

I'll put that error information in our faq, thanks.