This is a migrated thread and some comments may be shown as answers.

File not found or not yet synchronized

12 Answers 55 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Cody
Top achievements
Rank 1
Cody asked on 08 Jun 2012, 08:54 PM
I get this message upon creation of a new project and trying to open any file in Graphite. If I delete that file and add a new one with the same name I can open the one I add.

I do not have this issue using Mist.

12 Answers, 1 is accepted

Sort by
0
Clemri
Top achievements
Rank 1
answered on 08 Jun 2012, 08:59 PM
You see this message in Graphite because it is still busy downloading modules in the background. After the last module (mobile simulator) loads you should be fine. Also look for an entry in the log pane that says something like "<project_name> synchronized. Mist does not download anything that's why the behaviour is different.
0
Cody
Top achievements
Rank 1
answered on 08 Jun 2012, 09:03 PM
What is the average wait time for this to complete? I've waited 5 minutes and still get the same message on all files.

Is there somewhere I can see the progress of the module download?

Also to note: When I add the new files I can run in the mobile simulator - even when other files still give me the error message when I try to open them.
0
Clemri
Top achievements
Rank 1
answered on 08 Jun 2012, 09:14 PM
Look for the blue progress indicator in the bottom status bar - it will show progress of each individual module as it loads. Another way is to look in the log pane for the following entries:
Loading extension MobileSimulator.
<project_name> Synchronized.

If you see these two entries it means that all the modules have loaded and the files are synced.
0
Cody
Top achievements
Rank 1
answered on 08 Jun 2012, 09:19 PM
Attached is a photo of the bug. All of my extensions have been loaded and my project has been synced but I still get the "File not found" error when I click on "index.html".
0
Cody
Top achievements
Rank 1
answered on 08 Jun 2012, 09:23 PM
Update//

My log just updated to this
----------------------------------------------------------------------------------------------------------

[2012-06-08 16-15-42-10] Log (Info,None): Version 2012.2.606.2. Deployment location app.icenium.com.
[2012-06-08 16-15-43-59] Log (Info,None): Logged in as: -----------------------(removed by me)
Loading extension DeviceManagement.
Loading extension ProjectNavigator.
Loading extension MSBuildCore.
Loading extension iOS.
Loading extension Android.
Loading extension Callback.
Loading extension DocumentNavigation.
Loading extension TextEditor.
Loading extension CodeAnalysisIntegration.
Loading extension FindReplaceModule.
Loading extension ErrorReporting.
Loading extension MagicBox.
Loading extension MobileSimulator.
Camera Test Synchronized.
[2012-06-08 16-22-07-30] Log (Exception,High): System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.TimeoutException: The socket transfer timed out after 00:01:00. You have exceeded the timeout set on your binding. The time allotted to this operation may have been a portion of a longer timeout. ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
   at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
   at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   --- End of inner exception stack trace ---
   at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   at System.ServiceModel.Channels.PreReadStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   at System.ServiceModel.Channels.HttpInput.WebResponseHttpInput.WebResponseInputStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   --- End of inner exception stack trace ---
   at System.ServiceModel.Channels.HttpInput.WebResponseHttpInput.WebResponseInputStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   at System.ServiceModel.Channels.MaxMessageSizeStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   at System.ServiceModel.Channels.DrainOnCloseStream.Close()
   at System.IO.BufferedStream.Dispose(Boolean disposing)
   at System.IO.Stream.Close()
   at System.Xml.EncodingStreamWrapper.Close()
   at System.Xml.XmlBufferReader.Close()
   at System.Xml.XmlBaseReader.Close()
   at System.Xml.XmlUTF8TextReader.Close()
   at Telerik.BlackDragon.Client.ServerClient.StreamedResponseContractBehavior.StreamingResponseMessageFormatter.#Kv.#zf()
   at System.IO.Stream.Dispose()
   at Telerik.BlackDragon.Client.Services.Implementation.FileSystemServiceBase.#rz(Stream packageStream)
   at Telerik.BlackDragon.Client.Services.Implementation.FileSystemServiceBase.#cB1.#0nb(Task`1 t)
   at System.Threading.Tasks.Task`1.<>c__DisplayClass17.<ContinueWith>b__16(Object obj)
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
   --- End of inner exception stack trace ---
---> (Inner Exception #0) System.TimeoutException: The socket transfer timed out after 00:01:00. You have exceeded the timeout set on your binding. The time allotted to this operation may have been a portion of a longer timeout. ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
   at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
   at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   --- End of inner exception stack trace ---
   at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   at System.ServiceModel.Channels.PreReadStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   at System.ServiceModel.Channels.HttpInput.WebResponseHttpInput.WebResponseInputStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   --- End of inner exception stack trace ---
   at System.ServiceModel.Channels.HttpInput.WebResponseHttpInput.WebResponseInputStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   at System.ServiceModel.Channels.MaxMessageSizeStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   at System.ServiceModel.Channels.DrainOnCloseStream.Close()
   at System.IO.BufferedStream.Dispose(Boolean disposing)
   at System.IO.Stream.Close()
   at System.Xml.EncodingStreamWrapper.Close()
   at System.Xml.XmlBufferReader.Close()
   at System.Xml.XmlBaseReader.Close()
   at System.Xml.XmlUTF8TextReader.Close()
   at Telerik.BlackDragon.Client.ServerClient.StreamedResponseContractBehavior.StreamingResponseMessageFormatter.#Kv.#zf()
   at System.IO.Stream.Dispose()
   at Telerik.BlackDragon.Client.Services.Implementation.FileSystemServiceBase.#rz(Stream packageStream)
   at Telerik.BlackDragon.Client.Services.Implementation.FileSystemServiceBase.#cB1.#0nb(Task`1 t)
   at System.Threading.Tasks.Task`1.<>c__DisplayClass17.<ContinueWith>b__16(Object obj)
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()<---


0
Clemri
Top achievements
Rank 1
answered on 08 Jun 2012, 09:24 PM
Thanks that was helpful. It looks like Graphite got stuck in a weird state - please restart it - it won't download the modules again since everything is now locally cached.
0
Cody
Top achievements
Rank 1
answered on 08 Jun 2012, 09:29 PM
This happens upon every restart as well - Do you think a uninstall / re-install is needed?
0
Clemri
Top achievements
Rank 1
answered on 08 Jun 2012, 09:35 PM
Hope not. Before we go there please try creating a new project and see if the same thing happens again - the project may have been corrupted somehow.
0
Cody
Top achievements
Rank 1
answered on 08 Jun 2012, 09:38 PM
This happened on new project creation as well. I waited until I got the message "Test Project 2 Synchronized." before double clicking on the "index.html" file. I get the same error message.
0
Cody
Top achievements
Rank 1
answered on 08 Jun 2012, 09:44 PM
I uninstalled / re-downloaded and re-installed and the same issue happens upon new project creation.
0
Clemri
Top achievements
Rank 1
answered on 08 Jun 2012, 09:59 PM
Well congratulations it seems you are the winner - the first to break Graphite :-)  We'd like to take this off-line to troubleshoot further - it seems something is blocking the files from being downloaded. Please send a mail to support@icenium.com with "[Graphite] File not found or not yet synchronized" in the subject line and we'll connect with you. 

In the mean time you should be able to continue working using http://app.icenium.com/Mist 

Regards,
Clemri

0
Cody
Top achievements
Rank 1
answered on 09 Jun 2012, 04:42 PM
I have sent the offline email. This looks like an amazing product and I can't wait to start using it!

Thanks for all the help and immediate replies.
Tags
Report a bug
Asked by
Cody
Top achievements
Rank 1
Answers by
Clemri
Top achievements
Rank 1
Cody
Top achievements
Rank 1
Share this question
or