struct
Detail [empty string]
ErrNumber 0
Message Element SCRIPT is undefined in DEPARTURESTHREAD.
Resolvedname DEPARTURESTHREAD
StackTrace coldfusion.runtime.UndefinedElementException: Element SCRIPT is undefined in DEPARTURESTHREAD. at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1659) at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1555) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1729) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1722) at cfAirport2eCfm233259945._factor20(D:\Websites\metrotest\Airport.Cfm:1100) at cfAirport2eCfm233259945._factor27(D:\Websites\metrotest\Airport.Cfm:891) at cfAirport2eCfm233259945._factor30(D:\Websites\metrotest\Airport.Cfm:78) at cfAirport2eCfm233259945.runPage(D:\Websites\metrotest\Airport.Cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at com.seefusion.Filter.doFilter(Filter.java:49) at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
TagContext
array
1
struct
COLUMN 0
ID ??
LINE 1100
RAW_TRACE at cfAirport2eCfm233259945._factor20(D:\Websites\metrotest\Airport.Cfm:1100)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 891
RAW_TRACE at cfAirport2eCfm233259945._factor27(D:\Websites\metrotest\Airport.Cfm:891)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_AIRPORT
LINE 78
RAW_TRACE at cfAirport2eCfm233259945._factor30(D:\Websites\metrotest\Airport.Cfm:78)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
4
struct
COLUMN 0
ID CF_AIRPORT
LINE 1
RAW_TRACE at cfAirport2eCfm233259945.runPage(D:\Websites\metrotest\Airport.Cfm:1)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type Expression
element SCRIPT
objectType
object of java.lang.Class
Class Name java.lang.Class
Methods
Method Return Type
asSubclass(java.lang.Class) java.lang.Class
cast(java.lang.Object) java.lang.Object
desiredAssertionStatus() boolean
forName(java.lang.String, boolean, java.lang.ClassLoader) java.lang.Class
forName(java.lang.String) java.lang.Class
getAnnotation(java.lang.Class) java.lang.annotation.Annotation
getAnnotations() java.lang.annotation.Annotation[]
getCanonicalName() java.lang.String
getClassLoader() java.lang.ClassLoader
getClasses() java.lang.Class[]
getComponentType() java.lang.Class
getConstructor(java.lang.Class[]) java.lang.reflect.Constructor
getConstructors() java.lang.reflect.Constructor[]
getDeclaredAnnotations() java.lang.annotation.Annotation[]
getDeclaredClasses() java.lang.Class[]
getDeclaredConstructor(java.lang.Class[]) java.lang.reflect.Constructor
getDeclaredConstructors() java.lang.reflect.Constructor[]
getDeclaredField(java.lang.String) java.lang.reflect.Field
getDeclaredFields() java.lang.reflect.Field[]
getDeclaredMethod(java.lang.String, java.lang.Class[]) java.lang.reflect.Method
getDeclaredMethods() java.lang.reflect.Method[]
getDeclaringClass() java.lang.Class
getEnclosingClass() java.lang.Class
getEnclosingConstructor() java.lang.reflect.Constructor
getEnclosingMethod() java.lang.reflect.Method
getEnumConstants() java.lang.Object[]
getField(java.lang.String) java.lang.reflect.Field
getFields() java.lang.reflect.Field[]
getGenericInterfaces() java.lang.reflect.Type[]
getGenericSuperclass() java.lang.reflect.Type
getInterfaces() java.lang.Class[]
getMethod(java.lang.String, java.lang.Class[]) java.lang.reflect.Method
getMethods() java.lang.reflect.Method[]
getModifiers() int
getName() java.lang.String
getPackage() java.lang.Package
getProtectionDomain() java.security.ProtectionDomain
getResource(java.lang.String) java.net.URL
getResourceAsStream(java.lang.String) java.io.InputStream
getSigners() java.lang.Object[]
getSimpleName() java.lang.String
getSuperclass() java.lang.Class
getTypeParameters() java.lang.reflect.TypeVariable[]
isAnnotation() boolean
isAnnotationPresent(java.lang.Class) boolean
isAnonymousClass() boolean
isArray() boolean
isAssignableFrom(java.lang.Class) boolean
isEnum() boolean
isInstance(java.lang.Object) boolean
isInterface() boolean
isLocalClass() boolean
isMemberClass() boolean
isPrimitive() boolean
isSynthetic() boolean
newInstance() java.lang.Object
toString() java.lang.String
struct
ARRIVALPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-20T10:53:02Z ASDI_20100320_night 4 2010-03-20T14:53:02Z 2010-03-20T06:53:02Z
ARRIVALS
query
  ACITY ACOUNTRY AFAA AIATA AICAO AIRCRAFTID AIRCRAFTTYPE AIRLINECODE AIRLINENAME AITS ANAME AOFFSET AST ATIME DCITY DCOUNTRY DFAA DIATA DICAO DITS DNAME DOFFSET DST DTIME FMITS STATUS
1 Buffalo United States BUF BUF KBUF DAL8905 B738 DAL Delta Air Lines 2010-03-20T11:12:01Z Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:06:00-04:00 Atlanta United States ATL ATL KATL 2010-03-20T09:44:39Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-20T05:45:00-04:00 2010-03-20T10:52:19Z ARRIVED
2 Buffalo United States BUF BUF KBUF EJA845 H25B EJA NetJets [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:48:00-04:00 Portland United States PWM PWM KPWM 2010-03-20T10:39:37Z Portland International Jetport -14400000 ME 2010-03-20T06:40:00-04:00 2010-03-20T11:29:17Z ARRIVED
3 Buffalo United States BUF BUF KBUF AAY4434 MD83 AAY Allegiant Air [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T08:07:00-04:00 Las Vegas United States LAS LAS KLAS 2010-03-20T08:07:15Z Mc Carran International Airport -25200000 NV 2010-03-20T01:07:00-07:00 2010-03-20T11:43:42Z IN FLIGHT
4 Buffalo United States BUF BUF KBUF BTA5676 [empty string] BTA ExpressJet [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T09:30:00-04:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-20T07:19:00-05:00 2010-03-20T11:31:18Z Scheduled
5 Buffalo United States BUF BUF KBUF SWA1969 B733 SWA Southwest Airlines [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T09:33:00-04:00 Orlando United States MCO MCO KMCO 2010-03-20T11:15:54Z Orlando International Airport -14400000 FL 2010-03-20T07:15:00-04:00 2010-03-20T11:39:40Z IN FLIGHT
6 Buffalo United States BUF BUF KBUF BTA5673 [empty string] BTA ExpressJet [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T09:37:00-04:00 Washington United States IAD IAD KIAD [empty string] Washington Dulles International Airport -14400000 DC 2010-03-20T08:45:00-04:00 2010-03-20T11:43:12Z Scheduled
7 Buffalo United States BUF BUF KBUF CHQ5978 [empty string] CHQ Chautauqua Airlines [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T09:47:00-04:00 Cleveland United States CLE CLE KCLE [empty string] Cleveland-Hopkins International Airport -14400000 OH 2010-03-20T09:07:00-04:00 2010-03-19T13:00:40Z SCHEDULED
8 Buffalo United States BUF BUF KBUF EJA617P [empty string] EJA NetJets [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T09:54:00-04:00 Charlotte United States CLT CLT KCLT [empty string] Charlotte/Douglas International Airport -14400000 NC 2010-03-20T08:36:00-04:00 2010-03-20T11:25:17Z Scheduled
9 Buffalo United States BUF BUF KBUF JBU1211 [empty string] JBU JetBlue Airways [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T10:00:00-04:00 Boston United States BOS BOS KBOS [empty string] General Edward Lawrence Logan International Airport -14400000 MA 2010-03-20T08:51:00-04:00 2010-03-19T12:35:40Z SCHEDULED
10 Buffalo United States BUF BUF KBUF TRS558 [empty string] TRS AirTran Airways [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T10:06:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-20T08:23:00-04:00 2010-03-20T11:40:25Z Scheduled
11 Buffalo United States BUF BUF KBUF COM739 [empty string] COM Comair [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T10:16:00-04:00 New York United States JFK JFK KJFK [empty string] John F Kennedy International Airport -14400000 NY 2010-03-20T09:16:00-04:00 2010-03-19T12:55:40Z SCHEDULED
12 Buffalo United States BUF BUF KBUF SWA1852 [empty string] SWA Southwest Airlines [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T10:29:00-04:00 Baltimore United States BWI BWI KBWI [empty string] Baltimore/Washington International Thurgood Marshall Airport -14400000 MD 2010-03-20T09:35:00-04:00 2010-03-19T13:10:40Z SCHEDULED
13 Buffalo United States BUF BUF KBUF JBU4 [empty string] JBU JetBlue Airways [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T10:41:00-04:00 New York United States JFK JFK KJFK [empty string] John F Kennedy International Airport -14400000 NY 2010-03-20T09:44:00-04:00 2010-03-19T13:20:40Z SCHEDULED
ARRIVALSINFLIGHT
query
  AIRCRAFTID AIRCRAFTTYPE AIRCRAFT_CATEGORY AIRCRAFT_TYPE ALTITUDE CLIMB_RATE DEFAULT_ICON_PREFIX DESCENT_RATE ENGINE_COUNT ENGINE_TYPE FAA_COMMENTS HEADING ICON ICON_PREFIX LANDING_CLASS LATITUDE LONGITUDE MANUFACTURER MILITARY_FLAG MODEL RANK SOURCETIMESTAMP SPEED WEIGHT_CLASS
1 AAY4434 MD83 5 MD83 208 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 70.7449536679 L-L52J.078.75.1f.1p.png [empty string] L 42.509167 -80.05639 McDonnell-Douglas - MD-83 1594 2010-03-20T11:45:08Z 430 L
2 SWA1969 B733 5 B733 330 5500 L-L52J 3500 2 J new 11/98 7.98845359713 737-300.000.00.1f.1p.png 737-300 L 31.712223 -81.32222 Boeing - Model 737-300 6922 2010-03-20T11:46:12Z 434 L
ELAPSEDTIME 1184
NAME ARRIVALSTHREAD
OUTPUT <div id="arrivalsDiv"> <table cellpadding="0" cellspacing="0" style="border: thin solid silver;"> <thead> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0"> <thead> <tr> <th colspan="5" style="background-color:#336699;font-family:arial,helvetica,sans-serif;color:white;font-size:13px;" align="center" > <a name="arrivalsTable" style="color:white;">Flight Arrivals</a> </th> </tr> <tr> <td nowrap="nowrap" colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:16px;font-weight:bold;" > Flights arriving to: <span style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > Buffalo, NY </span> </td> <td rowspan="2" align="center" valign="middle"> <img style="display:none;" alt="Loading..." src="/images/spinner.gif"/> </td> </tr> <tr> <td colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > (BUF-Buffalo Niagara International Airport) </td> </tr> <tr> <td colspan="5" style="background-color:#004371">&nbsp;</td> </tr> </thead> </table> </td> </tr> </thead> <tbody> <tr> <td> <table class="tablesorter" cellpadding="0" cellspacing="0"> <thead> <tr style="font-family:arial,helvetica,sans-serif;font-size:12px;"> <th valign="top">Departure City</th> <th valign="top">Airline</th> <th valign="top" align="center">Flight Number</th> <th valign="top" align="center">Arrival Time</th> <th valign="top" align="center">More Info</th> </tr> </thead> <tbody style="font-size:9px;"> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 8905 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:06 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL8905.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Portland, ME </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 845 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:48 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA845.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Allegiant Air</td> <td align="center" style="font-weight:bold;"> 4434 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:07 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAY4434.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 5676 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:30 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA5676.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 1969 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:33 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA1969.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 5673 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:37 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA5673.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cleveland, OH </td> <td>Chautauqua Airlines</td> <td align="center" style="font-weight:bold;"> 5978 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:47 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CHQ5978.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 617P </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:54 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EJA617P.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boston, MA </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 1211 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:00 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/JBU1211.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 558 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:06 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/TRS558.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Comair</td> <td align="center" style="font-weight:bold;"> 739 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:16 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/COM739.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 1852 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:29 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA1852.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 4 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:41 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/JBU4.cfm" > Scheduled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(42.509167,-80.05639); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Allegiant Air Flight 4434</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Mc Carran International A... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/20 1:07 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Buffalo Niagara Internati... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/20 8:07 AM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>430 kts/495 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>20,800 feet</td></tr><tr><th>Aircraft Type:</th><td>MD83</td><td align='right'><a href='http://www.helloflight.com/Flight/AAY4434.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/L-L52J.078.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "AAY4434" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(31.712223,-81.32222); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 1969</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Orlando International Air... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/20 7:15 AM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Buffalo Niagara Internati... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/20 9:33 AM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>434 kts/499 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>33,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B733</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA1969.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-300.000.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA1969" ); map.addOverlay(marker); bounds.extend(point); map.setZoom(map.getBoundsZoomLevel(bounds)); map.setCenter(bounds.getCenter());
STARTTIME {ts '2010-03-20 07:52:37'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-20T10:53:02Z ASDI_20100320_night 4 2010-03-20T14:53:02Z 2010-03-20T06:53:02Z
DEPARTURES
query
  ACITY ACOUNTRY AFAA AIATA AICAO AIRCRAFTID AIRCRAFTTYPE AIRLINECODE AIRLINENAME AITS ANAME AOFFSET AST ATIME DCITY DCOUNTRY DFAA DIATA DICAO DITS DNAME DOFFSET DST DTIME FMITS STATUS
1 Covington United States CVG CVG KCVG COM445 [empty string] COM Comair [empty string] Cincinnati/Northern Kentucky International Airport -14400000 KY 2010-03-20T08:15:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T06:55:00-04:00 2010-03-20T10:15:31Z IN FLIGHT
2 Plattsburgh United States PBG PBG KPBG AMF1361 BE99 AMF Ameriflight [empty string] Plattsburgh International Airport -14400000 NY 2010-03-20T08:15:00-04:00 Buffalo United States BUF BUF KBUF 2010-03-20T11:00:49Z Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:00:00-04:00 2010-03-20T11:13:10Z IN FLIGHT
3 Fort Myers United States RSW RSW KRSW JBU1203 E190 JBU JetBlue Airways [empty string] Southwest Florida International Airport -14400000 FL 2010-03-20T09:44:00-04:00 Buffalo United States BUF BUF KBUF 2010-03-20T11:08:45Z Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:08:00-04:00 2010-03-20T11:08:45Z IN FLIGHT
4 Orlando United States MCO MCO KMCO SWA2234 B733 SWA Southwest Airlines [empty string] Orlando International Airport -14400000 FL 2010-03-20T09:37:00-04:00 Buffalo United States BUF BUF KBUF 2010-03-20T11:10:08Z Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:10:00-04:00 2010-03-20T11:46:17Z IN FLIGHT
5 Boston United States BOS BOS KBOS JBU1210 E190 JBU JetBlue Airways [empty string] General Edward Lawrence Logan International Airport -14400000 MA 2010-03-20T08:06:00-04:00 Buffalo United States BUF BUF KBUF 2010-03-20T11:11:30Z Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:11:00-04:00 2010-03-20T11:25:40Z IN FLIGHT
6 Cleveland United States CLE CLE KCLE CHQ5977 E145 CHQ Chautauqua Airlines [empty string] Cleveland-Hopkins International Airport -14400000 OH 2010-03-20T07:52:00-04:00 Buffalo United States BUF BUF KBUF 2010-03-20T11:17:20Z Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:17:00-04:00 2010-03-20T11:23:53Z ARRIVED
7 Philadelphia United States PHL PHL KPHL AWE1923 A319 AWE America West Airlines [empty string] Philadelphia International Airport -14400000 PA 2010-03-20T08:06:00-04:00 Buffalo United States BUF BUF KBUF 2010-03-20T11:20:35Z Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:20:00-04:00 2010-03-20T11:37:50Z IN FLIGHT
8 Fort Lauderdale United States FLL FLL KFLL SWA2080 B737 SWA Southwest Airlines [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-20T10:17:00-04:00 Buffalo United States BUF BUF KBUF 2010-03-20T11:28:27Z Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:28:00-04:00 2010-03-20T11:38:32Z IN FLIGHT
9 [empty string] [empty string] [empty string] [empty string] [empty string] RLR321 E110 RLR Business Airfreight [empty string] [empty string] [empty string] [empty string] [empty string] Buffalo United States BUF BUF KBUF 2010-03-20T11:33:40Z Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:33:00-04:00 [empty string] [empty string]
10 Elmira/Corning United States ELM ELM KELM RLR321 [empty string] RLR Business Airfreight [empty string] Elmira/Corning Regional Airport -14400000 NY 2010-03-20T08:07:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:33:00-04:00 2010-03-20T11:44:58Z IN FLIGHT
11 Chicago United States ORD ORD KORD BTA5697 [empty string] BTA ExpressJet [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-20T08:06:00-05:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:38:00-04:00 2010-03-20T10:52:31Z Scheduled
12 Pinehurst/Southern Pines United States SOP SOP KSOP N1133G [empty string] [empty string] [empty string] [empty string] Moore County Airport -14400000 NC 2010-03-20T10:33:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:40:00-04:00 2010-03-20T11:00:31Z Scheduled
13 Chicago United States ORD ORD KORD EGF3943 [empty string] EGF American Eagle Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-20T08:17:00-05:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:41:00-04:00 2010-03-20T10:50:31Z Scheduled
14 Ottawa Canada [empty string] YOW CYOW FDX152 A306 FDX Federal Express [empty string] Macdonald-Cartier International Airport -14400000 ON 2010-03-20T08:14:00-04:00 Buffalo United States BUF BUF KBUF 2010-03-20T11:41:48Z Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:41:00-04:00 [empty string] IN FLIGHT
15 Plattsburgh United States PBG PBG KPBG WIG1130 [empty string] WIG Wiggins Airways [empty string] Plattsburgh International Airport -14400000 NY 2010-03-20T09:22:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:45:00-04:00 2010-03-20T11:00:07Z Scheduled
16 Jamestown United States JHW JHW KJHW WIG8451 [empty string] WIG Wiggins Airways [empty string] Chautauqua County/Jamestown Airport -14400000 NY 2010-03-20T08:14:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:48:00-04:00 2010-03-20T07:52:07Z Scheduled
17 Columbus United States CMH CMH KCMH N366SR [empty string] [empty string] [empty string] [empty string] Port Columbus International Airport -14400000 OH 2010-03-20T09:41:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T07:55:00-04:00 2010-03-20T11:15:31Z Scheduled
18 Tampa United States TPA TPA KTPA SWA1030 [empty string] SWA Southwest Airlines [empty string] Tampa International Airport -14400000 FL 2010-03-20T10:39:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T08:05:00-04:00 2010-03-20T07:40:07Z Scheduled
19 Glens Falls United States GFL GFL KGFL N6882M [empty string] [empty string] [empty string] [empty string] Floyd Bennett Memorial Airport -14400000 NY 2010-03-20T09:24:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T08:10:00-04:00 2010-03-20T11:30:07Z Scheduled
20 Orlando United States MCO MCO KMCO JBU667 [empty string] JBU JetBlue Airways [empty string] Orlando International Airport -14400000 FL 2010-03-20T10:42:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T08:17:00-04:00 2010-03-20T11:34:31Z Scheduled
21 New York United States JFK JFK KJFK JBU109 [empty string] JBU JetBlue Airways [empty string] John F Kennedy International Airport -14400000 NY 2010-03-20T09:21:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T08:20:00-04:00 2010-03-20T11:35:31Z Scheduled
22 Jamestown United States JHW JHW KJHW WIG8453 [empty string] WIG Wiggins Airways [empty string] Chautauqua County/Jamestown Airport -14400000 NY 2010-03-20T08:51:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T08:25:00-04:00 2010-03-20T11:45:31Z Scheduled
23 Newark United States EWR EWR KEWR BTA2968 [empty string] BTA ExpressJet [empty string] Newark Liberty International Airport -14400000 NJ 2010-03-20T09:20:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T08:28:00-04:00 2010-03-20T11:01:12Z Scheduled
24 Orlando United States MCO MCO KMCO SWA1569 [empty string] SWA Southwest Airlines [empty string] Orlando International Airport -14400000 FL 2010-03-20T10:55:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T08:30:00-04:00 2010-03-20T08:33:14Z Scheduled
25 Charlotte United States CLT CLT KCLT AWE1442 [empty string] AWE America West Airlines [empty string] Charlotte/Douglas International Airport -14400000 NC 2010-03-20T10:14:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T08:38:00-04:00 2010-03-20T11:15:55Z Scheduled
26 Charlotte United States CLT CLT KCLT UAL1787 [empty string] UAL United Airlines [empty string] Charlotte/Douglas International Airport -14400000 NC 2010-03-20T10:14:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T08:38:00-04:00 2010-03-20T11:15:55Z Scheduled
27 Chicago United States MDW MDW KMDW SWA2485 [empty string] SWA Southwest Airlines [empty string] Chicago Midway International Airport -18000000 IL 2010-03-20T09:12:00-05:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T08:50:00-04:00 2010-03-19T12:40:40Z SCHEDULED
28 Baltimore United States BWI BWI KBWI SGB2491 [empty string] SGB Sky King [empty string] Baltimore/Washington International Thurgood Marshall Airport -14400000 MD 2010-03-20T10:01:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T09:10:00-04:00 2010-03-20T11:36:19Z Scheduled
29 White Plains United States HPN HPN KHPN EJA845 [empty string] EJA NetJets [empty string] Westchester County Airport -14400000 NY 2010-03-20T09:52:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T09:10:00-04:00 2010-03-20T11:35:59Z Scheduled
30 Philadelphia United States PHL PHL KPHL AWE4150 [empty string] AWE America West Airlines [empty string] Philadelphia International Airport -14400000 PA 2010-03-20T10:29:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T09:18:00-04:00 2010-03-19T13:10:40Z SCHEDULED
31 Philadelphia United States PHL PHL KPHL PDT4150 [empty string] PDT US Airways Express (Piedmont) [empty string] Philadelphia International Airport -14400000 PA 2010-03-20T10:29:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T09:18:00-04:00 2010-03-19T13:10:40Z SCHEDULED
32 Detroit United States DTW DTW KDTW COM409 [empty string] COM Comair [empty string] Detroit Metropolitan Wayne County Airport -14400000 MI 2010-03-20T10:44:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T09:55:00-04:00 2010-03-19T13:45:40Z SCHEDULED
33 Baltimore United States BWI BWI KBWI SWA2433 [empty string] SWA Southwest Airlines [empty string] Baltimore/Washington International Thurgood Marshall Airport -14400000 MD 2010-03-20T11:05:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T10:10:00-04:00 2010-03-19T14:00:40Z SCHEDULED
34 Chicago United States ORD ORD KORD BTA5676 [empty string] BTA ExpressJet [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-20T10:38:00-05:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T10:11:00-04:00 2010-03-19T13:55:40Z SCHEDULED
35 Washington United States IAD IAD KIAD BTA5673 [empty string] BTA ExpressJet [empty string] Washington Dulles International Airport -14400000 DC 2010-03-20T11:21:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T10:24:00-04:00 2010-03-19T14:15:40Z SCHEDULED
36 Charlotte United States CLT CLT KCLT AWI4089 [empty string] AWI Air Wisconsin [empty string] Charlotte/Douglas International Airport -14400000 NC 2010-03-20T12:08:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T10:31:00-04:00 2010-03-19T14:15:40Z SCHEDULED
37 Cleveland United States CLE CLE KCLE CHQ5850 [empty string] CHQ Chautauqua Airlines [empty string] Cleveland-Hopkins International Airport -14400000 OH 2010-03-20T11:27:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T10:45:00-04:00 2010-03-19T14:35:40Z SCHEDULED
38 Atlanta United States ATL ATL KATL TRS560 [empty string] TRS AirTran Airways [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-20T12:42:00-04:00 Buffalo United States BUF BUF KBUF [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-20T10:53:00-04:00 2010-03-19T14:45:40Z SCHEDULED
DEPARTURESINFLIGHT
query
  AIRCRAFTID AIRCRAFTTYPE AIRCRAFT_CATEGORY AIRCRAFT_TYPE ALTITUDE CLIMB_RATE DEFAULT_ICON_PREFIX DESCENT_RATE ENGINE_COUNT ENGINE_TYPE FAA_COMMENTS HEADING ICON ICON_PREFIX LANDING_CLASS LATITUDE LONGITUDE MANUFACTURER MILITARY_FLAG MODEL RANK SOURCETIMESTAMP SPEED WEIGHT_CLASS
1 AMF1361 BE99 2 BE99 100 1750 S-L22T 1750 2 T [empty string] 63.0450593009 S-L22T.067.50.1f.1p.png [empty string] L 43.896114 -75.554726 Beech Aircraft - Airliner 99 464 2010-03-20T11:45:44Z 215 S
2 AWE1923 A319 5 A319 188 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 145.952705305 A319.146.25.1f.1p.png A319 L 40.392223 -77.36056 Airbus Industries - Airbus A319 5463 2010-03-20T11:45:22Z 420 L
3 COM445 CRJ1 5 CRJ1 119 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 237.067830942 CRJ-100.236.25.1f.1p.png CRJ-100 L 39.533333 -83.95 Canadair Bombardier - RJ-100 Regional Jet 1851 2010-03-20T11:46:52Z 313 L
4 FDX152 A306 5 A306 146 3500 H-L52J 3500 2 J new 11/98 | chg 12/99 | chg 02/00 41.9128166342 A300B4-600.045.00.1f.1p.png A300B4-600 L 43.216667 -78.6 Airbus Industries - A300B4-600 916 2010-03-20T11:47:00Z 400 H
5 JBU1203 E190 5 E190 340C 2350 L-L52J 2350 2 J add 11/05 176.258329497 L-L52J.180.00.1f.1p.png [empty string] L 39.21472 -80.09778 Embraer - ERJ190/E190 1553 2010-03-20T11:47:07Z 425 L
6 JBU1210 E190 5 E190 210C 2350 L-L52J 2350 2 J add 11/05 93.8375180729 L-L52J.090.00.1f.1p.png [empty string] L 42.776665 -74.32389 Embraer - ERJ190/E190 1553 2010-03-20T11:46:53Z 449 L
7 RLR321 E110 4 E110 089C 1500 S-L42T 1500 2 T [empty string] 118.283590608 S-L42T.112.50.1f.1p.png [empty string] L 42.59972 -77.976944 Embraer/Brazil - Bandeirante EMB110 73 2010-03-20T11:45:20Z 248 S
8 SWA2080 B737 5 B737 398C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 192.740260963 737-700.191.25.1f.1p.png 737-700 L 41.35083 -79.34945 Boeing - Model 737-700 11245 2010-03-20T11:45:08Z 410 L
9 SWA2234 B733 5 B733 340C 5500 L-L52J 3500 2 J new 11/98 178.122554693 737-300.180.00.1f.1p.png 737-300 L 39.84333 -80.145 Boeing - Model 737-300 6922 2010-03-20T11:44:56Z 401 L
ELAPSEDTIME 0
ERROR
struct
Message '' is an invalid date or time string.
RootCause
struct
Detail [empty string]
ErrNumber 0
Message '' is an invalid date or time string.
StackTrace coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: '' is an invalid date or time string. at coldfusion.runtime.locale.CFLocaleBase.ParseDateTime(CFLocaleBase.java:246) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:689) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:644) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:1312) at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801) at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:174) at coldfusion.thread.Task.invokeFunction(Task.java:239) at coldfusion.thread.Task.run(Task.java:141) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
TagContext
array
1
struct
COLUMN 0
ID CF_CFPAGE
LINE 1801
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 1734
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 220
RAW_TRACE at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type Expression
datetime [empty string]
StackTrace coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: '' is an invalid date or time string. at coldfusion.runtime.locale.CFLocaleBase.ParseDateTime(CFLocaleBase.java:246) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:689) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:644) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:1312) at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801) at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:174) at coldfusion.thread.Task.invokeFunction(Task.java:239) at coldfusion.thread.Task.run(Task.java:141) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
TagContext
array
1
struct
COLUMN 0
ID CF_CFPAGE
LINE 1801
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 1734
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 220
RAW_TRACE at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type coldfusion.util.RuntimeWrapper
NAME DEPARTURESTHREAD
OUTPUT <div id="departuresDiv"> <table cellpadding="0" cellspacing="0" style="border: thin solid silver;"> <thead> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0"> <thead> <tr> <th colspan="5" style="background-color:#336699;font-family:arial,helvetica,sans-serif;color:white;font-size:13px;" align="center" > <a name="departuresTable" style="color:white;">Flight Departures</a> </th> </tr> <tr> <td nowrap="nowrap" colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:16px;font-weight:bold;" > Flights departing from: <span style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > Buffalo, NY </span> </td> <td rowspan="2" align="center" valign="middle"> <img style="display:none;" alt="Loading..." src="/images/spinner.gif"/> </td> </tr> <tr> <td colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > (BUF-Buffalo Niagara International Airport) </td> </tr> <tr> <td colspan="5" style="background-color:#004371">&nbsp;</td> </tr> </thead> </table> </td> </tr> </thead> <tbody> <tr> <td> <table class="tablesorter" cellpadding="0" cellspacing="0"> <thead> <tr style="font-family:arial,helvetica,sans-serif;font-size:12px;"> <th valign="top">Arrival City</th> <th valign="top">Airline</th> <th valign="top" align="center">Flight Number</th> <th valign="top" align="center">Departure Time</th> <th valign="top" align="center">More Info</th> </tr> </thead> <tbody style="font-size:9px;"> <tr> <td style="padding-right:6px;"> Covington, KY </td> <td>Comair</td> <td align="center" style="font-weight:bold;"> 445 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:55 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COM445.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Plattsburgh, NY </td> <td>Ameriflight</td> <td align="center" style="font-weight:bold;"> 1361 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:00 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AMF1361.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Myers, FL </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 1203 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:08 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JBU1203.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2234 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:10 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2234.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boston, MA </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 1210 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:11 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JBU1210.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cleveland, OH </td> <td>Chautauqua Airlines</td> <td align="center" style="font-weight:bold;"> 5977 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:17 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CHQ5977.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 1923 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:20 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE1923.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Lauderdale, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2080 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:28 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2080.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> , </td> <td>Business Airfreight</td> <td align="center" style="font-weight:bold;"> 321 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:33 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/RLR321.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Elmira/Corning, NY </td> <td>Business Airfreight</td> <td align="center" style="font-weight:bold;"> 321 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:33 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/RLR321.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 5697 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:38 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA5697.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Pinehurst/Southern Pines, NC </td> <td></td> <td align="center" style="font-weight:bold;"> N1133G </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:40 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N1133G.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3943 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:41 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF3943.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Ottawa, ON </td> <td>Federal Express</td> <td align="center" style="font-weight:bold;"> 152 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:41 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FDX152.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Plattsburgh, NY </td> <td>Wiggins Airways</td> <td align="center" style="font-weight:bold;"> 1130 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:45 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/WIG1130.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Jamestown, NY </td> <td>Wiggins Airways</td> <td align="center" style="font-weight:bold;"> 8451 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:48 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/WIG8451.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Columbus, OH </td> <td></td> <td align="center" style="font-weight:bold;"> N366SR </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:55 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N366SR.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tampa, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 1030 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:05 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA1030.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Glens Falls, NY </td> <td></td> <td align="center" style="font-weight:bold;"> N6882M </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:10 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N6882M.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 667 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:17 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/JBU667.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 109 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:20 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/JBU109.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Jamestown, NY </td> <td>Wiggins Airways</td> <td align="center" style="font-weight:bold;"> 8453 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:25 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/WIG8453.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 2968 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:28 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA2968.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 1569 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:30 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA1569.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 1442 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:38 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AWE1442.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 1787 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:38 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL1787.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2485 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:50 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA2485.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>Sky King</td> <td align="center" style="font-weight:bold;"> 2491 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:10 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SGB2491.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> White Plains, NY </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 845 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:10 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EJA845.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 4150 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:18 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AWE4150.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>US Airways Express (Piedmont)</td> <td align="center" style="font-weight:bold;"> 4150 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:18 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/PDT4150.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Detroit, MI </td> <td>Comair</td> <td align="center" style="font-weight:bold;"> 409 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:55 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/COM409.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2433 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:10 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA2433.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 5676 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:11 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA5676.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 5673 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:24 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA5673.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>Air Wisconsin</td> <td align="center" style="font-weight:bold;"> 4089 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:31 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AWI4089.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cleveland, OH </td> <td>Chautauqua Airlines</td> <td align="center" style="font-weight:bold;"> 5850 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:45 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CHQ5850.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 560 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:53 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/TRS560.cfm" > Scheduled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
STARTTIME {ts '2010-03-20 07:52:37'}
STATUS TERMINATED