Re: [Wms2go-users] Antwort: Re: Antwort: Re: Antwort: Re: wms2go, problems with sending jobs
Brought to you by:
terrestris
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 |