Error Create New Site ArcGIS SERVER 10.1

2632
5
Jump to solution
04-11-2013 10:19 AM
WesleyAntal2
Occasional Contributor
I installed the ArcGIS Server 10.1 in Linux Fedora 6 x64 (Path: /home/arcgis/server), but when I try to create a new site in Manager ArcGIS Server, this error occurs:

Failed to create the site. Failed to create the service 'System/CachingTools.GPServer'.

The Link http://support.esri.com/en/knowledgebase/techarticles/detail/40398 of support not working, because my path is /home/arcgis/server.

What's happen?

thanks.
0 Kudos
1 Solution

Accepted Solutions
JustinRodriguez
Deactivated User
Justin, the archive "hosts" have just one line:

::1     arcgis    localhost

where "arcgis" is name of machine.

Other Idea?

thanks


Thank you for the update.

Please make it say this exactly:

127.0.0.1 localhost.localdomain localhost

Just copy and paste it. Comment out the line you have in there currently. That most likely is the cause of the issue. Thanks-

View solution in original post

0 Kudos
5 Replies
JustinRodriguez
Deactivated User
I installed the ArcGIS Server 10.1 in Linux Fedora 6 x64 (Path: /home/arcgis/server), but when I try to create a new site in Manager ArcGIS Server, this error occurs:

Failed to create the site. Failed to create the service 'System/CachingTools.GPServer'.

The Link http://support.esri.com/en/knowledgebase/techarticles/detail/40398 of support not working, because my path is /home/arcgis/server.

What's happen?

thanks.


This issue is commonly caused by incorrect settings in your etc/hosts file. Clear everything out of your etc/hosts file except an entry that reads something like:
127.0.0.1 localhost.localdomain localhost

If you do not want to delete anything, then please simply comment any other items out with an '#'. Let me know if that works. Thanks-

Justin
0 Kudos
WesleyAntal2
Occasional Contributor
This issue is commonly caused by incorrect settings in your etc/hosts file. Clear everything out of your etc/hosts file except an entry that reads something like:
127.0.0.1 localhost.localdomain localhost

If you do not want to delete anything, then please simply comment any other items out with an '#'. Let me know if that works. Thanks-

Justin


Justin, the archive "hosts" have just one line:

::1     arcgis    localhost

where "arcgis" is name of machine.

Other Idea?

thanks
0 Kudos
JustinRodriguez
Deactivated User
Justin, the archive "hosts" have just one line:

::1     arcgis    localhost

where "arcgis" is name of machine.

Other Idea?

thanks


Thank you for the update.

Please make it say this exactly:

127.0.0.1 localhost.localdomain localhost

Just copy and paste it. Comment out the line you have in there currently. That most likely is the cause of the issue. Thanks-
0 Kudos
WesleyAntal2
Occasional Contributor
Thank you for the update.

Please make it say this exactly:

127.0.0.1 localhost.localdomain localhost

Just copy and paste it. Comment out the line you have in there currently. That most likely is the cause of the issue. Thanks-



WORKED...

Thanks Justin.
0 Kudos
BubbaHey
Deactivated User
Justin is da man!
0 Kudos