HVAC-Talk: Heating, Air & Refrigeration Discussion banner
1 - 7 of 7 Posts

dapper

· Professional Member
Joined
·
2,091 Posts
Discussion starter · #1 ·
Weather service brings in all 'Forecast' values but all 'Current' values are stale. Any ideas?
 
Save
Weather service brings in all 'Forecast' values but all 'Current' values are stale. Any ideas?
The NWS data comes from 3 separate servers:
graphical.weather.gov [forecast]
www.weather.gov gets [current conditions]
alerts.weather.gov gets [advisories]

Take a look at the property sheet of your provider:
slot:/Services/WeatherService/WeatherReport/provider|view:workbench:propertySheet

Look at your station id and see if you can get the data directly from their site:
For example:
http://w1.weather.gov/xml/current_obs/KSAN.xml
Replace KSAN with your station id.
 
Discussion starter · #3 ·
Thanks digo. I tried the two local IDs in a browser, they work fine. I have other Jace sites using the same services with no problems.
This is what I found in Application Director;
WARNING [12:48:55 16-Sep-13 EDT][weather] Redirect to http://w1.weather.gov/xml/current_obs/KROC.xml
WARNING [12:48:55 16-Sep-13 EDT][weather] Updating current conditions failed for Rochester
javax.baja.sys.BajaException: 403 Forbidden
and this doesn't look right to me;
Caused by: java.lang.Exception: www.weather.govhttp://w1.weather.gov/xml/current_obs/KROC.xml
I tried to reload the weather.jar file but nothing changes. Could the file be corrupt?
 
Save
It's possible. Take a look at the slot sheet for the provider. You can clear the hidden flag on the conditions server and conditions path, then verify they are set as such:
www.weather.gov
/xml/current_obs/
what version of the weather module do you have?
 
1 - 7 of 7 Posts
You have insufficient privileges to reply here.