Re: [mapguide-users] Centos Mapguide 2.6 Oracle provider missing

2014-10-16 Thread Kajar
Now all files are istalled and Oracle Instant client is configured but I got
error when I want to connect to oracle database using Maestro:

The remote server returned an error: (559) MgFdoException.: 
An exception occurred in FDO component.
Error occurred in Feature Source
(Session:4643b2a8-5508-11e4-8000-227fbd1e24c6_en_MTI3LjAuMC4x0AFC0AFB0AFA//7558decb-3d62-4d53-a8c2-874ec9389065.FeatureSource):
An exception occurred in FDO component.
Failed to retrieve the third party exception mesage. This message may not be
unicode compliant.

- MgFdoConnectionManager.Open() line 333 file FdoConnectionManager.cpp
- MgFdoConnectionManager.CacheFdoConnection() line 1097 file
FdoConnectionManager.cpp
- MgFdoConnectionManager.Open() line 1089 file FdoConnectionManager.cpp
 (Cause: , Root Cause: )
- MgFeatureServiceHandler.ProcessOperation() line 83 file
FeatureServiceHandler.cpp
- MgOpTestFeatureSourceConnection.Execute() line 100 file
OpTestFeatureSourceConnection.cpp
- MgServerFeatureService.TestConnection() line 243 file
ServerFeatureService.cpp
- MgFdoConnectionManager.Open() line 366 file FdoConnectionManager.cpp
The remote server returned an error: (559) MgFdoException.

Configuration i have:Centos 6.5(32 bit), Oracle instant client is 11ver(32
bit), Mapguide 2.6(32bit) Oracle database is 10ver(64bit). 
Maybe 32 vs 64bit problems?





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Centos-Mapguide-2-6-Oracle-provider-missing-tp5167230p5167763.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MapGuide Open Source 3.0 test build for 64-bit Linux

2014-10-16 Thread scoobylx
Quick response: I have mapguide 3.0 x64 running in a CentOS docker container
using Jackie's modified docker file. First impressions are that it seems
subjectively quicker, all my packages have loaded successfully and I can see
my maps loading fine. 

Couple of errors that probably relate to providers: no raster images are
loading and I'm getting a 'fusion object' error and no data loading on a
flexible layout, but this is all using postgis data.

External map providers are all working fine. 

Jackie, can you point me towards downloading and loading the
GDAL/postgres/posgis providers for x64 please? Exciting stuff...





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-Open-Source-3-0-test-build-for-64-bit-Linux-tp5167443p5167775.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MapGuide Open Source 3.0 test build for 64-bit Linux

2014-10-16 Thread scoobylx
Sorry, GDAL was just an error in the path. All working fine.

Postgres/postgis provider not so happy. I have the following in
/usr/local/fdo-3.9.0/lib:

libFdoPostgreSQL-3.9.0.so   
libFdoPostgreSQL.so

It's libpq.so.5 not found.

System.Exception: The remote server returned an error: (559)
MgFdoException.: 
An exception occurred in FDO component.
Unable to load the FDO Provider library 'libFdoPostgreSQL.so': libpq.so.5:
cannot open shared object file: No such file or directory (Cause: , Root
Cause: Unable to load the FDO Provider library 'libFdoPostgreSQL.so':
libpq.so.5: cannot open shared object file: No such file or directory)

- MgFeatureServiceHandler.ProcessOperation() line 83 file
FeatureServiceHandler.cpp
- MgOpGetCapabilities.Execute() line 124 file OpGetCapabilities.cpp

 --- System.Net.WebException: The remote server returned an error: (559)
MgFdoException.
   at System.Net.HttpWebRequest.GetResponse()
   at OSGeo.MapGuide.MaestroAPI.HttpServerConnection.OpenRead(String req) in
c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\OSGeo.MapGuide.MaestroAPI.Http\HttpServerConnection.cs:line
1417
   --- End of inner exception stack trace ---
   at OSGeo.MapGuide.MaestroAPI.HttpServerConnection.OpenRead(String req) in
c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\OSGeo.MapGuide.MaestroAPI.Http\HttpServerConnection.cs:line
1433
   at
OSGeo.MapGuide.MaestroAPI.HttpServerConnection.GetProviderCapabilities(String
provider) in c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\OSGeo.MapGuide.MaestroAPI.Http\HttpServerConnection.cs:line
1858
   at Maestro.Base.Editor.FsEditorOptionPanel.Bind(IEditorService service)
in c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\Maestro.Base\Editor\FsEditorOptionPanel.cs:line 62
   at Maestro.Base.Editor.FeatureSourceEditor.Bind(IEditorService service)
in c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\Maestro.Base\Editor\FeatureSourceEditor.cs:line 71
   at Maestro.Base.Editor.EditorContentBase.set_EditorService(IEditorService
value) in c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\Maestro.Base\Editor\EditorContentBase.cs:line 117
   at Maestro.Base.Services.OpenResourceManager.Open(IResource res,
IServerConnection conn, Boolean useXmlEditor, ISiteExplorer siteExp) in
c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\Maestro.Base\Services\OpenResourceManager.cs:line 192
   at Maestro.Base.Services.OpenResourceManager.Open(String resourceId,
IServerConnection conn, Boolean useXmlEditor, ISiteExplorer siteExp) in
c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\Maestro.Base\Services\OpenResourceManager.cs:line 265





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-Open-Source-3-0-test-build-for-64-bit-Linux-tp5167443p5167789.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MapGuide Open Source 3.0 test build for 64-bit Linux

2014-10-16 Thread Michele Mondelli
Hi sboobylx,

I think you need the PostgreSQL development header files and libraries.
Run
$ yum provides */libpq
to find what package provide them for you.
On our system, we have
installed postgresql93-devel-9.3.5-1PGDG.rhel6.x86_64 for it.

Regards,

2014-10-16 11:40 GMT+02:00 scoobylx brandon.ma...@maritimearchaeology.co.uk
:

 Sorry, GDAL was just an error in the path. All working fine.

 Postgres/postgis provider not so happy. I have the following in
 /usr/local/fdo-3.9.0/lib:

 libFdoPostgreSQL-3.9.0.so
 libFdoPostgreSQL.so

 It's libpq.so.5 not found.

 System.Exception: The remote server returned an error: (559)
 MgFdoException.:
 An exception occurred in FDO component.
 Unable to load the FDO Provider library 'libFdoPostgreSQL.so': libpq.so.5:
 cannot open shared object file: No such file or directory (Cause: , Root
 Cause: Unable to load the FDO Provider library 'libFdoPostgreSQL.so':
 libpq.so.5: cannot open shared object file: No such file or directory)

 - MgFeatureServiceHandler.ProcessOperation() line 83 file
 FeatureServiceHandler.cpp
 - MgOpGetCapabilities.Execute() line 124 file OpGetCapabilities.cpp

  --- System.Net.WebException: The remote server returned an error: (559)
 MgFdoException.
at System.Net.HttpWebRequest.GetResponse()
at OSGeo.MapGuide.MaestroAPI.HttpServerConnection.OpenRead(String req)
 in
 c:\working\JenkinsCI\home\slave_win\jobs\Maestro
 trunk\workspace\OSGeo.MapGuide.MaestroAPI.Http\HttpServerConnection.cs:line
 1417
--- End of inner exception stack trace ---
at OSGeo.MapGuide.MaestroAPI.HttpServerConnection.OpenRead(String req)
 in
 c:\working\JenkinsCI\home\slave_win\jobs\Maestro
 trunk\workspace\OSGeo.MapGuide.MaestroAPI.Http\HttpServerConnection.cs:line
 1433
at

 OSGeo.MapGuide.MaestroAPI.HttpServerConnection.GetProviderCapabilities(String
 provider) in c:\working\JenkinsCI\home\slave_win\jobs\Maestro
 trunk\workspace\OSGeo.MapGuide.MaestroAPI.Http\HttpServerConnection.cs:line
 1858
at Maestro.Base.Editor.FsEditorOptionPanel.Bind(IEditorService service)
 in c:\working\JenkinsCI\home\slave_win\jobs\Maestro
 trunk\workspace\Maestro.Base\Editor\FsEditorOptionPanel.cs:line 62
at Maestro.Base.Editor.FeatureSourceEditor.Bind(IEditorService service)
 in c:\working\JenkinsCI\home\slave_win\jobs\Maestro
 trunk\workspace\Maestro.Base\Editor\FeatureSourceEditor.cs:line 71
at
 Maestro.Base.Editor.EditorContentBase.set_EditorService(IEditorService
 value) in c:\working\JenkinsCI\home\slave_win\jobs\Maestro
 trunk\workspace\Maestro.Base\Editor\EditorContentBase.cs:line 117
at Maestro.Base.Services.OpenResourceManager.Open(IResource res,
 IServerConnection conn, Boolean useXmlEditor, ISiteExplorer siteExp) in
 c:\working\JenkinsCI\home\slave_win\jobs\Maestro
 trunk\workspace\Maestro.Base\Services\OpenResourceManager.cs:line 192
at Maestro.Base.Services.OpenResourceManager.Open(String resourceId,
 IServerConnection conn, Boolean useXmlEditor, ISiteExplorer siteExp) in
 c:\working\JenkinsCI\home\slave_win\jobs\Maestro
 trunk\workspace\Maestro.Base\Services\OpenResourceManager.cs:line 265





 --
 View this message in context:
 http://osgeo-org.1560.x6.nabble.com/MapGuide-Open-Source-3-0-test-build-for-64-bit-Linux-tp5167443p5167789.html
 Sent from the MapGuide Users mailing list archive at Nabble.com.
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users




-- 
*Michele Mondelli*
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] MapGuide Open Source 3.0 test build for 64-bit Linux

2014-10-16 Thread scoobylx
Hi Michelle,

Thanks, that's a big help as I'm not so familiar with CentOS.

The base image is the same one as Jackie used in the 2.6.0 build, so it must
be that the liibpq included is for the 32 bit architecture.

I ran the command you suggested and identified the
postgresql-devel-8.4.20-1.el6_5.x86_64 headers as available. Now maestro can
load the feature source, but I still get 'Fusion Error: [object Object]' in
the browser and no postgis data. 

Perhaps I need to update to a newer postgres dev headers, but the 32 bit
version of the 8.4 headers work fine in the base image with mapguide 2.6.0.
I'll keep tinkering.

Brandon



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-Open-Source-3-0-test-build-for-64-bit-Linux-tp5167443p5167811.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Set Selection Gone... in 2.6+

2014-10-16 Thread ChrisGo
We use a shell of the old viewer and I was wondering if I could fast track
the clear selection button not working. Do you have any quick suggestions on
the easiest way to fix the fact that setselection is gone and buttons like
clear selection depend on them?

Please  Thank you!



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Set-Selection-Gone-in-2-6-tp5167836.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Centos Mapguide 2.6 Oracle provider missing

2014-10-16 Thread Riccardo Pucci

Hi Kajar,
Sadly this old bug http://trac.osgeo.org/fdo/ticket/562 prevent king 
oracle provider to work on Linux.
I think there are more chance with OGR Provider, but it should be 
compiled with Oracle Spatial support.


Riccardo.

Il 16/10/2014 10:17, Kajar ha scritto:

Now all files are istalled and Oracle Instant client is configured but I got
error when I want to connect to oracle database using Maestro:

The remote server returned an error: (559) MgFdoException.:
An exception occurred in FDO component.
Error occurred in Feature Source
(Session:4643b2a8-5508-11e4-8000-227fbd1e24c6_en_MTI3LjAuMC4x0AFC0AFB0AFA//7558decb-3d62-4d53-a8c2-874ec9389065.FeatureSource):
An exception occurred in FDO component.
Failed to retrieve the third party exception mesage. This message may not be
unicode compliant.

- MgFdoConnectionManager.Open() line 333 file FdoConnectionManager.cpp
- MgFdoConnectionManager.CacheFdoConnection() line 1097 file
FdoConnectionManager.cpp
- MgFdoConnectionManager.Open() line 1089 file FdoConnectionManager.cpp
  (Cause: , Root Cause: )
- MgFeatureServiceHandler.ProcessOperation() line 83 file
FeatureServiceHandler.cpp
- MgOpTestFeatureSourceConnection.Execute() line 100 file
OpTestFeatureSourceConnection.cpp
- MgServerFeatureService.TestConnection() line 243 file
ServerFeatureService.cpp
- MgFdoConnectionManager.Open() line 366 file FdoConnectionManager.cpp
The remote server returned an error: (559) MgFdoException.

Configuration i have:Centos 6.5(32 bit), Oracle instant client is 11ver(32
bit), Mapguide 2.6(32bit) Oracle database is 10ver(64bit).
Maybe 32 vs 64bit problems?





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Centos-Mapguide-2-6-Oracle-provider-missing-tp5167230p5167763.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users



___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Centos Mapguide 2.6 Oracle provider missing

2014-10-16 Thread Jackie Ng
Is this a Linux-wide issue or specific to one particular distro?

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Centos-Mapguide-2-6-Oracle-provider-missing-tp5167230p5167915.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MapGuide Open Source 3.0 test build for 64-bit Linux

2014-10-16 Thread Jackie Ng
If you are using the docker approach (as per my blog post), it pre-dates this
64-bit Linux build.

So you're basically installing a 32-bit application (MapGuide) in a 64-bit
container and host. Whatever dependencies you have to install must be the
*32-bit* version and not the 64-bit one.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-Open-Source-3-0-test-build-for-64-bit-Linux-tp5167443p5167916.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MapGuide Open Source 3.0 test build for 64-bit Linux

2014-10-16 Thread Jackie Ng
The 64-bit Ubuntu test build is up now:

http://download.osgeo.org/mapguide/releases/3.0.0/x64_Test1/ubuntu12/mginstallubuntu.sh

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-Open-Source-3-0-test-build-for-64-bit-Linux-tp5167443p5167920.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users