[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AWIPS #HMU-175767]: AWIPS II down again?



Hello Jens,

The error message

Caused by: org.apache.http.conn.HttpHostConnectException: Connection to 
http://edex-azure.unidata.ucar.edu:9581 refused


indicates that you are still pointing CAVE to the cloud server, which has 
stopped serving data as of last week.  I've attached here the message that was 
sent to our AWIPS II mailing list about the Azure instance:

Hello AWIPS II users,

Many of you know that Unidata has offered an EDEX server in the cloud 
(edex-azure.unidata.ucar.edu) for 14.2.1 beta testers. This server was funded 
by a short Microsoft grant, a situation that allowed us to offer live data to 
our users and evaluate the performance a system at this scale.

I'm sorry to announce that the Azure cloud server will shut down tonight, 
February 10, until further notice.

We are discussing alternative ways to provide a testing server to AWIPS II 
users, but until the next step is determined, sites will have to install and 
configure their own EDEX servers and direct their CAVE clients locally.

Thank you for your participation and continued interest in AWIPS II. One last 
bit of news is that 14.4.1 is being prepared for release in the coming months. 
A release notice will be posted to this list when it is available.



Michael James
Unidata Program Center
Boulder, CO


> Michael
> 
> Having problems getting the AWIPS II stations to start, errors are below here,
> Whats going on??
> 
> 
> 
> com.raytheon.uf.viz.core.exception.VizCommunicationException: unable to post 
> request to server
> at 
> com.raytheon.uf.viz.core.requests.ThriftClient.sendRequest(ThriftClient.java:321)
> at 
> com.raytheon.uf.viz.core.requests.ThriftClient.sendRequest(ThriftClient.java:269)
> at 
> com.raytheon.uf.viz.core.comm.ConnectivityManager.checkLocalizationServer(ConnectivityManager.java:150)
> at 
> com.raytheon.uf.viz.core.comm.ConnectivityManager.checkLocalizationServer(ConnectivityManager.java:127)
> at 
> com.raytheon.uf.viz.core.localization.ConnectivityPreferenceDialog.validateLocalization(ConnectivityPreferenceDialog.java:461)
> at 
> com.raytheon.uf.viz.core.localization.ConnectivityPreferenceDialog.validate(ConnectivityPreferenceDialog.java:430)
> at 
> com.raytheon.uf.viz.core.localization.ConnectivityPreferenceDialog.open(ConnectivityPreferenceDialog.java:187)
> at 
> com.raytheon.uf.viz.core.localization.LocalizationInitializer.setupServers(LocalizationInitializer.java:113)
> at 
> com.raytheon.uf.viz.core.localization.LocalizationInitializer.run(LocalizationInitializer.java:75)
> at 
> com.raytheon.viz.ui.personalities.awips.AbstractCAVEComponent.initializeLocalization(AbstractCAVEComponent.java:418)
> at 
> com.raytheon.viz.ui.personalities.awips.AbstractCAVEComponent.startComponent(AbstractCAVEComponent.java:187)
> at 
> com.raytheon.uf.viz.application.VizApplication.start(VizApplication.java:89)
> at 
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
> at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> Caused by: com.raytheon.uf.common.comm.CommunicationException: Error occurred 
> communicating with server: Connection to 
> http://edex-azure.unidata.ucar.edu:9581 refused.  Hit retry limit, aborting 
> connection.
> at com.raytheon.uf.common.comm.HttpClient.process(HttpClient.java:651)
> at 
> com.raytheon.uf.common.comm.HttpClient.postDynamicSerialize(HttpClient.java:825)
> at 
> com.raytheon.uf.viz.core.requests.ThriftClient.sendRequest(ThriftClient.java:294)
> ... 23 more
> Caused by: org.apache.http.conn.HttpHostConnectException: Connection to 
> http://edex-azure.unidata.ucar.edu:9581 refused
> at 
> org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:158)
> at 
> org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
> at 
> org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
> at 
> org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:573)
> at 
> org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:425)
> at 
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
> at 
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
> at 
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
> at com.raytheon.uf.common.comm.HttpClient.postRequest(HttpClient.java:553)
> at com.raytheon.uf.common.comm.HttpClient.process(HttpClient.java:627)
> ... 25 more
> Caused by: java.net.ConnectException: Connection refused
> at java.net.PlainSocketImpl.socketConnect(Native Method)
> at 
> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
> at 
> java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
> at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
> at java.net.Socket.connect(Socket.java:579)
> at 
> org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:123)
> at 
> org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
> ... 34 more
> 
> ________________________________
> 
> [The Ohio State University]
> Jens L. Blegvad
> Systems Manager
> College of Arts and Sciences Department of Geography
> 1036 Derby Hall , 154 North Oval Mall, Columbus, OH 43210
> 614-292-3133 Office / 614-292-6213 Fax
> address@hidden<mailto:address@hidden> 
> geography.osu.edu<http://geography.osu.edu>
> 
> ________________________________
> 
> 

Ticket Details
===================
Ticket ID: HMU-175767
Department: Support AWIPS
Priority: Normal
Status: Open