Select to view content in your preferred language

ArcGIS Server 10.3 Web Adaptor installation Linux

5138
2
02-03-2015 02:16 AM
HildegardGerlach1
Deactivated User

Hello,

we have an ArcGIS server installation on Linux- Redhat6. I um upgrading to version 10.3 from 10.2.2

 

No problems installing ArcGIS Server.

 

For Web Adaptor:

I have uninstalled the previous version and installed the new one as user arcgis (user for ArcGIS server). I tried as well as root but the error message is the same.

I copied the arcgis.war file then to the tomcat webapps directory.

When I try to access http://localhost:8080/arcgis/webadaptor

I get the following error message:

 

Unable to configure the GIS server with the Web Adaptor. Please make sure that that the GIS server machine is running and that the account specified has administrative privileges to the site.

 

I can't remember having done anything different with the version before and it worked. Where is the problem ?

 

The installation directory for ArcGIS Server and Web Adaptor is in /opt/arcgis.

 

Thanks for your help.

 

Hilde

Tags (1)
0 Kudos
2 Replies
HildegardGerlach1
Deactivated User

Error message in catalina.out when calling http://localhost:8080/arcgis/webadaptor

Feb 3, 2015 12:56:04 PM org.apache.catalina.startup.HostConfig deployWAR

INFO: Deploying web application archive /opt/apache-tomcat/tomcat7/apache-tomcat-7.0.42/webapps/arcgis.war

[Fatal Error] :1:1: Premature end of file.

[Fatal Error] :1:1: Premature end of file.

[Fatal Error] :1:1: Premature end of file.

Feb 3, 2015 12:56:19 PM com.esri.arcgis.server.wa.servlet.WebAdaptorConfigServlet service

SEVERE: Web Adaptor configuration couldn't be initializedPremature end of file.

Web Adaptor configuration couldn't be initializedPremature end of file.

Could there be an error in the arcgis.war file ?

0 Kudos
HildegardGerlach1
Deactivated User

The problem seems to have been a webadaptor configuration file webadaptor.config which is in the directory

tomcathome/.webadaptor/arcgis

removing this file and redeploying arcgis.war resolved the problem.

Anyway I have never encountered this problem before and didn't even realize that this file exists