Page 1 of 2
Problems after Update from 4.0 to 4.1
PostPosted:Tue May 11, 2010 10:04 am
by treblereel
Hi all!
On my server: Centos 5.4 64x.
If i am try do download file i get error (Error when communicating with server(GetAllGroups)).
if i do checkout i see two errors (Error when communicating with server(GetUserCheckedOutDocuments)) and (Error when communicating with server(GetFolderChilds)).
And nothing in logs ...
Re: Problems after Update from 4.0 to 4.1
PostPosted:Tue May 11, 2010 5:19 pm
by treblereel
I have export my repo to filesystem, and download fresh zip with OpenKM. I have run it and import files from folder to repo.
But i have get the same error. Whats wrong ?
Plz Help
Re: Problems after Update from 4.0 to 4.1
PostPosted:Tue May 11, 2010 9:34 pm
by jllort
1- Your openkm 4.0 version was running well before upgrading ?
2- Do you've got a backup ?
3- How do you made the upgrade from 4.0 to 4.1 ?
Re: Problems after Update from 4.0 to 4.1
PostPosted:Tue May 11, 2010 10:09 pm
by treblereel
1) 4.0 build 469
2) yeah ! i have backup
3) i have copy repo and hypersonic, but i have not found my_groups.cnd
anyway, i have start old 4.0 from backup, after boot i have done export to filesystem my repo, after this i've shutdown 4.0 and start 4.1(new installation) and import repo from folder on my local filesystem. Ohh, i've got all my error !
ps.My Boss ll kill me.
Re: Problems after Update from 4.0 to 4.1
PostPosted:Tue May 11, 2010 10:28 pm
by treblereel
hmm, its strange but i l getting error on fresh setup without any changes
1) i have upzip OpenKM-4.1_JBoss-4.2.3.GA.zip
2) cd OpenKM-4.1_JBoss-4.2.3.GA
3) ./rum
4) make a dir temp
5) upload file .xls
6) double click
7) ERROR -> error while comminication with server (GetAllGroups)
PS. i think i have find out solution, i use cisco asa 5510, my server is in internal network (192.168.0.100:8080), on cisco i have setup forwarding from
XXX.XXX.XXX.21:80 to 192.168.0.100:8080 ... if i use 192.168.0.100:8080 everythings ok
Re: Problems after Update from 4.0 to 4.1
PostPosted:Wed May 12, 2010 12:07 pm
by pavila
Which browser do you use?
Re: Problems after Update from 4.0 to 4.1
PostPosted:Wed May 12, 2010 12:12 pm
by treblereel
Safary/Firefox under Osx 10.6
Re: Problems after Update from 4.0 to 4.1
PostPosted:Wed Oct 20, 2010 10:09 am
by kellyer
I have noticed the same problem after migrating from OpenKM-3.0 to OpenKM-4.1. I see the error in Google Chrome but not in Firefox when connecting from an Ubuntu 10.04 desktop.
The error occurs for me when I right-click a file and select "Checkout". The checkout still works and the file downloads, but an error dialog pops up with the following message:
Error when communicating with server (getUserCheckedOutDocuments)
Error when communicating with server (GetFolderChilds)
The file list view does not correctly update to show the document with the "checked-out" icon, but if I navigate away from that folder and then navigate back, the file is shown as properly checked out.
Re: Problems after Update from 4.0 to 4.1
PostPosted:Thu Oct 21, 2010 5:23 pm
by jllort
Yes it's a tedious bug that' I've still not solved. I must change the way we're doing the downloading.
Simply explaining what happens, you've got some RPC call still alive, when you make downloading breaks that connection, but after you're started downloading all returns go right. That's because Window.open javascript changes the father window where is url, browser detects it and give to you the file and the father url goes back ... really you don't see anything of it.
In version 5.x I've played with some delay etc... to solve it ... really goes better but it's not the finally solution ... I'll try it with other ways to save it. Really happens few times ... it's not critical, really it's a stupid error message. I'll try to find a final solution for 5.x .. but it's not easy.
Re: Problems after Update from 4.0 to 4.1
PostPosted:Thu Nov 04, 2010 7:36 pm
by raviskiran
Can you please tell me how to put that delay, because this error is happening all the time for me and also I am not able to access other folders after that..need to refresh the browser to make it work. Kind of urgent!!
Re: Problems after Update from 4.0 to 4.1
PostPosted:Fri Nov 05, 2010 8:00 am
by jllort
It's solved in vesion 5.0. RC1 that we'll release between today and monday.
If you want can include in version 4.1, simply take a look how now we make the donwload and take a look at new index.html into frontend that includes some new iframe.
Re: Problems after Update from 4.0 to 4.1
PostPosted:Sat Nov 06, 2010 10:33 am
by raviskiran
Where will I get RC1?
Re: Problems after Update from 4.0 to 4.1
PostPosted:Sat Nov 06, 2010 6:36 pm
by jllort
It'll be available from
www.openkm.com we've still not yet released. In main window will change OpenKM 5.0 Beta for OpenKM 5.0 RC1
Re: Problems after Update from 4.0 to 4.1
PostPosted:Sun Nov 07, 2010 9:05 am
by raviskiran
Ok thanks, but where will i get the source code? Sorry for annoying you..but it is a bit urgent.
Re: Problems after Update from 4.0 to 4.1
PostPosted:Sun Nov 07, 2010 11:47 am
by jllort
Take a look at wiki.openkm.com it's explained how to setting developer environment at developer guide. There's explained how to checkout source code from svn etc...