NetView installer not working

Rusty Green

New Member
I'm trying to install NetView on a Windows 10 PC, using the following link to download the installer: http://javad.com/jgnss/products/software/netview.html. It appears that the "Deployment Provider url" embedded in the installer is not a valid URL. Here is the error I am getting:

I get the following error early on in the installation process:
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of \NetView_Modem_2_0_2_1\NetView_Modem.application resulted in exception. Following failure messages were detected:
+ Downloading http://storage.javad.com/downloads/javadgnss/software/NetView_Modem/update/NetView_Modem.application did not succeed.
+ Unable to connect to the remote server
+ 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 54.85.93.79:80
 

Matt Johnson

Well-Known Member
5PLS
The installer is working when I just tried it. Are you behind any firewalls that could be blocking the connection?
 

Rusty Green

New Member
The installer is working when I just tried it. Are you behind any firewalls that could be blocking the connection?
Thanks for the response Matt. I am not behind any proxy or any firewalls. If I try to go directly to the URL that the installer is complaining about I am not able to access it:
http://storage.javad.com/downloads/javadgnss/software/NetView_Modem/update/NetView_Modem.application.

Did you run the installer from the download link I posted?

Is there any command line argument to pass to the installer to tell it not to try and go out and download the latest?

My steps are:
  1. Download the installer zip file: http://storage.javad.com/downloads/...tView_Modem/install/NetView_Modem_2_0_2_1.zip
  2. Unzip the file
  3. Double click the "setup.exe"
  4. The installer gives me the following:
  5. upload_2018-2-8_10-26-17.png
  6. I'm connected to the internet, no firewalls/vpns/or proxys in play
Here is the full error log from the installer:
PLATFORM VERSION INFO
Windows : 10.0.15063.0 (Win32NT)
Common Language Runtime : 4.0.30319.42000
System.Deployment.dll : 4.7.2046.0 built by: NET47REL1
clr.dll : 4.7.2115.0 built by: NET47REL1LAST
dfdll.dll : 4.7.2046.0 built by: NET47REL1
dfshim.dll : 10.0.15063.0 (WinBuild.160101.0800)

SOURCES
Deployment url : file:///C:/Users/rgreen/Desktop/NetView_Modem_2_0_2_1/NetView_Modem.application
Deployment Provider url : http://storage.javad.com/downloads/javadgnss/software/NetView_Modem/update/NetView_Modem.application

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\rgreen\Desktop\NetView_Modem_2_0_2_1\NetView_Modem.application resulted in exception. Following failure messages were detected:
+ Downloading http://storage.javad.com/downloads/javadgnss/software/NetView_Modem/update/NetView_Modem.application did not succeed.
+ Unable to connect to the remote server
+ 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 54.85.93.79:80

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [2/6/2018 3:44:10 PM] : Activation of C:\Users\rgreen\Desktop\NetView_Modem_2_0_2_1\NetView_Modem.application has started.

ERROR DETAILS
Following errors were detected during this operation.
* [2/6/2018 3:44:31 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading http://storage.javad.com/downloads/javadgnss/software/NetView_Modem/update/NetView_Modem.application did not succeed.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState, X509Certificate2 clientCertificate)
at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirect(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
at System.Deployment.Application.DownloadManager.FollowDeploymentProviderUri(SubscriptionStore subStore, AssemblyManifest& deployment, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options)
at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl, Uri& deploymentUri)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
--- Inner Exception ---
System.Net.WebException
- Unable to connect to the remote server
- Source: System
- Stack trace:
at System.Net.HttpWebRequest.GetResponse()
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
--- Inner Exception ---
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 54.85.93.79:80
- Source: System
- Stack trace:
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.


Thanks for your help.
 
Top