You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(23) |
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(32) |
Feb
(23) |
Mar
(23) |
Apr
(11) |
May
(19) |
Jun
(8) |
Jul
(28) |
Aug
(19) |
Sep
(11) |
Oct
(8) |
Nov
(39) |
Dec
(22) |
2002 |
Jan
(14) |
Feb
(64) |
Mar
(14) |
Apr
(28) |
May
(25) |
Jun
(34) |
Jul
(26) |
Aug
(88) |
Sep
(66) |
Oct
(26) |
Nov
(16) |
Dec
(22) |
2003 |
Jan
(18) |
Feb
(16) |
Mar
(20) |
Apr
(20) |
May
(26) |
Jun
(43) |
Jul
(42) |
Aug
(22) |
Sep
(41) |
Oct
(37) |
Nov
(27) |
Dec
(23) |
2004 |
Jan
(26) |
Feb
(9) |
Mar
(40) |
Apr
(24) |
May
(26) |
Jun
(56) |
Jul
(15) |
Aug
(19) |
Sep
(20) |
Oct
(30) |
Nov
(29) |
Dec
(10) |
2005 |
Jan
(1) |
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
(3) |
Jul
(6) |
Aug
|
Sep
(4) |
Oct
(1) |
Nov
(1) |
Dec
(1) |
2006 |
Jan
(10) |
Feb
(6) |
Mar
(10) |
Apr
(9) |
May
(4) |
Jun
(1) |
Jul
(2) |
Aug
(6) |
Sep
(1) |
Oct
(1) |
Nov
(11) |
Dec
|
2007 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(5) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
(19) |
Dec
(3) |
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Abhishek T. <abh...@au...> - 2015-11-10 16:51:21
|
Hi Steve, Thanks for the details reply.I am very new to the tcl world I appreciate Regards Abhishek On Tue, Nov 10, 2015 at 9:16 PM, Steve Blinkhorn <st...@pr...> wrote: > In case it helps in any way, my experience of tclhttpd over a period > of 15 years in daily use, normally running several servers > simultaneously, is that it is a sound piece of work but reflects the > programming style of its author. I have stuck with Tcl 8.4 and can > honestly say I have never had an issue that wasn't down to my own > errors or failing to understand the subtlety of the code. But it's > not for everybody because everybody wants something ideally suited to > their own purpose which seems manifestly the most important > application in the known universe. > > We serve static web pages and have a fair amount of custom code for > providing online service to our customers. tclhhtpd is not for > beginners who haven't got to grips with the way Tcl works in less > complex contexts - it has some hidden pitfalls for people coming from > other styles of programming language. > > You really need to have a standard distribution of tclhttpd running as > it comes out of the box to get access to such embedded documentation as > there is. I have put a penny-plain version of 3.5.1 up on > http://standard.prd.co.uk in case that is of any help. I can't > promise to leave it there forever, but hey, I need to refer to it from > time to time. http://cwflynt.com/GodzillaGuide.html is a useful > additional source of information. > > I suspect happy tclhttpd users just keep their heads down and work > with what is there. It's lightweight, portable, easy to wrap up in a > single file as a starkit or starpack (which is what we do). We have > set up remote servers in a matter of minutes, and at least in our > styles of application it's robust. > > -- > Steve Blinkhorn <st...@pr...> > > You wrote: > > > > --===============1094546570057222111== > > Content-Type: multipart/alternative; > boundary=001a113df8a855f7e40523bddd8d > > > > --001a113df8a855f7e40523bddd8d > > Content-Type: text/plain; charset=UTF-8 > > > > In this file : > > C:\LM_120_with_unittests\dist\tclweb\lib\Tclxml2.6\tclparser-8.1.tcl > > I changed to > > package require sgmlparser 1.0- > > > > There is not : > > package require sgmlparser 1.0 > > in > > this : > > ./../custom/mf_click_handler.tcl > > > > But I am still getting these errors : > > ----------------------- > > Unable to connect to your ListManager server. Listmanager may be down, > or > > the address/port may be incorrect. > > Unable to connect to your ListManager server. Listmanager may be down, > or > > the address/port may be incorrect. > > ./../custom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 > > failed: package sgmlparser 1.0 provided instead > > ("package ifneeded sgmlparser 1.1" script) > > invoked from within > > "package require sgmlparser 1.0-" > > (file > > "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" > line > > 41) > > invoked from within > > "source > > C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" > > ("package ifneeded xml::tclparser 2.6" script) > > invoked from within > > "package require xml::tclparser 2.6" > > invoked from within > > "if {[catch {package require xml::c 2.6}]} { > > package require xml::tcl 2.6 > > package require xmldefs > > # Only choice is tclparser > > package require ..." > > ("package ifneeded xml 2.6" script) > > invoked from within > > "package require xml 2.6" > > (file > "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" > > line 24) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" > > ("package ifneeded dom::tcl 2.6" script) > > invoked from within > > "package require dom::tcl 2.6" > > (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" > line > > 49) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" > > ("package ifneeded dom::tclgeneric 2.6" script) > > invoked from within > > "package require dom::tclgeneric" > > invoked from within > > "if {[catch {package require dom::generic 2.6}]} { > > package require dom::tclgeneric > > } else { > > catch {package require dom::c} > > catch {package requir..." > > ("package ifneeded dom 2.6" script) > > invoked from within > > "package require dom" > > (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > > line 7) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > > ("package ifneeded mf_xml 1.0" script) > > invoked from within > > "package require mf_xml" > > (file "./../custom/mf_csv_export.tcl" line 11) > > invoked from within > > "source $f" > > ./../custom/mf_click_handler.tcl: attempt to provide package SOAP::Utils > > 1.0 failed: package SOAP::Utils 1.0.1 provided instead > > while executing > > "Thread_Send $id [list source $Config(main)]" > > (procedure "Thread_Start" line 27) > > invoked from within > > "Thread_Start" > > (procedure "sched::init" line 2) > > invoked from within > > "sched::init" > > (file > "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_sched.tcl" > > line 38) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_sched.tcl" > > ("package ifneeded mf_sched 1.0" script) > > invoked from within > > "package require mf_sched" > > (file > "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_cache.tcl" > > line 3) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_cache.tcl" > > ("package ifneeded mf_cache 1.0" script) > > invoked from within > > "package require mf_cache" > > (file "./../custom/mf_click_handler.tcl" line 7) > > invoked from within > > "source $f" > > Unable to connect to your ListManager server. Listmanager may be down, > or > > the address/port may be incorrect. > > ./../custom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 > > failed: package sgmlparser 1.0 provided instead > > ("package ifneeded sgmlparser 1.1" script) > > invoked from within > > "package require sgmlparser 1.0-" > > (file > > "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" > line > > 41) > > invoked from within > > "source > > C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" > > ("package ifneeded xml::tclparser 2.6" script) > > invoked from within > > "package require xml::tclparser 2.6" > > invoked from within > > "if {[catch {package require xml::c 2.6}]} { > > package require xml::tcl 2.6 > > package require xmldefs > > # Only choice is tclparser > > package require ..." > > ("package ifneeded xml 2.6" script) > > invoked from within > > "package require xml 2.6" > > (file > "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" > > line 24) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" > > ("package ifneeded dom::tcl 2.6" script) > > invoked from within > > "package require dom::tcl 2.6" > > (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" > line > > 49) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" > > ("package ifneeded dom::tclgeneric 2.6" script) > > invoked from within > > "package require dom::tclgeneric" > > invoked from within > > "if {[catch {package require dom::generic 2.6}]} { > > package require dom::tclgeneric > > } else { > > catch {package require dom::c} > > catch {package requir..." > > ("package ifneeded dom 2.6" script) > > invoked from within > > "package require dom" > > (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > > line 7) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > > ("package ifneeded mf_xml 1.0" script) > > invoked from within > > "package require mf_xml" > > (file "./../custom/mf_csv_export.tcl" line 11) > > invoked from within > > "source $f" > > ./../custom/mf_click_handler_converters.tcl: attempt to provide package > > SOAP::Utils 1.0 failed: package SOAP::Utils 1.0.1 provided instead > > while executing > > "Thread_Send $id [list source $Config(main)]" > > (procedure "Thread_Start" line 27) > > invoked from within > > "Thread_Start" > > (procedure "sched::init" line 2) > > invoked from within > > "sched::init" > > (file > "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_sched.tcl" > > line 38) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_sched.tcl" > > ("package ifneeded mf_sched 1.0" script) > > invoked from within > > "package require mf_sched" > > (file > "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_cache.tcl" > > line 3) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_cache.tcl" > > ("package ifneeded mf_cache 1.0" script) > > invoked from within > > "package require mf_cache" > > (file "./../custom/mf_click_handler_converters.tcl" line 4) > > invoked from within > > "source $f" > > ./../custom/mf_click_handler_cache.tcl: can't create procedure > > "clickhandler::get_cached_url_mem": unknown namespace > > while executing > > "proc clickhandler::get_cached_url_mem { urlid } { > > set url "" > > > > if [catch { > > if { [tsv::exists click_map $urlid:url]} { > > # use..." > > (file "./../custom/mf_click_handler_cache.tcl" line 1) > > invoked from within > > "source $f" > > ./../custom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 > > failed: package sgmlparser 1.0 provided instead > > ("package ifneeded sgmlparser 1.1" script) > > invoked from within > > "package require sgmlparser 1.0-" > > (file > > "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" > line > > 41) > > invoked from within > > "source > > C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" > > ("package ifneeded xml::tclparser 2.6" script) > > invoked from within > > "package require xml::tclparser 2.6" > > invoked from within > > "if {[catch {package require xml::c 2.6}]} { > > package require xml::tcl 2.6 > > package require xmldefs > > # Only choice is tclparser > > package require ..." > > ("package ifneeded xml 2.6" script) > > invoked from within > > "package require xml 2.6" > > (file > "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" > > line 24) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" > > ("package ifneeded dom::tcl 2.6" script) > > invoked from within > > "package require dom::tcl 2.6" > > (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" > line > > 49) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" > > ("package ifneeded dom::tclgeneric 2.6" script) > > invoked from within > > "package require dom::tclgeneric" > > invoked from within > > "if {[catch {package require dom::generic 2.6}]} { > > package require dom::tclgeneric > > } else { > > catch {package require dom::c} > > catch {package requir..." > > ("package ifneeded dom 2.6" script) > > invoked from within > > "package require dom" > > (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > > line 7) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > > ("package ifneeded mf_xml 1.0" script) > > invoked from within > > "package require mf_xml" > > (file "./../custom/mf_csv_export.tcl" line 11) > > invoked from within > > "source $f" > > Error processing main startup script ".\httpdthread.tcl". > > attempt to provide package SOAP::Utils 1.0 failed: package SOAP::Utils > > 1.0.1 provided instead > > ("package ifneeded SOAP::Utils 1.0" script) > > invoked from within > > "package require SOAP::Utils" > > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/SOAP-1.6.8.1.tm > " > > line 31) > > invoked from within > > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ > > SOAP-1.6.8.1.tm" > > ("package ifneeded SOAP 1.6.8.1" script) > > invoked from within > > "package require SOAP" > > (file > "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_soap.tcl" > > line 8) > > invoked from within > > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_soap.tcl" > > ("package ifneeded mf_soap 1.0" script) > > invoked from within > > "package require mf_soap" > > (file "./httpdthread.tcl" line 215) > > invoked from within > > "source $Config(main)" > > while executing > > "error $error" > > invoked from within > > "if {[catch {source $Config(main)} message]} then { > > global errorInfo > > set error "Error processing main startup script \"[file nativename > > $Config..." > > (file "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" > > line 468) > > -------------------------- > > Regards > > Abhishek > > > > > > On Thu, Nov 5, 2015 at 2:52 AM, Jan Kandziora <jj...@gm...> wrote: > > > > > Am 04.11.2015 um 22:06 schrieb Abhishek Tiwari: > > > > Also, > > > > I said : I switched from activestate 8.6 to 8.5 to avoid a dirname > > > command > > > > not found > > > > I was not getting any connectivity related problem. > > > > My httpd.tcl was able to identify the back end running server > > > > The kind of errors I was facing were below : > > > > Should I switch back to 8.6 > > > > > > > I can't give you advice on this because I'm not running tclhttpd on > > > Tcl8.6 anywhere. Had some unrelated problems with 8.6 which affected > > > other software I need on my machines. > > > > > > > > > > > > > -------------------- > > > > [11/4/2015 8:35:52 PM] Abhishek Tiwari: > ./../custom/mf_csv_export.tcl: > > > > attempt to provide package sgmlparser 1.1 failed: > > > > > > > > package sgmlparser 1.0 provided instead > > > > > > > This means your ./../custom/mf_csv_export.tcl has to be tweaked. That's > > > a tcl file of you own front/backend which is just too specific about > the > > > version of some tcl package it likes to load. > > > > > > Look for a line saying > > > > > > package require sgmlparser 1.0 > > > > > > and change it to > > > > > > package require sgmlparser 1.0- > > > > > > > > > > ./../custom/mf_click_handler.tcl: attempt to provide package > SOAP::Utils > > > > 1.0 failed: package SOAP::Utils 1.0.1 provided > > > > > > > Same here. > > > > > > > > > The other errors you get are doubles. > > > > > > Kind regards > > > > > > Jan > > > > > > > > > > > > > > > > --001a113df8a855f7e40523bddd8d > > Content-Type: text/html; charset=UTF-8 > > Content-Transfer-Encoding: quoted-printable > > > > <div dir=3D"ltr">In this file > :=C2=A0<div>C:\LM_120_with_unittests\dist\tcl= > > web\lib\Tclxml2.6\tclparser-8.1.tcl=C2=A0</div><div>I changed > to=C2=A0<br><= > > div>package require sgmlparser 1.0-<br></div><div><br></div><div>There > is n= > > ot :=C2=A0</div><div>package require sgmlparser > 1.0<br></div><div>in=C2=A0<= > > /div><div>this > :=C2=A0</div><div>=C2=A0./../custom/mf_click_handler.tcl<br>= > > </div><div><br></div><div>But I am still getting these errors > :=C2=A0</div>= > > <div>-----------------------</div><div><div>Unable to connect to your > ListM= > > anager server.=C2=A0 Listmanager may be down, or the address/port may be > in= > > correct.</div><div>Unable to connect to your ListManager server.=C2=A0 > List= > > manager may be down, or the address/port may be > incorrect.</div><div>./../c= > > ustom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 > failed: = > > package sgmlparser 1.0 provided instead</div><div>=C2=A0 =C2=A0 > ("pack= > > age ifneeded sgmlparser 1.1" script)</div><div>=C2=A0 =C2=A0 > invoked f= > > rom within</div><div>"package require sgmlparser > 1.0-"</div><div>= > > =C2=A0 =C2=A0 (file > "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.= > > 6/tclparser-8.1.tcl" line 41)</div><div>=C2=A0 =C2=A0 invoked from > wit= > > hin</div><div>"source > C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2= > > .6/tclparser-8.1.tcl"</div><div>=C2=A0 =C2=A0 ("package > ifneeded = > > xml::tclparser 2.6" script)</div><div>=C2=A0 =C2=A0 invoked from > withi= > > n</div><div>"package require xml::tclparser > 2.6"</div><div>=C2=A0= > > =C2=A0 invoked from within</div><div>"if {[catch {package require > xml= > > ::c 2.6}]} {</div><div><span class=3D"" style=3D"white-space:pre"> > </span>p= > > ackage require xml::tcl =C2=A0 =C2=A0 =C2=A0 2.6</div><div><span > class=3D""= > > style=3D"white-space:pre"> </span>package require > xmldefs</div><div><span = > > class=3D"" style=3D"white-space:pre"> </span># Only choice is > tclparser</di= > > v><div><span class=3D"" style=3D"white-space:pre"> </span>package > require .= > > .."</div><div>=C2=A0 =C2=A0 ("package ifneeded xml 2.6" > scri= > > pt)</div><div>=C2=A0 =C2=A0 invoked from within</div><div>"package > req= > > uire xml 2.6"</div><div>=C2=A0 =C2=A0 (file > "C:/LM_120_with_unitt= > > ests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" line > 24)</div><div>=C2=A0 = > > =C2=A0 invoked from within</div><div>"source > C:/LM_120_with_unittests/= > > dist/tclweb/lib/Tcldom2.6/domimpl.tcl"</div><div>=C2=A0 =C2=A0 > ("= > > package ifneeded dom::tcl 2.6" script)</div><div>=C2=A0 =C2=A0 > invoked= > > from within</div><div>"package require dom::tcl > 2.6"</div><div>= > > =C2=A0 =C2=A0 (file > "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.= > > 6/dom.tcl" line 49)</div><div>=C2=A0 =C2=A0 invoked from > within</div><= > > div>"source > C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl= > > "</div><div>=C2=A0 =C2=A0 ("package ifneeded dom::tclgeneric > 2.6&= > > quot; script)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>"p= > > ackage require dom::tclgeneric"</div><div>=C2=A0 =C2=A0 invoked > from w= > > ithin</div><div>"if {[catch {package require dom::generic 2.6}]} > {</di= > > v><div><span class=3D"" style=3D"white-space:pre"> </span>package > require d= > > om::tclgeneric</div><div>=C2=A0 =C2=A0 } else {</div><div><span > class=3D"" = > > style=3D"white-space:pre"> </span>catch {package require > dom::c}</div><div>= > > <span class=3D"" style=3D"white-space:pre"> </span>catch {package > requir...= > > "</div><div>=C2=A0 =C2=A0 ("package ifneeded dom 2.6" > script= > > )</div><div>=C2=A0 =C2=A0 invoked from within</div><div>"package > requi= > > re dom"</div><div>=C2=A0 =C2=A0 (file > "C:/LM_120_with_unittests/d= > > ist/tclweb/htdocs/libtml/mf_xml.tcl" line 7)</div><div>=C2=A0 > =C2=A0 i= > > nvoked from within</div><div>"source > C:/LM_120_with_unittests/dist/tcl= > > web/htdocs/libtml/mf_xml.tcl"</div><div>=C2=A0 =C2=A0 > ("package i= > > fneeded mf_xml 1.0" script)</div><div>=C2=A0 =C2=A0 invoked from > withi= > > n</div><div>"package require mf_xml"</div><div>=C2=A0 =C2=A0 > (fil= > > e "./../custom/mf_csv_export.tcl" line 11)</div><div>=C2=A0 > =C2= > > =A0 invoked from within</div><div>"source > $f"</div><div>./../cust= > > om/mf_click_handler.tcl: attempt to provide package SOAP::Utils 1.0 > failed:= > > package SOAP::Utils 1.0.1 provided instead</div><div>=C2=A0 =C2=A0 > while e= > > xecuting</div><div>"Thread_Send $id [list source > $Config(main)]"<= > > /div><div>=C2=A0 =C2=A0 (procedure "Thread_Start" line > 27)</div><= > > div>=C2=A0 =C2=A0 invoked from > within</div><div>"Thread_Start"</d= > > iv><div>=C2=A0 =C2=A0 (procedure "sched::init" line > 2)</div><div>= > > =C2=A0 =C2=A0 invoked from > within</div><div>"sched::init"</div><d= > > iv>=C2=A0 =C2=A0 (file > "C:/LM_120_with_unittests/dist/tclweb/htdocs/li= > > btml/mf_sched.tcl" line 38)</div><div>=C2=A0 =C2=A0 invoked from > withi= > > n</div><div>"source > C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml= > > /mf_sched.tcl"</div><div>=C2=A0 =C2=A0 ("package ifneeded > mf_sche= > > d 1.0" script)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>&= > > quot;package require mf_sched"</div><div>=C2=A0 =C2=A0 (file > "C:/= > > LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_cache.tcl" line > 3)<= > > /div><div>=C2=A0 =C2=A0 invoked from within</div><div>"source > C:/LM_12= > > > 0_with_unittests/dist/tclweb/htdocs/libtml/mf_cache.tcl"</div><div>=C2= > > =A0 =C2=A0 ("package ifneeded mf_cache 1.0" > script)</div><div>=C2= > > =A0 =C2=A0 invoked from within</div><div>"package require > mf_cache&quo= > > t;</div><div>=C2=A0 =C2=A0 (file > "./../custom/mf_click_handler.tcl&quo= > > t; line 7)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>"sour= > > ce $f"</div><div>Unable to connect to your ListManager > server.=C2=A0 L= > > istmanager may be down, or the address/port may be > incorrect.</div><div>./.= > > ./custom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 > faile= > > d: package sgmlparser 1.0 provided instead</div><div>=C2=A0 =C2=A0 > ("p= > > ackage ifneeded sgmlparser 1.1" script)</div><div>=C2=A0 =C2=A0 > invoke= > > d from within</div><div>"package require sgmlparser > 1.0-"</div><d= > > iv>=C2=A0 =C2=A0 (file > "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxm= > > l2.6/tclparser-8.1.tcl" line 41)</div><div>=C2=A0 =C2=A0 invoked > from = > > within</div><div>"source > C:/LM_120_with_unittests/dist/tclweb/lib/Tclx= > > ml2.6/tclparser-8.1.tcl"</div><div>=C2=A0 =C2=A0 ("package > ifneed= > > ed xml::tclparser 2.6" script)</div><div>=C2=A0 =C2=A0 invoked from > wi= > > thin</div><div>"package require xml::tclparser > 2.6"</div><div>=C2= > > =A0 =C2=A0 invoked from within</div><div>"if {[catch {package > require = > > xml::c 2.6}]} {</div><div><span class=3D"" style=3D"white-space:pre"> > </spa= > > n>package require xml::tcl =C2=A0 =C2=A0 =C2=A0 2.6</div><div><span > class= > > =3D"" style=3D"white-space:pre"> </span>package require > xmldefs</div><div><= > > span class=3D"" style=3D"white-space:pre"> </span># Only choice is > tclparse= > > r</div><div><span class=3D"" style=3D"white-space:pre"> > </span>package requ= > > ire ..."</div><div>=C2=A0 =C2=A0 ("package ifneeded xml > 2.6"= > > script)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>"packag= > > e require xml 2.6"</div><div>=C2=A0 =C2=A0 (file > "C:/LM_120_with_= > > unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" line > 24)</div><div>= > > =C2=A0 =C2=A0 invoked from within</div><div>"source > C:/LM_120_with_uni= > > ttests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl"</div><div>=C2=A0 > =C2=A0 = > > ("package ifneeded dom::tcl 2.6" script)</div><div>=C2=A0 > =C2=A0 = > > invoked from within</div><div>"package require dom::tcl > 2.6"</div= > > ><div>=C2=A0 =C2=A0 (file > "C:/LM_120_with_unittests/dist/tclweb/lib/Tc= > > ldom2.6/dom.tcl" line 49)</div><div>=C2=A0 =C2=A0 invoked from > within<= > > /div><div>"source > C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/d= > > om.tcl"</div><div>=C2=A0 =C2=A0 ("package ifneeded > dom::tclgeneri= > > c 2.6" script)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>&= > > quot;package require dom::tclgeneric"</div><div>=C2=A0 =C2=A0 > invoked = > > from within</div><div>"if {[catch {package require dom::generic > 2.6}]}= > > {</div><div><span class=3D"" style=3D"white-space:pre"> > </span>package req= > > uire dom::tclgeneric</div><div>=C2=A0 =C2=A0 } else {</div><div><span > class= > > =3D"" style=3D"white-space:pre"> </span>catch {package require > dom::c}</div= > > ><div><span class=3D"" style=3D"white-space:pre"> </span>catch > {package req= > > uir..."</div><div>=C2=A0 =C2=A0 ("package ifneeded dom > 2.6" = > > script)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>"package= > > require dom"</div><div>=C2=A0 =C2=A0 (file > "C:/LM_120_with_unitt= > > ests/dist/tclweb/htdocs/libtml/mf_xml.tcl" line 7)</div><div>=C2=A0 > = > > =C2=A0 invoked from within</div><div>"source > C:/LM_120_with_unittests/= > > dist/tclweb/htdocs/libtml/mf_xml.tcl"</div><div>=C2=A0 =C2=A0 > ("p= > > ackage ifneeded mf_xml 1.0" script)</div><div>=C2=A0 =C2=A0 invoked > fr= > > om within</div><div>"package require mf_xml"</div><div>=C2=A0 > =C2= > > =A0 (file "./../custom/mf_csv_export.tcl" line > 11)</div><div>=C2= > > =A0 =C2=A0 invoked from within</div><div>"source > $f"</div><div>./= > > ../custom/mf_click_handler_converters.tcl: attempt to provide package > SOAP:= > > :Utils 1.0 failed: package SOAP::Utils 1.0.1 provided > instead</div><div>=C2= > > =A0 =C2=A0 while executing</div><div>"Thread_Send $id [list source > $Co= > > nfig(main)]"</div><div>=C2=A0 =C2=A0 (procedure > "Thread_Start&quo= > > t; line 27)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>"Thr= > > ead_Start"</div><div>=C2=A0 =C2=A0 (procedure > "sched::init" = > > line 2)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>"sched::= > > init"</div><div>=C2=A0 =C2=A0 (file > "C:/LM_120_with_unittests/dis= > > t/tclweb/htdocs/libtml/mf_sched.tcl" line 38)</div><div>=C2=A0 > =C2=A0 = > > invoked from within</div><div>"source > C:/LM_120_with_unittests/dist/tc= > > lweb/htdocs/libtml/mf_sched.tcl"</div><div>=C2=A0 =C2=A0 > ("packag= > > e ifneeded mf_sched 1.0" script)</div><div>=C2=A0 =C2=A0 invoked > from = > > within</div><div>"package require mf_sched"</div><div>=C2=A0 > =C2= > > =A0 (file > "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_cache= > > .tcl" line 3)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>&q= > > uot;source > C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_cache.tcl&= > > quot;</div><div>=C2=A0 =C2=A0 ("package ifneeded mf_cache 1.0" > sc= > > ript)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>"package r= > > equire mf_cache"</div><div>=C2=A0 =C2=A0 (file > "./../custom/mf_cl= > > ick_handler_converters.tcl" line 4)</div><div>=C2=A0 =C2=A0 invoked > fr= > > om within</div><div>"source > $f"</div><div>./../custom/mf_click_ha= > > ndler_cache.tcl: can't create procedure > "clickhandler::get_cached_= > > url_mem": unknown namespace</div><div>=C2=A0 =C2=A0 while > executing</d= > > iv><div>"proc clickhandler::get_cached_url_mem { urlid } > {</div><div>= > > =C2=A0 =C2=A0 set url ""</div><div><br></div><div>=C2=A0 > =C2=A0 i= > > f [catch {</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 if { [tsv::exists > click_ma= > > p $urlid:url]} {</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # > use.= > > .."</div><div>=C2=A0 =C2=A0 (file > "./../custom/mf_click_handler_c= > > ache.tcl" line 1)</div><div>=C2=A0 =C2=A0 invoked from > within</div><di= > > v>"source $f"</div><div>./../custom/mf_csv_export.tcl: attempt > to= > > provide package sgmlparser 1.1 failed: package sgmlparser 1.0 provided > ins= > > tead</div><div>=C2=A0 =C2=A0 ("package ifneeded sgmlparser > 1.1" s= > > cript)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>"package = > > require sgmlparser 1.0-"</div><div>=C2=A0 =C2=A0 (file > "C:/LM_120= > > _with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" line > 41)<= > > /div><div>=C2=A0 =C2=A0 invoked from within</div><div>"source > C:/LM_12= > > > 0_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl"</div><di= > > v>=C2=A0 =C2=A0 ("package ifneeded xml::tclparser 2.6" > script)</d= > > iv><div>=C2=A0 =C2=A0 invoked from within</div><div>"package > require x= > > ml::tclparser 2.6"</div><div>=C2=A0 =C2=A0 invoked from > within</div><d= > > iv>"if {[catch {package require xml::c 2.6}]} {</div><div><span > class= > > =3D"" style=3D"white-space:pre"> </span>package require xml::tcl > =C2=A0 =C2= > > =A0 =C2=A0 2.6</div><div><span class=3D"" style=3D"white-space:pre"> > </span= > > >package require xmldefs</div><div><span class=3D"" > style=3D"white-space:pr= > > e"> </span># Only choice is tclparser</div><div><span class=3D"" > style=3D"w= > > hite-space:pre"> </span>package require ..."</div><div>=C2=A0 > =C2=A0 (= > > "package ifneeded xml 2.6" script)</div><div>=C2=A0 =C2=A0 > invoke= > > d from within</div><div>"package require xml > 2.6"</div><div>=C2= > > =A0 =C2=A0 (file > "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/d= > > omimpl.tcl" line 24)</div><div>=C2=A0 =C2=A0 invoked from > within</div>= > > <div>"source > C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimp= > > l.tcl"</div><div>=C2=A0 =C2=A0 ("package ifneeded dom::tcl > 2.6&qu= > > ot; script)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>"pac= > > kage require dom::tcl 2.6"</div><div>=C2=A0 =C2=A0 (file > "C:/LM_1= > > 20_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" line > 49)</div><di= > > v>=C2=A0 =C2=A0 invoked from within</div><div>"source > C:/LM_120_with_u= > > nittests/dist/tclweb/lib/Tcldom2.6/dom.tcl"</div><div>=C2=A0 =C2=A0 > (&= > > quot;package ifneeded dom::tclgeneric 2.6" script)</div><div>=C2=A0 > = > > =C2=A0 invoked from within</div><div>"package require > dom::tclgeneric&= > > quot;</div><div>=C2=A0 =C2=A0 invoked from within</div><div>"if > {[catc= > > h {package require dom::generic 2.6}]} {</div><div><span class=3D"" > style= > > =3D"white-space:pre"> </span>package require > dom::tclgeneric</div><div>=C2= > > =A0 =C2=A0 } else {</div><div><span class=3D"" > style=3D"white-space:pre"> <= > > /span>catch {package require dom::c}</div><div><span class=3D"" > style=3D"wh= > > ite-space:pre"> </span>catch {package > requir..."</div><div>=C2=A0 =C2= > > =A0 ("package ifneeded dom 2.6" script)</div><div>=C2=A0 > =C2=A0 i= > > nvoked from within</div><div>"package require > dom"</div><div>=C2= > > =A0 =C2=A0 (file > "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/m= > > f_xml.tcl" line 7)</div><div>=C2=A0 =C2=A0 invoked from > within</div><d= > > iv>"source > C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.t= > > cl"</div><div>=C2=A0 =C2=A0 ("package ifneeded mf_xml > 1.0" s= > > cript)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>"package = > > require mf_xml"</div><div>=C2=A0 =C2=A0 (file > "./../custom/mf_csv= > > _export.tcl" line 11)</div><div>=C2=A0 =C2=A0 invoked from > within</div= > > ><div>"source $f"</div><div>Error processing main startup > script = > > ".\httpdthread.tcl".</div><div>attempt to provide package > SOAP::U= > > tils 1.0 failed: package SOAP::Utils 1.0.1 provided > instead</div><div>=C2= > > =A0 =C2=A0 ("package ifneeded SOAP::Utils 1.0" > script)</div><div>= > > =C2=A0 =C2=A0 invoked from within</div><div>"package require > SOAP::Uti= > > ls"</div><div>=C2=A0 =C2=A0 (file > "C:/TCL/lib/teapot/package/tcl/= > > teapot/tcl8/8.4/<a href=3D"http://SOAP-1.6.8.1.tm">SOAP-1.6.8.1.tm > </a>"= > > ; line 31)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>"sour= > > ce -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/<a > href=3D= > > "http://SOAP-1.6.8.1.tm">SOAP-1.6.8.1.tm</a>"</div><div>=C2=A0 > =C2=A0 = > > ("package ifneeded SOAP 1.6.8.1" script)</div><div>=C2=A0 > =C2=A0 = > > invoked from within</div><div>"package require > SOAP"</div><div>= > > =C2=A0 =C2=A0 (file > "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtm= > > l/mf_soap.tcl" line 8)</div><div>=C2=A0 =C2=A0 invoked from > within</di= > > v><div>"source > C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_s= > > oap.tcl"</div><div>=C2=A0 =C2=A0 ("package ifneeded mf_soap > 1.0&q= > > uot; script)</div><div>=C2=A0 =C2=A0 invoked from > within</div><div>"pa= > > ckage require mf_soap"</div><div>=C2=A0 =C2=A0 (file > "./httpdthre= > > ad.tcl" line 215)</div><div>=C2=A0 =C2=A0 invoked from > within</div><di= > > v>"source $Config(main)"</div><div>=C2=A0 =C2=A0 while > executing<= > > /div><div>"error $error"</div><div>=C2=A0 =C2=A0 invoked from > wit= > > hin</div><div>"if {[catch {source $Config(main)} message]} then > {</div= > > ><div>=C2=A0 =C2=A0 global errorInfo</div><div>=C2=A0 =C2=A0 set error > &quo= > > t;Error processing main startup script \"[file nativename > $Config...&q= > > uot;</div><div>=C2=A0 =C2=A0 (file > "C:\LM_120_with_unittests\dist\tclw= > > eb\LM_TCL_DEBUG.5\httpd.tcl" line > 468)</div></div><div>---------------= > > > -----------</div><div>Regards</div><div>Abhishek</div><div><br></div></div>= > > <div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Thu, Nov 5, > 20= > > 15 at 2:52 AM, Jan Kandziora <span dir=3D"ltr"><<a href=3D"mailto: > jjj@gm= > > x.de" target=3D"_blank">jj...@gm...</a>></span> wrote:<br><blockquote > cla= > > ss=3D"gmail_quote" style=3D"margin:0px 0px 0px > 0.8ex;border-left-width:1px;= > > > border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex= > > "><span class=3D"">Am 04.11.2015 um 22:06 schrieb Abhishek Tiwari:<br> > > > Also,<br> > > > I said : I switched from=C2=A0 activestate 8.6 to 8.5 to avoid a > dirna= > > me command<br> > > > not found<br> > > > I was not getting any connectivity related problem.<br> > > > My httpd.tcl was able to identify the back end running server<br> > > > The kind of errors I was facing were below :<br> > > > Should I switch back to 8.6<br> > > ><br> > > </span>I can't give you advice on this because I'm not running > tclh= > > ttpd on<br> > > Tcl8.6 anywhere. Had some unrelated problems with 8.6 which affected<br> > > other software I need on my machines.<br> > > <span class=3D""><br> > > <br> > > <br> > > > --------------------<br> > > > [11/4/2015 8:35:52 PM] Abhishek Tiwari: > ./../custom/mf_csv_export.tcl:= > > <br> > > > attempt to provide package sgmlparser 1.1 failed:<br> > > ><br> > > > package sgmlparser 1.0 provided instead<br> > > ><br> > > </span>This means your ./../custom/mf_csv_export.tcl has to be tweaked. > Tha= > > t's<br> > > a tcl file of you own front/backend which is just too specific about > the<br= > > > > > version of some tcl package it likes to load.<br> > > <br> > > Look for a line saying<br> > > <br> > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 package require sgmlparser 1.0<br> > > <br> > > and change it to<br> > > <br> > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 package require sgmlparser 1.0-<br> > > <span class=3D""><br> > > <br> > > > ./../custom/mf_click_handler.tcl: attempt to provide package > SOAP::Uti= > > ls<br> > > > 1.0 failed: package SOAP::Utils 1.0.1 provided<br> > > ><br> > > </span>Same here.<br> > > <br> > > <br> > > The other errors you get are doubles.<br> > > <br> > > Kind regards<br> > > <span class=3D""><font color=3D"#888888"><br> > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 Jan<br> > > <br> > > <br> > > <br> > > </font></span></blockquote></div><br></div></div> > > > > --001a113df8a855f7e40523bddd8d-- > > > > > > --===============1094546570057222111== > > Content-Type: text/plain; charset="us-ascii" > > MIME-Version: 1.0 > > Content-Transfer-Encoding: 7bit > > Content-Disposition: inline > > > > > ------------------------------------------------------------------------------ > > > > --===============1094546570057222111== > > Content-Type: text/plain; charset="us-ascii" > > MIME-Version: 1.0 > > Content-Transfer-Encoding: 7bit > > Content-Disposition: inline > > > > _______________________________________________ > > TclHttpd-users mailing list > > Tcl...@li... > > https://lists.sourceforge.net/lists/listinfo/tclhttpd-users > > > > --===============1094546570057222111==-- > > > > > > |
From: Abhishek T. <abh...@au...> - 2015-11-06 16:49:05
|
Can you suggest a code coverage tool for tcl Lets say the scenario is : main.tcl has function : main() a.tcl has function : a() b.tcl has function : b() c.tcl has function : c() d.tcl has function : d() main is calling a which is calling b .....c is calling d. I thing activestate plugin to eclipse provides a codecoverage way but that for that I need to keep ecplise up. I want a tool which can internally cover the code in main,a,b,c,d - basically the execution path when i run a test case to cover this execution. Please help Regards Abhishek |
From: Abhishek T. <abh...@au...> - 2015-11-05 13:09:00
|
can't find package Thread while executing "package require Thread " invoked from within "if {$Config(threads) > 0} { package require Thread ;# C extension package require httpd::threadmgr ;# Tcl layer on top #Stderr "Threads e..." (file "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" line 453) I am getting this error with : tclsh84 Please help. I am totally new to tcl language Regards Abhishek |
From: Abhishek T. <abh...@au...> - 2015-11-04 21:41:00
|
In this file : C:\LM_120_with_unittests\dist\tclweb\lib\Tclxml2.6\tclparser-8.1.tcl I changed to package require sgmlparser 1.0- There is not : package require sgmlparser 1.0 in this : ./../custom/mf_click_handler.tcl But I am still getting these errors : ----------------------- Unable to connect to your ListManager server. Listmanager may be down, or the address/port may be incorrect. Unable to connect to your ListManager server. Listmanager may be down, or the address/port may be incorrect. ./../custom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 failed: package sgmlparser 1.0 provided instead ("package ifneeded sgmlparser 1.1" script) invoked from within "package require sgmlparser 1.0-" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" line 41) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" ("package ifneeded xml::tclparser 2.6" script) invoked from within "package require xml::tclparser 2.6" invoked from within "if {[catch {package require xml::c 2.6}]} { package require xml::tcl 2.6 package require xmldefs # Only choice is tclparser package require ..." ("package ifneeded xml 2.6" script) invoked from within "package require xml 2.6" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" line 24) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl 2.6" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" line 49) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" invoked from within "if {[catch {package require dom::generic 2.6}]} { package require dom::tclgeneric } else { catch {package require dom::c} catch {package requir..." ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" ./../custom/mf_click_handler.tcl: attempt to provide package SOAP::Utils 1.0 failed: package SOAP::Utils 1.0.1 provided instead while executing "Thread_Send $id [list source $Config(main)]" (procedure "Thread_Start" line 27) invoked from within "Thread_Start" (procedure "sched::init" line 2) invoked from within "sched::init" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_sched.tcl" line 38) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_sched.tcl" ("package ifneeded mf_sched 1.0" script) invoked from within "package require mf_sched" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_cache.tcl" line 3) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_cache.tcl" ("package ifneeded mf_cache 1.0" script) invoked from within "package require mf_cache" (file "./../custom/mf_click_handler.tcl" line 7) invoked from within "source $f" Unable to connect to your ListManager server. Listmanager may be down, or the address/port may be incorrect. ./../custom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 failed: package sgmlparser 1.0 provided instead ("package ifneeded sgmlparser 1.1" script) invoked from within "package require sgmlparser 1.0-" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" line 41) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" ("package ifneeded xml::tclparser 2.6" script) invoked from within "package require xml::tclparser 2.6" invoked from within "if {[catch {package require xml::c 2.6}]} { package require xml::tcl 2.6 package require xmldefs # Only choice is tclparser package require ..." ("package ifneeded xml 2.6" script) invoked from within "package require xml 2.6" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" line 24) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl 2.6" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" line 49) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" invoked from within "if {[catch {package require dom::generic 2.6}]} { package require dom::tclgeneric } else { catch {package require dom::c} catch {package requir..." ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" ./../custom/mf_click_handler_converters.tcl: attempt to provide package SOAP::Utils 1.0 failed: package SOAP::Utils 1.0.1 provided instead while executing "Thread_Send $id [list source $Config(main)]" (procedure "Thread_Start" line 27) invoked from within "Thread_Start" (procedure "sched::init" line 2) invoked from within "sched::init" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_sched.tcl" line 38) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_sched.tcl" ("package ifneeded mf_sched 1.0" script) invoked from within "package require mf_sched" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_cache.tcl" line 3) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_cache.tcl" ("package ifneeded mf_cache 1.0" script) invoked from within "package require mf_cache" (file "./../custom/mf_click_handler_converters.tcl" line 4) invoked from within "source $f" ./../custom/mf_click_handler_cache.tcl: can't create procedure "clickhandler::get_cached_url_mem": unknown namespace while executing "proc clickhandler::get_cached_url_mem { urlid } { set url "" if [catch { if { [tsv::exists click_map $urlid:url]} { # use..." (file "./../custom/mf_click_handler_cache.tcl" line 1) invoked from within "source $f" ./../custom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 failed: package sgmlparser 1.0 provided instead ("package ifneeded sgmlparser 1.1" script) invoked from within "package require sgmlparser 1.0-" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" line 41) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" ("package ifneeded xml::tclparser 2.6" script) invoked from within "package require xml::tclparser 2.6" invoked from within "if {[catch {package require xml::c 2.6}]} { package require xml::tcl 2.6 package require xmldefs # Only choice is tclparser package require ..." ("package ifneeded xml 2.6" script) invoked from within "package require xml 2.6" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" line 24) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl 2.6" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" line 49) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" invoked from within "if {[catch {package require dom::generic 2.6}]} { package require dom::tclgeneric } else { catch {package require dom::c} catch {package requir..." ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" Error processing main startup script ".\httpdthread.tcl". attempt to provide package SOAP::Utils 1.0 failed: package SOAP::Utils 1.0.1 provided instead ("package ifneeded SOAP::Utils 1.0" script) invoked from within "package require SOAP::Utils" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/SOAP-1.6.8.1.tm" line 31) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ SOAP-1.6.8.1.tm" ("package ifneeded SOAP 1.6.8.1" script) invoked from within "package require SOAP" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_soap.tcl" line 8) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_soap.tcl" ("package ifneeded mf_soap 1.0" script) invoked from within "package require mf_soap" (file "./httpdthread.tcl" line 215) invoked from within "source $Config(main)" while executing "error $error" invoked from within "if {[catch {source $Config(main)} message]} then { global errorInfo set error "Error processing main startup script \"[file nativename $Config..." (file "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" line 468) -------------------------- Regards Abhishek On Thu, Nov 5, 2015 at 2:52 AM, Jan Kandziora <jj...@gm...> wrote: > Am 04.11.2015 um 22:06 schrieb Abhishek Tiwari: > > Also, > > I said : I switched from activestate 8.6 to 8.5 to avoid a dirname > command > > not found > > I was not getting any connectivity related problem. > > My httpd.tcl was able to identify the back end running server > > The kind of errors I was facing were below : > > Should I switch back to 8.6 > > > I can't give you advice on this because I'm not running tclhttpd on > Tcl8.6 anywhere. Had some unrelated problems with 8.6 which affected > other software I need on my machines. > > > > > -------------------- > > [11/4/2015 8:35:52 PM] Abhishek Tiwari: ./../custom/mf_csv_export.tcl: > > attempt to provide package sgmlparser 1.1 failed: > > > > package sgmlparser 1.0 provided instead > > > This means your ./../custom/mf_csv_export.tcl has to be tweaked. That's > a tcl file of you own front/backend which is just too specific about the > version of some tcl package it likes to load. > > Look for a line saying > > package require sgmlparser 1.0 > > and change it to > > package require sgmlparser 1.0- > > > > ./../custom/mf_click_handler.tcl: attempt to provide package SOAP::Utils > > 1.0 failed: package SOAP::Utils 1.0.1 provided > > > Same here. > > > The other errors you get are doubles. > > Kind regards > > Jan > > > > |
From: Abhishek T. <abh...@au...> - 2015-11-04 21:22:49
|
>I was not getting any connectivity related problem. >My httpd.tcl was able to identify the back end running server >The kind of errors I was facing were below All this wrt 8.6. So this is when I was using actiestate 8.6 Regards Abhishek On Thu, Nov 5, 2015 at 2:36 AM, Abhishek Tiwari <abh...@au...> wrote: > Also, > I said : I switched from activestate 8.6 to 8.5 to avoid a dirname > command not found > I was not getting any connectivity related problem. > My httpd.tcl was able to identify the back end running server > The kind of errors I was facing were below : > Should I switch back to 8.6 > -------------------- > [11/4/2015 8:35:52 PM] Abhishek Tiwari: ./../custom/mf_csv_export.tcl: > attempt to provide package sgmlparser 1.1 failed: > > package sgmlparser 1.0 provided instead > ("package ifneeded sgmlparser 1.1" script) > invoked from within > "package require sgmlparser 1.0" > (file > "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" line > 41) > invoked from within > "source > C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" > ("package ifneeded xml::tclparser 2.6" script) > invoked from within > "package require xml::tclparser 2.6" > invoked from within > "if {[catch {package require xml::c 2.6}]} { > package require xml::tcl 2.6 > package require xmldefs > # Only choice is tclparser > package require ..." > ("package ifneeded xml 2.6" script) > invoked from within > "package require xml 2.6" > (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" > line 24) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" > ("package ifneeded dom::tcl 2.6" script) > invoked from within > "package require dom::tcl 2.6" > (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" > line 49) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" > ("package ifneeded dom::tclgeneric 2.6" script) > invoked from within > "package require dom::tclgeneric" > invoked from within > "if {[catch {package require dom::generic 2.6}]} { > package require dom::tclgeneric > } else { > catch {package require dom::c} > catch {package requir..." > ("package ifneeded dom 2.6" script) > invoked from within > "package require dom" > (file "./../htdocs/libtml/mf_xml.tcl" line 7) > [11/4/2015 8:36:16 PM] Abhishek Tiwari: invoked from within > "source ./../htdocs/libtml/mf_xml.tcl" > ("package ifneeded mf_xml 1.0" script) > invoked from within > "package require mf_xml" > (file "./../custom/mf_csv_export.tcl" line 11) > invoked from within > "source $f" > ./../custom/mf_click_handler.tcl: attempt to provide package SOAP::Utils > 1.0 failed: package SOAP::Utils 1.0.1 provided > > instead > while executing > "Thread_Send $id [list source $Config(main)]" > (procedure "Thread_Start" line 27) > invoked from within > "Thread_Start" > (procedure "sched::init" line 2) > invoked from within > "sched::init" > (file "./../htdocs/libtml/mf_sched.tcl" line 38) > invoked from within > "source ./../htdocs/libtml/mf_sched.tcl" > ("package ifneeded mf_sched 1.0" script) > invoked from within > "package require mf_sched" > (file "./../htdocs/libtml/mf_cache.tcl" line 3) > invoked from within > "source ./../htdocs/libtml/mf_cache.tcl" > ("package ifneeded mf_cache 1.0" script) > invoked from within > "package require mf_cache" > (file "./../custom/mf_click_handler.tcl" line 7) > invoked from within > "source $f" > ./../custom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 > failed: package sgmlparser 1.0 provided instead > ("package ifneeded sgmlparser 1.1" script) > invoked from within > "package require sgmlparser 1.0" > (file > "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" line > 41) > invoked from within > "source > C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" > ("package ifneeded xml::tclparser 2.6" script) > invoked from within > "package require xml::tclparser 2.6" > invoked from within > "if {[catch {package require xml::c 2.6}]} { > package require xml::tcl 2.6 > package require xmldefs > # Only choice is tclparser > package require ..." > ("package ifneeded xml 2.6" script) > invoked from within > "package require xml 2.6" > (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" > line 24) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" > ("package ifneeded dom::tcl 2.6" script) > invoked from within > "package require dom::tcl 2.6" > (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" > line 49) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" > ("package ifneeded dom::tclgeneric 2.6" script) > invoked from within > "package require dom::tclgeneric" > invoked from within > "if {[catch {package require dom::generic 2.6}]} { > package require dom::tclgeneric > } else { > catch {package require dom::c} > catch {package requir..." > ("package ifneeded dom 2.6" script) > invoked from within > "package require dom" > (file "./../htdocs/libtml/mf_xml.tcl" line 7) > invoked from within > "source ./../htdocs/libtml/mf_xml.tcl" > ("package ifneeded mf_xml 1.0" script) > invoked from within > "package require mf_xml" > (file "./../custom/mf_csv_export.tcl" line 11) > invoked from within > "source $f" > ./../custom/mf_click_handler_converters.tcl: attempt to provide package > SOAP::Utils 1.0 failed: package SOAP::Utils 1.0.1 > > provided instead > [11/4/2015 8:36:34 PM] Abhishek Tiwari: while executing > "Thread_Send $id [list source $Config(main)]" > (procedure "Thread_Start" line 27) > invoked from within > "Thread_Start" > (procedure "sched::init" line 2) > invoked from within > "sched::init" > (file "./../htdocs/libtml/mf_sched.tcl" line 38) > invoked from within > "source ./../htdocs/libtml/mf_sched.tcl" > ("package ifneeded mf_sched 1.0" script) > invoked from within > "package require mf_sched" > (file "./../htdocs/libtml/mf_cache.tcl" line 3) > invoked from within > "source ./../htdocs/libtml/mf_cache.tcl" > ("package ifneeded mf_cache 1.0" script) > invoked from within > "package require mf_cache" > (file "./../custom/mf_click_handler_converters.tcl" line 4) > invoked from within > "source $f" > ./../custom/mf_click_handler_cache.tcl: can't create procedure > "clickhandler::get_cached_url_mem": unknown namespace > while executing > "proc clickhandler::get_cached_url_mem { urlid } { > set url "" > > if [catch { > if { [tsv::exists click_map $urlid:url]} { > # use..." > (file "./../custom/mf_click_handler_cache.tcl" line 1) > invoked from within > "source $f" > ./../custom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 > failed: package sgmlparser 1.0 provided instead > ("package ifneeded sgmlparser 1.1" script) > invoked from within > "package require sgmlparser 1.0" > (file > "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" line > 41) > invoked from within > "source > C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" > ("package ifneeded xml::tclparser 2.6" script) > invoked from within > "package require xml::tclparser 2.6" > invoked from within > "if {[catch {package require xml::c 2.6}]} { > package require xml::tcl 2.6 > package require xmldefs > # Only choice is tclparser > package require ..." > ("package ifneeded xml 2.6" script) > invoked from within > "package require xml 2.6" > (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" > line 24) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" > ("package ifneeded dom::tcl 2.6" script) > invoked from within > "package require dom::tcl 2.6" > (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" > line 49) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" > ("package ifneeded dom::tclgeneric 2.6" script) > invoked from within > "package require dom::tclgeneric" > invoked from within > "if {[catch {package require dom::generic 2.6}]} { > package require dom::tclgeneric > } else { > catch {package require dom::c} > catch {package requir..." > ("package ifneeded dom 2.6" script) > invoked from within > "package require dom" > (file "./../htdocs/libtml/mf_xml.tcl" line 7) > invoked from within > "source ./../htdocs/libtml/mf_xml.tcl" > ("package ifneeded mf_xml 1.0" script) > invoked from within > "package require mf_xml" > (file "./../custom/mf_csv_export.tcl" line 11) > invoked from within > "source $f" > Error processing main startup script ".\httpdthread.tcl". > attempt to provide package SOAP::Utils 1.0 failed: package SOAP::Utils > 1.0.1 provided instead > ("package ifneeded SOAP::Utils 1.0" script) > invoked from within > "package require SOAP::Utils" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/SOAP-1.6.8.1.tm" > line 31) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ > SOAP-1.6.8.1.tm" > ("package ifneeded SOAP 1.6.8.1" script) > invoked from within > "package require SOAP" > (file "./../htdocs/libtml/mf_soap.tcl" line 8) > invoked from within > "source ./../htdocs/libtml/mf_soap.tcl" > ("package ifneeded mf_soap 1.0" script) > invoked from within > "package require mf_soap" > (file "./httpdthread.tcl" line 215) > invoked from within > "source $Config(main)" > while executing > "error $error" > invoked from within > "if {[catch {source $Config(main)} message]} then { > global errorInfo > set error "Error processing main startup script \"[file nativename > $Config..." > (file "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" > line 466) > ------------------------------------- > Regards > Abhishek > > On Thu, Nov 5, 2015 at 1:54 AM, Jan Kandziora <jj...@gm...> wrote: > >> Am 04.11.2015 um 20:20 schrieb Abhishek Tiwari: >> > I switched from activate 8.6 to 8.5 to avoid a dirname command not >> found >> > I am facing this error : >> > tclhttpd3.3 compatibility mode failed. >> > can't read "Config(disable_iocpsock)": no such element in array >> > while executing >> > "expr {!($Config(disable_iocpsock) || [catch {package require Iocpsock >> > 2.0}])}" >> > (procedure "Httpd_Server" line 3) >> > invoked from within >> > "Httpd_Server $Config(port) $Config(host) $Config(ipaddr)" >> > (file >> "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" >> > line 233) >> > >> There's the default value for the configuration key "disable_iocpsock" >> missing which should be there. Don't know the MS-Windows setup of >> tclhttpd, but you have to insert a line >> >> >> disable_iocpsock 1 >> >> >> into a file "tclhttpd.rc" which is somewhere in your tclhttpd >> installation. >> >> >> If you don't find that file, try adding >> >> set Config(disable_iocpsock) 1 >> >> just before the >> >> Httpd_Server $Config(port) $Config(host) $Config(ipaddr) >> >> line in C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl >> >> >> Kind regards >> >> Jan >> > > |
From: Jan K. <jj...@gm...> - 2015-11-04 21:22:27
|
Am 04.11.2015 um 22:06 schrieb Abhishek Tiwari: > Also, > I said : I switched from activestate 8.6 to 8.5 to avoid a dirname command > not found > I was not getting any connectivity related problem. > My httpd.tcl was able to identify the back end running server > The kind of errors I was facing were below : > Should I switch back to 8.6 > I can't give you advice on this because I'm not running tclhttpd on Tcl8.6 anywhere. Had some unrelated problems with 8.6 which affected other software I need on my machines. > -------------------- > [11/4/2015 8:35:52 PM] Abhishek Tiwari: ./../custom/mf_csv_export.tcl: > attempt to provide package sgmlparser 1.1 failed: > > package sgmlparser 1.0 provided instead > This means your ./../custom/mf_csv_export.tcl has to be tweaked. That's a tcl file of you own front/backend which is just too specific about the version of some tcl package it likes to load. Look for a line saying package require sgmlparser 1.0 and change it to package require sgmlparser 1.0- > ./../custom/mf_click_handler.tcl: attempt to provide package SOAP::Utils > 1.0 failed: package SOAP::Utils 1.0.1 provided > Same here. The other errors you get are doubles. Kind regards Jan |
From: Abhishek T. <abh...@au...> - 2015-11-04 21:06:33
|
Also, I said : I switched from activestate 8.6 to 8.5 to avoid a dirname command not found I was not getting any connectivity related problem. My httpd.tcl was able to identify the back end running server The kind of errors I was facing were below : Should I switch back to 8.6 -------------------- [11/4/2015 8:35:52 PM] Abhishek Tiwari: ./../custom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 failed: package sgmlparser 1.0 provided instead ("package ifneeded sgmlparser 1.1" script) invoked from within "package require sgmlparser 1.0" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" line 41) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" ("package ifneeded xml::tclparser 2.6" script) invoked from within "package require xml::tclparser 2.6" invoked from within "if {[catch {package require xml::c 2.6}]} { package require xml::tcl 2.6 package require xmldefs # Only choice is tclparser package require ..." ("package ifneeded xml 2.6" script) invoked from within "package require xml 2.6" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" line 24) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl 2.6" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" line 49) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" invoked from within "if {[catch {package require dom::generic 2.6}]} { package require dom::tclgeneric } else { catch {package require dom::c} catch {package requir..." ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "./../htdocs/libtml/mf_xml.tcl" line 7) [11/4/2015 8:36:16 PM] Abhishek Tiwari: invoked from within "source ./../htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" ./../custom/mf_click_handler.tcl: attempt to provide package SOAP::Utils 1.0 failed: package SOAP::Utils 1.0.1 provided instead while executing "Thread_Send $id [list source $Config(main)]" (procedure "Thread_Start" line 27) invoked from within "Thread_Start" (procedure "sched::init" line 2) invoked from within "sched::init" (file "./../htdocs/libtml/mf_sched.tcl" line 38) invoked from within "source ./../htdocs/libtml/mf_sched.tcl" ("package ifneeded mf_sched 1.0" script) invoked from within "package require mf_sched" (file "./../htdocs/libtml/mf_cache.tcl" line 3) invoked from within "source ./../htdocs/libtml/mf_cache.tcl" ("package ifneeded mf_cache 1.0" script) invoked from within "package require mf_cache" (file "./../custom/mf_click_handler.tcl" line 7) invoked from within "source $f" ./../custom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 failed: package sgmlparser 1.0 provided instead ("package ifneeded sgmlparser 1.1" script) invoked from within "package require sgmlparser 1.0" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" line 41) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" ("package ifneeded xml::tclparser 2.6" script) invoked from within "package require xml::tclparser 2.6" invoked from within "if {[catch {package require xml::c 2.6}]} { package require xml::tcl 2.6 package require xmldefs # Only choice is tclparser package require ..." ("package ifneeded xml 2.6" script) invoked from within "package require xml 2.6" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" line 24) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl 2.6" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" line 49) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" invoked from within "if {[catch {package require dom::generic 2.6}]} { package require dom::tclgeneric } else { catch {package require dom::c} catch {package requir..." ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "./../htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source ./../htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" ./../custom/mf_click_handler_converters.tcl: attempt to provide package SOAP::Utils 1.0 failed: package SOAP::Utils 1.0.1 provided instead [11/4/2015 8:36:34 PM] Abhishek Tiwari: while executing "Thread_Send $id [list source $Config(main)]" (procedure "Thread_Start" line 27) invoked from within "Thread_Start" (procedure "sched::init" line 2) invoked from within "sched::init" (file "./../htdocs/libtml/mf_sched.tcl" line 38) invoked from within "source ./../htdocs/libtml/mf_sched.tcl" ("package ifneeded mf_sched 1.0" script) invoked from within "package require mf_sched" (file "./../htdocs/libtml/mf_cache.tcl" line 3) invoked from within "source ./../htdocs/libtml/mf_cache.tcl" ("package ifneeded mf_cache 1.0" script) invoked from within "package require mf_cache" (file "./../custom/mf_click_handler_converters.tcl" line 4) invoked from within "source $f" ./../custom/mf_click_handler_cache.tcl: can't create procedure "clickhandler::get_cached_url_mem": unknown namespace while executing "proc clickhandler::get_cached_url_mem { urlid } { set url "" if [catch { if { [tsv::exists click_map $urlid:url]} { # use..." (file "./../custom/mf_click_handler_cache.tcl" line 1) invoked from within "source $f" ./../custom/mf_csv_export.tcl: attempt to provide package sgmlparser 1.1 failed: package sgmlparser 1.0 provided instead ("package ifneeded sgmlparser 1.1" script) invoked from within "package require sgmlparser 1.0" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" line 41) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tclxml2.6/tclparser-8.1.tcl" ("package ifneeded xml::tclparser 2.6" script) invoked from within "package require xml::tclparser 2.6" invoked from within "if {[catch {package require xml::c 2.6}]} { package require xml::tcl 2.6 package require xmldefs # Only choice is tclparser package require ..." ("package ifneeded xml 2.6" script) invoked from within "package require xml 2.6" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" line 24) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/domimpl.tcl" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl 2.6" (file "C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" line 49) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/lib/Tcldom2.6/dom.tcl" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" invoked from within "if {[catch {package require dom::generic 2.6}]} { package require dom::tclgeneric } else { catch {package require dom::c} catch {package requir..." ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "./../htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source ./../htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" Error processing main startup script ".\httpdthread.tcl". attempt to provide package SOAP::Utils 1.0 failed: package SOAP::Utils 1.0.1 provided instead ("package ifneeded SOAP::Utils 1.0" script) invoked from within "package require SOAP::Utils" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/SOAP-1.6.8.1.tm" line 31) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ SOAP-1.6.8.1.tm" ("package ifneeded SOAP 1.6.8.1" script) invoked from within "package require SOAP" (file "./../htdocs/libtml/mf_soap.tcl" line 8) invoked from within "source ./../htdocs/libtml/mf_soap.tcl" ("package ifneeded mf_soap 1.0" script) invoked from within "package require mf_soap" (file "./httpdthread.tcl" line 215) invoked from within "source $Config(main)" while executing "error $error" invoked from within "if {[catch {source $Config(main)} message]} then { global errorInfo set error "Error processing main startup script \"[file nativename $Config..." (file "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" line 466) ------------------------------------- Regards Abhishek On Thu, Nov 5, 2015 at 1:54 AM, Jan Kandziora <jj...@gm...> wrote: > Am 04.11.2015 um 20:20 schrieb Abhishek Tiwari: > > I switched from activate 8.6 to 8.5 to avoid a dirname command not found > > I am facing this error : > > tclhttpd3.3 compatibility mode failed. > > can't read "Config(disable_iocpsock)": no such element in array > > while executing > > "expr {!($Config(disable_iocpsock) || [catch {package require Iocpsock > > 2.0}])}" > > (procedure "Httpd_Server" line 3) > > invoked from within > > "Httpd_Server $Config(port) $Config(host) $Config(ipaddr)" > > (file "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" > > line 233) > > > There's the default value for the configuration key "disable_iocpsock" > missing which should be there. Don't know the MS-Windows setup of > tclhttpd, but you have to insert a line > > > disable_iocpsock 1 > > > into a file "tclhttpd.rc" which is somewhere in your tclhttpd installation. > > > If you don't find that file, try adding > > set Config(disable_iocpsock) 1 > > just before the > > Httpd_Server $Config(port) $Config(host) $Config(ipaddr) > > line in C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl > > > Kind regards > > Jan > |
From: Abhishek T. <abh...@au...> - 2015-11-04 21:04:14
|
Hi Jan Thanks for the prompt reply. This is a legacy code I am working upon : Backend - C++ and 1% of total tcl code Frontend : Remaining 99% of tcl There are serveral tcl file(certainly more than 1000) So, what we are trying to achive is code coverage of the entire tcl code. I believe using activestate, we can gather codecoverage? Please help Regards On Thu, Nov 5, 2015 at 2:28 AM, Jan Kandziora <jj...@gm...> wrote: > Am 04.11.2015 um 21:38 schrieb Abhishek Tiwari: > > Hi Jan, > > Thanks. It solved that particular error : > > But, now I am facing this : > > To be honest, I am just a beginner in tcl world. If you could help these > > error, it would be super awesome and a hugh favour!! > > > Abhishek, you are taking the tough road to Tcl. > > Tclhttpd is a very old and mostly unattended piece of software. It's > mostly like a soviet nuclear reactor. If it works, don't touch it, if > you touch it, you may be in trouble. In any case, if it falls apart, the > broken atoms are all yours. > > I've written some patches to tclhttpd myself (such as support for HTTP > compression) but I never published it other than embedded into my own > devices because Tclhttpd is so brittle anyone else would rather give up > than implement my patches on her or his installation successfully. > > That said, is there a specific reason why you want to use Tclhttpd, > specifically? There are other httpd implementations, for example > > WUB > > http://wiki.tcl.tk/15781 > > Or maybe you like Tänzer? > > http://tanzer.io/ > > Or you can cut+paste a simple httpd into your own program, my own > example for Tcl 8.6 right below on this page: > > http://wiki.tcl.tk/15244 > > > Or do you just want to use Tcl code on the server side of another HTTPD? > In that case mod_tcl and webshell are for you. > > > Kind regards > > Jan > |
From: Jan K. <jj...@gm...> - 2015-11-04 20:59:04
|
Am 04.11.2015 um 21:38 schrieb Abhishek Tiwari: > Hi Jan, > Thanks. It solved that particular error : > But, now I am facing this : > To be honest, I am just a beginner in tcl world. If you could help these > error, it would be super awesome and a hugh favour!! > Abhishek, you are taking the tough road to Tcl. Tclhttpd is a very old and mostly unattended piece of software. It's mostly like a soviet nuclear reactor. If it works, don't touch it, if you touch it, you may be in trouble. In any case, if it falls apart, the broken atoms are all yours. I've written some patches to tclhttpd myself (such as support for HTTP compression) but I never published it other than embedded into my own devices because Tclhttpd is so brittle anyone else would rather give up than implement my patches on her or his installation successfully. That said, is there a specific reason why you want to use Tclhttpd, specifically? There are other httpd implementations, for example WUB http://wiki.tcl.tk/15781 Or maybe you like Tänzer? http://tanzer.io/ Or you can cut+paste a simple httpd into your own program, my own example for Tcl 8.6 right below on this page: http://wiki.tcl.tk/15244 Or do you just want to use Tcl code on the server side of another HTTPD? In that case mod_tcl and webshell are for you. Kind regards Jan |
From: Abhishek T. <abh...@au...> - 2015-11-04 20:40:09
|
FYI, I could not find any package in my source code : limit.tcl Regards Abhishek On Thu, Nov 5, 2015 at 2:08 AM, Abhishek Tiwari <abh...@au...> wrote: > Hi Jan, > Thanks. It solved that particular error : > But, now I am facing this : > To be honest, I am just a beginner in tcl world. If you could help these > error, it would be super awesome and a hugh favour!! > -------------------------------------------- > tclhttpd3.3 compatibility mode failed. > can't find package limit > Running with default file descriptor limit > Threads enabled > Error processing main startup script > "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpdthread.tcl". > can't read "Config(homeabsolute)": no such element in array > while executing > "set Cgi(homeabsolute) $Config(homeabsolute)" > (file > "C:/LM_120_with_unittests/dist/tclweb/LM_TCL_DEBUG.5/../lib/cgi.tcl" line > 34) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/LM_TCL_DEBUG.5/../lib/cgi.tcl" > ("package ifneeded httpd::cgi 1.1" script) > invoked from within > "package require httpd::cgi " > (file > "C:/LM_120_with_unittests/dist/tclweb/LM_TCL_DEBUG.5/httpdthread.tcl" line > 123) > invoked from within > "source $Config(main)" > while executing > "error $error" > invoked from within > "if {[catch {source $Config(main)} message]} then { > global errorInfo > set error "Error processing main startup script \"[file nativename > $Config..." > (file "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" > line 328) > > ------------------------------------------------- > Best Regards > Abhishek > > On Thu, Nov 5, 2015 at 1:54 AM, Jan Kandziora <jj...@gm...> wrote: > >> Am 04.11.2015 um 20:20 schrieb Abhishek Tiwari: >> > I switched from activate 8.6 to 8.5 to avoid a dirname command not >> found >> > I am facing this error : >> > tclhttpd3.3 compatibility mode failed. >> > can't read "Config(disable_iocpsock)": no such element in array >> > while executing >> > "expr {!($Config(disable_iocpsock) || [catch {package require Iocpsock >> > 2.0}])}" >> > (procedure "Httpd_Server" line 3) >> > invoked from within >> > "Httpd_Server $Config(port) $Config(host) $Config(ipaddr)" >> > (file >> "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" >> > line 233) >> > >> There's the default value for the configuration key "disable_iocpsock" >> missing which should be there. Don't know the MS-Windows setup of >> tclhttpd, but you have to insert a line >> >> >> disable_iocpsock 1 >> >> >> into a file "tclhttpd.rc" which is somewhere in your tclhttpd >> installation. >> >> >> If you don't find that file, try adding >> >> set Config(disable_iocpsock) 1 >> >> just before the >> >> Httpd_Server $Config(port) $Config(host) $Config(ipaddr) >> >> line in C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl >> >> >> Kind regards >> >> Jan >> > > |
From: Abhishek T. <abh...@au...> - 2015-11-04 20:39:01
|
Hi Jan, Thanks. It solved that particular error : But, now I am facing this : To be honest, I am just a beginner in tcl world. If you could help these error, it would be super awesome and a hugh favour!! -------------------------------------------- tclhttpd3.3 compatibility mode failed. can't find package limit Running with default file descriptor limit Threads enabled Error processing main startup script "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpdthread.tcl". can't read "Config(homeabsolute)": no such element in array while executing "set Cgi(homeabsolute) $Config(homeabsolute)" (file "C:/LM_120_with_unittests/dist/tclweb/LM_TCL_DEBUG.5/../lib/cgi.tcl" line 34) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/LM_TCL_DEBUG.5/../lib/cgi.tcl" ("package ifneeded httpd::cgi 1.1" script) invoked from within "package require httpd::cgi " (file "C:/LM_120_with_unittests/dist/tclweb/LM_TCL_DEBUG.5/httpdthread.tcl" line 123) invoked from within "source $Config(main)" while executing "error $error" invoked from within "if {[catch {source $Config(main)} message]} then { global errorInfo set error "Error processing main startup script \"[file nativename $Config..." (file "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" line 328) ------------------------------------------------- Best Regards Abhishek On Thu, Nov 5, 2015 at 1:54 AM, Jan Kandziora <jj...@gm...> wrote: > Am 04.11.2015 um 20:20 schrieb Abhishek Tiwari: > > I switched from activate 8.6 to 8.5 to avoid a dirname command not found > > I am facing this error : > > tclhttpd3.3 compatibility mode failed. > > can't read "Config(disable_iocpsock)": no such element in array > > while executing > > "expr {!($Config(disable_iocpsock) || [catch {package require Iocpsock > > 2.0}])}" > > (procedure "Httpd_Server" line 3) > > invoked from within > > "Httpd_Server $Config(port) $Config(host) $Config(ipaddr)" > > (file "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" > > line 233) > > > There's the default value for the configuration key "disable_iocpsock" > missing which should be there. Don't know the MS-Windows setup of > tclhttpd, but you have to insert a line > > > disable_iocpsock 1 > > > into a file "tclhttpd.rc" which is somewhere in your tclhttpd installation. > > > If you don't find that file, try adding > > set Config(disable_iocpsock) 1 > > just before the > > Httpd_Server $Config(port) $Config(host) $Config(ipaddr) > > line in C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl > > > Kind regards > > Jan > |
From: Jan K. <jj...@gm...> - 2015-11-04 20:25:11
|
Am 04.11.2015 um 20:20 schrieb Abhishek Tiwari: > I switched from activate 8.6 to 8.5 to avoid a dirname command not found > I am facing this error : > tclhttpd3.3 compatibility mode failed. > can't read "Config(disable_iocpsock)": no such element in array > while executing > "expr {!($Config(disable_iocpsock) || [catch {package require Iocpsock > 2.0}])}" > (procedure "Httpd_Server" line 3) > invoked from within > "Httpd_Server $Config(port) $Config(host) $Config(ipaddr)" > (file "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" > line 233) > There's the default value for the configuration key "disable_iocpsock" missing which should be there. Don't know the MS-Windows setup of tclhttpd, but you have to insert a line disable_iocpsock 1 into a file "tclhttpd.rc" which is somewhere in your tclhttpd installation. If you don't find that file, try adding set Config(disable_iocpsock) 1 just before the Httpd_Server $Config(port) $Config(host) $Config(ipaddr) line in C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl Kind regards Jan |
From: Abhishek T. <abh...@au...> - 2015-11-04 19:49:17
|
I switched from activate 8.6 to 8.5 to avoid a dirname command not found I am facing this error : tclhttpd3.3 compatibility mode failed. can't read "Config(disable_iocpsock)": no such element in array while executing "expr {!($Config(disable_iocpsock) || [catch {package require Iocpsock 2.0}])}" (procedure "Httpd_Server" line 3) invoked from within "Httpd_Server $Config(port) $Config(host) $Config(ipaddr)" (file "C:\LM_120_with_unittests\dist\tclweb\LM_TCL_DEBUG.5\httpd.tcl" line 233) Please help resolving this Regards Abhishek |
From: Abhishek T. <abh...@au...> - 2015-11-03 18:54:34
|
Hi Kindly help me resolve this error : ----------------------------------------------- ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such variable while executing "if {$::dom::strictDOM} { append nodeOptionsRO |nodeName } else { append nodeOptionsRW |nodeName }" (in namespace eval "::dom::tcl" script line 8) invoked from within "namespace eval dom::tcl { variable nodeOptionsRO nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" line 1) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tcl-2.6.tm" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" line 22) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line 30) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ dom-2.6.tm" ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "./../htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source ./../htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" Dependency error: invalid option "-https_link_replacement": must be "-proxy host:port" or "-headers list" ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such variable while executing "if {$::dom::strictDOM} { append nodeOptionsRO |nodeName } else { append nodeOptionsRW |nodeName }" (in namespace eval "::dom::tcl" script line 8) invoked from within "namespace eval dom::tcl { variable nodeOptionsRO nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" line 1) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tcl-2.6.tm" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" line 22) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line 30) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ dom-2.6.tm" ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "./../htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source ./../htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" Dependency error: invalid option "-https_link_replacement": must be "-proxy host:port" or "-headers list" ListManager Web Interface Version 12.0c: Initializing... ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such variable while executing "if {$::dom::strictDOM} { append nodeOptionsRO |nodeName } else { append nodeOptionsRW |nodeName }" (in namespace eval "::dom::tcl" script line 8) invoked from within "namespace eval dom::tcl { variable nodeOptionsRO nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" line 1) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tcl-2.6.tm" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" line 22) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line 30) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ dom-2.6.tm" ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "./../htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source ./../htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" Dependency error: invalid option "-https_link_replacement": must be "-proxy host:port" or "-headers list" ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such variable while executing "if {$::dom::strictDOM} { append nodeOptionsRO |nodeName } else { append nodeOptionsRW |nodeName }" (in namespace eval "::dom::tcl" script line 8) invoked from within "namespace eval dom::tcl { variable nodeOptionsRO nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" line 1) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tcl-2.6.tm" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" line 22) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line 30) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ dom-2.6.tm" ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "./../htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source ./../htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" --------------- Regards Abhishek |
From: Abhishek T. <abh...@au...> - 2015-10-30 13:20:16
|
. I faced the same error and your solution helped rectifying this. But I got this error : Error in configuration file "./tclhttpd.rc" :Error: not allowed to invoke subcommand dirname of file while executing "config::init $Config(config) Config" (file "C:\DEV\WorkSpace\LM_TCL_DEBUG.2\httpd.tcl" line 151) I made changes as per : http://findsupport.xyz/question/29206362/invoke-hidden-commands-in-slave-interpreters-from-master-interpreter But I am getting error : Error in configuration file "./tclhttpd.rc" :Error: could not find interpreter "myslave" while executing "config::init $Config(config) Config" (file "C:\DEV\WorkSpace\LM_TCL_DEBUG.2\httpd.tcl" line 151) Please help Regards Abhishek |
From: <and...@ac...> - 2015-07-28 18:16:45
|
Hello tclhttpd-users, fyi ... 22nd Annual Tcl/Tk Conference (Tcl'2015) http://www.tcl.tk/community/tcl2015/ October 19 - 23, 2015 Comfort Suites Manassas 7350 Williamson Blvd, 20109 Manassas, Virginia, USA [[ Attention! One month to the paper deadline ]] [[ Attention! Registration is open! Please have a look at http://www.tcl.tk/community/tcl2015/register.html ]] [[ Known Speakers -- Keynotes * Kevin Walzer - Tk on the Mac: Past, Present, Future -- Tutorials * Clif Flynt - Advanced Tcl: TclOO Intro New Tcl/Tk Platforms --- Pi and Android * Gerald Lester - Introduction to Tcl 1 Introduction to Tcl 2 Introduction to Tk 1 Programming the Web with Tcl: A Survey of Tools, Tips and Tricks * Sean Woods - Advanced TclOO & Megawidgets in TclOO ]] Important Dates: Abstracts and proposals due August 24, 2015 Notification to authors August 31, 2015 WIP and BOF reservations open July 27, 2015 Hotel Room Release August 25, 2015 Author materials due September 28, 2015 Tutorials Start October 19, 2015 Conference starts October 21, 2015 Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2015 will be held in Manassas, Virginia, USA from October 19, 2015 to October 23, 2015. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Note: We are especially interested in papers for OS X this time, to complement the keynote. Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to tcl...@go... no later than August 24, 2015. Authors of accepted abstracts will have until September 28, 2015 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 30 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis starting in July 27, 2015. Specific instructions for reserving WIP and BOF time slots will be provided in the registration information available in July 27, 2015. Some WIP and BOF time slots will be held open for on-site reservation. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2015/) and will be published on various Tcl/Tk-related information channels. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee * Andreas Kupries ActiveState Inc * Arjen Markus Deltares * Brian Griffin Mentor Graphics * Clif Flynt Noumena Corp * Cynthia Lilagan National Museum of Health & Medicine, Chicago * Donal Fellows University of Manchester * Gerald Lester KnG Consulting LLC * Jeff Hobbs ActiveState Inc * Joe Mistachkin Mistachkin Systems * Kevin Kenny GE Global Research Center * Larry Virden * Mike Doyle National Museum of Health & Medicine, Chicago * Ronald Fox CAEN Technologies NSCL @ Michigan State University * Steve Landers Digital Smarties * Steve Redler, IV SR Technology Contact Information tcl...@go... Tcl'2015 would like to thank those who are sponsoring the conference: * ActiveState Inc * Buonacorsi Foundation * Mentor Graphics * Noumena Corp * SR Technology * Tcl Community Association |
From: <and...@ac...> - 2015-06-09 04:24:27
|
Hello tclhttpd-users, fyi ... 22nd Annual Tcl/Tk Conference (Tcl'2015) http://www.tcl.tk/community/tcl2015/ October 19 - 23, 2015 Comfort Suites Manassas 7350 Williamson Blvd, 20109 Manassas, Virginia, USA Important Dates: [[ Attention! Registration is open! Please have a look at http://www.tcl.tk/community/tcl2015/register.html ]] Abstracts and proposals due August 24, 2015 Notification to authors August 31, 2015 WIP and BOF reservations open July 27, 2015 Author materials due September 28, 2015 Tutorials Start October 19, 2015 Conference starts October 21, 2015 Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2015 will be held in Manassas, Virginia, USA from October 19, 2015 to October 23, 2015. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to tcl...@go... no later than August 24, 2015. Authors of accepted abstracts will have until September 28, 2015 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 30 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis starting in July 27, 2015. Specific instructions for reserving WIP and BOF time slots will be provided in the registration information available in July 27, 2015. Some WIP and BOF time slots will be held open for on-site reservation. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2015/) and will be published on various Tcl/Tk-related information channels. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee * Andreas Kupries ActiveState Inc * Arjen Markus Deltares * Brian Griffin Mentor Graphics * Clif Flynt Noumena Corp * Cynthia Lilagan National Museum of Health & Medicine, Chicago * Donal Fellows University of Manchester * Gerald Lester KnG Consulting LLC * Jeff Hobbs ActiveState Inc * Joe Mistachkin Mistachkin Systems * Kevin Kenny GE Global Research Center * Larry Virden * Mike Doyle National Museum of Health & Medicine, Chicago * Ronald Fox CAEN Technologies NSCL @ Michigan State University * Steve Landers Digital Smarties * Steve Redler, IV SR Technology Contact Information tcl...@go... Tcl'2015 would like to thank those who are sponsoring the conference: * ActiveState Inc * Buonacorsi Foundation * Mentor Graphics * Noumena Corp * SR Technology * Tcl Community Association |
From: <and...@ac...> - 2015-04-06 19:58:27
|
Hello tclhttpd-users, fyi ... 22nd Annual Tcl/Tk Conference (Tcl'2015) http://www.tcl.tk/community/tcl2015/ October 19 - 23, 2015 Comfort Suites Manassas 7350 Williamson Blvd, 20109 Manassas, Virginia, USA Important Dates: Abstracts and proposals due August 24, 2015 Notification to authors August 31, 2015 WIP and BOF reservations open July 27, 2015 Author materials due September 28, 2015 Tutorials Start October 19, 2015 Conference starts October 21, 2015 Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2015 will be held in Manassas, Virginia, USA from October 19, 2015 to October 23, 2015. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to tcl...@go... no later than August 24, 2015. Authors of accepted abstracts will have until September 28, 2015 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 30 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis starting in July 27, 2015. Specific instructions for reserving WIP and BOF time slots will be provided in the registration information available in July 27, 2015. Some WIP and BOF time slots will be held open for on-site reservation. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2015/) and will be published on various Tcl/Tk-related information channels. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee * Andreas Kupries ActiveState Inc * Arjen Markus Deltares * Brian Griffin Mentor Graphics * Clif Flynt Noumena Corp * Cynthia Lilagan National Museum of Health & Medicine, Chicago * Donal Fellows University of Manchester * Gerald Lester KnG Consulting LLC * Jeff Hobbs ActiveState Inc * Joe Mistachkin Mistachkin Systems * Kevin Kenny GE Global Research Center * Larry Virden * Mike Doyle National Museum of Health & Medicine, Chicago * Ronald Fox CAEN Technologies NSCL @ Michigan State University * Steve Landers Digital Smarties * Steve Redler, IV SR Technology Contact Information tcl...@go... Tcl'2015 would like to thank those who are sponsoring the conference: * ActiveState Inc * Buonacorsi Foundation * Mentor Graphics * Noumena Corp * SR Technology * Tcl Community Association |
From: Andreas K. <and...@ac...> - 2014-10-14 17:18:21
|
21'th Annual Tcl/Tk Conference (Tcl'2014) http://www.tcl.tk/community/tcl2014/ This is a reminder that Registration for the Conference is open and can be done at http://www.tcl.tk/community/tcl2014/reg.html Note that the holding period for hotel rooms has passed. To register for a room, call 1-503-796-3851, speak to Mary Kirchner and mention the Tcl Conference to receive the reduced rate. See you in Portland, Andreas Kupries Tcl 2014 Program Chair ActiveState Software Inc. Vancouver, BC, Canada |
From: Andreas K. <and...@ac...> - 2014-08-12 20:27:33
|
21'th Annual Tcl/Tk Conference (Tcl'2014) http://www.tcl.tk/community/tcl2014/ [ It is 4 weeks to the deadline for Abstracts and proposals ... ] November 10 - 14, 2014 Embassy Suites Downtown Portland, Oregon, USA Important Dates: Abstracts and proposals due Sep 8, 2014 Notification to authors Sep 22, 2014 Author materials due Oct 20, 2014 Tutorials start Nov 10, 2014 Conference starts Nov 12, 2014 [[ Registration is open. ]] Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2014 will be held in Portland, Oregon, USA from November 10 - 14, 2014. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to <tclconference AT googlegroups DOT com> no later than August 5, 2014. Authors of accepted abstracts will have until September 2, 2014 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 25 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis. WIP slots can be reserved like any paper proposal. BOF slots will be managed on-site. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2014/) and will be published on various Tcl/Tk-related information channels. Registration is open. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee Clif Flynt Noumena Corp General Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Brian Griffin Mentor Graphics Site/Facilities Chair Arjen Markus Deltares Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Donal Fellows University of Manchester Gerald Lester KnG Consulting, LLC Jeffrey Hobbs ActiveState Software Inc. Kevin Kenny GE Global Research Center Larry Virden Mike Doyle National Museum of Health & Medicine, Chicago Ron Fox NSCL/FRIB at Michigan State University & CAEN Technologies Steve Landers Digital Smarties Contact Information tcl...@go... Tcl'2014 would like to thank those who are sponsoring the conference: ActiveState Software Inc. Buonacorsi Foundation Mentor Graphics Noumena Corp. SR Technology Tcl Community Association |
From: Andreas K. <and...@ac...> - 2014-05-01 19:49:49
|
21'th Annual Tcl/Tk Conference (Tcl'2014) http://www.tcl.tk/community/tcl2014/ November 10 - 14, 2014 Embassy Suites Downtown Portland, Oregon, USA Important Dates: Abstracts and proposals due Sep 8, 2014 Notification to authors Sep 22, 2014 Author materials due Oct 20, 2014 Tutorials start Nov 10, 2014 Conference starts Nov 12, 2014 [[ Registration is open. ]] Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2014 will be held in Portland, Oregon, USA from November 10 - 14, 2014. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to <tclconference AT googlegroups DOT com> no later than August 5, 2014. Authors of accepted abstracts will have until September 2, 2014 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 25 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis. WIP slots can be reserved like any paper proposal. BOF slots will be managed on-site. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2014/) and will be published on various Tcl/Tk-related information channels. Registration is open. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee Clif Flynt Noumena Corp General Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Brian Griffin Mentor Graphics Site/Facilities Chair Arjen Markus Deltares Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Donal Fellows University of Manchester Gerald Lester KnG Consulting, LLC Jeffrey Hobbs ActiveState Software Inc. Kevin Kenny GE Global Research Center Larry Virden Mike Doyle National Museum of Health & Medicine, Chicago Ron Fox NSCL/FRIB Michigan State University Steve Landers Digital Smarties Contact Information tcl...@go... Tcl'2014 would like to thank those who are sponsoring the conference: ActiveState Software Inc. Buonacorsi Foundation Mentor Graphics Noumena Corp. SR Technology Tcl Community Association |
From: Andreas K. <and...@ac...> - 2013-08-19 00:13:45
|
Founder of Tool Command Language to talk about Tcl Past, Present & Future Ann Arbor, MI -- August 16, 2013 -- The Tcl/Tk User Association, which is celebrating over 20 years of innovation using the Tool Command Language (Tcl), confirmed today that John Ousterhout will be a Featured Speaker at the conference in New Orleans, LA from Sept 23-27, 2013. Ousterhout is the original developer of the Tcl and Tk programming language, a combination of the Tool Command Language and the Tk graphical user interface tookit (Tk). His presentation will focus on the evolution of Tcl/Tk from its original language format created at the University of California Berkeley to the most robust and easy-to-learn dynamic programming language that seamlessly powers today's applications. He is also the author of Tcl and the Tk ToolKit (2nd Edition). "John started a revolution born out of frustration," says Clif Flynt, President, Tcl Community Association and author of Tcl/Tk: A Developer's Guide. "Before Tcl, programmers devised their own languages that were intended to be embedded into applications. By creating Tcl/Tk, John created a language for rapid prototyping that works immediately." The Tcl New and Proven user conference will feature several Tcl experts including Jeff Hobbs, Chief Technical Officer at ActiveState, Gerald Lester, creator of Tcl Web Services and a keynote speech by Karl Lehenbauer of FlightAware.com. Programmers attending the conference will learn the best practices for using Tcl's new object-oriented commands and widgets as well as seeing new applications and techniques in the fields ranging from business applications to health, aerospace and beyond. "The Tcl New & Proven User Conference will be focusing on innovation throughout the years," says Flynt. "We are very pleased to have two of the people who helped create the Tcl we know today at our 20th conference." Interested in attending the Tcl conference? Go to http://www.tcl.tk/community/tcl2013/ to register. Learn more about Tcl/Tk by visiting the Tcl Developer Xchange http://www.tcl.tk/ where you can download Tcl 8.6 and a free trial of TDK 5 (Tcl Dev Kit). ### About Tcl/Tk (http://www.tcl.tk/) Celebrating over 20 years of providing rapid prototyping, Tool Command Language (Tcl) is an open source, robust, powerful and easy-to-learn dynamic programming language ideal for today's web and desktop applications, networking, administration, and testing. Tk is a graphical user interface toolkit that enables the development of native-looking GUIs on multiple platforms such as Windows, Mac OS X and Linux. The combination of Tcl and the Tk GUI toolkit is referred to as Tcl/Tk.. The vibrant Tcl user community comes together on the Tcl Developer Xchange website hosted by ActiveState (http://www.tcl.tk/), which provides a variety of resources for programmers working with Tcl/Tk to increase their productivity and share ideas. Worldwide Tcl conferences, Tcl/Tk downloads and access to the Tcler's Wiki are all available online at the Tcl Developer Xchange. The latest books, tutorials and demos are also accessible from this site along with the Tcl core development team that steers the ongoing evolution of the language. Contact: Amy Hesser Hesser Communications Group am...@he... 312-933-8324 |
From: Andreas K. <and...@ac...> - 2013-08-13 18:45:25
|
20'th Annual Tcl/Tk Conference (Tcl'2013) http://www.tcl.tk/community/tcl2013/ September 23 - 27, 2013 Bourbon Orleans Hotel New Orleans, Louisiana, USA http://www.bourbonorleans.com/ Hello all. This is a general reminder that the offer of reduced rates for rooms at the conference hotel expires on August 19, i.e. in a week. Book Now! (if you haven't already). Of course registration for the Conference is still open at http://www.tcl.tk/community/tcl2013/reg.html To book a room at the conference hotel at reduced rates please follow the instructions on that page. Our schedule can be found at http://www.tcl.tk/community/tcl2013/schedule.html Conference Committee Clif Flynt Noumena Corp General Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Gerald Lester KnG Consulting, LLC Site/Facilities Chair Arjen Markus Deltares Brian Griffin Mentor Graphics Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Donal Fellows University of Manchester Jeffrey Hobbs ActiveState Software Inc. Kevin Kenny GE Global Research Center Larry Virden Mike Doyle National Museum of Health & Medicine, Chicago Ron Fox NSCL/FRIB Michigan State University Steve Landers Digital Smarties Contact Information tcl...@go... Tcl'2013 would like to thank those who are sponsoring the conference: ActiveState Software Inc. Buonacorsi Foundation Mentor Graphics Noumena Corp. SR Technology Tcl Community Association |
From: Andreas K. <and...@ac...> - 2013-08-06 16:11:11
|
20'th Annual Tcl/Tk Conference (Tcl'2013) http://www.tcl.tk/community/tcl2013/ September 23 - 27, 2013 Bourbon Orleans Hotel New Orleans, Louisiana, USA http://www.bourbonorleans.com/ I am pleased to announce that registration for the Conference is now open at http://www.tcl.tk/community/tcl2013/reg.html To book a room at the conference hotel at reduced rates please follow the instructions on that page. Note that the offer of reduced rates expires on August 19 (In 2 weeks). Book NOW. Our schedule can be found at http://www.tcl.tk/community/tcl2013/schedule.html Conference Committee Clif Flynt Noumena Corp General Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Site/Facilities Chair Arjen Markus Deltares Brian Griffin Mentor Graphics Donal Fellows University of Manchester Gerald Lester KnG Consulting, LLC Jeffrey Hobbs ActiveState Software Inc. Kevin Kenny GE Global Research Center Larry Virden Mike Doyle National Museum of Health & Medicine, Chicago Ron Fox NSCL/FRIB Michigan State University Steve Landers Digital Smarties Contact Information tcl...@go... Tcl'2012 would like to thank those who are sponsoring the conference: ActiveState Software Inc. Buonacorsi Foundation Mentor Graphics Noumena Corp. SR Technology Tcl Community Association |
From: Andreas K. <and...@ac...> - 2013-06-05 17:10:17
|
[[ Notes: Abstracts and proposals are now due July 6, 2013 [+ 2 weeks] ]] 20'th Annual Tcl/Tk Conference (Tcl'2013) http://www.tcl.tk/community/tcl2013/ September 23 - 27, 2013 Bourbon Orleans Hotel New Orleans, Louisiana, USA http://www.bourbonorleans.com/ Important Dates: Abstracts and proposals due July 6, 2013 [+ 2 weeks] Notification to authors July 22, 2013 [- 2 weeks] Author materials due September 2, 2013 Tutorials Start September 23, 2013 Conference starts September 25, 2013 Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2013 will be held in New Orleans, Louisiana, USA from September 23 - 27, 2013. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to <tclconference AT googlegroups DOT com> no later than August 5, 2013. Authors of accepted abstracts will have until September 2, 2013 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 25 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis starting in August 5, 2013. Specific instructions for reserving WIP and BOF time slots will be provided in the registration information available in June 3, 2013. Some WIP and BOF time slots will be held open for on-site reservation. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2013/) and will be published on various Tcl/Tk-related information channels. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee Clif Flynt Noumena Corp General Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Gerald Lester KnG Consulting, LLC Site/Facilities Chair Arjen Markus Deltares Brian Griffin Mentor Graphics Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Donal Fellows University of Manchester Jeffrey Hobbs ActiveState Software Inc. Kevin Kenny GE Global Research Center Larry Virden Mike Doyle National Museum of Health & Medicine, Chicago Ron Fox NSCL/FRIB Michigan State University Steve Landers Digital Smarties Contact Information tcl...@go... Tcl'2013 would like to thank those who are sponsoring the conference: ActiveState Software Inc. Buonacorsi Foundation Mentor Graphics Noumena Corp. SR Technology Tcl Community Association |