安装ArcGIS Server 9.2的一些建议
2007-03-09 10:22 flyingfish 阅读(5621) 评论(3) 编辑 收藏 举报-
建议不要用XP,如果还选用地.NET的话,直接把系统整成windows 2003 server最好。
我用xp装了好多次,一直出现如下错误:
在XP下Arcgis Server9.2中Punish一个Map Service上去,但是start总是报错,错误提示如下:Unable to start service benbu : Server object instance creation failed on all SOC machines. Server Object instance creation failed on machine dellnotebook. CLSID for Type MapServer is not registered.
请参考ESRI中国此帖http://bbs.esrichina-bj.cn/ESRI/redirect.php?tid=5907&goto=newpost,网上搜索一直未果,最后格了C盘,装了Windows 2003 server。实际上如果做WEB开发用2003是首选,只是一直懒得重装机器而已。
-
安装完后一定记着仔细看弹出的帮助对话框,按照其1,2,3,4操作。最重要的一部是将当前使用的用户加入Administraor,Arcgisadmin,arcgisuser三个组中,否则soc,som服务将无法正常启动。
一、安装:
1.安装包括以下,两部分的安装:
1>GIS Server and Web Applications
Server Object Manager(SOM)
Server Object Container(SOC)
2>Application Developer Framework
2.安装完毕后,GIS Server Post Install也包括两步
1>Configure GIS Server
指定SOM、SOC帐户:ArcGISSOM、ArcGISSOC
指定 ArcGIS manager 帐户,将被加入ArcGIS Server Administrators Group(agsadmin)和
ArcGIS Server User Group(agsusers)用户组:arcgismanager
指定ArcGIS Server的工作目录
2>Authorize GIS Server
3.安装中的几个问题:
1> 如果在Windows XP + Sp2的环境下要注意:
关掉"文件夹选项"中的"简单文件共享"(见附件),简单文件共享会启用特别的WINDOWS认证方式,该认证方式与AGS Server的不兼容。参见: http://support.microsoft.com/kb/307874/zh-cn; 关掉杀毒软件的防火墙; 对于Windows自带的防火墙作如下调整,
- Navigate to Windows Firewall.
Start > Settings > Control Panel > Windows Firewall
The firewall is 'On' by default, the 'Recommended' setting. - Click on the Exceptions tab.
- Click 'Add Port'.
- Add the following information:
Name: Web Port (http)
Port Number: 80
Type: TCP
Click OK. - To add port 135, click 'Add Port'.
- Add the following information:
Name: DCOM (ArcGIS Server)
Port Number: 135
Type: TCP
Click OK. - Click 'Add Program' to add an exception for ArcSOM.exe.
- Click 'Browse' and navigate to:
<ArcGIS Install Directory>\bin\ArcSOM.exe for example:
C:\Program Files\ArcGIS\bin\ArcSOM.exe
Click OK. - Click Add Program to add an exception for ArcSOC.exe.
- Click 'Browse' and navigate to:
<ArcGIS Install Directory>\bin\ArcSOC.exe for example:
C:\Program Files\ArcGIS\bin\ArcSOC.exe
Click OK. - The ports and programs entered should now appear in the list of Programs and Services. Verify check marks appear next to each component.
-
(见:http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=28655)
二、开发环境搭建:(Eclipse + Tomcat)
1.下载Eclipse开发环境(和插件包):Lomboz for Eclipse 3.2.x
http://forge.objectweb.org/project/showfiles.php?group_id=97
最好下载:lomboz-all-in-one-S-3.2RC2-200608081203-win32.zip
下载后,最好在解压前将zip文件名字改短,我用的是WinRAR,长文件名时解压会出错!
2. 下载Visual Editor插件并安装
http://download.eclipse.org/tools/ve/downloads/drops/R-1.2-200606280938/index.html
下载Visual Editor Runtime :VE-runtime-1.2.zip
3.安装 ArcGIS Eclipse插件:
这部分可以参见:#{安装目录}\java\tools\eclipse_plugin\readme.html
注意:选择Local update site是应选:
#{安装目录}\ArcGIS\java\tools\eclipse_plugin\arcgis_update_site\server
4.这里要注意一点,JDK必须是1.5,安装低于此版本好像会在构建ArcGIS Server Project时会出错。
装了多个Java版本的话,可以在 菜单Window->Preferences->左边面板中选Java->Installed JREs,在这里进行调整。
三、帮助系统
系统安装完毕后,在安装光盘的\ArcGISSDKJavaHelp 目录下的setup.exe,可以安装完整的帮助系统。