From: <Tap...@ti...> - 2006-09-25 06:02:06
|
=20 Thanks, Keats! That fixed the error! Tapio -----Alkuper=E4inen viesti----- L=E4hett=E4j=E4: web...@li... = [mailto:web...@li...] Puolesta Keats = Kirsch L=E4hetetty: 22. syyskuuta 2006 19:11 Vastaanottaja: General WebMacro discussion Aihe: Re: [WebMacro-user] Undefined variable The error message is pretty self-explanatory: 06/09/22 14:43:57.78 sepe: WebMacro:engine ERROR Attempted to write an = undefined variable: $fx at = D:\Oracle\product\10.1.3\OracleAS_1\j2ee\home\applications\sepe\sepe\WEB-= INF\classes\SepeMap.wm:45.86 This means that at line 45, column 86 of the above template you are = attempting to write out the value of a variable called $fx which has not = been defined. You can guard against this in your template with an #if test, e.g., #if ($fx) { $fx } or you could set a default value for the variable (see http://webmacro.org/DefaultDirective): #default $fx This will set $fx to an empty string if it doesn't have a value. Hope this helps. Keats Tap...@ti... wrote: > Hello, > > I'm getting the following log, when I run my web-application. > The error is on the last line of the log. > What is the solution to this problem, can anyone help me? > > > > 06/09/22 14:43:44.203 sepe: WebMacro:LogFile NOTICE --- Log Started = --- > 06/09/22 14:43:44.203 sepe: WebMacro:broker NOTICE Loaded settings = from WebMacro.defaults, WEB-INF/WebMacro.properties, (WAR file), (System = Properties) > 06/09/22 14:43:44.203 sepe: WebMacro:resource INFO = SimpleCacheManager.PropertyOperator > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = CachingProvider.template.CacheManager: = org.webmacro.resource.ReloadingCacheManager > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = CachingProvider.url.CacheManager: = org.webmacro.resource.ReloadingCacheManager > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ContextAutoLoaders.ContextTools: = org.webmacro.broker.DefaultContextAutoLoader > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ContextAutoLoaders.WebContextTools: = org.webmacro.broker.DefaultContextAutoLoader > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ContextTools:=20 > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ContextTools.List: org.webmacro.servlet.ListTool > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ContextTools.Math: org.webmacro.servlet.MathTool > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ContextTools.Text: org.webmacro.servlet.TextTool > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ContextTools.Type: org.webmacro.servlet.TypeTool > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ContextTools.Variable: org.webmacro.servlet.VariableTool > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = DelegatingTemplateProvider.EmulateTemplatePath: true > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property Directives: = > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.alternate: org.webmacro.directive.AlternateDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.attribute: org.webmacro.directive.AttributeDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.bean: org.webmacro.directive.BeanDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.comment: org.webmacro.directive.CommentDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.const: org.webmacro.directive.AttributeDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.count: org.webmacro.directive.CountDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.default: org.webmacro.directive.DefaultDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.eval: org.webmacro.directive.EvalDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.foreach: org.webmacro.directive.ForeachDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.if: org.webmacro.directive.IfDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.include: org.webmacro.directive.IncludeDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.macro: org.webmacro.directive.MacroDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.param: org.webmacro.directive.ParamDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.parse: org.webmacro.directive.IncludeDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.set: org.webmacro.directive.SetDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.setblock: org.webmacro.directive.SetblockDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.setprops: org.webmacro.directive.SetpropsDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.templet: org.webmacro.directive.TempletDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.text: org.webmacro.directive.TextDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Directives.type: org.webmacro.directive.TypeDirective > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Encoder.*.CacheManager: org.webmacro.resource.SimpleCacheManager > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ErrorTemplate: error.wm > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ErrorVariable: error > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ExceptionHandler: org.webmacro.engine.DefaultEvaluationExceptionHandler > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = FastWriter.DefaultBufferSize: 4096 > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.HTMLEscape: org.webmacro.util.HTMLEscaper.escape > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.URLDecode: org.webmacro.servlet.TextTool.URLDecode > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.URLEncode: org.webmacro.servlet.TextTool.URLEncode > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.abs: org.webmacro.servlet.MathTool.abs > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.eval: org.webmacro.util.Eval.eval > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.join: org.webmacro.servlet.TextTool.join > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.max: org.webmacro.servlet.MathTool.max > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.min: org.webmacro.servlet.MathTool.min > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.mod: org.webmacro.servlet.MathTool.mod > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.pow: org.webmacro.servlet.MathTool.pow > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.replace: org.webmacro.servlet.TextTool.replace > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.split: org.webmacro.servlet.TextTool.split > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.toBoolean: org.webmacro.util.CastUtil.toBoolean > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.toByte: org.webmacro.util.CastUtil.toByte > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.toChar: org.webmacro.util.CastUtil.toChar > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.toDouble: org.webmacro.util.CastUtil.toDouble > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.toFloat: org.webmacro.util.CastUtil.toFloat > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.toInt: org.webmacro.util.CastUtil.toInt > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.toList: org.webmacro.servlet.ListUtil.toList > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.toLong: org.webmacro.util.CastUtil.toLong > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Functions.toShort: org.webmacro.util.CastUtil.toShort > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = GenerationalCacheManager.*.RefreshRate: 1000 > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = GenerationalCacheManager.*.ReloadOnChange: true > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property LogLevel: = DEBUG > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property LogTargets: = org.webmacro.util.LogFile > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = LogTraceExceptions: TRUE > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = LogUsingServletLog: TRUE > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property Parsers:=20 > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property Parsers.wm: = org.webmacro.parser.WMParser > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = PropertyOperator.CacheManager: org.webmacro.resource.SimpleCacheManager > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property Providers:=20 > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Providers.config: org.webmacro.resource.ConfigProvider > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Providers.directive: org.webmacro.directive.DirectiveProvider > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Providers.encoder: org.webmacro.util.EncoderProvider > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Providers.parser: org.webmacro.engine.ParserProvider > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Providers.template: org.webmacro.resource.TemplateProvider > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Providers.url: org.webmacro.resource.UrlProvider > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = RelaxedDirectiveBuilding: False > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ReloadingCacheManager.*.ExpireTime: 30000 > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ReloadingCacheManager.*.ReloadOnChange: true > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = ReloadingCacheManager.*.UseSoftReferences: TRUE > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = RestrictedClasses: java.lang.Class > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = RestrictedClasses.AllowedMethods.java.lang.Class: = getName,isArray,isPrimitive,isAssignableFrom,isInstance > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = Servlet22Broker.TemplateLocation:=20 > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = TemplateEncoding: Cp1252 > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = TemplateLoader.broker: org.webmacro.resource.BrokerTemplateLoader > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = TemplateLoader.classpath: org.webmacro.resource.ClassPathTemplateLoader > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = TemplateLoader.default: org.webmacro.resource.FileTemplateLoader > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = TemplateLoader.file: org.webmacro.resource.FileTemplateLoader > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = TemplateLoader.webapp: = org.webmacro.resource.ServletContextTemplateLoader > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = TemplateLoaderFactory: = org.webmacro.resource.DefaultTemplateLoaderFactory > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = TemplateOutputEncoding: UTF-8 > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = TemplatePath: = D:/Oracle/product/10.1.3/OracleAS_1/j2ee/home/applications/sepe/sepe/WEB-= INF/classes > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = TemplateServlet.DefaultTemplate: index.tml > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = WebContextTools:=20 > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = WebContextTools.CGI: org.webmacro.servlet.CGITool > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = WebContextTools.Cookie: org.webmacro.servlet.CookieTool > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = WebContextTools.Form: org.webmacro.servlet.FormTool > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = WebContextTools.FormList: org.webmacro.servlet.FormListTool > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = WebContextTools.Request: org.webmacro.servlet.RequestTool > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = WebContextTools.Response: org.webmacro.servlet.ResponseTool > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = WebContextTools.Session: org.webmacro.servlet.SessionTool > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = include.TemplateExtensions: .wm, .wmt, .tml, .tmpl, .wmm > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = parse.TemplateExtensions: .wm, .wmt, .tml, .tmpl, .wmm > 06/09/22 14:43:44.218 sepe: WebMacro:broker DEBUG Property = type.Enabled: true > 06/09/22 14:43:44.250 sepe: WebMacro:directive INFO Registered = directive: eval > 06/09/22 14:43:44.250 sepe: WebMacro:directive INFO Registered = directive: count > 06/09/22 14:43:44.250 sepe: WebMacro:directive INFO Registered = directive: setprops > 06/09/22 14:43:44.250 sepe: WebMacro:directive INFO Registered = directive: attribute > 06/09/22 14:43:44.265 sepe: WebMacro:directive INFO Registered = directive: foreach > 06/09/22 14:43:44.265 sepe: WebMacro:directive INFO Registered = directive: text > 06/09/22 14:43:44.265 sepe: WebMacro:directive INFO Registered = directive: const > 06/09/22 14:43:44.265 sepe: WebMacro:directive INFO Registered = directive: bean > 06/09/22 14:43:44.265 sepe: WebMacro:directive INFO Registered = directive: param > 06/09/22 14:43:44.265 sepe: WebMacro:directive INFO Registered = directive: templet > 06/09/22 14:43:44.281 sepe: WebMacro:directive INFO Registered = directive: parse > 06/09/22 14:43:44.281 sepe: WebMacro:directive INFO Registered = directive: include > 06/09/22 14:43:44.281 sepe: WebMacro:directive INFO Registered = directive: alternate > 06/09/22 14:43:44.281 sepe: WebMacro:directive INFO Registered = directive: setblock > 06/09/22 14:43:44.281 sepe: WebMacro:directive INFO Registered = directive: if > 06/09/22 14:43:44.281 sepe: WebMacro:directive INFO Registered = directive: macro > 06/09/22 14:43:44.296 sepe: WebMacro:directive INFO Registered = directive: comment > 06/09/22 14:43:44.296 sepe: WebMacro:directive INFO Registered = directive: set > 06/09/22 14:43:44.296 sepe: WebMacro:directive INFO Registered = directive: type > 06/09/22 14:43:44.296 sepe: WebMacro:directive INFO Registered = directive: default > 06/09/22 14:43:44.296 sepe: WebMacro:broker INFO Loaded provider = org.webmacro.directive.DirectiveProvider@1ad65f7 > 06/09/22 14:43:44.296 sepe: WebMacro:engine INFO Registering parser: = wm (org.webmacro.parser.WMParser) > 06/09/22 14:43:44.312 sepe: WebMacro:parser INFO parser created > 06/09/22 14:43:44.312 sepe: WebMacro:broker INFO Loaded provider = org.webmacro.engine.ParserProvider@517bc3 > 06/09/22 14:43:44.312 sepe: WebMacro:broker INFO Loaded provider = org.webmacro.util.EncoderProvider@e6f8d7 > 06/09/22 14:43:44.312 sepe: WebMacro:broker INFO Loaded provider = org.webmacro.resource.ConfigProvider@1710374 > 06/09/22 14:43:44.328 sepe: WebMacro:resource INFO = ReloadingCacheManager.template: ; expireTime=3D30000; reload=3Dtrue; = softReference=3Dtrue; checkForReloadDelay=3D-1 > 06/09/22 14:43:44.343 sepe: WebMacro:broker INFO Loaded provider = CachingProvider(type =3D template) > 06/09/22 14:43:44.343 sepe: WebMacro:resource INFO = ReloadingCacheManager.url: ; expireTime=3D30000; reload=3Dtrue; = softReference=3Dtrue; checkForReloadDelay=3D-1 > 06/09/22 14:43:44.343 sepe: WebMacro:broker INFO Loaded provider = CachingProvider(type =3D url) > 06/09/22 14:43:44.343 sepe: WebMacro:broker INFO Registered automatic = variable factory Text > 06/09/22 14:43:44.343 sepe: WebMacro:broker INFO Registered automatic = variable factory List > 06/09/22 14:43:44.343 sepe: WebMacro:broker INFO Registered automatic = variable factory Math > 06/09/22 14:43:44.343 sepe: WebMacro:broker INFO Registered automatic = variable factory Variable > 06/09/22 14:43:44.359 sepe: WebMacro:broker INFO Registered automatic = variable factory Type > 06/09/22 14:43:44.359 sepe: WebMacro:broker INFO Registered automatic = variable factory Cookie > 06/09/22 14:43:44.359 sepe: WebMacro:broker INFO Registered automatic = variable factory FormList > 06/09/22 14:43:44.359 sepe: WebMacro:broker INFO Registered automatic = variable factory CGI > 06/09/22 14:43:44.359 sepe: WebMacro:broker INFO Registered automatic = variable factory Session > 06/09/22 14:43:44.359 sepe: WebMacro:broker INFO Registered automatic = variable factory Request > 06/09/22 14:43:44.359 sepe: WebMacro:broker INFO Registered automatic = variable factory Form > 06/09/22 14:43:44.359 sepe: WebMacro:broker INFO Registered automatic = variable factory Response > 06/09/22 14:43:44.375 sepe: WebMacro:wm NOTICE new WebMacro(sepe = web-app) v2.0 > 06/09/22 14:43:44.375 sepe: WebMacro:servlet DEBUG No = WebMacro.properties file was found. > 06/09/22 14:43:44.500 sepe: WebMacro:servlet NOTICE started: = sepe.web.servlet.SepeServlet@1f49401 > 06/09/22 14:43:44.515 sepe: WebMacro:resource INFO Loading template: = Login.wm > 06/09/22 14:43:44.515 sepe: WebMacro:resource DEBUG Looking for = template in TemplatePath: Login.wm > 06/09/22 14:43:44.515 sepe: WebMacro:resource DEBUG TemplateProvider: = Found Login.wm in = D:/Oracle/product/10.1.3/OracleAS_1/j2ee/home/applications/sepe/sepe/WEB-= INF/classes > 06/09/22 14:43:44.562 sepe: WebMacro:resource DEBUG Returning = unmodified reload context > 06/09/22 14:43:44.562 sepe: WebMacro:resource DEBUG cached: Login.wm = for 30000 > 06/09/22 14:43:44.562 sepe: WebMacro:resource INFO Creating new = ClockDaemon thread > 06/09/22 14:43:44.562 sepe: WebMacro:servlet DEBUG = TemplateLocale=3Dnull > 06/09/22 14:43:44.562 sepe: WebMacro:servlet DEBUG Using output = encoding ISO-8859-1 > 06/09/22 14:43:44.593 sepe: WebMacro:resource INFO = SimpleCacheManager.ISO-8859-1 > 06/09/22 14:43:44.593 sepe: WebMacro:IncludeDirective DEBUG Including = 'D:/ytv_ohjeet/Login.html' as TEMPLATE > 06/09/22 14:43:44.593 sepe: WebMacro:resource INFO Loading template: = D:/ytv_ohjeet/Login.html > 06/09/22 14:43:44.593 sepe: WebMacro:resource DEBUG Looking for = template in TemplatePath: D:/ytv_ohjeet/Login.html > 06/09/22 14:43:44.593 sepe: WebMacro:resource DEBUG Looking for = template in class path: D:/ytv_ohjeet/Login.html > 06/09/22 14:43:44.593 sepe: WebMacro:resource DEBUG = BrokerTemplateProvider: Found D:/ytv_ohjeet/Login.html at = file:D:/ytv_ohjeet/Login.html > 06/09/22 14:43:44.593 sepe: WebMacro:resource DEBUG Returning = unmodified reload context > 06/09/22 14:43:44.593 sepe: WebMacro:resource DEBUG cached: = D:/ytv_ohjeet/Login.html for 30000 > 06/09/22 14:43:56.984 sepe: WebMacro:resource INFO Loading template: = Sepe.wm > 06/09/22 14:43:56.984 sepe: WebMacro:resource DEBUG Looking for = template in TemplatePath: Sepe.wm > 06/09/22 14:43:56.984 sepe: WebMacro:resource DEBUG TemplateProvider: = Found Sepe.wm in = D:/Oracle/product/10.1.3/OracleAS_1/j2ee/home/applications/sepe/sepe/WEB-= INF/classes > 06/09/22 14:43:57.0 sepe: WebMacro:resource DEBUG Returning unmodified = reload context > 06/09/22 14:43:57.0 sepe: WebMacro:resource DEBUG cached: Sepe.wm for = 30000 > 06/09/22 14:43:57.0 sepe: WebMacro:servlet DEBUG TemplateLocale=3Dnull > 06/09/22 14:43:57.0 sepe: WebMacro:servlet DEBUG Using output encoding = ISO-8859-1 > 06/09/22 14:43:57.0 sepe: WebMacro:IncludeDirective DEBUG Including = 'Header.wm' as TEMPLATE > 06/09/22 14:43:57.0 sepe: WebMacro:resource INFO Loading template: = Header.wm > 06/09/22 14:43:57.0 sepe: WebMacro:resource DEBUG Looking for template = in TemplatePath: Header.wm > 06/09/22 14:43:57.0 sepe: WebMacro:resource DEBUG TemplateProvider: = Found Header.wm in = D:/Oracle/product/10.1.3/OracleAS_1/j2ee/home/applications/sepe/sepe/WEB-= INF/classes > 06/09/22 14:43:57.15 sepe: WebMacro:resource DEBUG Returning = unmodified reload context > 06/09/22 14:43:57.15 sepe: WebMacro:resource DEBUG cached: Header.wm = for 30000 > 06/09/22 14:43:57.15 sepe: WebMacro:IncludeDirective DEBUG Including = 'D:/ytv_ohjeet/Etusivu.html' as TEMPLATE > 06/09/22 14:43:57.15 sepe: WebMacro:resource INFO Loading template: = D:/ytv_ohjeet/Etusivu.html > 06/09/22 14:43:57.15 sepe: WebMacro:resource DEBUG Looking for = template in TemplatePath: D:/ytv_ohjeet/Etusivu.html > 06/09/22 14:43:57.15 sepe: WebMacro:resource DEBUG Looking for = template in class path: D:/ytv_ohjeet/Etusivu.html > 06/09/22 14:43:57.15 sepe: WebMacro:resource DEBUG = BrokerTemplateProvider: Found D:/ytv_ohjeet/Etusivu.html at = file:D:/ytv_ohjeet/Etusivu.html > 06/09/22 14:43:57.15 sepe: WebMacro:resource DEBUG Returning = unmodified reload context > 06/09/22 14:43:57.15 sepe: WebMacro:resource DEBUG cached: = D:/ytv_ohjeet/Etusivu.html for 30000 > 06/09/22 14:43:57.15 sepe: WebMacro:IncludeDirective DEBUG Including = 'SepeMap.wm' as TEMPLATE > 06/09/22 14:43:57.15 sepe: WebMacro:resource INFO Loading template: = SepeMap.wm > 06/09/22 14:43:57.31 sepe: WebMacro:resource DEBUG Looking for = template in TemplatePath: SepeMap.wm > 06/09/22 14:43:57.31 sepe: WebMacro:resource DEBUG TemplateProvider: = Found SepeMap.wm in = D:/Oracle/product/10.1.3/OracleAS_1/j2ee/home/applications/sepe/sepe/WEB-= INF/classes > 06/09/22 14:43:57.62 sepe: WebMacro:resource DEBUG Returning = unmodified reload context > 06/09/22 14:43:57.62 sepe: WebMacro:resource DEBUG cached: SepeMap.wm = for 30000 > 06/09/22 14:43:57.78 sepe: WebMacro:engine ERROR Attempted to write an = undefined variable: $fx at = D:\Oracle\product\10.1.3\OracleAS_1\j2ee\home\applications\sepe\sepe\WEB-= INF\classes\SepeMap.wm:45.86 > > ------------------------------------------ > Tapio Myllym=E4ki > > TietoEnator GMR Oy > Puh. (014) 41 57452 > GSM 040 7477985 > Fax (014) 4157555 > E-mail tap...@ti... > > Ylist=F6nm=E4entie 33 > PL 203, 40101 Jyv=E4skyl=E4 > ------------------------------------------ > > > ---------------------------------------------------------------------- > --- Take Surveys. Earn Cash. Influence the Future of IT Join=20 > SourceForge.net's Techsay panel and you'll get the chance to share=20 > your opinions on IT & business topics through brief surveys -- and=20 > earn cash=20 > = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEV > DEV _______________________________________________ > Webmacro-user mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webmacro-user > > =20 -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join = SourceForge.net's Techsay panel and you'll get the chance to share your = opinions on IT & business topics through brief surveys -- and earn cash = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ Webmacro-user mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/webmacro-user |