Open zietbukuel opened 11 years ago
Hi, The "central agent" module has been added recently. You are probably missing it. If your installation is in "developer" mode, can you do a "buildAgent -d" one more time ?
I disabled the module and installed it from easy_install and now I can see my Hypervisor as online, but when I click it I just see a chat window?
I don't think the module is available with easy_installed as it was not in the last beta. Can you do a buildAgent -d ? When in doubt, I would suggest to do a complete reinstall.
Yes, I did a complete reinstall multiple times, but when using the nightly build I get the errors mentioned in the first post, using this build at least I can see the hypervisor online, but I just see a chat window and nothing else. I think the version in the nightly build has a code error and that wont allow me to run it properly. I also tried installing the module from the nightly build but it wont create the archipel-centralagentnode command, however it will create the init script and the rest of stuff including the sqlite db. I'm so confused now, any help is REALLY appreciate it, thanks a lot.
This is actually the first time I'm having this kinds of problems :(
Let me check the nightly build system. If you have critical production issues I would suggest to install beta6 instead of a development build.
Yes, this is a production system and I'm getting strangled here :P
Please, tell me which version I should install (not sure what version to install, easy_install, nightly, ???).
Thanks.
easy_install for stability, master for real men with no fear (especially after the central agent merge) :)
Easy install version is for now a recommended version as it's pretty new. If you don't want to reset everything, just get the client beta 6 on the website and on your repo, checkout the tag @beta6 ;)
Antoine Mercadal
On 2 juil. 2013, at 11:18, zietbukuel notifications@github.com wrote:
Yes, this is a production system and I'm getting strangled here :P
Please, tell me which version I should install (not sure what version to install, easy_install, nightly, ???).
Thanks.
— Reply to this email directly or view it on GitHub.
Ok I installed Archipel GUI Beta (from here http://archipelproject.org/download.php ) and I also used easy_install for the Agent. And now I get this:
http://i.imgur.com/nePeXmU.png
What am I doing wrong? :(
EDIT: Now (sometimes) I see this:
http://i.imgur.com/1vVWRtW.png
But after trying to report it shows me this:
http://i.imgur.com/R6B8n5B.png
EDIT2: The console says:
2013-07-02 14:35:43.820 Cappuccino [error]: CPInvalidArgumentException: - [TNGroupManagementController addControlsWithIdentifier:title:target:action:image:] unrecognized selector sent to instance 0x00f846 Objective-J.js:365
2013-07-02 14:35:43.993 Cappuccino [error]: TypeError: Cannot call method 'valueForKey' of null
As soon as the app crashes.
Clean your browser caches :)
Already did that, also tried with Firefox (i was using Chrome) and I get the same error.
On Tuesday, July 2, 2013, Cyril Peponnet wrote:
Clean your browser caches :)
— Reply to this email directly or view it on GitHubhttps://github.com/ArchipelProject/Archipel/issues/805#issuecomment-20379497 .
Juan Timaná
Check the js console you should have an issue with the web server publishing the UI. As all is running client side as pure js, the issue is either from files you fetch from web server (missing, corrupted) or from your local caches on the client. You could also try the UI from app.archipelproject.org.
This error, seems to be happening from every machine I try to connect to my Archipel node. The one from app.archipelproject.org does not seem to be working for me either. It shows this in the console:
GET http://app.archipelproject.org/Frameworks/LPKit/Resources/Info.plist 404 (Not Found) Objective-J.js:797
GET http://app.archipelproject.org/Frameworks/StropheCappuccino/Resources/Strophe/Info.plist 404 (Not Found)
I'm using Nginx, should I try Apache?
I'm still having the same problem and I don't know how to solve this mess, please help me :(
Ok, if I reset the Ejabberd database, then this problem dissapears, but as soon as I add my hypervisor to my roster, I get this same bug again... help?
EDIT: I just switched to Apache and this problem dissappear, but I still can't see anything when I click on my hypervisor...
EDIT 2: Is it normal to see my hypervisor as a "normal user"?
I have same problem. After adding hypervisor i see only chat windows. Logs file is clean. What does it mean?
Mean that ether you miscondigured something or you are using a buggy ejabberd release.
Try to get vCard from command line like above to see where your problem stand.
On Mar 18, 2015, at 9:09 AM, orbitalmute notifications@github.com wrote:
I have same problem. After adding hypervisor i see only chat windows. Logs file is clean. What does it mean?
— Reply to this email directly or view it on GitHub.
Hello, my hypervisor is shown as offline in the Archipel GUI, however, using ejabberd connected_users (or using the webadmin) it shows that it IS online.
I'm using:
Ubuntu 12.04.2 LTS Latest nightly builds for the Agent and Client. Ejabberd 2.1.10-2ubuntu1.1
My hostname is set to lowercase, I use the fqdn. I did not create the Hypervisor user manually, I let Archipel do it for me.
The Archipel logs shows this:
Then I noticed that after a while, Ejabberd seems to die or something and when I try to execute ejabberd connected_users I get:
Somehow I can still connect to the Archipel GUI. This is not a fresh install, this is an updated system (I think I should've just stayed with the old version...).
I need to have this fixed ASAP, any help is really appreciated, thanks.