Quantcast
Channel: Forums - ArcGIS for Server - General
Viewing all 1579 articles
Browse latest View live

Can I create an enterprise geodatabase having an ArcGIS server Workgroup licence?

$
0
0
This probably is a very stupid question.

So I have installed and authorized and ArcGIS 10.1 Server Workgroup standard licence.
Then installed Microsoft SQL Express 2012, connected from ArcCatalog to it. Both on the same machine.

Now i' trying to create an enterprise geodatabase on the sql server from ArcToolboxes- Data Management Tools- Geodatabase Administration-> Create enterpise geodatabase. Took the keykodes from: C:\\ Program Files\esri\licence 10.1.\sysgen......but then it says the keycodes are invalid :"invalid licene file provided. Please provide an ArcGIs for Server Enterprise keycodes file"

Does this mean that I cannot create an enterprise geodatabase while having ArcGIS server workgroup?

Installing Custom TrueType Fonts for Use In Services

$
0
0
Our organization uses a custom TT font set that contains symbology specific to airfield signage. When trying to create a map service in ArcGIS Server 10.1 we get the error message that the service will be referencing a font set (this airfield TT font set) that is not installed on the server. However, checking the TT font library on the server we see that the font set is installed.

Just wondering if anyone has run up against this and figured out a solution.

Thanks in advance.

CAD data in GIS Server 10.1

$
0
0
Can I publish CAD data from mxd (without conversion) to GIS Server 10.1?

Thank you

ArcGIS.com Map from internal feature service

$
0
0
We have a secured, internal feature service.

When I use Firefox and open the arcgis.com map from the rest services page, I am prompted to enter my credentials. Works fine. Also works fine with Chrome.

Using ie8 when I open the arcgis.com map from the rest service page, it prompts for the user credentials, but when the credentials are entered I receive an error saying: Unable to access the authentication service.

My users are stuck with ie8.

[SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restarting

$
0
0
Hi,

I've been running ArcGIS Server 10.1 with SP1 on a Windows Server 2012 64-bit machine for months without any problems in publishing map services and geoprocessing services. I have an ArcMap 32-bit installation on the same machine of the server, which I use to view maps and publish services on the server.

Yesterday, this crazy situation happened to me: I tried to publish a new map service through ArcMap, but it was stuck and said "Not responding" for minutes, so I killed it. Tried again and again: no fortune. Then I examined the server log file, which in my machine is at the path "C:\arcgisserver\logs\<machine_name>\server" and I found lines like the following ones:

Code:

< ... type="SEVERE" code="8273" source="Server" process="3192" thread="1" methodName="" ... user="" elapsed="">Services containing process crashed. Utilities/PrintingTools.GPServer instance has crashed.</Msg>

< ... type="SEVERE" code="8273" source="Server" process="3192" thread="1" methodName="" ... user="" elapsed="">Services containing process crashed. System/PublishingTools.GPServer instance has crashed.</Msg>


The log file contained one crash-report line for each of the geoprocessing services running on the server.

I therefore tried to investigate: I opened the ArcGIS Manager web application and tried to restart the PublishingTools service (which comes bundled with the server): it took a lot of time, then the service correctly stopped but in the end this message popped up:

Code:

System.PublishingTools.GPServer: java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is: java.net.SocketException: Connection reset
I tried to restart all of the other geoprocessing (either System's and my custom ones), and for each of them I got similar messages printed on screen.
I then tried to restart all of the other services (map services, geometry services) and everything went fine!
So it seems to be the just an error on the geoprocessing services.

I further investigated by setting the server log's verbosity to DEBUG (that is: print everything!) and this is the full stack-trace of the exception:

Code:

<Msg time="..." type="SEVERE" code="8273" source="Server" process="4664" thread="1" methodName="" machine="..." user="" elapsed="">Services containing process crashed. System/PublishingTools.GPServer instance has crashed.</Msg>
<Msg time="..." type="DEBUG" code="9999" source="Server" process="4664" thread="1" methodName="" machine="..." user="" elapsed="">java.lang.Exception: System/PublishingTools.GPServer instance has crashed.
    at com.esri.arcgis.discovery.ejb.util.EJBBase.initService(EJBBase.java:363)
    at com.esri.arcgis.discovery.ejb.util.EJBBase.init(EJBBase.java:218)
    at com.esri.arcgis.discovery.ejb.impl.GPServerSyncBean.init(GPServerSyncBean.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:162)
    at org.apache.openejb.core.interceptor.ReflectionInvocationContext$LifecycleInvocation.invoke(ReflectionInvocationContext.java:194)
    at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:144)
    at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:164)
    at org.apache.openejb.monitoring.StatsInterceptor.PostConstruct(StatsInterceptor.java:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:162)
    at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:144)
    at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:122)
    at org.apache.openejb.core.stateless.StatelessInstanceManager.ceateInstance(StatelessInstanceManager.java:237)
    at org.apache.openejb.core.stateless.StatelessInstanceManager.createInstance(StatelessInstanceManager.java:448)
    at org.apache.openejb.core.stateless.StatelessInstanceManager.access$100(StatelessInstanceManager.java:72)
    at org.apache.openejb.core.stateless.StatelessInstanceManager$BackgroundThread.run(StatelessInstanceManager.java:507)
Caused by: java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
    java.net.SocketException: Connection reset
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:209)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
    at sun.rmi.server.ActivatableRef.invoke(ActivatableRef.java:124)
    at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
    at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
    at $Proxy43.createService(Unknown Source)
    at com.esri.arcgis.discovery.ejb.util.EJBBase.initService(EJBBase.java:340)
    ... 22 more
Caused by: java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
    at java.io.DataInputStream.readByte(DataInputStream.java:248)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:195)
    ... 28 more
</Msg>


As additional information:
  • All firewall systems on my machine are fully deactivated
  • No recent modification has been made to the networking in my LAN
  • I installed a few Windows updates last week


Can anyone help me in solving the issue?


Another question: could this problem be tied to a "dirty" Python installation? I'm not sure that GP services rely on Python (I'm getting a Java exception!)

Analyzing and Publishing GP Script Tool VERY SLOW!

$
0
0
I have a Python Script Tool that I am trying to publish to an Geoprocessing Service. It is a pretty simple script and runs fine in ArcCatalog. I published it once and it went fast. Then I needed to change some input parameters so I deleted the service and I recreated the tool and tried to publish again. I renamed everything. The Analyze in ArcCatalog finished without any errors but took a long time (~15 minutes). I then rebooted the server and am now trying to Publish from the Service Definition and it is really slow once again. It has taken 10 minutes and is only at Creating Service Definition. Dang I hate these black boxes! What is going on? I miss the 10.0 method of publishing!

Thanks, Dave

Accessing Secured OGC Services tomcat 499 error

$
0
0
I have a multiple machine Arcgis Server (linux) instance up instance up. The site is secured via ssl/https (only), and pulls users from ldap. Roles are stored locally (will be switched over soon).

I recently started tooling around with some test services, and noticed that if i locked down services (restricted to certain roles), when i made calls to the WMS GetCapabilities() i received a tomcat 499 error (even when logged into the correct users/roles). This error really doesn't help me (it means something like client closed connection). The service can still be viewed using the default esri mapping, but WMS support is needed. Any ideas as to what would cause this?

Note: I Have the web adaptor installed (linux again), but am still using token based authentication (haven't worked out how to do web tier without IIS). The tomcat 499 error happens regardless of the web adapter being there or not (took a while to realize it was the arcgis internal server throwing the error) I am also Fairly new to Arcgis server, so I am hoping it is something obvious i have just overlooked.

Web Adaptor

$
0
0
Is the 10.1 web adaptor the equivalent of the 10.0 proxy server configuration?

Any tips on configuring it? We have a web server as one machine, then another machine running both ArcGIS Server and SDE.

Thanks,

Building web applications on the server machine while working on the client machine,

$
0
0
Building web applications on the server machine while working on the client machine,

I have the following scenario:

1. I got two machines named “m-pc” and “n-pc”.

2. The machine named “n-pc” is my server (in which IIS + ArcGIS server + ArcGIS web adaptor are installed)

3. The machine named “m-pc” is the client machine at which I’m developing web applications using “ArcGIS Web Applications Manager” (in which IIS, ArcGIS Desktop and ArcGIS Web Applications Manager are installed)

4. The issue know is that all the web applications are created on the IIS of my machine (m-pc) but not on the server machine (n-pc)

5. Then how to be able to develop a web application in my machine (m-pc) but to be created on the IIS of the server machine (n-pc) because:

a. The server is machine that is working all the time
b. This url will be plugged on the web site to be accessed by the users

Attachment 20889

6. I’m not sure if such thing can be sorted out using the settings below. If so, what might be the proper settings

Attachment 20890

Thank you very much

Best

Jamal
Attached Thumbnails
Click image for larger version

Name:	Clip_67.jpg‎
Views:	N/A
Size:	134.3 KB
ID:	20889   Click image for larger version

Name:	Clip_68.jpg‎
Views:	N/A
Size:	184.9 KB
ID:	20890  

(Again): The base table definition string "CommunitiesRamallah" is invalid,

$
0
0
(Again): The base table definition string "CommunitiesRamallah" is invalid,


The mxd is published successfully! but with error!: “service started with errors”

Attachment 20902

What might be meant by “The base table definition string "CommunitiesRamallah" is invalid?

Attachment 20903

Thank you

Best

Jamal
Attached Thumbnails
Click image for larger version

Name:	Clip_10.jpg‎
Views:	N/A
Size:	140.2 KB
ID:	20902   Click image for larger version

Name:	Clip_7.jpg‎
Views:	N/A
Size:	236.2 KB
ID:	20903  

Changing the name of machine affects the “ArcGIS Web Applications Manager”,

$
0
0
Changing the name of machine affects the “ArcGIS Web Applications Manager”,

As the name of machine is changes, the “ArcGIS Web Applications Manager” wasn’t able to start!

How the “ArcGIS Web Applications Manager” can be redirected to the new name of the machine?

• The old machine name is m-pc, the manager was accessed by
http://m-pc/arcgis/manager/default.aspx

Attachment 20909

• The new machine name is p1, the icon should lead to http://m-pc/arcgis/manager/default.aspx, but it doesn’t! How to be redirected?

Attachment 20910, Attachment 20911


Thank you

Best

Jamal
Attached Thumbnails
Click image for larger version

Name:	Clip_72.jpg‎
Views:	N/A
Size:	73.9 KB
ID:	20909   Click image for larger version

Name:	Clip_73.jpg‎
Views:	N/A
Size:	76.7 KB
ID:	20910   Click image for larger version

Name:	Clip_74.jpg‎
Views:	N/A
Size:	136.7 KB
ID:	20911  

Manage tiles from ArcCatalog

$
0
0
Hi,

I have a problem with managing tiles from the ArcCatalog.

ArcGis Server and arcGis desktop are both 10.1.

I could publish a map service, but when i will generate the tiles or when i will update them, i receive an error message.

"The workspace is not connected".....

when i create the tiles "on demand" there is no problem.....

I don't understand.

Thanks a lot.

David

Publishing an “mxd” ends up with “packing fail”,

$
0
0
Publishing an “mxd” ends up with “packing fail”,


I got the message below at the end of publishing

Attachment 20925

What might be the issue?

thank you

Best

Jamal
Attached Thumbnails
Click image for larger version

Name:	Clip_15.jpg‎
Views:	N/A
Size:	88.2 KB
ID:	20925  

register custom class extensions on arcgis server

$
0
0
Hi
I am using ArcGIS for Server 10.1 and 9.3.1 SDE geodatabase. I have couple of custom
class extensions registered in geodatabase. These extensions are also deployed on server machine.
MXD for ArcMap with these feature classes works fine on server machine.
When I publish a service from my MXD then I get warning
“Layer is being published with custom class extension” then I get error starting service and at last features with
class extension are not present in my service.
My question is. Do I have to do something else to register class extensions (.dll-s) on ArcGIS Server?

Regards
Robert

Modification time of a map service or layer in REST

$
0
0
Can anyone tell me how I can detrmine the modification date/time of a map service (or better still a layer) using the REST interface? If it is not possible using REST, is there another way to find this information?

Chris Mugdan

Arcgis Server 10.1 service is not starting

$
0
0
My arcgis server 10.1 was working properly somedays before but now it is showing the error bellow where DELLPC is my laptop Name and i have install all at single laptop but still it gives error message, plz help me.

"ERROR: Server machine 'DELLPC' is currently being configured by another process. Please try again later.'"

2.
and my other question is how to set the proxy for net and also to work on arcgis server 10.1.

Publishing to PostgreSQL database

$
0
0
Hello,

i have a shapefile on the client and want to publish that to a PostgreSQL database on my server where also ArcGIS for Server is running. Could someone give me the general steps to accomplish that, please? The ArcGIS Help was not a great help yet?

Thanks!!

On Linux growing Directory Content.IE5

$
0
0
Hi there,

I came across the following directory on a Linux System with ArcGIS for Server 10.1 installed:

/arcgisserver/arcgis/server/framework/runtime/.wine/drive_c/users/arcgissrvr/Local Settings/Temporary Internet Files/Content.IE5/

It now has around 6.5 GB (yes GB). It contains a huge number of files. My Questions are:

1. Why is this happening?
2. Can I just delete the files every night with a cron job without interfering with the ArcGIS server running?
3. Any futher Information regarding this directory is welcome.

Thanks in advance

Alessandro

Re: SP1 Problem w/ stopped services

$
0
0
You're going to need give more details on what is happening when you attempt to restart your services. Is your entire site stopped, or just services?

Web Adaptor

$
0
0
Is the 10.1 web adaptor the equivalent of the 10.0 proxy server configuration?

Any tips on configuring it? We have a web server as one machine, then another machine running both ArcGIS Server and SDE.

Thanks,
Viewing all 1579 articles
Browse latest View live