I am attempting to load a new project file by clicking on the Collect Earth Properties Menu, the Projects tab, clicking on the specific project file I want to use, and then clicking on the Load project button.

The properties menu automatically closes and the list of plots seems to re-loads in Collect Earth. However, when I click on the dropdown arrow to view the plots, I see that (1) the new project has not been loaded and (2) the old ced file is still present.

Why is the function to load new Projects not working on my computer?

asked 09 Feb '15, 12:20

Adia's gravatar image

Adia
11334
accept rate: 0%


Hello and thank you for your question.

There could be many reasons for this strange behavior but it is most likely caused by Collect Earth having problems to perform the necessary changes to the earth.properties file that is used to store all the properties set through the Options dialog.

Check that you have permissions to modify the file earth.properties located at :

Windows : C:\Users\USER_NAME\AppData\Roaming\CollectEarth

Linux : ~/CollectEarth

Mac OS X : ~/Library/Application Support/Collect Earth Tip , to get to this folder : Open Finder, Click Apple Key + Shift + G, you get a dialog, type ~ in the text field and click Ok (this will take you to your User’s home folder) Then browse to Library->Application Support->Collect Earth )

Also, check that the file is NOT HIDDEN (there is a bug in Java that sometimes prevents the properties file to be modified if it is hidden ( proceeding to fix this issue in the coming versions of Collect Earth (at the time of this comment 1.0.24) )

Hope this helps!

permanent link

answered 09 Feb '15, 15:02

collectearth's gravatar image

collectearth ♦
1.0k16
accept rate: 17%

Actually, just making tests with hidden earth.properties files I can find these lines in my application log file ( Collect Earth main menu ->Help->Open Application Log File ) I can see these lines:

ERROR 2015-02-09 15:03:12,394 [Thread-9] org.openforis.collect.earth.app.service.LocalPropertiesService: The properties could not be saved
java.io.FileNotFoundException: C:\Users\SanchezPausDiaz\AppData\Roaming\CollectEarth\earth.properties (Access is denied)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
    at java.io.FileWriter.<init>(FileWriter.java:90)
    at org.openforis.collect.earth.app.service.LocalPropertiesService.storeProperties(LocalPropertiesService.java:399)
    at org.openforis.collect.earth.app.service.LocalPropertiesService.removeGeeProperties(LocalPropertiesService.java:296)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)

Which means that Collect Earth has no permission to write to the file when it is hidden.... try to find the earth.properties file as I wrote before and "un-hide" it. You can right click on the file and click on the properties in the context-menu :

alt text

permanent link

answered 09 Feb '15, 15:09

collectearth's gravatar image

collectearth ♦
1.0k16
accept rate: 17%

I'm having this same problem when trying to load a new file. I already got my csv file open by following the instructions in the answers above. I have permissions to modify the earth.properties file and I have un-hidden it. Then I opened madrid.ced from LUCAS demo and now that I try to open any other ced or csv, the properties menu closes and Google Earth asks if I want to reload the file. When I click yes, madrid.ced is still there.

Application Log File says "Disclaimer text could not be found".

What's wrong?

permanent link

answered 03 Mar '15, 17:26

ulpu's gravatar image

ulpu
232911
accept rate: 0%

Hello Ulpu, make sure that the file you are trying to load is really having the same format as the madrid.ced

Take care that there are not extra empty rows or columns! This failure happens sometimes when the format is not the expected one.

(04 Mar '15, 10:07) collectearth ♦ collectearth's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×281

question asked: 09 Feb '15, 12:20

question was seen: 5,875 times

last updated: 04 Mar '15, 10:07