Re: [mapguide-users] MapGuide 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Jackie Ng
Addressing the original issue:

It's the IIS version check. Since IIS on Windows 10 is v10, its version
string is "10", which fails the IISVERSIONMAJOR >= "#7" launch condition to
proceed to the next screen. This probably slipped under may radar as the
last time I tested this was against Windows 10 preview builds which probably
hadn't bumped IIS to v10.

I'll remove this version check as the versions of Windows we support will
have IIS >= 7 already.

https://trac.osgeo.org/mapguide/ticket/2742

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-3-0-installer-stuck-at-IIS-Configuration-Settings-tp5287047p5287124.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 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Hans Milling
Both MapGuide server and website runs as Network Service.
I went over alle folders in serverconfig.ini, webconfig.ini and php.ini and
made sure that there is read+write permission for the network servervice to
these folders (and sub folders). Also c:\windows\temp has read/write
permission to Network Service.

This is usually how I run my MGOS 2.2 setup.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-3-0-installer-stuck-at-IIS-Configuration-Settings-tp5287047p5287117.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 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Hans Milling
The www\Temp folder were missing. I crated it, but get a new error. I guess
there are stille some folders or something missing from the InstantSetup ZIP
file. I will double check all folders from the serverconfig.ini and
webconfig.ini files.

The new error is: 
System.Exception: The remote server returned an error: (559)
MgFileIoException.: 
- IsapiAgent.HttpExtensionProc() line 211 file IsapiAgent.cpp
- IsapiPostParser.Parse() line 199 file IsapiPostParser.cpp
- MgByteSink.ToFile() line 215 file
c:\working\build_area\mapguide\3.1.0\x64\mgdev\common\foundation\Data/ByteSink.cpp

 ---> System.Net.WebException: The remote server returned an error: (559)
MgFileIoException.
   at System.Net.HttpWebRequest.GetResponse()
   at
OSGeo.MapGuide.MaestroAPI.HttpServerConnection.SetResourceXmlData(String
resourceid, Stream content, Stream header) in
c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\OSGeo.MapGuide.MaestroAPI.Http\HttpServerConnection.cs:line
651
   --- End of inner exception stack trace ---
   at
OSGeo.MapGuide.MaestroAPI.PlatformConnectionBase.SaveResource(IResource
resource) in c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\OSGeo.MapGuide.MaestroAPI\PlatformConnectionBase.cs:line
1274
   at
OSGeo.MapGuide.MaestroAPI.HttpServerConnection.OSGeo.MapGuide.MaestroAPI.Services.IResourceService.SaveResource(IResource
)
   at Maestro.Base.Commands.NewItemCommand.Run() in
c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\Maestro.Base\Commands\NewItemCommand.cs:line 60
   at ICSharpCode.Core.WinForms.MenuCommand.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e,
ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e,
ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons
button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-3-0-installer-stuck-at-IIS-Configuration-Settings-tp5287047p5287106.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 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Jackie Ng
It sounds like a permission issue on the configured temp dir in
webconfig.ini. It probably doesn't exist and file system permissions are
preventing that directory from being created.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-3-0-installer-stuck-at-IIS-Configuration-Settings-tp5287047p5287090.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 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Hans Milling
I tried to InstantSetup bundle. That works more or less, until I try to
create a new FeatureSource, Map, Layer or anything else in Maestro. I get
the following error (ISAPI seems to be installed correctly in IIS by the
InstantSetup):

System.Exception: The remote server returned an error: (559)
MgFileIoException.: 
- IsapiAgent.HttpExtensionProc() line 211 file IsapiAgent.cpp
- IsapiPostParser.Parse() line 199 file IsapiPostParser.cpp
- MgFileUtil.GenerateTempFileName() line 1123 file
c:\working\build_area\mapguide\3.1.0\x64\mgdev\common\foundation\System/FileUtil.cpp
- MgFileUtil.GetTempPath() line 1016 file
c:\working\build_area\mapguide\3.1.0\x64\mgdev\common\foundation\System/FileUtil.cpp
- MgFileUtil.CreateDirectory() line 427 file
c:\working\build_area\mapguide\3.1.0\x64\mgdev\common\foundation\System/FileUtil.cpp
- MgFileUtil.MkDir() line 454 file
c:\working\build_area\mapguide\3.1.0\x64\mgdev\common\foundation\System/FileUtil.cpp

 ---> System.Net.WebException: The remote server returned an error: (559)
MgFileIoException.
   at System.Net.HttpWebRequest.GetResponse()
   at
OSGeo.MapGuide.MaestroAPI.HttpServerConnection.SetResourceXmlData(String
resourceid, Stream content, Stream header) in
c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\OSGeo.MapGuide.MaestroAPI.Http\HttpServerConnection.cs:line
651
   --- End of inner exception stack trace ---
   at
OSGeo.MapGuide.MaestroAPI.PlatformConnectionBase.SaveResource(IResource
resource) in c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\OSGeo.MapGuide.MaestroAPI\PlatformConnectionBase.cs:line
1274
   at
OSGeo.MapGuide.MaestroAPI.HttpServerConnection.OSGeo.MapGuide.MaestroAPI.Services.IResourceService.SaveResource(IResource
)
   at Maestro.Base.Commands.NewItemCommand.Run() in
c:\working\JenkinsCI\home\slave_win\jobs\Maestro
trunk\workspace\Maestro.Base\Commands\NewItemCommand.cs:line 60
   at ICSharpCode.Core.WinForms.MenuCommand.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e,
ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e,
ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons
button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-3-0-installer-stuck-at-IIS-Configuration-Settings-tp5287047p5287069.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 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Jackie Ng
You'll have to 7-zip extract the exe installer and msiexec the internal msi
with full debug/verbose logging for more information.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-3-0-installer-stuck-at-IIS-Configuration-Settings-tp5287047p5287059.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