tikismoke Bronze Nabz
Localisation : Pays de la moutarde Nabaztag : Nabaztiki Nbr de messages : 299 Carottes : 6561
| Sujet: Ojn sur une DEBIAN apache2 Jeu 2 Mai 2013 - 19:57 | |
| Bonjour, je viens chercher de l'aide pour configurer ojn sur ma deian. Voici ma configuration: Plusieurs vhosts sur une seul machine. Plusieurs services tournent déjà dessus notamment sur le port 8080 J'ai appliquer les tuto et lu le wiki Plusieurs soucis: Le lapin n'active pas la dernière led en vert (celle du dessus) Lorsque je veut créer un user j'ai un simple message d'erreur. Je ne peut pas me logger avec admin/admin. Voici quelques logs et conf: - Code:
-
cat OpenJabNab/server/bin/openjabnab.ini [Config] httpListener = true httpApi = true httpVioletApi = true xmppListener = true RealHttpRoot = ../../http-wrapper/ojn_local/ HttpRoot = ojn_local HttpPluginsFolder = plugins StandAloneAuthBypass = true AllowAnonymousRegistration=true AllowUserManageBunny=true AllowUserManageZtamp=true SessionTimeout=300 TTS=acapela MaxNumberOfBunnies=64 MaxBurstNumberOfBunnies=72
[OpenJabNabServers] PingServer=ojn..************** BroadServer=ojn..************** XmppServer=ojn..************** ListeningHttpPort=8070 ListeningXmppPort=5222
[Log] LogFile=openjabnab.log LogFileLevel=Debug LogScreenLevel=Warning DisplayCronLog=false
- Code:
-
cat /etc/apache2/sites-available/default <VirtualHost *:80> ServerAdmin webmaster@.************** ServerName ojn.************** ServerAlias ojn DocumentRoot /home/ojn/OpenJabNab/http-wrapper/ <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /home/ojn/OpenJabNab/http-wrapper/> Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny allow from all </Directory> - Code:
-
cat /etc/apache2/ports.conf
NameVirtualHost *:80 Listen 80 Listen 81 Listen 8070
<IfModule mod_ssl.c> NameVirtualHost *:443 Listen 443 </IfModule>
<IfModule mod_gnutls.c> Listen 443 </IfModule>
- Code:
-
cat OpenJabNab/server/bin/openjabnab.log - [02/05/2013 19:48:17] -- OpenJabNab Start -- [02/05/2013 19:48:17] Finding tts in : /home/ojn/OpenJabNab/server/bin/tts [02/05/2013 19:48:17] Loading libtts_acapela.so : acapela OK, Enable : Yes [02/05/2013 19:48:17] Loading libtts_google.so : google OK, Enable : Yes [02/05/2013 19:48:17] Finding accounts in : /home/ojn/OpenJabNab/server/bin/accounts [02/05/2013 19:48:17] void AccountManager::LoadAccounts() : No account loaded ... inserting default admin [02/05/2013 19:48:17] Total of accounts: 1 [02/05/2013 19:48:17] Finding plugins in : /home/ojn/OpenJabNab/server/bin/plugins [02/05/2013 19:48:17] Loading libplugin_airquality.so : airquality OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_annuaire.so : annuaire OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_auth.so : auth OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_callurl.so : callurl OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_cinema.so : cinema OK, Enable : Yes [02/05/2013 19:48:17] Cron Started... [02/05/2013 19:48:17] Cron Register : Clock - jeu. mai 2 20:00:00 2013 [02/05/2013 19:48:17] Loading libplugin_clock.so : clock OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_colorbreathing.so : colorbreathing OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_dice.so : dice OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_ears.so : ears OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_ephemeride.so : ephemeride OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_locate.so : locate OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_memo.so : memo OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_msgall.so : msgall OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_music.so : music OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_packet.so : packet OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_ratp.so : ratp OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_record.so : record OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_rfid.so : rfid OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_sleep.so : sleep OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_stats.so : stats OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_surprise.so : surprise OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_taichi.so : taichi OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_test.so : test OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_tts.so : tts OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_tv.so : tv OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_weather.so : weather OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_webradio.so : webradio OK, Enable : Yes [02/05/2013 19:48:17] Loading libplugin_wizzflux.so : wizzflux OK, Enable : Yes [02/05/2013 19:48:17] Finding bunnies in : /home/ojn/OpenJabNab/server/bin/bunnies [02/05/2013 19:48:17] Finding ztamps in : /home/ojn/OpenJabNab/server/bin/ztamps [02/05/2013 19:48:17] XMPP Port is: 5222 [02/05/2013 19:48:17] Parsing of HTTP Api is enabled
- Code:
-
cat /var/log/apache2/error.log [Thu May 02 19:43:35 2013] [error] [client 192.168.0.74] PHP Warning: simplexml_load_string(): in /home/ojn/OpenJabNab/http-wrapper/ojn_admin/class/api.class.php on line 126, referer: http://ojn.*************/ojn_admin/index.php [Thu May 02 19:43:35 2013] [error] [client 192.168.0.74] PHP Warning: simplexml_load_string(): ^ in /home/ojn/OpenJabNab/http-wrapper/ojn_admin/class/api.class.php on line 126, referer: http://ojn.*************/ojn_admin/index.php [Thu May 02 19:43:46 2013] [error] [client 127.0.0.1] Invalid method in request \x9b [Thu May 02 19:43:57 2013] [error] [client 127.0.0.1] Invalid method in request \x9b [Thu May 02 19:44:15 2013] [error] [client 127.0.0.1] Invalid method in request \x9b
- Code:
-
cat /var/log/apache2/other_vhosts_access.log serveur.**************:80 127.0.0.1 - - [02/May/2013:19:53:10 +0200] "\x9b" 501 294 "-" "-" ojn.**************:80 192.168.0.70 - - [02/May/2013:19:53:10 +0200] "GET /vl/bc.jsp?v=0.0.0.10&m=00:13:d3:82:e7:43&l=00:00:00:00:00:00&p=00:00:00:00:00:00&h=4 HTTP/1.0" 200 507 "-" "MTL" serveur.**************:80 127.0.0.1 - - [02/May/2013:19:53:21 +0200] "\x9b" 501 294 "-" "-" ojn.**************:80 192.168.0.70 - - [02/May/2013:19:53:21 +0200] "GET /vl/bc.jsp?v=0.0.0.10&m=00:13:d3:82:e7:43&l=00:00:00:00:00:00&p=00:00:00:00:00:00&h=4 HTTP/1.0" 200 507 "-" "MTL"
J'ai aussi du mal à comprendre pourquoi il y a un changement de nom de machine entre GET /vl/bc.jsp et \x9b" 501 d'ou le code 501 surrement. Je ne sais pas s'il faut rajouter autre chose. Mon firewall autorise le port 5222 et 8070 bien entendu. PIXEL si tu peut m'aiguiller, j'ai beau chercher rien ne ressort nettement. | |
|
tikismoke Bronze Nabz
Localisation : Pays de la moutarde Nabaztag : Nabaztiki Nbr de messages : 299 Carottes : 6561
| Sujet: Re: Ojn sur une DEBIAN apache2 Jeu 2 Mai 2013 - 20:13 | |
| MODE BOULET OFF J'ai désactiver le Listen 8070 dans Apache, ça va nettement mieux | |
|