Re: Undefined variable

<[email protected]> Mon, 25 Sep 2006 09:01:50 +0300
Newsgroups gmane.comp.java.webmacro.user
Message-ID <[email protected]>
 =

Thanks, Keats!

That fixed the error!

Tapio




-----Alkuper=E4inen viesti-----
L=E4hett=E4j=E4: [email protected] [mailto:webmac=
[email protected]] 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 unde=
fined variable: $fx at D:\Oracle\product\10.1.3\OracleAS_1\j2ee\home\applic=
ations\sepe\sepe\WEB-INF\classes\SepeMap.wm:45.86

This means that at line 45, column 86 of the above template you are attempt=
ing to write out the value of a variable called $fx which has not been defi=
ned.

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

[email protected] 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 W=
ebMacro.defaults, WEB-INF/WebMacro.properties, (WAR file), (System Properti=
es)
> 06/09/22 14:43:44.203 sepe: WebMacro:resource	INFO	SimpleCacheManager.Pro=
pertyOperator
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property CachingProvide=
r.template.CacheManager: org.webmacro.resource.ReloadingCacheManager
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property CachingProvide=
r.url.CacheManager: org.webmacro.resource.ReloadingCacheManager
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property ContextAutoLoa=
ders.ContextTools: org.webmacro.broker.DefaultContextAutoLoader
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property ContextAutoLoa=
ders.WebContextTools: org.webmacro.broker.DefaultContextAutoLoader
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property ContextTools: =

> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property ContextTools.L=
ist: org.webmacro.servlet.ListTool
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property ContextTools.M=
ath: org.webmacro.servlet.MathTool
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property ContextTools.T=
ext: org.webmacro.servlet.TextTool
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property ContextTools.T=
ype: org.webmacro.servlet.TypeTool
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property ContextTools.V=
ariable: org.webmacro.servlet.VariableTool
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property DelegatingTemp=
lateProvider.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.alt=
ernate: org.webmacro.directive.AlternateDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.att=
ribute: org.webmacro.directive.AttributeDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.bea=
n: org.webmacro.directive.BeanDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.com=
ment: org.webmacro.directive.CommentDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.con=
st: org.webmacro.directive.AttributeDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.cou=
nt: org.webmacro.directive.CountDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.def=
ault: org.webmacro.directive.DefaultDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.eva=
l: org.webmacro.directive.EvalDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.for=
each: 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.inc=
lude: org.webmacro.directive.IncludeDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.mac=
ro: org.webmacro.directive.MacroDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.par=
am: org.webmacro.directive.ParamDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.par=
se: 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.set=
block: org.webmacro.directive.SetblockDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.set=
props: org.webmacro.directive.SetpropsDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.tem=
plet: org.webmacro.directive.TempletDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.tex=
t: org.webmacro.directive.TextDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Directives.typ=
e: org.webmacro.directive.TypeDirective
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Encoder.*.Cach=
eManager: 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 ExceptionHandl=
er: org.webmacro.engine.DefaultEvaluationExceptionHandler
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property FastWriter.Def=
aultBufferSize: 4096
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.HTML=
Escape: org.webmacro.util.HTMLEscaper.escape
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.URLD=
ecode: org.webmacro.servlet.TextTool.URLDecode
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.URLE=
ncode: 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.repl=
ace: org.webmacro.servlet.TextTool.replace
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.spli=
t: org.webmacro.servlet.TextTool.split
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.toBo=
olean: org.webmacro.util.CastUtil.toBoolean
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.toBy=
te: org.webmacro.util.CastUtil.toByte
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.toCh=
ar: org.webmacro.util.CastUtil.toChar
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.toDo=
uble: org.webmacro.util.CastUtil.toDouble
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.toFl=
oat: org.webmacro.util.CastUtil.toFloat
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.toIn=
t: org.webmacro.util.CastUtil.toInt
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.toLi=
st: org.webmacro.servlet.ListUtil.toList
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.toLo=
ng: org.webmacro.util.CastUtil.toLong
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Functions.toSh=
ort: org.webmacro.util.CastUtil.toShort
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property GenerationalCa=
cheManager.*.RefreshRate: 1000
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property GenerationalCa=
cheManager.*.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: or=
g.webmacro.util.LogFile
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property LogTraceExcept=
ions: TRUE
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property LogUsingServle=
tLog: TRUE
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Parsers: =

> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Parsers.wm: or=
g.webmacro.parser.WMParser
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property PropertyOperat=
or.CacheManager: org.webmacro.resource.SimpleCacheManager
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Providers: =

> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Providers.conf=
ig: org.webmacro.resource.ConfigProvider
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Providers.dire=
ctive: org.webmacro.directive.DirectiveProvider
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Providers.enco=
der: org.webmacro.util.EncoderProvider
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Providers.pars=
er: org.webmacro.engine.ParserProvider
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Providers.temp=
late: 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 RelaxedDirecti=
veBuilding: False
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property ReloadingCache=
Manager.*.ExpireTime: 30000
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property ReloadingCache=
Manager.*.ReloadOnChange: true
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property ReloadingCache=
Manager.*.UseSoftReferences: TRUE
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property RestrictedClas=
ses: java.lang.Class
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property RestrictedClas=
ses.AllowedMethods.java.lang.Class: getName,isArray,isPrimitive,isAssignabl=
eFrom,isInstance
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property Servlet22Broke=
r.TemplateLocation: =

> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property TemplateEncodi=
ng: 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 TemplateLoader=
Factory: org.webmacro.resource.DefaultTemplateLoaderFactory
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property TemplateOutput=
Encoding: 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-IN=
F/classes
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property TemplateServle=
t.DefaultTemplate: index.tml
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property WebContextTool=
s: =

> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property WebContextTool=
s.CGI: org.webmacro.servlet.CGITool
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property WebContextTool=
s.Cookie: org.webmacro.servlet.CookieTool
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property WebContextTool=
s.Form: org.webmacro.servlet.FormTool
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property WebContextTool=
s.FormList: org.webmacro.servlet.FormListTool
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property WebContextTool=
s.Request: org.webmacro.servlet.RequestTool
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property WebContextTool=
s.Response: org.webmacro.servlet.ResponseTool
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property WebContextTool=
s.Session: org.webmacro.servlet.SessionTool
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property include.Templa=
teExtensions: .wm, .wmt, .tml, .tmpl, .wmm
> 06/09/22 14:43:44.218 sepe: WebMacro:broker	DEBUG	Property parse.Template=
Extensions: .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.webm=
acro.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.webm=
acro.engine.ParserProvider@517bc3
> 06/09/22 14:43:44.312 sepe: WebMacro:broker	INFO	Loaded provider org.webm=
acro.util.EncoderProvider@e6f8d7
> 06/09/22 14:43:44.312 sepe: WebMacro:broker	INFO	Loaded provider org.webm=
acro.resource.ConfigProvider@1710374
> 06/09/22 14:43:44.328 sepe: WebMacro:resource	INFO	ReloadingCacheManager.=
template: ; expireTime=3D30000; reload=3Dtrue; softReference=3Dtrue; checkF=
orReloadDelay=3D-1
> 06/09/22 14:43:44.343 sepe: WebMacro:broker	INFO	Loaded provider CachingP=
rovider(type =3D template)
> 06/09/22 14:43:44.343 sepe: WebMacro:resource	INFO	ReloadingCacheManager.=
url: ; expireTime=3D30000; reload=3Dtrue; softReference=3Dtrue; checkForRel=
oadDelay=3D-1
> 06/09/22 14:43:44.343 sepe: WebMacro:broker	INFO	Loaded provider CachingP=
rovider(type =3D url)
> 06/09/22 14:43:44.343 sepe: WebMacro:broker	INFO	Registered automatic var=
iable factory Text
> 06/09/22 14:43:44.343 sepe: WebMacro:broker	INFO	Registered automatic var=
iable factory List
> 06/09/22 14:43:44.343 sepe: WebMacro:broker	INFO	Registered automatic var=
iable factory Math
> 06/09/22 14:43:44.343 sepe: WebMacro:broker	INFO	Registered automatic var=
iable factory Variable
> 06/09/22 14:43:44.359 sepe: WebMacro:broker	INFO	Registered automatic var=
iable factory Type
> 06/09/22 14:43:44.359 sepe: WebMacro:broker	INFO	Registered automatic var=
iable factory Cookie
> 06/09/22 14:43:44.359 sepe: WebMacro:broker	INFO	Registered automatic var=
iable factory FormList
> 06/09/22 14:43:44.359 sepe: WebMacro:broker	INFO	Registered automatic var=
iable factory CGI
> 06/09/22 14:43:44.359 sepe: WebMacro:broker	INFO	Registered automatic var=
iable factory Session
> 06/09/22 14:43:44.359 sepe: WebMacro:broker	INFO	Registered automatic var=
iable factory Request
> 06/09/22 14:43:44.359 sepe: WebMacro:broker	INFO	Registered automatic var=
iable factory Form
> 06/09/22 14:43:44.359 sepe: WebMacro:broker	INFO	Registered automatic var=
iable 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.ser=
vlet.SepeServlet@1f49401
> 06/09/22 14:43:44.515 sepe: WebMacro:resource	INFO	Loading template: Logi=
n.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: Fou=
nd Login.wm in D:/Oracle/product/10.1.3/OracleAS_1/j2ee/home/applications/s=
epe/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 ClockDaem=
on 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:/y=
tv_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	BrokerTemplateProvide=
r: 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: Fou=
nd Sepe.wm in D:/Oracle/product/10.1.3/OracleAS_1/j2ee/home/applications/se=
pe/sepe/WEB-INF/classes
> 06/09/22 14:43:57.0 sepe: WebMacro:resource	DEBUG	Returning unmodified re=
load context
> 06/09/22 14:43:57.0 sepe: WebMacro:resource	DEBUG	cached: Sepe.wm for 300=
00
> 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 IS=
O-8859-1
> 06/09/22 14:43:57.0 sepe: WebMacro:IncludeDirective	DEBUG	Including 'Head=
er.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/se=
pe/sepe/WEB-INF/classes
> 06/09/22 14:43:57.15 sepe: WebMacro:resource	DEBUG	Returning unmodified r=
eload 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:/yt=
v_ohjeet/Etusivu.html
> 06/09/22 14:43:57.15 sepe: WebMacro:resource	DEBUG	Looking for template i=
n TemplatePath: D:/ytv_ohjeet/Etusivu.html
> 06/09/22 14:43:57.15 sepe: WebMacro:resource	DEBUG	Looking for template i=
n 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 r=
eload 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 'Sep=
eMap.wm' as TEMPLATE
> 06/09/22 14:43:57.15 sepe: WebMacro:resource	INFO	Loading template: SepeM=
ap.wm
> 06/09/22 14:43:57.31 sepe: WebMacro:resource	DEBUG	Looking for template i=
n TemplatePath: SepeMap.wm
> 06/09/22 14:43:57.31 sepe: WebMacro:resource	DEBUG	TemplateProvider: Foun=
d 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 r=
eload 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 un=
defined variable: $fx at D:\Oracle\product\10.1.3\OracleAS_1\j2ee\home\appl=
ications\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 [email protected]
>
> Ylist=F6nm=E4entie 33
> PL 203, 40101 Jyv=E4skyl=E4
> ------------------------------------------
>
>
> ----------------------------------------------------------------------
> --- 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=
DEV
> DEV _______________________________________________
> Webmacro-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/webmacro-user
>
>   =




-------------------------------------------------------------------------
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 & busi=
ness topics through brief surveys -- and earn cash http://www.techsay.com/d=
efault.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV
_______________________________________________
Webmacro-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/webmacro-user

-------------------------------------------------------------------------
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=3DDE=
VDEV