POST
|
Thanks for your reply. I noticed the same and rectify the error. Thank you for reply again. Gaurav Kumar
... View more
01-31-2017
04:30 AM
|
0
|
0
|
409
|
POST
|
Dear Geoevent Team, I am facing an issue while developing a custom extension using the SDK and samples provided alongwith GEP. I have written a code to read a file from datastore and based on certain alarming conditions the location will be displayed on the map. I have used the sample available on github for cap alerting. i tried to run the same as and it works good for the sample files attached. After that i made some changes to check for some more alerts and built it again. The newly built jar file is then placed in the .../deploy folder under "C:\Program Files\ArcGIS\Server\GeoEvent\" location. The GEP is now producing errors. when i checked in the log file it says: com.esri.ges.transport.file.FileInboundTransport Dangling meta character '*' near index 0 * ^ java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0 * ^ at java.util.regex.Pattern.error(Pattern.java:1955)[:1.8.0_73] at java.util.regex.Pattern.sequence(Pattern.java:2123)[:1.8.0_73] at java.util.regex.Pattern.expr(Pattern.java:1996)[:1.8.0_73] at java.util.regex.Pattern.compile(Pattern.java:1696)[:1.8.0_73] at java.util.regex.Pattern.<init>(Pattern.java:1351)[:1.8.0_73] at java.util.regex.Pattern.compile(Pattern.java:1028)[:1.8.0_73] at java.util.regex.Pattern.matches(Pattern.java:1133)[:1.8.0_73] at java.lang.String.matches(String.java:2121)[:1.8.0_73] at com.esri.ges.transport.file.FileInboundTransport.populatePendingFiles(FileInboundTransport.java:114)[134:com.esri.ges.framework.transport.file-transport:10.4.1] at com.esri.ges.transport.file.FileInboundTransport.getNextFile(FileInboundTransport.java:246)[134:com.esri.ges.framework.transport.file-transport:10.4.1] at com.esri.ges.transport.file.FileInboundTransport.readBuffer(FileInboundTransport.java:127)[134:com.esri.ges.framework.transport.file-transport:10.4.1] at com.esri.ges.transport.file.FileInboundTransport.run(FileInboundTransport.java:352)[134:com.esri.ges.framework.transport.file-transport:10.4.1] at java.lang.Thread.run(Thread.java:745)[:1.8.0_73] Dec 23, 2016, 3:09:24 PM INFO com.esri.ges.transport.file.FileInboundTransport While reading files, an unexpected error has occurred. Error: Dangling meta character '*' near index 0 * ^. Dec 23, 2016, 3:09:24 PM ERROR The input created displays status as error Kindly find attached the screenshot FYR. Thanks for the help
... View more
12-23-2016
02:00 AM
|
0
|
2
|
1143
|
POST
|
Dear Mark, I am trying to run ArcGIS engine app 10.1 service pack 1 on Red Hat Enterprise linux 6.2 on java 1.7, and it gives me error on running the sample application, although the sample application runs fine on java 1.6 update 43. can you provide some help regarding this issue. i am attaching the error image for the same. [ATTACH=CONFIG]28573[/ATTACH]
... View more
10-24-2013
07:08 AM
|
0
|
0
|
724
|
POST
|
Hi Derek I am facing similar issue while working on globe. Did you find any workaround in globe as well........
... View more
07-24-2013
03:53 AM
|
0
|
0
|
1646
|
POST
|
Hi All I am trying to use line breaker (\n) while displaying text elements on globe.But it neglects the line breaker and prints the rest text perfectly.But i would like to print the texts in different lines. It worked fine for me in maps but i am not getting it in globe.Can anyone provide me some snippet to display text with line breaker elements in globe Any help would be appreciated.
... View more
07-24-2013
03:36 AM
|
0
|
0
|
539
|
POST
|
you can see the path of ARCENGINEHOME in the first post i used echo command to display all the paths. as for init_java.sh file it was written in esri website to copy and paste the init_java.sh and init_engine.sh file form arcgis engine installation directory to "/etc/profile.d/" which i had already done. if there might be any difference in the implementation then how come my application will run perfectly fine when i try to run it from the command prompt and it crashes when i try to run by double-click on it. Tell me is there any issue with the JVM getting low memory and how can i increase the same for my application. i had already tested -Xms and -Xmx parameters but none works for me. Thanks in advance. Thats a bit strange. All I can suggest you is to print some environment variables from within your script (running as shortcut) which could make the difference, like JAVA_HOME, PATH, ARCGIS related path. Also there is a subtle difference in implementation of tools in 10.1 as compared to previous versions but it should have consistently failed either way. Try the following 1) Set all the required paths 2) source init_java.sh or init_java.csh as the shell you are using before launching your java program. Can you tell me how you are doing any of the tools implementation??
... View more
07-19-2013
11:18 AM
|
0
|
0
|
583
|
POST
|
Hi sachin, sure i am using a sample globe application containing globebean, toolbarbean and TOCbean, provided by ESRI, and on which i had do some customization like: 1.opening a Elevation layer in .dted1 format, and 2. Right click for zoom to layer on the specific layer which was loaded on the toolbar bean. i had corrected the -XSS parameter and also included the -Xmx and -Xms parameters while launching but the result is same. checked with jconsole but when i try to run jconsole for memory leak the application with the pid the application crashes. yes my icon is just a shortcut of the script, i had also created the launcher for the same application and select the "run in terminal" as type and in both the case i am facing same problem. when i run the same in the terminal window the application runs fine and smoothly. The problem what is understood before was the path variable ARCGISENGINE is not available in the terminal where i was trying to run the application, i had solved that after that my sample application runs for a while and after some clicks say about 10 clicks on the application, it will shows the same error. please help. Can you provide some information about what exactly is the code doing? Is your icon just a shortcut to the script. From the command line you are using a different stack size than the one which crashed. Try defining your JVM parameters like -Xss -Xmx and -Xms explicitly while launching. Alternatively, use something like a jconsole to see if there is a memory leak in your application.
... View more
07-15-2013
11:30 PM
|
0
|
0
|
583
|
POST
|
Hi all, I am getting a problem when i am trying to run esri desktop application from double click on the icon created on linux, the application runs for a while and crashes showing core dump issue on the terminal window. Although the same application runs fine when i run it using terminal command or with shell script of the application. here is the command i used to run the application directly on the terminal:
$ java -jar -Xss10m /home/user/Desktop/sample.jar
here is the command i used to run the application using shell script. the script file contains the above command.
$ ./runSample.sh
and here is the output when i try to run the application using double click on icon.
/home/gisuser/arcgis/engine10.1/
file:/home/gisuser/Desktop/ADAssetwidTrack05072013.jar!/adaps.png
/home/gisuser/Desktop/runADAsset.sh: line 4: 4738 Aborted (core dumped) java -jar -Xss5m /home/gisuser/Desktop/sample.jar
Please Help.
... View more
07-14-2013
10:33 PM
|
0
|
4
|
1037
|
POST
|
From the last few weeks i am trying to display a 3D symbol of a plane in arcGlobe using CharacterMarkerSymbol. But instead of a symbol I am getting a sphere symbol. When i Try to implement the same code in PageLayout, i am getting my desired Symbol. Can anyone please tell me how to display a 3D symbol (Aeroplanes) in arcGlobe Thanks in Advance!!!!!!!!
... View more
07-12-2013
04:00 AM
|
0
|
0
|
3416
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|