wms2go-users Mailing List for wms2go
Brought to you by:
terrestris
You can subscribe to this list here.
2012 |
Jan
(1) |
Feb
|
Mar
(12) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|
From: Klipp, R. <rom...@dl...> - 2012-09-11 15:00:15
|
Hallo, es ist ein Beispielclient für zwei Kartendienste (WMS) der Wasser- und Schifffahrtsverwaltung des Bundes verfügbar. URL: http://wms2go.dlz-it.de Der Link zum Offlineclient wird dann per Email versendet. Viele Grüße Roman |
From: Daniel K. <ko...@te...> - 2012-04-04 07:12:52
|
-------- Original-Nachricht -------- Betreff: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: [Wms2go-users] problems with sending jobs Datum: Tue, 3 Apr 2012 16:33:16 +0200 Von: Eri...@dl... An: Daniel Koch <ko...@te...> Ok, everything works now :-) THX!!! Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de Von: Daniel Koch <ko...@te...> An: Eri...@dl... Datum: 03.04.2012 12:06 Betreff: Re: Antwort: Re: Antwort: Re: Antwort: Re: [Wms2go-users] problems with sending jobs ------------------------------------------------------------------------ cs2cs is a tool used for coordinate transformation. And it's missing... sudo apt-get install proj-bin Am 03.04.2012 11:29, schrieb _Er...@dl..._ <mailto:Eri...@dl...>: I'm using the preconfigured layers, which comes with the tool. I haven't added any third wms which isn't defined in whitelist. I started jobhandler.php from terminal. sh: cs2cs: not found sh: cs2cs: not found PHP Notice: Undefined offset: 1 in /var/www/data/wms2go-pus-light-1.0/main.php on line 103 PHP Notice: Undefined offset: 1 in /var/www/data/wms2go-pus-light-1.0/main.php on line 105 So what about cs2sc? Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: _Er...@dl..._ <mailto:Eri...@dl...> Internet: _www.dlr-rnh.rlp.de_ Von: Daniel Koch _<ko...@te...>_ <mailto:ko...@te...> An: _Er...@dl..._ <mailto:Eri...@dl...> Datum: 03.04.2012 11:04 Betreff: Re: Antwort: Re: Antwort: Re: [Wms2go-users] problems with sending jobs ------------------------------------------------------------------------ Which layers do you select? Note that only the pre-configured ones (based on wsvmapserv.wsv.bund.de) will work without changes on the whitelist. Another possibility to check for failures is to view the full log created by the jobhandler.php: - deactive the cronjob (terminal: crontab -e, insert a # before your cron and save) - start a new job using the pickupclient - in terminal navigate to your wms2go-pus-light-1.0 folder and type in: php jobhandler.php Then have a look to the log and look for any error message. Am 03.04.2012 10:51, schrieb _Er...@dl..._ <mailto:Eri...@dl...>: Mh, I've deleted the slashes. But there are no tiles ore tile_LAYER folders on my system. Any idea? Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: _Er...@dl..._ <mailto:Eri...@dl...> Internet: _www.dlr-rnh.rlp.de_ Von: Daniel Koch _<ko...@te...>_ <mailto:ko...@te...> An: _Er...@dl..._ <mailto:Eri...@dl...> Datum: 03.04.2012 10:07 Betreff: Re: Antwort: Re: [Wms2go-users] problems with sending jobs ------------------------------------------------------------------------ I'm not sure if it helps, but I've found that there is a another double slash in the path of the "tiles_LAYER" variable. Try the following: - open tiler.php - go to line 195 and delete the slash previous to "...tiles_".$layers[$q]..." (here is the full corrected line $filename = $storage_path."tiles_".$layers[$q]."/".$tile['zoom']."/".$tile['x']."/".$tile['y'].".png";) - delete the slash (in front of "tiles") in lines 197, 198, 199 as well: exec("mkdir '".$storage_path."tiles_".$layers[$q]."/'"); exec("mkdir '".$storage_path."tiles_".$layers[$q]."/".$tile['zoom']."'"); exec("mkdir '".$storage_path."tiles_".$layers[$q]."/".$tile['zoom']."/".$tile['x']."'"); Am 03.04.2012 09:38, schrieb _Er...@dl..._ <mailto:Eri...@dl...>: No problem. Nope, no folders, no tiles :-( Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: _Er...@dl..._ <mailto:Eri...@dl...> Internet: _www.dlr-rnh.rlp.de_ Von: Daniel Koch _<ko...@te...>_ <mailto:ko...@te...> An: _Er...@dl..._ <mailto:Eri...@dl...> Datum: 03.04.2012 09:31 Betreff: Re: [Wms2go-users] problems with sending jobs ------------------------------------------------------------------------ Hi Erik, sorry for the delay... Within your offline client are folders (beside the folder "client") named after your downloaded layers, e.g. tiles_Harbour. Do you have such folders? Are there any tiles in it? Many thanks for your questions and feedback, i'll improve the source and installation guide of wms2GO with all of your comments. Daniel Am 29.03.2012 18:18, schrieb _Er...@dl..._ <mailto:Eri...@dl...>: first thank you for your help, without it would have been hard for me to get the staff working. Now I've got the generated jobs and client zip file. but within there are no tiles, in generated openlayers code, the layers are there. but nothing on file system. where should they be? or what I'm missing? in my database table tbl_jobs job status is finished, no error message in wms2go_pus.log. Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: _Er...@dl..._ <mailto:Eri...@dl...> Internet: _www.dlr-rnh.rlp.de_ Von: Daniel Koch _<ko...@te...>_ <mailto:ko...@te...> An: _wm...@li..._ <mailto:wms...@li...> Datum: 28.03.2012 16:11 Betreff: Re: [Wms2go-users] Antwort: Re: Antwort: Re: Antwort: Re: wms2go, problems with sending jobs ------------------------------------------------------------------------ You are right, there is one slash to much, change it in the prepareclient.php in line 63 (delete the first slash before "client"): $filename = $storage_path . "client/configs/application.conf.js"; Furthermore check line 60, there must be the right path (absolute) to the offline client, e.g.: exec("cp -R /home/wms2go/wms2go-ol-olc-1.0/* " . $storage_path . "/"); Finally look at the main.php: line 62: link to your actual machine, e.g.: $machineurl = '_http://localhost_ <http://localhost/>'; line 67: define the right path to your destination folder, e.g.: $storage_basepath = '/home/wms2go/data'; Daniel Am 28.03.2012 15:20, schrieb _Er...@dl...:_ <mailto:Eri...@dl...:> One stepp ahead..... logfile is in var/log and folders in var/www applied (job1, job2 etc) in the new jobfolders are folders like wms2go_name, but without content. wms2go_pus.logfile message for one job ( it's for all the same message) last line: isn't it one slash to much in the path? Found a job, details: Array ( [id] => 4 [jobinfo] => {"title":"teste","configuration":[{"layersWms":["Blattschnitte","Harbour","Kilometermarken","Gewaessernetz","Wasserstrassenklassen","Gewaessernamen"],"layersWfs":[],"urlWms":["_http://wsvmapserv.wsv.bund.de/ienc?_","_http://wsvmapserv.wsv.bund.de/ienc?_","_http://wsvmapserv.wsv.bund.de/wms_bwastr?_","_http://wsvmapserv.wsv.bund.de/wms_bwastr?_","_http://wsvmapserv.wsv.bund.de/wms_bwastr?_","_http://wsvmapserv.wsv.bund.de/wms_bwastr?_"],"urlWfs":[],"bbox0":801898.7472689,"bbox1":"6485863.9820469","bbox2":"804344.73217366","bbox3":"6488615.7150648","currentZoom":10,"maxZoom":10,"email":_"eri...@dl..."_ <mailto:eri...@dl...>}]} [timestamp] => 16:19:09.382964 [status] => queued ) ************************************************************ ************************************************************ start processing of job 4 at Wed, 28 Mar 12 15:05:01 +0200 ************************************************************ ************************************************************ Getting first WMS Tile ... ************************************************************ ************************************************************ Getting first WMS Tile complete ************************************************************ ************************************************************ Filling Tiles Array ... ************************************************************ ************************************************************ Filling of Tiles Array complete ************************************************************ ************************************************************ Getting Tiles from Server ... ************************************************************ ************************************************************ Getting of Tiles from Server complete ************************************************************ ************************************************************ File /var/www/job4_teste/wms2go_teste//client/configs/application.conf.js is not writeable Aborting proces..... Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: _Er...@dl..._ <mailto:Eri...@dl...> Internet: _www.dlr-rnh.rlp.de_ ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here _ __http://p.sf.net/sfu/sfd2d-msazure_ _______________________________________________ Wms2go-users mailing list_ __W...@li..._ <mailto:Wms...@li...>_ __https://lists.sourceforge.net/lists/listinfo/wms2go-users_ -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH & Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: _k...@te..._ <mailto:ko...@te...> Web: _http://www.terrestris.de_ <http://www.terrestris.de/> Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams |
From: Daniel K. <ko...@te...> - 2012-03-28 14:11:12
|
You are right, there is one slash to much, change it in the prepareclient.php in line 63 (delete the first slash before "client"): $filename = $storage_path . "client/configs/application.conf.js"; Furthermore check line 60, there must be the right path (absolute) to the offline client, e.g.: exec("cp -R /home/wms2go/wms2go-ol-olc-1.0/* " . $storage_path . "/"); Finally look at the main.php: line 62: link to your actual machine, e.g.: $machineurl = 'http://localhost'; line 67: define the right path to your destination folder, e.g.: $storage_basepath = '/home/wms2go/data'; Daniel Am 28.03.2012 15:20, schrieb Eri...@dl...: > One stepp ahead..... > > logfile is in var/log > and folders in var/www applied (job1, job2 etc) > in the new jobfolders are folders like wms2go_name, but without content. > > wms2go_pus.logfile message for one job ( it's for all the same message) > last line: isn't it one slash to much in the path? > > Found a job, details: > Array > ( > [id] => 4 > [jobinfo] => > {"title":"teste","configuration":[{"layersWms":["Blattschnitte","Harbour","Kilometermarken","Gewaessernetz","Wasserstrassenklassen","Gewaessernamen"],"layersWfs":[],"urlWms":["http://wsvmapserv.wsv.bund.de/ienc?","http://wsvmapserv.wsv.bund.de/ienc?","http://wsvmapserv.wsv.bund.de/wms_bwastr?","http://wsvmapserv.wsv.bund.de/wms_bwastr?","http://wsvmapserv.wsv.bund.de/wms_bwastr?","http://wsvmapserv.wsv.bund.de/wms_bwastr?"],"urlWfs":[],"bbox0":801898.7472689,"bbox1":"6485863.9820469","bbox2":"804344.73217366","bbox3":"6488615.7150648","currentZoom":10,"maxZoom":10,"email":"eri...@dl..."}]} > [timestamp] => 16:19:09.382964 > [status] => queued > ) > ************************************************************ > > > > ************************************************************ > start processing of job 4 at Wed, 28 Mar 12 15:05:01 +0200 > ************************************************************ > ************************************************************ > Getting first WMS Tile ... > ************************************************************ > ************************************************************ > Getting first WMS Tile complete > ************************************************************ > ************************************************************ > Filling Tiles Array ... > ************************************************************ > ************************************************************ > Filling of Tiles Array complete > ************************************************************ > ************************************************************ > Getting Tiles from Server ... > ************************************************************ > ************************************************************ > Getting of Tiles from Server complete > ************************************************************ > ************************************************************ > File > /var/www/job4_teste/wms2go_teste//client/configs/application.conf.js > is not writeable > Aborting proces..... > > > Mit freundlichen Grüßen > im Auftrag > - - > Erik Heinen > > > DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM > RHEINHESSEN - NAHE - HUNSRÜCK > > Rüdesheimer Str. 60 - 68 > 55545 Bad Kreuznach > Telefon: 0671 / 820 - 431 > Telefax: 0671 / 820 - 400 > > e-mail: Eri...@dl... > Internet: www.dlr-rnh.rlp.de > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > > > _______________________________________________ > Wms2go-users mailing list > Wms...@li... > https://lists.sourceforge.net/lists/listinfo/wms2go-users -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH& Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams |
From: <Eri...@dl...> - 2012-03-28 13:20:22
|
One stepp ahead..... logfile is in var/log and folders in var/www applied (job1, job2 etc) in the new jobfolders are folders like wms2go_name, but without content. wms2go_pus.log file message for one job ( it's for all the same message) last line: isn't it one slash to much in the path? Found a job, details: Array ( [id] => 4 [jobinfo] => {"title":"teste","configuration":[{"layersWms":["Blattschnitte","Harbour","Kilometermarken","Gewaessernetz","Wasserstrassenklassen","Gewaessernamen"],"layersWfs":[],"urlWms":[" http://wsvmapserv.wsv.bund.de/ienc?","http://wsvmapserv.wsv.bund.de/ienc? ","http://wsvmapserv.wsv.bund.de/wms_bwastr?"," http://wsvmapserv.wsv.bund.de/wms_bwastr?"," http://wsvmapserv.wsv.bund.de/wms_bwastr?"," http://wsvmapserv.wsv.bund.de/wms_bwastr? "],"urlWfs":[],"bbox0":801898.7472689,"bbox1":"6485863.9820469","bbox2":"804344.73217366","bbox3":"6488615.7150648","currentZoom":10,"maxZoom":10,"email":"eri...@dl..."}]} [timestamp] => 16:19:09.382964 [status] => queued ) ************************************************************ ************************************************************ start processing of job 4 at Wed, 28 Mar 12 15:05:01 +0200 ************************************************************ ************************************************************ Getting first WMS Tile ... ************************************************************ ************************************************************ Getting first WMS Tile complete ************************************************************ ************************************************************ Filling Tiles Array ... ************************************************************ ************************************************************ Filling of Tiles Array complete ************************************************************ ************************************************************ Getting Tiles from Server ... ************************************************************ ************************************************************ Getting of Tiles from Server complete ************************************************************ ************************************************************ File /var/www/job4_teste/wms2go_teste//client/configs/application.conf.js is not writeable Aborting proces..... Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de |
From: <Eri...@dl...> - 2012-03-28 13:15:58
|
One stepp ahead..... logfile is in var/log and folders in var/www applied (job1, job2 etc) in the new jobfolders are folders like wms2go_name, but without content. wms2go_pus.log file message for one job ( it's for all the same message) last line: isn't it one slash to much in the path? Found a job, details: Array ( [id] => 4 [jobinfo] => {"title":"teste","configuration":[{"layersWms":["Blattschnitte","Harbour","Kilometermarken","Gewaessernetz","Wasserstrassenklassen","Gewaessernamen"],"layersWfs":[],"urlWms":[" http://wsvmapserv.wsv.bund.de/ienc?","http://wsvmapserv.wsv.bund.de/ienc? ","http://wsvmapserv.wsv.bund.de/wms_bwastr?"," http://wsvmapserv.wsv.bund.de/wms_bwastr?"," http://wsvmapserv.wsv.bund.de/wms_bwastr?"," http://wsvmapserv.wsv.bund.de/wms_bwastr? "],"urlWfs":[],"bbox0":801898.7472689,"bbox1":"6485863.9820469","bbox2":"804344.73217366","bbox3":"6488615.7150648","currentZoom":10,"maxZoom":10,"email":"eri...@dl..."}]} [timestamp] => 16:19:09.382964 [status] => queued ) ************************************************************ ************************************************************ start processing of job 4 at Wed, 28 Mar 12 15:05:01 +0200 ************************************************************ ************************************************************ Getting first WMS Tile ... ************************************************************ ************************************************************ Getting first WMS Tile complete ************************************************************ ************************************************************ Filling Tiles Array ... ************************************************************ ************************************************************ Filling of Tiles Array complete ************************************************************ ************************************************************ Getting Tiles from Server ... ************************************************************ ************************************************************ Getting of Tiles from Server complete ************************************************************ ************************************************************ File /var/www/job4_teste/wms2go_teste//client/configs/application.conf.js is not writeable Aborting proces..... Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de Von: Daniel Koch <ko...@te...> An: wms...@li... Datum: 28.03.2012 11:22 Betreff: Re: [Wms2go-users] Antwort: Re: Antwort: Re: Antwort: Re: wms2go, problems with sending jobs Is there an entry in your database (browse table tbl_jobs) after sending a job? What is the response in firebug (should be: {"response": "INSERT OK"} )? Case 1: no entry present: - check your db connection string in pgsql.conf.php Case 2: entry present, but no files on filesystem: - setting up a cronjob using this way: In terminal: crontab -e paste the following line: */1 * * * * php /var/www/wms2go-pus-light-1.0/jobhandler.php >> /var/log/wms2go_pus.log (remember to match the paths to your environment!) - after this you should be able to find the log-file Daniel Am 28.03.2012 09:45, schrieb Eri...@dl...: Changed the variable wms2goInterfaces, seems better.... Mh, there's no logfile in var/log I've got this in the wms2go-cronjob.sh */5 * * * * /var/www/data/wms2go-pus-light-1.0/wms2go-cronjob.sh #!/bin/bash cd /var/www/data/wms2go-pus-light-1.0/ date >> /var/log/wms2go_pickup.log php /var/www/data/wms2go-pus-light-1.0/jobhandler.php >> /var/log/wms2go_pickup.log Don't know where I'm wrong..... :-( Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de Von: Daniel Koch <ko...@te...> An: wms...@li... Datum: 27.03.2012 16:40 Betreff: Re: [Wms2go-users] Antwort: Re: Antwort: Re: wms2go, problems with sending jobs Am 27.03.2012 14:27, schrieb Eri...@dl...: Thx, after installing php5-gd captcha problem is fixed. After that I had to rename my wms2go-pus-light-1.0 fiolder to PickUpScript, to start jobhandler.php. You can do it this way or change the interface path (variable wms2goInterfaces) in wms2go-ol-puc-1.0/configs/application.conf.js to if1 : '../wms2go-pus-light-1.0/jobhandler.php' Now I get sucess-message after sending the fprm. "Der Job wurde erfolgreich angelegt und wird bearbeitet. Sie erhalten eine Email, sobald die Bearbeitung abgeschlossen ist" But nothing happens, neither on filesystem nor in database. Please have a look at the wms2go logfile wms2go_pus.log in /var/log (you can use this in terminal to open the last 50 lines only: tail -50 wms2go_pus.log ). Is this file available? In case: What's the last entry? Is the cronjob running? You can either using the cronjob.sh or create it manual: In terminal: crontab -e paste the following line: */1 * * * * php /var/www/wms2go-pus-light-sourceforge/jobhandler.php >> /var/log/wms2go_pus.log Daniel Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de Von: Daniel Koch <ko...@te...> An: wms...@li... Datum: 27.03.2012 13:46 Betreff: Re: [Wms2go-users] Antwort: Re: wms2go, problems with sending jobs The function imagecreate() needs GD-support. Please check if the package php5-gd is installed, otherwise install it by using: apt-get install php5-gd (and restart apache: /etc/init.d/apache2 restart) Am 27.03.2012 13:17, schrieb Eri...@dl...: Hey Daniel, thx for reply. I followed all the steps in "Projekthandbuch". apache2, the php staff and postgres is installed and seems to work. Maybe I've done something wrong within konfiguration. My apacher error log says: [Tue Mar 27 12:59:23 2012] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function imagecreate() in /var/www/data/wms2go-ol-puc-1.0/php/captcha/securimage/securimage.php on line 675, referer: http://localhost/data/wms2go-ol-puc-1.0/index_dev.html Firebug after trying to send the form: Ext.getCmp("regcaptchatext") is undefined [Bei diesem Fehler anhalten] captch...t.getCmp('regcaptchatext').getValue() Terres...ndow.js (Zeile 376) So it seems to me something wrong with the captcha. Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de Von: Daniel Koch <ko...@te...> An: wms...@li... Datum: 27.03.2012 10:54 Betreff: Re: [Wms2go-users] wms2go, problems with sending jobs Hello Erik, thank you for your interest in wms2go! The captcha formular (and also the sending option) is using php to be generated. Please check, if php is installed on your machine. Assuming you are running on linux, type this in terminal: dpkg -l | grep php The following packages are necessary: php5, php5-cli, php5-psql Futhermore you've to install apache and postgresql. See the help files for more details ( http://wms2go.svn.sourceforge.net/viewvc/wms2go/wms2go-help-1.0/). Daniel -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH & Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH & Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH & Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH & Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users |
From: Daniel K. <ko...@te...> - 2012-03-28 09:22:05
|
Is there an entry in your database (browse table tbl_jobs) after sending a job? What is the response in firebug (should be:|{"response": "INSERT OK"}|)? Case 1: no entry present: - check your db connection string in pgsql.conf.php Case 2: entry present, but no files on filesystem: - setting up a cronjob using this way: In terminal: crontab -e paste the following line: */1 * * * * php /var/www/wms2go-pus-light-1.0/jobhandler.php >> /var/log/wms2go_pus.log (remember to match the paths to your environment!) - after this you should be able to find the log-file Daniel Am 28.03.2012 09:45, schrieb Eri...@dl...: > Changed the variable wms2goInterfaces, seems better.... > > Mh, there's no logfile in var/log > > I've got this in the wms2go-cronjob.sh > > */5 * * * * /var/www/data/wms2go-pus-light-1.0/wms2go-cronjob.sh > > > #!/bin/bash > cd /var/www/data/wms2go-pus-light-1.0/ > date >> /var/log/wms2go_pickup.log > php /var/www/data/wms2go-pus-light-1.0/jobhandler.php >> > /var/log/wms2go_pickup.log > > Don't know where I'm wrong..... :-( > > Mit freundlichen Grüßen > im Auftrag > - - > Erik Heinen > > > DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM > RHEINHESSEN - NAHE - HUNSRÜCK > > Rüdesheimer Str. 60 - 68 > 55545 Bad Kreuznach > Telefon: 0671 / 820 - 431 > Telefax: 0671 / 820 - 400 > > e-mail: Eri...@dl... > Internet: www.dlr-rnh.rlp.de > > > > Von: Daniel Koch <ko...@te...> > An: wms...@li... > Datum: 27.03.2012 16:40 > Betreff: Re: [Wms2go-users] Antwort: Re: Antwort: Re: wms2go, > problems with sending jobs > ------------------------------------------------------------------------ > > > > > Am 27.03.2012 14:27, schrieb _Er...@dl...:_ > <mailto:Eri...@dl...:> > Thx, after installing php5-gd captcha problem is fixed. > > After that I had to rename my wms2go-pus-light-1.0 fiolder to > PickUpScript, to start jobhandler.php. > You can do it this way or change the interface path (variable > wms2goInterfaces) in wms2go-ol-puc-1.0/configs/application.conf.js to > if1 : '../wms2go-pus-light-1.0/jobhandler.php' > Now I get sucess-message after sending the fprm. > "Der Job wurde erfolgreich angelegt und wird bearbeitet. Sie erhalten > eine Email, sobald die Bearbeitung abgeschlossen ist" > > But nothing happens, neither on filesystem nor in database. > > Please have a look at the wms2go logfile wms2go_pus.log in /var/log > (you can use this in terminal to open the last 50 lines only: tail -50 > wms2go_pus.log ). Is this file available? In case: What's the last entry? > > Is the cronjob running? You can either using the cronjob.sh or create > it manual: > > In terminal: crontab -e > paste the following line: > */1 * * * * php /var/www/wms2go-pus-light-sourceforge/jobhandler.php > >> /var/log/wms2go_pus.log > > Daniel > > > Mit freundlichen Grüßen > im Auftrag > - - > Erik Heinen > > > DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM > RHEINHESSEN - NAHE - HUNSRÜCK > > Rüdesheimer Str. 60 - 68 > 55545 Bad Kreuznach > Telefon: 0671 / 820 - 431 > Telefax: 0671 / 820 - 400 > > e-mail: _Er...@dl..._ <mailto:Eri...@dl...> > Internet: _www.dlr-rnh.rlp.de_ > > > > Von: Daniel Koch _<ko...@te...>_ <mailto:ko...@te...> > An: _wm...@li..._ > <mailto:wms...@li...> > Datum: 27.03.2012 13:46 > Betreff: Re: [Wms2go-users] Antwort: Re: wms2go, problems with > sending jobs > ------------------------------------------------------------------------ > > > > The function imagecreate() needs GD-support. Please check if the > package php5-gd is installed, otherwise install it by using: > > apt-get install php5-gd (and restart apache: /etc/init.d/apache2 restart) > > Am 27.03.2012 13:17, schrieb _Er...@dl...:_ > <mailto:Eri...@dl...:> > Hey Daniel, > > thx for reply. > I followed all the steps in "Projekthandbuch". > apache2, the php staff and postgres is installed and seems to work. > Maybe I've done something wrong within konfiguration. > My apacher error log says: > > [Tue Mar 27 12:59:23 2012] [error] [client 127.0.0.1] PHP Fatal error: > Call to undefined function imagecreate() in > /var/www/data/wms2go-ol-puc-1.0/php/captcha/securimage/securimage.php > on line 675, referer: > _http://localhost/data/wms2go-ol-puc-1.0/index_dev.html_ > > Firebug after trying to send the form: > > Ext.getCmp("regcaptchatext") is undefined > [Bei diesem Fehler anhalten] > captch...t.getCmp('regcaptchatext').getValue() > Terres...ndow.js (Zeile 376) > > So it seems to me something wrong with the captcha. > > Mit freundlichen Grüßen > im Auftrag > - - > Erik Heinen > > > DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM > RHEINHESSEN - NAHE - HUNSRÜCK > > Rüdesheimer Str. 60 - 68 > 55545 Bad Kreuznach > Telefon: 0671 / 820 - 431 > Telefax: 0671 / 820 - 400 > > e-mail: _Er...@dl..._ <mailto:Eri...@dl...> > Internet: _www.dlr-rnh.rlp.de_ > > > > Von: Daniel Koch _<ko...@te...>_ <mailto:ko...@te...> > An: _wm...@li..._ > <mailto:wms...@li...> > Datum: 27.03.2012 10:54 > Betreff: Re: [Wms2go-users] wms2go, problems with sending jobs > ------------------------------------------------------------------------ > > > > Hello Erik, > > thank you for your interest in wms2go! > > The captcha formular (and also the sending option) is using php to be > generated. Please check, if php is installed on your machine. Assuming > you are running on linux, type this in terminal: > > dpkg -l | grep php > > The following packages are necessary: php5, php5-cli, php5-psql > > Futhermore you've to install apache and postgresql. See the help files > for more details > (_http://wms2go.svn.sourceforge.net/viewvc/wms2go/wms2go-help-1.0/_). > > Daniel > -- > B.Sc. Geograph Daniel Koch > - Studentischer Mitarbeiter - > > terrestris GmbH & Co. KG > Pützchens Chaussee 56 > 53227 Bonn > > Tel: +49 (0)228 / 96 28 99 -53 > Fax: +49 (0)228 / 96 28 99 -57 > > Email: _k...@te..._ <mailto:ko...@te...> > Web: _http://www.terrestris.de_ <http://www.terrestris.de/> > > Amtsgericht Bonn, HRA 6835 > Komplementärin: terrestris Verwaltungsgesellschaft mbH > vertreten durch: Hinrich Paulsen, Till > Adams------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here _ > __http://p.sf.net/sfu/sfd2d-msazure________________________________________________ > Wms2go-users mailing list_ > __W...@li..._ > <mailto:Wms...@li...>_ > __https://lists.sourceforge.net/lists/listinfo/wms2go-users_ > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here _ > __http://p.sf.net/sfu/sfd2d-msazure_ > > > _______________________________________________ > Wms2go-users mailing list_ > __W...@li..._ > <mailto:Wms...@li...>_ > __https://lists.sourceforge.net/lists/listinfo/wms2go-users_ > > > -- > B.Sc. Geograph Daniel Koch > - Studentischer Mitarbeiter - > > terrestris GmbH & Co. KG > Pützchens Chaussee 56 > 53227 Bonn > > Tel: +49 (0)228 / 96 28 99 -53 > Fax: +49 (0)228 / 96 28 99 -57 > > Email: _k...@te..._ <mailto:ko...@te...> > Web: _http://www.terrestris.de_ <http://www.terrestris.de/> > > Amtsgericht Bonn, HRA 6835 > Komplementärin: terrestris Verwaltungsgesellschaft mbH > vertreten durch: Hinrich Paulsen, Till > Adams------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here _ > __http://p.sf.net/sfu/sfd2d-msazure________________________________________________ > Wms2go-users mailing list_ > __W...@li..._ > <mailto:Wms...@li...>_ > __https://lists.sourceforge.net/lists/listinfo/wms2go-users_ > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > _http://p.sf.net/sfu/sfd2d-msazure_ > > > _______________________________________________ > Wms2go-users mailing list > _Wm...@li..._ > <mailto:Wms...@li...> > _https://lists.sourceforge.net/lists/listinfo/wms2go-users_ > > > -- > B.Sc. Geograph Daniel Koch > - Studentischer Mitarbeiter - > > terrestris GmbH & Co. KG > Pützchens Chaussee 56 > 53227 Bonn > > Tel: +49 (0)228 / 96 28 99 -53 > Fax: +49 (0)228 / 96 28 99 -57 > > Email: _k...@te..._ <mailto:ko...@te...> > Web: _http://www.terrestris.de_ <http://www.terrestris.de/> > > Amtsgericht Bonn, HRA 6835 > Komplementärin: terrestris Verwaltungsgesellschaft mbH > vertreten durch: Hinrich Paulsen, Till > Adams------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure_______________________________________________ > Wms2go-users mailing list > Wms...@li... > https://lists.sourceforge.net/lists/listinfo/wms2go-users > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > > > _______________________________________________ > Wms2go-users mailing list > Wms...@li... > https://lists.sourceforge.net/lists/listinfo/wms2go-users -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH& Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams |
From: <Eri...@dl...> - 2012-03-28 07:45:41
|
Changed the variable wms2goInterfaces, seems better.... Mh, there's no logfile in var/log I've got this in the wms2go-cronjob.sh */5 * * * * /var/www/data/wms2go-pus-light-1.0/wms2go-cronjob.sh #!/bin/bash cd /var/www/data/wms2go-pus-light-1.0/ date >> /var/log/wms2go_pickup.log php /var/www/data/wms2go-pus-light-1.0/jobhandler.php >> /var/log/wms2go_pickup.log Don't know where I'm wrong..... :-( Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de Von: Daniel Koch <ko...@te...> An: wms...@li... Datum: 27.03.2012 16:40 Betreff: Re: [Wms2go-users] Antwort: Re: Antwort: Re: wms2go, problems with sending jobs Am 27.03.2012 14:27, schrieb Eri...@dl...: Thx, after installing php5-gd captcha problem is fixed. After that I had to rename my wms2go-pus-light-1.0 fiolder to PickUpScript, to start jobhandler.php. You can do it this way or change the interface path (variable wms2goInterfaces) in wms2go-ol-puc-1.0/configs/application.conf.js to if1 : '../wms2go-pus-light-1.0/jobhandler.php' Now I get sucess-message after sending the fprm. "Der Job wurde erfolgreich angelegt und wird bearbeitet. Sie erhalten eine Email, sobald die Bearbeitung abgeschlossen ist" But nothing happens, neither on filesystem nor in database. Please have a look at the wms2go logfile wms2go_pus.log in /var/log (you can use this in terminal to open the last 50 lines only: tail -50 wms2go_pus.log ). Is this file available? In case: What's the last entry? Is the cronjob running? You can either using the cronjob.sh or create it manual: In terminal: crontab -e paste the following line: */1 * * * * php /var/www/wms2go-pus-light-sourceforge/jobhandler.php >> /var/log/wms2go_pus.log Daniel Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de Von: Daniel Koch <ko...@te...> An: wms...@li... Datum: 27.03.2012 13:46 Betreff: Re: [Wms2go-users] Antwort: Re: wms2go, problems with sending jobs The function imagecreate() needs GD-support. Please check if the package php5-gd is installed, otherwise install it by using: apt-get install php5-gd (and restart apache: /etc/init.d/apache2 restart) Am 27.03.2012 13:17, schrieb Eri...@dl...: Hey Daniel, thx for reply. I followed all the steps in "Projekthandbuch". apache2, the php staff and postgres is installed and seems to work. Maybe I've done something wrong within konfiguration. My apacher error log says: [Tue Mar 27 12:59:23 2012] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function imagecreate() in /var/www/data/wms2go-ol-puc-1.0/php/captcha/securimage/securimage.php on line 675, referer: http://localhost/data/wms2go-ol-puc-1.0/index_dev.html Firebug after trying to send the form: Ext.getCmp("regcaptchatext") is undefined [Bei diesem Fehler anhalten] captch...t.getCmp('regcaptchatext').getValue() Terres...ndow.js (Zeile 376) So it seems to me something wrong with the captcha. Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de Von: Daniel Koch <ko...@te...> An: wms...@li... Datum: 27.03.2012 10:54 Betreff: Re: [Wms2go-users] wms2go, problems with sending jobs Hello Erik, thank you for your interest in wms2go! The captcha formular (and also the sending option) is using php to be generated. Please check, if php is installed on your machine. Assuming you are running on linux, type this in terminal: dpkg -l | grep php The following packages are necessary: php5, php5-cli, php5-psql Futhermore you've to install apache and postgresql. See the help files for more details ( http://wms2go.svn.sourceforge.net/viewvc/wms2go/wms2go-help-1.0/). Daniel -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH & Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH & Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH & Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users |
From: Daniel K. <ko...@te...> - 2012-03-27 14:39:35
|
Am 27.03.2012 14:27, schrieb Eri...@dl...: > Thx, after installing php5-gd captcha problem is fixed. > > After that I had to rename my wms2go-pus-light-1.0 fiolder to > PickUpScript, to start jobhandler.php. You can do it this way or change the interface path (variable wms2goInterfaces) in wms2go-ol-puc-1.0/configs/application.conf.js to if1 : '../wms2go-pus-light-1.0/jobhandler.php' > Now I get sucess-message after sending the fprm. > "Der Job wurde erfolgreich angelegt und wird bearbeitet. Sie erhalten > eine Email, sobald die Bearbeitung abgeschlossen ist" > > But nothing happens, neither on filesystem nor in database. > Please have a look at the wms2go logfile wms2go_pus.log in /var/log (you can use this in terminal to open the last 50 lines only: tail -50 wms2go_pus.log ). Is this file available? In case: What's the last entry? Is the cronjob running? You can either using the cronjob.sh or create it manual: In terminal: crontab -e paste the following line: */1 * * * * php /var/www/wms2go-pus-light-sourceforge/jobhandler.php >> /var/log/wms2go_pus.log Daniel > > > Mit freundlichen Grüßen > im Auftrag > - - > Erik Heinen > > > DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM > RHEINHESSEN - NAHE - HUNSRÜCK > > Rüdesheimer Str. 60 - 68 > 55545 Bad Kreuznach > Telefon: 0671 / 820 - 431 > Telefax: 0671 / 820 - 400 > > e-mail: Eri...@dl... > Internet: www.dlr-rnh.rlp.de > > > > Von: Daniel Koch <ko...@te...> > An: wms...@li... > Datum: 27.03.2012 13:46 > Betreff: Re: [Wms2go-users] Antwort: Re: wms2go, problems with > sending jobs > ------------------------------------------------------------------------ > > > > The function imagecreate() needs GD-support. Please check if the > package php5-gd is installed, otherwise install it by using: > > apt-get install php5-gd (and restart apache: /etc/init.d/apache2 restart) > > Am 27.03.2012 13:17, schrieb _Er...@dl...:_ > <mailto:Eri...@dl...:> > Hey Daniel, > > thx for reply. > I followed all the steps in "Projekthandbuch". > apache2, the php staff and postgres is installed and seems to work. > Maybe I've done something wrong within konfiguration. > My apacher error log says: > > [Tue Mar 27 12:59:23 2012] [error] [client 127.0.0.1] PHP Fatal error: > Call to undefined function imagecreate() in > /var/www/data/wms2go-ol-puc-1.0/php/captcha/securimage/securimage.php > on line 675, referer: > _http://localhost/data/wms2go-ol-puc-1.0/index_dev.html_ > > Firebug after trying to send the form: > > Ext.getCmp("regcaptchatext") is undefined > [Bei diesem Fehler anhalten] > captch...t.getCmp('regcaptchatext').getValue() > Terres...ndow.js (Zeile 376) > > So it seems to me something wrong with the captcha. > > Mit freundlichen Grüßen > im Auftrag > - - > Erik Heinen > > > DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM > RHEINHESSEN - NAHE - HUNSRÜCK > > Rüdesheimer Str. 60 - 68 > 55545 Bad Kreuznach > Telefon: 0671 / 820 - 431 > Telefax: 0671 / 820 - 400 > > e-mail: _Er...@dl..._ <mailto:Eri...@dl...> > Internet: _www.dlr-rnh.rlp.de_ > > > > Von: Daniel Koch _<ko...@te...>_ <mailto:ko...@te...> > An: _wm...@li..._ > <mailto:wms...@li...> > Datum: 27.03.2012 10:54 > Betreff: Re: [Wms2go-users] wms2go, problems with sending jobs > ------------------------------------------------------------------------ > > > > Hello Erik, > > thank you for your interest in wms2go! > > The captcha formular (and also the sending option) is using php to be > generated. Please check, if php is installed on your machine. Assuming > you are running on linux, type this in terminal: > > dpkg -l | grep php > > The following packages are necessary: php5, php5-cli, php5-psql > > Futhermore you've to install apache and postgresql. See the help files > for more details > (_http://wms2go.svn.sourceforge.net/viewvc/wms2go/wms2go-help-1.0/_). > > Daniel > -- > B.Sc. Geograph Daniel Koch > - Studentischer Mitarbeiter - > > terrestris GmbH & Co. KG > Pützchens Chaussee 56 > 53227 Bonn > > Tel: +49 (0)228 / 96 28 99 -53 > Fax: +49 (0)228 / 96 28 99 -57 > > Email: _k...@te..._ <mailto:ko...@te...> > Web: _http://www.terrestris.de_ <http://www.terrestris.de/> > > Amtsgericht Bonn, HRA 6835 > Komplementärin: terrestris Verwaltungsgesellschaft mbH > vertreten durch: Hinrich Paulsen, Till > Adams------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here _ > __http://p.sf.net/sfu/sfd2d-msazure________________________________________________ > Wms2go-users mailing list_ > __W...@li..._ > <mailto:Wms...@li...>_ > __https://lists.sourceforge.net/lists/listinfo/wms2go-users_ > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > _http://p.sf.net/sfu/sfd2d-msazure_ > > > _______________________________________________ > Wms2go-users mailing list > _Wm...@li..._ > <mailto:Wms...@li...> > _https://lists.sourceforge.net/lists/listinfo/wms2go-users_ > > > -- > B.Sc. Geograph Daniel Koch > - Studentischer Mitarbeiter - > > terrestris GmbH & Co. KG > Pützchens Chaussee 56 > 53227 Bonn > > Tel: +49 (0)228 / 96 28 99 -53 > Fax: +49 (0)228 / 96 28 99 -57 > > Email: _k...@te..._ <mailto:ko...@te...> > Web: _http://www.terrestris.de_ <http://www.terrestris.de/> > > Amtsgericht Bonn, HRA 6835 > Komplementärin: terrestris Verwaltungsgesellschaft mbH > vertreten durch: Hinrich Paulsen, Till > Adams------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure_______________________________________________ > Wms2go-users mailing list > Wms...@li... > https://lists.sourceforge.net/lists/listinfo/wms2go-users > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > > > _______________________________________________ > Wms2go-users mailing list > Wms...@li... > https://lists.sourceforge.net/lists/listinfo/wms2go-users -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH& Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams |
From: <Eri...@dl...> - 2012-03-27 12:27:35
|
Thx, after installing php5-gd captcha problem is fixed. After that I had to rename my wms2go-pus-light-1.0 fiolder to PickUpScript, to start jobhandler.php. Now I get sucess-message after sending the fprm. "Der Job wurde erfolgreich angelegt und wird bearbeitet. Sie erhalten eine Email, sobald die Bearbeitung abgeschlossen ist" But nothing happens, neither on filesystem nor in database. Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de Von: Daniel Koch <ko...@te...> An: wms...@li... Datum: 27.03.2012 13:46 Betreff: Re: [Wms2go-users] Antwort: Re: wms2go, problems with sending jobs The function imagecreate() needs GD-support. Please check if the package php5-gd is installed, otherwise install it by using: apt-get install php5-gd (and restart apache: /etc/init.d/apache2 restart) Am 27.03.2012 13:17, schrieb Eri...@dl...: Hey Daniel, thx for reply. I followed all the steps in "Projekthandbuch". apache2, the php staff and postgres is installed and seems to work. Maybe I've done something wrong within konfiguration. My apacher error log says: [Tue Mar 27 12:59:23 2012] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function imagecreate() in /var/www/data/wms2go-ol-puc-1.0/php/captcha/securimage/securimage.php on line 675, referer: http://localhost/data/wms2go-ol-puc-1.0/index_dev.html Firebug after trying to send the form: Ext.getCmp("regcaptchatext") is undefined [Bei diesem Fehler anhalten] captch...t.getCmp('regcaptchatext').getValue() Terres...ndow.js (Zeile 376) So it seems to me something wrong with the captcha. Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de Von: Daniel Koch <ko...@te...> An: wms...@li... Datum: 27.03.2012 10:54 Betreff: Re: [Wms2go-users] wms2go, problems with sending jobs Hello Erik, thank you for your interest in wms2go! The captcha formular (and also the sending option) is using php to be generated. Please check, if php is installed on your machine. Assuming you are running on linux, type this in terminal: dpkg -l | grep php The following packages are necessary: php5, php5-cli, php5-psql Futhermore you've to install apache and postgresql. See the help files for more details ( http://wms2go.svn.sourceforge.net/viewvc/wms2go/wms2go-help-1.0/). Daniel -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH & Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH & Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users |
From: Daniel K. <ko...@te...> - 2012-03-27 11:46:16
|
|The function imagecreate() needs GD-support. Please check if the package php5-gd is installed, otherwise install it by using: ||apt-get install php5-gd (and restart apache: ||/etc/init.d/apache2 restart)| Am 27.03.2012 13:17, schrieb Eri...@dl...: > Hey Daniel, > > thx for reply. > I followed all the steps in "Projekthandbuch". > apache2, the php staff and postgres is installed and seems to work. > Maybe I've done something wrong within konfiguration. > My apacher error log says: > > [Tue Mar 27 12:59:23 2012] [error] [client 127.0.0.1] PHP Fatal error: > Call to undefined function imagecreate() in > /var/www/data/wms2go-ol-puc-1.0/php/captcha/securimage/securimage.php > on line 675, referer: > http://localhost/data/wms2go-ol-puc-1.0/index_dev.html > > Firebug after trying to send the form: > > Ext.getCmp("regcaptchatext") is undefined > [Bei diesem Fehler anhalten] > captch...t.getCmp('regcaptchatext').getValue() > Terres...ndow.js (Zeile 376) > > So it seems to me something wrong with the captcha. > > Mit freundlichen Grüßen > im Auftrag > - - > Erik Heinen > > > DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM > RHEINHESSEN - NAHE - HUNSRÜCK > > Rüdesheimer Str. 60 - 68 > 55545 Bad Kreuznach > Telefon: 0671 / 820 - 431 > Telefax: 0671 / 820 - 400 > > e-mail: Eri...@dl... > Internet: www.dlr-rnh.rlp.de > > > > Von: Daniel Koch <ko...@te...> > An: wms...@li... > Datum: 27.03.2012 10:54 > Betreff: Re: [Wms2go-users] wms2go, problems with sending jobs > ------------------------------------------------------------------------ > > > > Hello Erik, > > thank you for your interest in wms2go! > > The captcha formular (and also the sending option) is using php to be > generated. Please check, if php is installed on your machine. Assuming > you are running on linux, type this in terminal: > > dpkg -l | grep php > > The following packages are necessary: php5, php5-cli, php5-psql > > Futhermore you've to install apache and postgresql. See the help files > for more details > (_http://wms2go.svn.sourceforge.net/viewvc/wms2go/wms2go-help-1.0/_). > > Daniel > -- > B.Sc. Geograph Daniel Koch > - Studentischer Mitarbeiter - > > terrestris GmbH & Co. KG > Pützchens Chaussee 56 > 53227 Bonn > > Tel: +49 (0)228 / 96 28 99 -53 > Fax: +49 (0)228 / 96 28 99 -57 > > Email: _k...@te..._ <mailto:ko...@te...> > Web: _http://www.terrestris.de_ <http://www.terrestris.de/> > > Amtsgericht Bonn, HRA 6835 > Komplementärin: terrestris Verwaltungsgesellschaft mbH > vertreten durch: Hinrich Paulsen, Till > Adams------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure_______________________________________________ > Wms2go-users mailing list > Wms...@li... > https://lists.sourceforge.net/lists/listinfo/wms2go-users > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > > > _______________________________________________ > Wms2go-users mailing list > Wms...@li... > https://lists.sourceforge.net/lists/listinfo/wms2go-users -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH& Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams |
From: <Eri...@dl...> - 2012-03-27 11:17:36
|
Hey Daniel, thx for reply. I followed all the steps in "Projekthandbuch". apache2, the php staff and postgres is installed and seems to work. Maybe I've done something wrong within konfiguration. My apacher error log says: [Tue Mar 27 12:59:23 2012] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function imagecreate() in /var/www/data/wms2go-ol-puc-1.0/php/captcha/securimage/securimage.php on line 675, referer: http://localhost/data/wms2go-ol-puc-1.0/index_dev.html Firebug after trying to send the form: Ext.getCmp("regcaptchatext") is undefined [Bei diesem Fehler anhalten] captch...t.getCmp('regcaptchatext').getValue() Terres...ndow.js (Zeile 376) So it seems to me something wrong with the captcha. Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de Von: Daniel Koch <ko...@te...> An: wms...@li... Datum: 27.03.2012 10:54 Betreff: Re: [Wms2go-users] wms2go, problems with sending jobs Hello Erik, thank you for your interest in wms2go! The captcha formular (and also the sending option) is using php to be generated. Please check, if php is installed on your machine. Assuming you are running on linux, type this in terminal: dpkg -l | grep php The following packages are necessary: php5, php5-cli, php5-psql Futhermore you've to install apache and postgresql. See the help files for more details ( http://wms2go.svn.sourceforge.net/viewvc/wms2go/wms2go-help-1.0/). Daniel -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH & Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Wms2go-users mailing list Wms...@li... https://lists.sourceforge.net/lists/listinfo/wms2go-users |
From: Daniel K. <ko...@te...> - 2012-03-27 08:54:12
|
Hello Erik, thank you for your interest in wms2go! The captcha formular (and also the sending option) is using php to be generated. Please check, if php is installed on your machine. Assuming you are running on linux, type this in terminal: dpkg -l | grep php The following packages are necessary: php5, php5-cli, php5-psql Futhermore you've to install apache and postgresql. See the help files for more details (http://wms2go.svn.sourceforge.net/viewvc/wms2go/wms2go-help-1.0/). Daniel -- B.Sc. Geograph Daniel Koch - Studentischer Mitarbeiter - terrestris GmbH& Co. KG Pützchens Chaussee 56 53227 Bonn Tel: +49 (0)228 / 96 28 99 -53 Fax: +49 (0)228 / 96 28 99 -57 Email: ko...@te... Web: http://www.terrestris.de Amtsgericht Bonn, HRA 6835 Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: Hinrich Paulsen, Till Adams |
From: <Eri...@dl...> - 2012-03-26 13:05:14
|
Hello, I've tried to install and make run the wms2go application. Now the online-client (puc) seems to work to view the map and select bbox and zoomlevel. But starting a job, to seed the tiles doesn't work for me. First the captcha in the formular wasn't showed to me. Now I've changed the codeline this.useCaptcha = true; to false and started the index_dev.html. There's no captcha confirm expected anymore, but nothing goes on, after sending the formular :-( Any ideas? Mit freundlichen Grüßen im Auftrag - - Erik Heinen DIENSTLEISTUNGSZENTRUM LÄNDLICHER RAUM RHEINHESSEN - NAHE - HUNSRÜCK Rüdesheimer Str. 60 - 68 55545 Bad Kreuznach Telefon: 0671 / 820 - 431 Telefax: 0671 / 820 - 400 e-mail: Eri...@dl... Internet: www.dlr-rnh.rlp.de |
From: Wolf, S. <ste...@dl...> - 2012-01-23 14:03:13
|