Re: [mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2020-03-04 Thread diordonezr
Thanks a lot Gordon.. it finally worked. The solution was to grant full permissions to IIS_IUSRS (Windows 10) -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] Error on parseMapTip

2020-01-08 Thread Liglio
Hi, I used FusionSF.js and I still don't know what is causing the error. It occurs after several hours. My application is refreshing (each 10 seconds) time interval to show lightinings. Stack Trace: - ? at https://sisamb.com/mapguide/fusion/lib/fusionSF.js (line: 2005) - Object.parseJSON at htt

Re: [mapguide-users] Error on parseMapTip

2020-01-02 Thread kshippey
You'll want to switch to using fusion.js instead of fusionSF-compressed.js as outlined here and other places: https://adndevblog.typepad.com/infrastructure/2012/04/debugging-fusion-viewer-or-mobile-viewer-of-aims-in-firebug.html Doing this will provide a clearer tracelog on which Javascript file

[mapguide-users] Error on parseMapTip

2020-01-02 Thread Liglio
Hi, I am using mapguide server 3.1.2 on a windows server 2019. I am getting an error on parseMapTip, sistematically. The error image is attached. I can't identify why this is happening. -- Sent from: http://osgeo-org.1560.x6.nabble

Re: [mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2019-11-29 Thread diordon...@hotmail.com
Still running into the same issue with MapGUIDE 3.1. Thanks in advance for your valuable help TCPDF ERROR: [Image] Unable to get image: http://localhost/mapguide/fusion/widgets/QuickPlot/GeneratePicture.php?session_id=8af07914-12e4-11ea-8000-0a002704_en_MTI3LjAuMC4x0AFC0AFB0AFA&map_name=MapaCo

Re: [mapguide-users] Error when want to save to a new SQL server in Maestro

2016-11-10 Thread GordonL
This might be the old problem that if the user you are logging into SQL Server with does not have access (connect) to all databases on the SQL Server, you will get an error. Try using the "sa" user and see if that fixes the issue. -- View this message in context: http://osgeo-org.1560.x6.n

[mapguide-users] Error when want to save to a new SQL server in Maestro

2016-11-01 Thread todayboy
I know someone experienced the same and brought this out before, but I don't see actually replied how to fix it. I just wanted to change the SQL server information to another server, username and password, but then the error below shown: Validating resource: Session://.FeatureSource Error

[mapguide-users] Error saving Map in MGOS 3.0

2015-10-01 Thread ANDRE LUIS ALVES DE OLIVEIRA
I'm trying to save a map with one layer of shapefile and is occuring the follow error in attach. I'm using Windows 10 64bits, MGOS 3.0 Apache/PHP, Maestro 6.0m4. With PosgreSQL 9.4/PostGIS 2.1.8 appears the same error too. Somebody could help me? Thank you very much. -- André Oliveira Maestr

Re: [mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2015-02-06 Thread GordonL
I have a few tricks I usually use to get the Quick Plot working: 1. Ensure the TCPDF folder is has "Modify" granted to IUSR or "Everyone". 2. Change your HOSTS file to make sure the server "knows" its name for example my server is called www.mapguide.ca but in my hosts file I have to put 127.0.0.1

Re: [mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2015-02-06 Thread JamesDudden
I downloaded the latest copy and there are a lot of files in a zipped folder so not sure which bits I should and shouldn't be replacing but I tried just replacing the tcpdf.php file and that produced a different error as below. I will have another play on Monday and get back to you. Thanks PHP Wa

Re: [mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2015-02-06 Thread Jackie Ng
I'm thinking that TCPDF has issues with that particular image, and not the source it came from. I don't know how old that copy of TCPDF is, does replacing that copy with the latest version (whatever it is right now) change things? - Jackie -- View this message in context: http://osgeo-org.156

Re: [mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2015-02-06 Thread JamesDudden
Ok, so I ran the test that you described and it worked. What do you think this means? - RegardsJD Software-Matters Dorset -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Error-using-quickplot-TCPDF-ERROR-Image-Unable-to-get-image-tp5185933p5185962.html Sent from the M

Re: [mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2015-02-06 Thread Jackie Ng
If this is consistently reproducible, what happens if you save that GeneratePicture.php as an image, serve it as a static image file from the same web server and as a test modify PlotAsPDF.php to replace the GeneratePicture.php url with a url to your saved image, does TCPDF still throw the error wh

Re: [mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2015-02-06 Thread JamesDudden
Are you saying copy the URL from the error and load that into the browser? If so I have done this and the image appears ok... - RegardsJD Software-Matters Dorset -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Error-using-quickplot-TCPDF-ERROR-Image-Unable-to-get-image

Re: [mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2015-02-06 Thread Jackie Ng
If you get that error, it would be generally be because GeneratePicture.php threw some sort of error causing an exception message to be returned instead of an image. TCPDF tries to process that exception message as an image and throws the aforementioned error as a result. You should see what the G

[mapguide-users] Error using quickplot - TCPDF ERROR: [Image] Unable to get image:

2015-02-06 Thread JamesDudden
Hi, I have run in to a problem that only happens when I turn on too many layers i.e. there is always a tipping point where it works then I switch on more layers and then it stops working. I am using MG Open Source 2.5 on Windows Server 2008 with a .NET build. The map has many linked layers includ

Re: [mapguide-users] Error when changing DWF drawing source data file

2014-12-02 Thread Jérôme Touré
Thank you Rémy. I guess I'll have to try and find another format than DWF then. Jérôme Le 01/12/2014 15:48, Rémy GOURRAT a écrit : Hi Jérôme, For me, the rule is 1 DWF => 1 Drawing Source => 1 layer => X DWF layers in the map Maybe I make a mistake... Rémy __

Re: [mapguide-users] Error when changing DWF drawing source data file

2014-12-01 Thread Rémy GOURRAT
Hi Jérôme, For me, the rule is 1 DWF => 1 Drawing Source => 1 layer => X DWF layers in the map Maybe I make a mistake... Rémy ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] Error when changing DWF drawing source data file

2014-12-01 Thread Jérôme Touré
Hi all, I have an error in Maestro that I don't understand. I have a DWF drawing source calling a DWF file. I have a layer which is based on this drawing source. When I add another dwf file to my drawing source and mark it as the data file, the layer doesn't display in mapguide anymore. Moreover

[mapguide-users] Error while creating resourceservice

2014-09-05 Thread yash227
hi all, I am new using map guide open source. I am developing web application using mapguide .net configuration.My application has functionality like that, when user selects mapname from dropdownlist then page gets reloads and map changes. But when I use this code: string webconfig = @"C:

Re: [mapguide-users] Error when adding layer of MapInfo data to a map

2014-03-21 Thread Jackie Ng
I guess validation was trying to compute a bounding box but it can't because the OGR provider doesn't support such operations. As a workaround, you can got to Tools - Options and uncheck the "Validated on save" option in the "Editor" tab, which will skip validation on saving a resource. Resources

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2013-08-08 Thread Martin Morrison
...@lists.osgeo.org] On Behalf Of Jackie Ng Sent: Thursday, August 08, 2013 10:38 AM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Error on insert features into SQL Server Spatial I'm long out of the Autodesk reseller loop, but I'm sure they always try to push for subscri

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2013-08-08 Thread Jackie Ng
I'm long out of the Autodesk reseller loop, but I'm sure they always try to push for subscription with all their software. And if the customer is on subscription it means they should be entitled to the latest releases as they come out. - Jackie -- View this message in context: http://osgeo-org

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2013-08-08 Thread David Hequet
Ok, Tried to update AIMS 2013 to SP1 but it didn't include that. Wonder if my customer would to use aims 2014 :) Thank you, David -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Error-on-insert-features-into-SQL-Server-Spatial-tp4987600p5071484.html Sent from the MapGuid

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2013-08-08 Thread Jackie Ng
MGOS 2.4 came out many months after AIMS 2013. And the actual fixes to this problem on the MapGuide/FDO end many months after that. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Error-on-insert-features-into-SQL-Server-Spatial-tp4987600p5071427.html Sent from t

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2013-08-07 Thread David Hequet
Hi, I'm getting this error with infrastructure map server 2013, it use FDO 3.7 but i don't know if it use the patched version of Mapguide's core. Does someone know? I have tested this on both fdo enabled/not enabled database. Tried with Id columns as identity and as simple columns (providing id d

Re: [mapguide-users] Error selecting layers in Fusion

2013-07-11 Thread PeteMcc
Hi Jackie, Thanks for your response, apologies for the late reply. I'm not particularly fluent in PHP but I think this is the relevant section of getselectionproperties.php, can you see any issue?: $result = NULL; $result->hasSelection = false; if ($layers && $layers->Get

Re: [mapguide-users] Error selecting layers in Fusion

2013-07-03 Thread Jackie Ng
That looks like an invalid JSON response. You should *never* get an empty "layers" array. Empty selections should give back JSON like this: { "hasSelection": false } Which is what I would've expected to have seen instead of this JSON. Take a look at GetSelectionProperties.php, that is what is

[mapguide-users] Error selecting layers in Fusion

2013-07-03 Thread PeteMcc
Hello all, I have created a fusion map in mapguide maestro and added some layers of shapefiles from a geodatabase. Eight of these layers are showing this error message when selected: Validation of the layers shows no proble

Re: [mapguide-users] Error when copying Layer Definition and changing feature source

2013-03-04 Thread Jackie Ng
Well the problem is that the mapagent threw back an error, which may have been partially swallowed up by the System.Net.WebException because it lacks the MapGuide server-side stack trace that would give us way more context for this particular error. At face value, this looks to be something relate

Re: [mapguide-users] Error when copying Layer Definition and changing feature source

2013-03-04 Thread Steve G
No error messages in the Error Log. Purging did not work for me. I did not try the turning off the validation method as you suggested because I found another alternative (maybe easier). After copying and pasting the layer resource, I opened up the XML and deleted ResourceID and FeatureName, and

Re: [mapguide-users] Error when copying Layer Definition and changing feature source

2013-03-03 Thread Hans Milling
I've experienced the same. It seems that MapGuide or Maestro caches the original properties of the first feature source or something. Try to Purge the feature source and layer cache by right clicking and select "Purge cached schema information". As an alternative disable validation on save and save

Re: [mapguide-users] Error when copying Layer Definition and changing feature source

2013-03-02 Thread Jackie Ng
What do server error logs say? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-when-copying-Layer-Definition-and-changing-feature-source-tp5037899p5037939.html Sent from the MapGuide Users mailing list archive at Nabble.com. _

[mapguide-users] Error when copying Layer Definition and changing feature source

2013-03-01 Thread Steve G
Maestro 5.0.0.7213 Mapguide 2.4.0.6876 I have a working layer definition (vector layer) and associated feature data source (unmanaged, using SHP FDO provider). I want to duplicate/copy the layer definition, but use a different feature data source. Here are my steps. 1. Add a new feature sou

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-11-14 Thread Gunter Becker
Jackie, thanks a lot, it now works like a charm. You saved my live! Seems it also fixes most errors I mentioned in this post (Failed to load the resource file "Resources/ma

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-11-09 Thread Jackie Ng
I guess the downloads page hasn't been updated yet. http://download.osgeo.org/fdo/3.7.0/release/binaries/ - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-on-insert-features-into-SQL-Server-Spatial-tp4987600p5015137.html Sent from the MapGuide Users mailing

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-11-09 Thread Gunter Becker
Jackie, thanks for your great support, but where do I find the FDO 3.7 final release. I've looked under http://fdo.osgeo.org/content/fdo-370-downloads but couldn't see any changes. Gunter -- View this message in context: http://osgeo-org.15

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-11-09 Thread Jackie Ng
Okay, SQL Server inserts should work now if you use the SQL Server provider from the FDO 3.7 final release. But transaction rollback is still broken if you do MgFeatureService::UpdateFeatures with useTransaction = true and an exception happens in post-insert processing. This is where the old SQL S

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-11-01 Thread Jackie Ng
I've filed a FDO ticket on this: http://trac.osgeo.org/fdo/ticket/852 - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-on-insert-features-into-SQL-Server-Spatial-tp4987600p5013441.html Sent from the MapGuide Users mailing list archive at Nabble.com. _

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-11-01 Thread Jackie Ng
Adding an extra data point. This also affects MapGuide/FDO trunk and SQL Server 2012 as well. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-on-insert-features-into-SQL-Server-Spatial-tp4987600p5013342.html Sent from the MapGuide Users mailing list archive

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-11-01 Thread Jackie Ng
It's actually both MapGuide and FDO related. There's 2 problems here: 1. There's definitely a bug in the SQL Server FDO provider. The insert command (transactional or not) actually succeeds, but it blows up trying to get the class definition from the feature reader that is returned by FdoIInsert:

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-11-01 Thread Gunter Becker
The question for me is: Why it throws an error when everything is correct implemented? By the way I can workaround the problem using a Transaction, so that my application doesn't hang. But the error log ist flooded with exceptions and this is obviously not correct. Particularly from a customers pe

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-10-31 Thread Jackie Ng
I can reproduce this error. This is nasty! It throws the error, but the record itself it still inserted which is completely wrong. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-on-insert-features-into-SQL-Server-Spatial-tp4987600p5013234.html Sent from th

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-10-31 Thread Zac Spitzer
Can you post your code? On Wed, Oct 31, 2012 at 7:40 PM, Gunter Becker wrote: > Same error + randomly disappearing features on the map! > > I think someone must have the same error! Does no one else insert features > to SQL Server with MapGuideOpeneSource 2.4? > > Gunter > > > > -- > View this me

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-10-31 Thread Gunter Becker
Same error + randomly disappearing features on the map! I think someone must have the same error! Does no one else insert features to SQL Server with MapGuideOpeneSource 2.4? Gunter -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-on-insert-features-into-SQL-Server-S

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-10-30 Thread Jackie Ng
Just a random thought What if you used a geography column instead of geometry? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-on-insert-features-into-SQL-Server-Spatial-tp4987600p5012407.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-10-30 Thread Gunter Becker
Some additional information: this is the details error message (including the stack trace): Exception message: Type: MgFeatureServiceException Message: Failed to retrieve message for "MgFeatureServiceException". An exception occurred in FDO component. End of feature data or NextFeature

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-10-30 Thread Gunter Becker
Hi, I've tested now the inserting of features to SQL Server 2008 Spatial with the final release of MGOS 2.4. The problem described in my initial post is even worse. The error message now is more detailed but still contains just the same information: Until now I've could ignore this error since

Re: [mapguide-users] Error while zooming in fusion layout

2012-10-10 Thread Wilson Herrera
hello everyone, after a search i found a similar case which gordon had answered. http://osgeo-org.1560.n6.nabble.com/Not-able-execute-ZoomToView-pXCO-pYCO-pScale-true-in-Fusion-version-of-AIM-td4989597.html in this case the proposed solution was to use a function, just like this one function Z

[mapguide-users] Error while zooming in fusion layout

2012-10-08 Thread Wilson Herrera
hi everyone. i am trying to implement a button which is a call to the current coordinates of the device; this button is just an implementation of a invokescript button. i am able to catch the x,y, and precision for the point, but when i try to use this info to zoom i get an error: ReferenceErro

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-07-11 Thread Jackie Ng
The ticket in question was resolved for RC1. It's still present if you're using the 2.4 beta. Are you using some peculiar table setup that maybe tripping up the FDO provider? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-on-insert-features-into-SQL-Server-

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-07-11 Thread Gunter Becker
I think it is a bit different then the bug you mentioned. You are right that this "possible" error is not logged in to error.log. I think that is what this ticket was related to. I say "possible" because everything seems to work fine. The features are correctly stored int the table and they are a

Re: [mapguide-users] Error on insert features into SQL Server Spatial

2012-07-11 Thread Jackie Ng
Are you using 2.4 RC1? You've encountered a classic bug with UpdateFeatures that has been fixed for this release: http://trac.osgeo.org/mapguide/ticket/649 "Fixed" in the sense that such errors are now properly logged in Error.log and that the API documentation has been updated to indicate if Mg

[mapguide-users] Error on insert features into SQL Server Spatial

2012-07-11 Thread Gunter Becker
Hi, on inserting features into SQL Server 2008 I get the following error: An exception occurred in FDO component. End of feature data or NextFeature not called I do think that error is correct cause my features were inserted correctly. I can see them on the map and all properties were set

Re: [mapguide-users] Error in DB XML Component MG 2.4 RC1

2012-07-11 Thread Jackie Ng
There may be other serverconfig.ini values in there that need to be increased. But if the overall thing is working, you could probably ignore these errors. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-in-DB-XML-Component-MG-2-4-RC1-tp4987526p4987534.html S

Re: [mapguide-users] Error in DB XML Component MG 2.4 RC1

2012-07-11 Thread Oliver Schöne
o:mapguide-users-boun...@lists.osgeo.org] Im Auftrag von Jackie Ng Gesendet: Mittwoch, 11. Juli 2012 09:29 An: mapguide-users@lists.osgeo.org Betreff: Re: [mapguide-users] Error in DB XML Component MG 2.4 RC1 Try cranking up the LibraryLogBufferSize and SessionLogBufferSize values in server

Re: [mapguide-users] Error in DB XML Component MG 2.4 RC1

2012-07-11 Thread Jackie Ng
Try cranking up the LibraryLogBufferSize and SessionLogBufferSize values in serverconfig.ini - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-in-DB-XML-Component-MG-2-4-RC1-tp4987526p4987528.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] Error in DB XML Component MG 2.4 RC1

2012-07-11 Thread Oliver Schöne
Hello, i have a strange error in my log concerning a DB XML component. I use Mapguide 2.4 RC1 64 bit on a win server 2008. We have about 240 Layers, which are all wms published and get their features from a postgis database. In the ajaxviewer, everything works fine. The map renders perfectly. I

[mapguide-users] Error loading GEOTIFF-Ressource

2012-05-26 Thread Stefanie Siegel
Using MGOS 2.2 and Maestro 4on Windows. I’m trying to load a raster Ressource via à load ressource à feature source à gdal provider I get the following error when validating: Maestro Error Report Version: 4.0.0.6359 Date: 26.05.2012 11:09:10 Message: Der Remote

Re: [mapguide-users] Error: Session has expired or is invalid. Please log in again. > Server Crash from Asia IP (EVERYDAY!)

2012-05-14 Thread Ryan Northcott
Yes, Asia IPs usually mean DOS attacks. I recommend you get a software firewall (eg. peerblock) on your server to monitor how many, and what frequency these Asian IPs are coming in. If you see requests coming in every 2-3 seconds, then you can be safe that your domain is on a list somewhere and is

Re: [mapguide-users] Error: Session has expired or is invalid. Please log in again. > Server Crash from Asia IP (EVERYDAY!)

2012-05-14 Thread Gabriele Monfardini
Hi, On Mon, May 14, 2012 at 4:15 PM, Chris Gountanis wrote: > Could this be a sign of some kind of brute force or some kind of DoS attack? > Anyone else have this issue with a public server? MapGuide 2.2 Open Source / > IIS / Windows 2008. Please respond as we have a client that is about to drop

[mapguide-users] Error: Session has expired or is invalid. Please log in again. > Server Crash from Asia IP (EVERYDAY!)

2012-05-14 Thread Chris Gountanis
Could this be a sign of some kind of brute force or some kind of DoS attack? Anyone else have this issue with a public server? MapGuide 2.2 Open Source / IIS / Windows 2008. Please respond as we have a client that is about to drop MapGuide because of this and we don't have much of a solution yet. I

Re: [mapguide-users] Error: Out of memory, bad allocation

2012-05-07 Thread Zac Spitzer
try the 2.4 beta, the raster stability is vastly improved have you followed this guide on the wiki? http://trac.osgeo.org/mapguide/wiki/MGOS22GdalProvider On Tue, May 8, 2012 at 2:46 AM, Chris Gountanis wrote: > Public Internet MapGuide Server 2.2 site gets this error and seems to have > more

[mapguide-users] Error: Out of memory, bad allocation

2012-05-07 Thread Chris Gountanis
Public Internet MapGuide Server 2.2 site gets this error and seems to have more than enough memory and passes memory tests. Anyone else seen this or have any suggestions? SHP and Raster only no tiles, very simple map. Out of memory, bad allocation Chris _

Re: [mapguide-users] Error: w3wp.exe (MapGuideAppPool suffers a fatal error with the Windows Process Activation Service)

2012-05-03 Thread Johnnie GIS
; Roanoke, VA 24018 > 540.345.1410 > gis.edsi.com > > -Original Message- > From: mapguide-users-boun...@lists.osgeo.org > [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Chris Gountanis > Sent: Thursday, May 03, 2012 3:12 PM > To: mapguide-users@li

RE: [mapguide-users] Error: w3wp.exe (MapGuideAppPool suffers a fatal error with the Windows Process Activation Service)

2012-05-03 Thread Martin Morrison
rs-boun...@lists.osgeo.org] On Behalf Of Chris Gountanis Sent: Thursday, May 03, 2012 3:12 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Error: w3wp.exe (MapGuideAppPool suffers a fatal error with the Windows Process Activation Service) This has been happening more and more l

[mapguide-users] Error: w3wp.exe (MapGuideAppPool suffers a fatal error with the Windows Process Activation Service)

2012-05-03 Thread Chris Gountanis
This has been happening more and more lately with some public clients. Is there anything that would generically cause this. Why do we have to reboot a server everyday to make MapGuide work properly? The only solution to this is a full virtual server reboot. Does the new MapGuide 2.4 solve any stab

[mapguide-users] error on the map

2012-02-14 Thread Wendy.lim
Hi, I’m using Autodesk Infrastructure Map Server 2012 (previously Mapguide). However I kept getting this error on my browser (screenshot below). Could anyone assist? Thanks http://osgeo-org.1560.n6.nabble.com/file/n4471065/error.png http://www.w3.org/2001/XMLSchema-instance";; xsi:noNamespace

Re: [mapguide-users] Error: Failed to stylize layer: An exception occurred in FDO component. Connect failed

2011-10-27 Thread Zac Spitzer
Oprindelig meddelelse- > Fra: mapguide-users-boun...@lists.osgeo.org > [mailto:mapguide-users-boun...@lists.osgeo.org] På vegne af Zac Spitzer > Sendt: 27. oktober 2011 10:00 > Til: MapGuide Users Mail List > Emne: Re: [mapguide-users] Error: Failed to stylize layer: An exception &

SV: [mapguide-users] Error: Failed to stylize layer: An exception occurred in FDO component. Connect failed

2011-10-27 Thread Hans Milling
river `MapInfo File' successful. 1: ejendom Hans... -Oprindelig meddelelse- Fra: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] På vegne af Zac Spitzer Sendt: 27. oktober 2011 10:00 Til: MapGuide Users Mail List Emne: Re: [mapguide-users] Error:

SV: [mapguide-users] Error: Failed to stylize layer: An exception occurred in FDO component. Connect failed

2011-10-27 Thread Hans Milling
prindelig meddelelse- Fra: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] På vegne af Zac Spitzer Sendt: 27. oktober 2011 10:00 Til: MapGuide Users Mail List Emne: Re: [mapguide-users] Error: Failed to stylize layer: An exception occurred in FDO component. Co

Re: [mapguide-users] Error: Failed to stylize layer: An exception occurred in FDO component. Connect failed

2011-10-27 Thread Zac Spitzer
do you have dbf files there as well? can ogrinfo read and identify the files correctly? On Thu, Oct 27, 2011 at 6:56 PM, hm wrote: > Hi All > > I just installed Autodesk Infrastructure Studio 2012, but now some of my > layers are not working. The layers not working are all based on > TAB/MAP/ID/

[mapguide-users] Error: Failed to stylize layer: An exception occurred in FDO component. Connect failed

2011-10-27 Thread hm
Hi All I just installed Autodesk Infrastructure Studio 2012, but now some of my layers are not working. The layers not working are all based on TAB/MAP/ID/IND files. Layers from e.g. SQL Server works fine. I have added the ORGProvider.dll (and all dependencies) to the bin\FDO folder. Also ensured

[mapguide-users] Error trapping on AIMS 2012 .Net install

2011-09-15 Thread Homan, Thomas
Hello all, Is there a place where I can monitor/insert a piece of code to monitor/see a more specific error in the Quickplot "The application resources required to generate the plot exceed the settings defined by the administrator" error message. I've applied the Autodesk hotfix and currently

[mapguide-users] Error in highlighting multiple polygons on map

2011-07-18 Thread anand
hi all, I'm using MGOS 2.0 with .net 2.0 with windows xp. Earlier I used to highlight multiple parcels (polygons) on map by using shape file, but now instead of shape file i'm getting spatial data from SQL Server 2008. Till now everything is fine, but i cannot display multiple parcels (polygons) o

Re: [mapguide-users] error in installation of Mapguide OS 2.2 Final

2011-05-18 Thread Zac Spitzer
you haven't even explained which version of windows your running on? On Thu, May 19, 2011 at 12:37 AM, cazador wrote: > why its not work for the last version (MG os 2.2 final) ? > > -- > View this message in context: > http://osgeo-org.1803224.n2.nabble.com/error-in-installation-of-Mapguide-OS-2

[mapguide-users] error in installation of Mapguide OS 2.2 Final

2011-05-18 Thread cazador
why its not work for the last version (MG os 2.2 final) ? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/error-in-installation-of-Mapguide-OS-2-2-Final-tp6375935p6378019.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Error: "Measure.FeatureSource" causing system to crash. Any advice please?

2010-11-16 Thread Zac Spitzer
Zerowave can kill a hung mapguide service... no reboot required Are you using gdal? On 16 Nov 2010 22:13, "JamesDudden" wrote: > > I am running MGOS 2.02 with .NET and IIS5 and the system runs smoothly most > of the time. At the moment I am getting a lot of errors as below and MG > crashes then w

[mapguide-users] Error: "Measure.FeatureSource" causing system to crash. Any advice please?

2010-11-16 Thread JamesDudden
I am running MGOS 2.02 with .NET and IIS5 and the system runs smoothly most of the time. At the moment I am getting a lot of errors as below and MG crashes then when restarting MG just hangs and I have to restart the server. <2010-11-16T10:31:25> Ajax Viewer 127.0.0.1 Anonymous Error

[mapguide-users] error: Only one of 'complexty...@name=user]' allowed ...

2010-08-27 Thread Giuseppe
... inside Schema Mapping element schemamappi...@name='Default' I have 2 tables with same name (User i.e.) under different schemas in same database (postgresql) In Maestro i set an ODBC dataconnection, i configure columns for x-y coordinates from another table of same database without problem. W

RE: [mapguide-users] Error When Printing in Fusion

2010-08-18 Thread Mars Wu
Thursday, August 19, 2010 4:11 AM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Error When Printing in Fusion Good day, i am working in some development for the fusion platform with mapguide. one part of the development is to create custom print layouts, for that i tried to ext

[mapguide-users] error when using buffer or select within in fusion embed into an iframe

2010-07-19 Thread Wilson Herrera
good day. i have been experiencing strange problems when trying to use a buffer in fusion. the error only appears when i use the flexible layout, within an iframe, debugging the error in firefox, show this piece of code as part of the problem: function InitDocument() { var map = GetParent().Fu

RE: [mapguide-users] Error

2010-05-27 Thread Ivan Miličević
LOOOL -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of ajit kumar Sent: Thursday, May 27, 2010 3:06 PM To: MapGuide Users Mail List Subject: [mapguide-users] Error Hello. I try to run an example i found

Re: [mapguide-users] Error

2010-05-27 Thread Rohit Razdan
Hi, I hope that you are not trolling. In case you didn't notice, this is the Mapguide mailing list, a completely different platform, from Mapserver. So you should ask on their mailing list. Start from here[1]. Rohit [1]http://mapserver.org/ ___ mapguide

[mapguide-users] Error

2010-05-27 Thread ajit kumar
Hello. I try to run an example i found in B. Kropla's book (Beginning MapServer - Open Source GIS Development) in windows XP. I create a hello.html template which is placed in htdocs folder of the Apache server. Also, hello.map is placed in htdocs folder as well. The contents of hello.html are:

[mapguide-users] Error en la conexión MapGuide OS 2.1

2010-03-24 Thread Marcelo_Uru
Saludos amigos, hace unos dias instalé la última version estable de MGOS y no he podido conectarme al servidor; cuando intento acceder desde la pagina del Administrador me aparece éste mensaje: "Cannot establish connection." En teoria el usuario y contraseña que vienen por defecto es "Administrato

[mapguide-users] Error in code related to MapguideUnmanagedApi

2010-01-27 Thread padmini godavarthi
Hi, iam using mgos 2.1 with vs2008 express edition. while writing the code to open mgsite i got the following error Unable to find an entry point named 'CSharp_MgSiteToMgDisposable' in DLL 'MapGuideUnmanagedApi'. and my code is simply like this Dim realPath As String = Request.ServerVari

RE: [mapguide-users] error "out of memory"

2010-01-21 Thread Bruce Dechant
To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] error "out of memory" im running about 11hours then crash "out of memory" refresh timer every 5 seconds .. how to solve this problem? Thanx.. http://n2.nabble.com/file/n4425171/ERROR_GIS1.jpg http://n2.nabb

[mapguide-users] Error in Mapguide. An unclassified exception occurred.

2010-01-21 Thread Rubén Casal Prieto
Alguien sabe a que se debe este error? An unclassified exception occurred. An unclassified exception occurred. Exception occurred in method MgWebLayout.ParseWebLayoutDefinition at line 293 in file d:\build\mapguide_open_source_v2.0\build_30.11\mgdev\web\src\webapp\WebLayout.cpp Me lo devuelv

[mapguide-users] error "out of memory"

2010-01-19 Thread CroNicoRn
im running about 11hours then crash "out of memory" refresh timer every 5 seconds .. how to solve this problem? Thanx.. http://n2.nabble.com/file/n4425171/ERROR_GIS1.jpg http://n2.nabble.com/file/n4425171/ERROR_GIS2.jpg - http://www.myguidepages.com http://n2.nabble.com/file/u115131/ajid.

[mapguide-users] Error Out of memory

2010-01-19 Thread CroNicoRn
im running about 11hours then crash "out of memory" refresh timer every 5 seconds .. how to solve this problem? http://n2.nabble.com/file/n4425166/ERROR_GIS1.jpg http://n2.nabble.com/file/n4425166/ERROR_GIS2.jpg Thanx - http://www.myguidepages.com http://n2.nabble.com/file/u115131/ajid.j

[mapguide-users] Error out of memory

2010-01-19 Thread CroNicoRn
Error out of memory, so how i wanna control that problem? im running about 10hours then view like this http://n2.nabble.com/file/n4425156/ERROR_GIS1.jpg http://n2.nabble.com/file/n4425156/ERROR_GIS2.jpg - http://www.myguidepages.com http://n2.nabble.com/file/u115131/ajid.jpg -- View th

Re: [mapguide-users] error when preview the Mapguide Enterprise 2010 's basic Layout

2010-01-11 Thread fayeZOEL
Hi Jason, If the web layout error when i preview it at the mapguide enterprise 2010, it will effect the asp.net code too ? My asp.net code which is intergrate to my library layout also wont function well right even y coding are correct? :rules: Thanks -faye -- View this message in context: ht

Re: [mapguide-users] error when preview the Mapguide Enterprise 2010 's basic Layout

2010-01-10 Thread Jason Birch
Looks like you may be getting some kind of error in the output that is causing the validation error. Can you view source on the output, or use something like Fiddler2 to see what's going out over the wire? Is there something in the MapGuide server error log? An option would be to run the Maestro

[mapguide-users] error when preview the Mapguide Enterprise 2010 's basic Layout

2010-01-10 Thread faye wng
Hi all; I created a basic layout , but i get an error after i click the preview. http://n2.nabble.com/file/n4283788/error%2Bmessage.jpg Please give me some advice ? Thanks -faye -- View this message in context: http://n2.nabble.com/error-when-preview-the-Mapguide-Enterprise-2010-s-basic

[mapguide-users] Error message Fatal error: Uncaught exception 'mgunclassifiedexception' in Unknown on line 0

2009-10-06 Thread Emily LaMunyon
Hello, I am attempting to execute the pass.php script to reuse an exisitng 6.5 coldfusion report. I have a couple questions concerning this script. 1) Do I fill in the values in the beginning of the script, (i.e. Selected, Layer Name, etc.), or do I leave them as is and fill the values in the Inv

RE: SPAM-LOW: Re: [mapguide-users] Error with MGOS 2.0 and Fusion

2009-09-07 Thread Andy Morsell
ssage- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Mike Adair Sent: Monday, September 07, 2009 9:19 AM To: MapGuide Users Mail List Subject: SPAM-LOW: Re: [mapguide-users] Error with MGOS 2.0 and Fusion And some of us go on vacation once in

Re: [mapguide-users] Error with MGOS 2.0 and Fusion

2009-09-07 Thread Mike Adair
away from Open Source? Andre -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Andre Schoonbee Sent: 04 September 2009 10:48 AM To: 'MapGuide Users Mail List' Subject: [mapguide-users] Error with MGOS

RE: [mapguide-users] Error with MGOS 2.0 and Fusion

2009-09-07 Thread GreenMapSanMiguel
Hi Andre, I do not know the answer to your question, but the reason you haven't gotten a response may be that it is part of a thread on a different subject. On Nabble, your original message is buried in a thread I started titled "Mixing lines and points in a single layer with MGOS 2.1 and Fusi

Re: [mapguide-users] Error with MGOS 2.0 and Fusion

2009-09-06 Thread Zac Spitzer
ndre Schoonbee > Sent: 04 September 2009 10:48 AM > To: 'MapGuide Users Mail List' > Subject: [mapguide-users] Error with MGOS 2.0 and Fusion > Importance: High > > I'm trying to create a custom query for a layer filtering when the map > loads. Basica

  1   2   3   >