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-11T13:27:05Z ASDI_20100311_night 5 2010-03-11T18:27:05Z 2010-03-11T08:27:05Z
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 Allentown United States ABE ABE KABE N24E [empty string] [empty string] [empty string] [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T08:27:00-05:00 Richmond United States RIC RIC KRIC [empty string] Richmond International Airport -18000000 VA 2010-03-11T07:40:00-05:00 2010-03-11T13:21:11Z ARRIVED
2 Allentown United States ABE ABE KABE AAY4103 MD82 AAY Allegiant Air 2010-03-11T13:41:14Z Lehigh Valley International Airport -18000000 PA 2010-03-11T08:35:00-05:00 Orlando United States MCO MCO KMCO 2010-03-11T11:31:31Z Orlando International Airport -18000000 FL 2010-03-11T06:31:00-05:00 2010-03-11T13:22:30Z ARRIVED
3 Allentown United States ABE ABE KABE N888AH [empty string] [empty string] [empty string] [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T09:16:00-05:00 Pottstown United States PTW PTW KPTW [empty string] Pottstown Limerick Airport -18000000 PA 2010-03-11T09:03:00-05:00 2010-03-11T13:23:19Z Scheduled
4 Allentown United States ABE ABE KABE N800GS [empty string] [empty string] [empty string] [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T09:18:00-05:00 State College United States UNV SCE KUNV [empty string] University Park Airport -18000000 PA 2010-03-11T08:40:00-05:00 2010-03-11T12:44:15Z ARRIVED
5 Allentown United States ABE ABE KABE CJC7816 SF34 CJC Colgan Air [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T09:43:00-05:00 Washington United States IAD IAD KIAD 2010-03-11T13:51:36Z Washington Dulles International Airport -18000000 DC 2010-03-11T08:52:00-05:00 2010-03-11T14:10:42Z IN FLIGHT
6 Allentown United States ABE ABE KABE TRS1141 B712 TRS AirTran Airways [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T10:29:00-05:00 Fort Lauderdale United States FLL FLL KFLL 2010-03-11T12:59:57Z Fort Lauderdale/Hollywood International Airport -18000000 FL 2010-03-11T07:59:00-05:00 2010-03-11T14:09:59Z IN FLIGHT
7 Allentown United States ABE ABE KABE N613BH [empty string] [empty string] [empty string] [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T11:07:00-05:00 Linden United States LDJ LDJ KLDJ [empty string] [empty string] -18000000 NJ 2010-03-11T10:25:00-05:00 2010-03-11T13:54:55Z Scheduled
8 Allentown United States ABE ABE KABE FLG3744 [empty string] FLG Pinnacle Airlines [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T11:50:00-05:00 Detroit United States DTW DTW KDTW [empty string] Detroit Metropolitan Wayne County Airport -18000000 MI 2010-03-11T10:43:00-05:00 2010-03-11T13:23:13Z Scheduled
9 Allentown United States ABE ABE KABE AWE4128 [empty string] AWE America West Airlines [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T11:54:00-05:00 Philadelphia United States PHL PHL KPHL [empty string] Philadelphia International Airport -18000000 PA 2010-03-11T11:34:00-05:00 2010-03-10T16:25:20Z SCHEDULED
10 Allentown United States ABE ABE KABE PDT4128 [empty string] PDT US Airways Express (Piedmont) [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T11:54:00-05:00 Philadelphia United States PHL PHL KPHL [empty string] Philadelphia International Airport -18000000 PA 2010-03-11T11:34:00-05:00 2010-03-10T16:25:20Z SCHEDULED
11 Allentown United States ABE ABE KABE N71562 P46T [empty string] [empty string] [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T12:08:00-05:00 Fort Smith United States FSM FSM KFSM 2010-03-11T13:44:09Z Fort Smith Regional Airport -18000000 AR 2010-03-11T08:44:00-05:00 2010-03-11T13:44:09Z IN FLIGHT
12 Allentown United States ABE ABE KABE BTA5723 [empty string] BTA ExpressJet [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T12:17:00-05:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-11T09:48:00-06:00 2010-03-11T13:05:18Z Scheduled
13 Allentown United States ABE ABE KABE N44AF [empty string] [empty string] [empty string] [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T13:24:00-05:00 Sarasota/Bradenton United States SRQ SRQ KSRQ [empty string] Sarasota/Bradenton International Airport -18000000 FL 2010-03-11T10:10:00-05:00 2010-03-11T14:15:18Z 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 CJC7816 SF34 4 SF34 129 2000 L-L42T 2000 2 T new 11/89 65.8165823465 SF340.067.50.1f.1p.png SF340 L 40.238613 -76.55195 SAAB/Fairchild - SF 340 3187 2010-03-11T14:20:46Z 269 L
2 N71562 P46T 3 P46T 270C 1500 S-L11T 1500 1 T new 11/98 | chg 02/08 69.8202812724 S-L11T.067.50.1f.1p.png [empty string] L 36.386112 -91.58917 Piper Aircraft - Malibu Meridian 413 2010-03-11T14:21:39Z 313 S
3 TRS1141 B712 5 B712 330C 3500 L-L52J 3500 2 J new 11/98 5.36236034576 717-200.000.00.1f.1p.png 717-200 L 35.17778 -80.91833 Boeing - Model 717-200 3060 2010-03-11T14:21:03Z 469 L
ELAPSEDTIME 3026
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;" > Allentown, PA </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;" > (ABE-Lehigh Valley 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;"> Richmond, VA </td> <td></td> <td align="center" style="font-weight:bold;"> N24E </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:27 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N24E.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Allegiant Air</td> <td align="center" style="font-weight:bold;"> 4103 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:35 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAY4103.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Pottstown, PA </td> <td></td> <td align="center" style="font-weight:bold;"> N888AH </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:16 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N888AH.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> State College, PA </td> <td></td> <td align="center" style="font-weight:bold;"> N800GS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:18 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N800GS.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Colgan Air</td> <td align="center" style="font-weight:bold;"> 7816 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:43 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CJC7816.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Lauderdale, FL </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 1141 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:29 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS1141.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Linden, NJ </td> <td></td> <td align="center" style="font-weight:bold;"> N613BH </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:07 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N613BH.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Detroit, MI </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 3744 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:50 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/FLG3744.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;"> 4128 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:54 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AWE4128.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;"> 4128 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:54 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/PDT4128.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Smith, AR </td> <td></td> <td align="center" style="font-weight:bold;"> N71562 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:08 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N71562.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;"> 5723 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:17 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA5723.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sarasota/Bradenton, FL </td> <td></td> <td align="center" style="font-weight:bold;"> N44AF </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:24 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N44AF.cfm" > Scheduled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(40.238613,-76.55195); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Colgan Air Flight 7816</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Washington Dulles Interna... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/11 8:52 AM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Lehigh Valley Internation... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/11 9:43 AM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>269 kts/310 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>12,900 feet</td></tr><tr><th>Aircraft Type:</th><td>SF34</td><td align='right'><a href='http://www.helloflight.com/Flight/CJC7816.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/SF340.067.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "CJC7816" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(36.386112,-91.58917); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N71562</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Fort Smith Regional Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/11 8:44 AM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Lehigh Valley Internation... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/11 12:08 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>313 kts/360 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>27,000 feet</td></tr><tr><th>Aircraft Type:</th><td>P46T</td><td align='right'><a href='http://www.helloflight.com/Flight/N71562.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L11T.067.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N71562" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(35.17778,-80.91833); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> AirTran Airways Flight 1141</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Fort Lauderdale/Hollywood... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/11 7:59 AM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Lehigh Valley Internation... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/11 10:29 AM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>469 kts/540 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>33,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B712</td><td align='right'><a href='http://www.helloflight.com/Flight/TRS1141.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/717-200.000.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "TRS1141" ); map.addOverlay(marker); bounds.extend(point); map.setZoom(map.getBoundsZoomLevel(bounds)); map.setCenter(bounds.getCenter());
STARTTIME {ts '2010-03-11 09:27:00'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-11T13:27:05Z ASDI_20100311_night 5 2010-03-11T18:27:05Z 2010-03-11T08:27:05Z
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 [empty string] [empty string] [empty string] [empty string] [empty string] N804 BE20 [empty string] [empty string] [empty string] [empty string] [empty string] [empty string] [empty string] Allentown United States ABE ABE KABE 2010-03-11T13:30:35Z Lehigh Valley International Airport -18000000 PA 2010-03-11T08:31:00-05:00 [empty string] IN FLIGHT
2 Charlotte United States CLT CLT KCLT AWE1693 A319 AWE America West Airlines [empty string] Charlotte/Douglas International Airport -18000000 NC 2010-03-11T09:49:00-05:00 Allentown United States ABE ABE KABE 2010-03-11T13:34:43Z Lehigh Valley International Airport -18000000 PA 2010-03-11T08:35:00-05:00 2010-03-11T14:17:49Z IN FLIGHT
3 Savannah United States SAV SAV KSAV N521LF C560 [empty string] [empty string] [empty string] Savannah/Hilton Head International Airport -18000000 GA 2010-03-11T10:40:00-05:00 Allentown United States ABE ABE KABE 2010-03-11T13:48:56Z Lehigh Valley International Airport -18000000 PA 2010-03-11T08:49:00-05:00 2010-03-11T14:05:12Z IN FLIGHT
4 Latrobe United States LBE LBE KLBE AAY4104 [empty string] AAY Allegiant Air [empty string] Arnold Palmer Regional Airport -18000000 PA 2010-03-11T09:59:00-05:00 Allentown United States ABE ABE KABE [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T09:15:00-05:00 2010-03-11T13:19:13Z Scheduled
5 Cape Girardeau United States CGI CGI KCGI N2244 [empty string] [empty string] [empty string] [empty string] Cape Girardeau Regional Airport -18000000 MO 2010-03-11T12:46:00-05:00 Allentown United States ABE ABE KABE [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T09:40:00-05:00 2010-03-11T14:08:44Z Scheduled
6 Washington United States IAD IAD KIAD CJC7816 [empty string] CJC Colgan Air [empty string] Washington Dulles International Airport -18000000 DC 2010-03-11T11:12:00-05:00 Allentown United States ABE ABE KABE [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T10:25:00-05:00 2010-03-10T15:10:20Z SCHEDULED
7 Augusta United States AUG AUG KAUG N717LR [empty string] [empty string] [empty string] [empty string] Augusta State Airport -18000000 ME 2010-03-11T12:29:00-05:00 Allentown United States ABE ABE KABE [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T10:40:00-05:00 2010-03-11T13:30:23Z Scheduled
8 Fort Lauderdale United States FLL FLL KFLL TRS1142 [empty string] TRS AirTran Airways [empty string] Fort Lauderdale/Hollywood International Airport -18000000 FL 2010-03-11T14:01:00-05:00 Allentown United States ABE ABE KABE [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T11:20:00-05:00 2010-03-10T16:10:20Z SCHEDULED
9 Chicago United States ORD ORD KORD BTA5723 [empty string] BTA ExpressJet [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-11T13:02:00-06:00 Allentown United States ABE ABE KABE [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T12:20:00-05:00 2010-03-10T17:10:20Z SCHEDULED
10 Philadelphia United States PHL PHL KPHL PDT4128 [empty string] PDT US Airways Express (Piedmont) [empty string] Philadelphia International Airport -18000000 PA 2010-03-11T12:54:00-05:00 Allentown United States ABE ABE KABE [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T12:33:00-05:00 2010-03-10T17:20:20Z SCHEDULED
11 Detroit United States DTW DTW KDTW FLG4123 [empty string] FLG Pinnacle Airlines [empty string] Detroit Metropolitan Wayne County Airport -18000000 MI 2010-03-11T13:58:00-05:00 Allentown United States ABE ABE KABE [empty string] Lehigh Valley International Airport -18000000 PA 2010-03-11T12:41:00-05:00 2010-03-10T17:30:20Z 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 AWE1693 A319 5 A319 323 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 213.600967775 A319.213.75.1f.1p.png A319 L 37.05722 -79.399445 Airbus Industries - Airbus A319 5463 2010-03-11T14:20:43Z 401 L
2 N521LF C560 5 C560 380C 6000 S-L52J 3500 2 J new 11/89 | chg 10/90 215.873270645 Citation-5.213.75.1f.1p.png Citation-5 L 38.284164 -77.13389 Cessna Aircraft - Citation 5 1828 2010-03-11T14:21:20Z 390 S
3 N804 BE20 4 BE20 200 2450 S-L42T 2500 2 T chg 10/90 | chg 11/98 213.735499136 Super_King_Air-200.213.75.1f.1p.png Super_King_Air-200 L 37.682777 -75.85944 Beech Aircraft - Super King Air 200 2619 2010-03-11T14:20:53Z 255 S
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;" > Allentown, PA </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;" > (ABE-Lehigh Valley 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;"> , </td> <td></td> <td align="center" style="font-weight:bold;"> N804 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:31 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N804.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 1693 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:35 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE1693.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Savannah, GA </td> <td></td> <td align="center" style="font-weight:bold;"> N521LF </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:49 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N521LF.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Latrobe, PA </td> <td>Allegiant Air</td> <td align="center" style="font-weight:bold;"> 4104 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:15 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAY4104.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cape Girardeau, MO </td> <td></td> <td align="center" style="font-weight:bold;"> N2244 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 9:40 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N2244.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Colgan Air</td> <td align="center" style="font-weight:bold;"> 7816 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:25 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CJC7816.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Augusta, ME </td> <td></td> <td align="center" style="font-weight:bold;"> N717LR </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:40 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N717LR.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Lauderdale, FL </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 1142 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:20 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/TRS1142.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 5723 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:20 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA5723.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;"> 4128 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:33 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/PDT4128.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Detroit, MI </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 4123 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:41 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/FLG4123.cfm" > Scheduled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
STARTTIME {ts '2010-03-11 09:27:00'}
STATUS TERMINATED