Loading...
NoImg
Gateway Flight Training

We never get tired of this view🤩 Book a Metro flight today for your introduction to flying an airplane!✈️ #learntofly #flygateway #pilot #aviationlovers #airplane #aviation

NoImg
Gateway Flight Training

Our maintenance team hard at work for the Warrior’s annual inspection! We appreciate their efficiency and hard work🛠️✈️ #gatewayflightsolutions #gatewayflight #learntofly #planes #aircraftmaintenance

NoImg
Gateway Flight Training

We love our legacy planes over here at Gateway. Here are just a couple reasons to favor legacy aircraft over light sports. #learntofly #aviation #pilots #flygateway #flighttraining #airplanes

NoImg
Gateway Flight Training

We love this room at our hangar! This multi purpose room is used for ground lessons, preflight and postflight briefing, studying, and also serves as a pilots lounge! It’s the place to be to learn anything aviation! #learntofly #flygateway #aviation #pilots #airplanes #crevecoeur #flighttraining

NoImg
Gateway Flight Training

Who needs a complex endorsement? Come fly our beautiful Piper Arrow! Available for rental and training. #flygateway #learntofly #aviation #flightschool #complex #airplanes

NoImg
Gateway Flight Training

You could be flying one of those planes👀… Call us to start training today! #learntofly #pilotlife #flygateway #flighttraining #aviation

NoImg
Gateway Flight Training

Are you thinking about multi-engine training? We train to commercial and ATP standards. Fly fast in our Cessna 310R! Where will you fly next? Fly Gateway. #learntofly #flygateway #aviation #highperformance #twinengine #cessna

NoImg
Gateway Flight Training

Do you own an aircraft? Can you answer every one of these 7 questions? Call Gateway for help! #airplane #planemaintenance #gatewayflight #aviation #flygateway

NoImg
Gateway Flight Training

Welcome to Gateway Flight Training at Creve Coeur Airport! We support aviation with quality flight training and aircraft maintenance. We’re dealers for many aircraft components and avionics. Visit our website and watch for future posts from us! #learntofly #aviation #gatewayflight #planes #flying

NoImg
Gateway Flight Training

Congratulations to Sarah Bauer!! Gateway and Creve Coeur Airport’s newest private pilot!

NoImg
Gateway Flight Training

Fly the Gateway Flight Training Cessna 310R "Sunsets are closer than you think"

NoImg
Gateway Flight Training

// for queries we have more than one td element to collapse/expand var expand = "open"; dump = function( obj ) { var out = "" ; if ( typeof obj == "object" ) { for ( key in obj ) { if ( typeof obj[key] != "function" ) out += key + ': ' + obj[key] + '
' ; } } } cfdump_toggleRow = function(source) { //target is the right cell if(document.all) target = source.parentElement.cells[1]; else { var element = null; var vLen = source.parentNode.childNodes.length; for(var i=vLen-1;i>0;i--){ if(source.parentNode.childNodes[i].nodeType == 1){ element = source.parentNode.childNodes[i]; break; } } if(element == null) target = source.parentNode.lastChild; else target = element; } //target = source.parentNode.lastChild ; cfdump_toggleTarget( target, cfdump_toggleSource( source ) ) ; } cfdump_toggleXmlDoc = function(source) { var caption = source.innerHTML.split( ' [' ) ; // toggle source (header) if ( source.style.fontStyle == 'italic' ) { // closed -> short source.style.fontStyle = 'normal' ; source.innerHTML = caption[0] + ' [short version]' ; source.title = 'click to maximize' ; switchLongToState = 'closed' ; switchShortToState = 'open' ; } else if ( source.innerHTML.indexOf('[short version]') != -1 ) { // short -> full source.innerHTML = caption[0] + ' [long version]' ; source.title = 'click to collapse' ; switchLongToState = 'open' ; switchShortToState = 'closed' ; } else { // full -> closed source.style.fontStyle = 'italic' ; source.title = 'click to expand' ; source.innerHTML = caption[0] ; switchLongToState = 'closed' ; switchShortToState = 'closed' ; } // Toggle the target (everething below the header row). // First two rows are XMLComment and XMLRoot - they are part // of the long dump, the rest are direct children - part of the // short dump if(document.all) { var table = source.parentElement.parentElement ; for ( var i = 1; i < table.rows.length; i++ ) { target = table.rows[i] ; if ( i < 3 ) cfdump_toggleTarget( target, switchLongToState ) ; else cfdump_toggleTarget( target, switchShortToState ) ; } } else { var table = source.parentNode.parentNode ; var row = 1; for ( var i = 1; i < table.childNodes.length; i++ ) { target = table.childNodes[i] ; if( target.style ) { if ( row < 3 ) { cfdump_toggleTarget( target, switchLongToState ) ; } else { cfdump_toggleTarget( target, switchShortToState ) ; } row++; } } } } cfdump_toggleTable = function(source) { var switchToState = cfdump_toggleSource( source ) ; if(document.all) { var table = source.parentElement.parentElement ; for ( var i = 1; i < table.rows.length; i++ ) { target = table.rows[i] ; cfdump_toggleTarget( target, switchToState ) ; } } else { var table = source.parentNode.parentNode ; for ( var i = 1; i < table.childNodes.length; i++ ) { target = table.childNodes[i] ; if(target.style) { cfdump_toggleTarget( target, switchToState ) ; } } } } cfdump_toggleSource = function( source ) { if ( source.style.fontStyle == 'italic' || source.style.fontStyle == null) { source.style.fontStyle = 'normal' ; source.title = 'click to collapse' ; return 'open' ; } else { source.style.fontStyle = 'italic' ; source.title = 'click to expand' ; return 'closed' ; } } cfdump_toggleTarget = function( target, switchToState ) { if ( switchToState == 'open' ) target.style.display = '' ; else target.style.display = 'none' ; } // collapse all td elements for queries cfdump_toggleRow_qry = function(source) { expand = (source.title == "click to collapse") ? "closed" : "open"; if(document.all) { var nbrChildren = source.parentElement.cells.length; if(nbrChildren > 1){ for(i=nbrChildren-1;i>0;i--){ target = source.parentElement.cells[i]; cfdump_toggleTarget( target,expand ) ; cfdump_toggleSource_qry(source); } } else { //target is the right cell target = source.parentElement.cells[1]; cfdump_toggleTarget( target, cfdump_toggleSource( source ) ) ; } } else{ var target = null; var vLen = source.parentNode.childNodes.length; for(var i=vLen-1;i>1;i--){ if(source.parentNode.childNodes[i].nodeType == 1){ target = source.parentNode.childNodes[i]; cfdump_toggleTarget( target,expand ); cfdump_toggleSource_qry(source); } } if(target == null){ //target is the last cell target = source.parentNode.lastChild; cfdump_toggleTarget( target, cfdump_toggleSource( source ) ) ; } } } cfdump_toggleSource_qry = function(source) { if(expand == "closed"){ source.title = "click to expand"; source.style.fontStyle = "italic"; } else{ source.title = "click to collapse"; source.style.fontStyle = "normal"; } }
struct
Detail [empty string]
ErrNumber 0
Message Element THISMEDIA.target.url is undefined in LOCAL.
Resolvedname LOCAL
StackTrace coldfusion.runtime.UndefinedElementException: Element THISMEDIA.target.url is undefined in LOCAL. at coldfusion.runtime.DotResolver.resolveSplitNameInMap(DotResolver.java:185) at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:2671) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:3024) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:3014) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:2994) at cffacebook2ecfm91848355._factor9(C:\home\gatewayflight.com\wwwroot\facebook.cfm:700) at cffacebook2ecfm91848355._factor10(C:\home\gatewayflight.com\wwwroot\facebook.cfm:658) at cffacebook2ecfm91848355._factor12(C:\home\gatewayflight.com\wwwroot\facebook.cfm:623) at cffacebook2ecfm91848355._factor13(C:\home\gatewayflight.com\wwwroot\facebook.cfm:307) at cffacebook2ecfm91848355.runPage(C:\home\gatewayflight.com\wwwroot\facebook.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:257) at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:749) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:578) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:573) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:162) at coldfusion.filter.IpFilter.invoke(IpFilter.java:45) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:97) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:60) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.CfmServlet.service(CfmServlet.java:231) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:311) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:46) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:355) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:450) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
Suppressed
array[empty]
TagContext
array
1
struct
COLUMN 0
ID CF_DOTRESOLVER
LINE 700
RAW_TRACE at cffacebook2ecfm91848355._factor9(C:\home\gatewayflight.com\wwwroot\facebook.cfm:700)
TEMPLATE C:\home\gatewayflight.com\wwwroot\facebook.cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_FACEBOOK
LINE 658
RAW_TRACE at cffacebook2ecfm91848355._factor10(C:\home\gatewayflight.com\wwwroot\facebook.cfm:658)
TEMPLATE C:\home\gatewayflight.com\wwwroot\facebook.cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_FACEBOOK
LINE 623
RAW_TRACE at cffacebook2ecfm91848355._factor12(C:\home\gatewayflight.com\wwwroot\facebook.cfm:623)
TEMPLATE C:\home\gatewayflight.com\wwwroot\facebook.cfm
TYPE CFML
4
struct
COLUMN 0
ID CF_FACEBOOK
LINE 307
RAW_TRACE at cffacebook2ecfm91848355._factor13(C:\home\gatewayflight.com\wwwroot\facebook.cfm:307)
TEMPLATE C:\home\gatewayflight.com\wwwroot\facebook.cfm
TYPE CFML
5
struct
COLUMN 0
ID CF_FACEBOOK
LINE 1
RAW_TRACE at cffacebook2ecfm91848355.runPage(C:\home\gatewayflight.com\wwwroot\facebook.cfm:1)
TEMPLATE C:\home\gatewayflight.com\wwwroot\facebook.cfm
TYPE CFML
Type Expression
element THISMEDIA.target.url
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.Module, java.lang.String) java.lang.Class
forName(java.lang.String, boolean, java.lang.ClassLoader) java.lang.Class
forName(java.lang.String) java.lang.Class
getAnnotatedInterfaces() java.lang.reflect.AnnotatedType[]
getAnnotatedSuperclass() java.lang.reflect.AnnotatedType
getAnnotation(java.lang.Class) java.lang.annotation.Annotation
getAnnotations() java.lang.annotation.Annotation[]
getAnnotationsByType(java.lang.Class) 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[]
getDeclaredAnnotation(java.lang.Class) java.lang.annotation.Annotation
getDeclaredAnnotations() java.lang.annotation.Annotation[]
getDeclaredAnnotationsByType(java.lang.Class) 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
getModule() java.lang.Module
getName() java.lang.String
getNestHost() java.lang.Class
getNestMembers() java.lang.Class[]
getPackage() java.lang.Package
getPackageName() java.lang.String
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
getTypeName() java.lang.String
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
isNestmateOf(java.lang.Class) boolean
isPrimitive() boolean
isSynthetic() boolean
newInstance() java.lang.Object
toGenericString() java.lang.String
toString() java.lang.String