Changes between Version 3 and Version 4 of Release/2.5/Notes


Ignore:
Timestamp:
Jan 11, 2013, 3:05:07 AM (11 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.5/Notes

    v3 v4  
    11= !MapGuide 2.5 Release Notes =
     2
     3== Windows Compatibility ==
     4
     5||||32-bit||64-bit||
     6||Windows XP SP3||Yes||Maybe*||
     7||Windows Server 2003||Yes||Maybe*||
     8||Windows Vista||Maybe+||Maybe+||
     9||Windows 7||Yes||Yes||
     10||Windows Server 2008||Yes+||Yes+||
     11||Windows Server 2008 R2||N/A||Yes||
     12||Windows 8||Untested||Untested||
     13||Windows Server 2012||N/A||Untested||
     14
     15* IIS configuration will probably not work. Apache config should work due to its self-contained nature
     16
     17+ Not tested, but similar enough to Windows 7 to theoretically work
     18
     19Windows RT is not a supported platform for installing MapGuide Open Source
    220
    321== Major New Items ==
     
    523 * PDF-based QuickPlot for Fusion ([wiki:MapGuideRfc124 RFC 124])
    624 * Google Street View widget for Fusion ([wiki:MapGuideRfc125 RFC 125])
    7  * Support for user coordinate system dictionaries ([wiki:MapGuideRfc126 RFC 126])
     25 * Support for user coordinate system dictionaries ([wiki:MapGuideRfc127 RFC 127])
     26 * Integrated IDE API documentation support for Java/.net ([wiki:MapGuideRfc129 RFC 129])
     27 * New enhanced Java wrapper API ([wiki:MapGuideRfc129 RFC 129])
     28 * Streamed HTTP feature/data/SQL query results ([wiki:MapGuideRfc130 RFC 130])
     29 * Various AJAX Viewer UI and functionality improvements
    830
    931Thanks to the ever growing team of developers who are contributing to make the !MapGuide Open Source project a more self-sustaining project. 
     
    1537MGOS 2.5 is compatible with FDO 3.8
    1638
     39== Installer notes ==
     40
     41Installing MGOS 2.5 (via the windows installer) alongside MGOS 2.4 or older releases '''is not a currently supported configuration'''. Consider using the MgInstantSetup bundle instead if you desire side-by-side installation
     42
     43The installer '''does not''' currently support IIS Express as an IIS configuration option.
     44
     45Please observe the updated software requirements if you are using .net and/or IIS configuration:
     46
     47 * IIS (all versions) require FastCGI for IIS to be installed.
     48   * For IIS6 and below, download and install the FastCGI extension from [http://www.iis.net/download/FastCGI this link]
     49   * For IIS7 and above, you can install FastCGI by enabling the CGI feature of your IIS installation. See [http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis/#EnableFastCGI this link] for more information.
     50 * The supported .net Framework version for the MapGuide .net API is '''4.0'''. You must have this version of the .net Framework installed before proceeding with installation.
     51
     52Java configuration requires Java 6 (1.6.0) or higher.
     53
     54The MgInstantSetup bundles only work with '''IIS7 or higher''' if you choose to use this web server. You must still satisfy  the .net and FastCGI software requirements required for this configuration.
     55
     56To assist new MapGuide users and developers, the installer also now bundles the following optional components:
     57
     58 * .net/PHP/Java viewer samples
     59 * MapGuide Developer's Guide in HTML format with updated content
     60 * .net/PHP/Java Developer's Guide Samples
     61
     62All bundled samples require the [http://download.osgeo.org/mapguide/releases/2.0.2/samples/Sheboygan.mgp Sheboygan dataset] to be loaded into the MapGuide Server.
     63
     64Finally, due to coordinate system dictionary paths no longer tied to a global environment variable (RFC 122) a mandatory system reboot after installation is '''no longer required''' for all supported versions of Windows. However, a restart of Apache and/or IIS may be required for PHP to work.
     65
     66For the InstantSetup bundles, the MgInstantSetup utility requires .net Framework 3.5 to run. This is in addition to whatever existing software requirements imposed by this release of MapGuide Open Source.
     67
     68For Tomcat configuration, the installer currently does not install Tomcat as a service (#953). You will have to do this manually post-installation.
     69
     70Also ensure that you install the JVM of the same bitness as your installation of MapGuide. For example, you will get a {{{java.lang.UnsatisfiedLinkError}}} if you attempt to run a Tomcat from a 32-bit MapGuide installation on a 64-bit JVM. If you have both 32 and 64-bit JVMs installed, you must ensure that the Tomcat bundled with MapGuide is using the correct one. Tomcat will generally use the one indicated by the {{{JAVA_HOME}}} environment variable, so this may have to be set and/or overridden.
     71
     72== Known Issues ==
     73
     74 * Ubuntu: Install script may put duplicate FDO provider entries into providers.xml if the file already exists (eg. From a previous installation)
     75 * CentOS: SELinux security settings will prevent MapGuide from loading FDO and other shared libraries. The CentOS install script will fix the security contexts of the so files within these extracted tarballs that it will download.
     76 * CentOS: mgserver may throw double-free errors on service startup or server shutdown. Should not affect server behaviour.
     77 * The Performance Profiler on Linux may not work due to insufficient permissions to save the generated report files. To fix this, ensure the directory {{{/usr/local/mapguideopensource-2.5.0/webserverextensions/www/mapadmin/profilingmapxml}}} on linux has sufficient write permissions for the user account that the PHP executable runs under.
     78 * For an InstantSetup-based install with an Apache configuration, the Performance Profiler is [http://trac.osgeo.org/mapguide/browser/branches/2.5/MgDev/Web/src/mapadmin/performanceReport_MapViewer.php?rev=6771#L43 hard-coded to always use mapviewerjava if it exists for displaying the map viewer] for capturing extents for profiling. If you did not choose a Java configuration you will get the ajaxviewer.jsp source instead of the expected map viewer. To resolve this, delete the mapviewerjava directory
     79 * Uninstallation can leave "ghost" IIS virtual directories behind, which currently is any virtual directory / application you create inside the mapguide virtual directory that '''was not created by the installer'''
     80   These "ghost" directories may impact on future installations. To ensure these "ghost" directories are completely gone after uninstallation, use the appcmd.exe utility to remove these virtual directories. You can find out what virtual directories are still there by running
     81{{{appcmd.exe list vdir}}}
     82 * PHP Viewer and Developer's Guide samples will not work if the PHP viewer feature is not enabled. Likewise for .net and Java. Nothing in the installer will prevent you from making such a choice.
     83 * For the IIS configuration or Apache configuration with a custom http port, you will have to update the WFS and WMS server name configuration properties via the MapGuide Site Administrator after installation if you intend to use such features. This is currently set to localhost:8008 for both.
     84 * We have used a non-standard binary build of Apache/PHP to produce this installer, as a result some PHP extensions and Apache modules may not be available.
     85
    1786== API changes and notes ==#ApiChanges
    1887