Hi, So... I did a fresh install and everything worked as expected...
Do you have server root set as "WEBSERVER_ROOT : c:\Inetpub\wwwroot" under *My Computer (right click) > Properties > Advanced system settings > Advanced (Tab) > Environment Variables * *Here is what I did from scratch :* 1) My environment : - My OS : Win7 64 bit - Type perl -v on command prompt to check "perl 5, version 14, subversion 2 (v5.14.2) built for MSWin32-x64-multi-thread" 2) Installing tpp a) To start from scratch I unsinstalled TPP and Apache b) Installed TPP v4.6 OCCUPY rev 3 (which also installs Apache 2.2.8) c) Restarted machine as required after TPP installation 3) TPP works without any issue http://localhost:80/tpp-bin/tpp_gui.pl 4) My environment : - My Computer (right click) > Properties > Advanced system settings > Advanced (Tab) > Environment Variables Under *System variable* I have *WEBSERVER_ROOT *: c:\Inetpub\wwwroot *Path *: C:\Inetpub\tpp-bin;C:\Perl\site\bin;C:\Perl\bin; Note : If you are adding under *System variable *then restart for changes to take effect. - htppd.conf settings : # Add 5-hour timeout Timeout 18000 Alias /tpp-bin "C:/Inetpub/tpp-bin" <Directory "C:/Inetpub/tpp-bin"> Options Indexes MultiViews ExecCGI AllowOverride None Order allow,deny Allow from all AddHandler cgi-script .cgi .pl ScriptInterpreterSource Registry PassEnv WEBSERVER_ROOT PassEnv WEBSERVER_TMP </Directory> Alias /ISB "C:/Inetpub/wwwroot/ISB" Alias /schema "C:/Inetpub/wwwroot/schema" <Directory "C:/Inetpub/wwwroot"> Options MultiViews Includes AllowOverride None Order allow,deny Allow from all AddType text/html .shtml AddHandler server-parsed .shtml PassEnv WEBSERVER_ROOT PassEnv WEBSERVER_TMP </Directory> # # End settings for the Trans Proteomic Pipeline # On Wed, Apr 2, 2014 at 10:45 AM, Vishal Swaroop <[email protected]>wrote: > Hi Janet, > > I am little confused... so now forgetting about port 81... you are setting > port to 80... > > a) Check activeperl which you installed is in path (I have tpp & perl > path as *C:\Inetpub\tpp-bin;C:\Perl\site\bin;C:\Perl\bin;*) > > b) *You got it to work but I rebooted and now its not working again!* > Re: Are you sure apache server is started (http://localhost:80 does it > says *It Work's)* > > *I checked httpd.conf file * > i) *Listen 80 was commented* > > *ii) htppd.conf :* > *- Uncomment (around line 170) : #ServerName localhost:80 - Add "ExecCGI" > this is my configuration<Directory "C:/Inetpub/tpp-bin"> Options Indexes > MultiViews ExecCGI ...</Directory> * > > > On Wed, Apr 2, 2014 at 7:09 AM, <[email protected]> wrote: > >> I got it to work but I rebooted and now its not working again! >> >> I installed activeperl (I had perl installed) and it worked but when I >> rebooted it stopped and I can't seem to get it going again. >> >> >> On Wednesday, April 2, 2014 12:49:10 AM UTC+1, [email protected]: >>> >>> Hi Vishal, >>> >>> I've tried all of these suggestions and no change. When I looked for >>> #listen in httpd.conf >>> >>> #Listen 12.34.56.78:80 >>> Listen 80 >>> >>> Any other suggestions would be greatly appreciated. >>> >>> Thanks. >>> >>> Janet. >>> >>> On Tuesday, April 1, 2014 6:48:16 PM UTC+1, Val wrote: >>>> >>>> Path looks OK... >>>> >>>> I am not sure if it will help... please send your httpd.conf file >>>> >>>> a) Create any test text file under "C:\Inetpub\tpp-bin" and try >>>> http://*<yourhost>*:*<port>*/tpp-bin/*<yourtextfile.txt>* >>>> >>>> b) try changing port from 80 to 81... in httpd.conf TPP settings and >>>> search "#Listen.." I think around line 45 or so set it to "Listen 81" >>>> >>>> c) Do you see anything if you try this >>>> http://*<yourhost>*:*<port>*/tpp-bin/check_env.pl >>>> >>>> Thanks >>>> Vishal >>>> >>>> >>>> On Tue, Apr 1, 2014 at 12:57 PM, <[email protected]> wrote: >>>> >>>>> Hi Vishal, >>>>> >>>>> Thanks for your advice. I have tried to follow it. >>>>> >>>>> a) My httpd.conf file did not have the lines: >>>>> >>>>> SetEnv WEBSERVER_ROOT C:/Inetpub/wwwroot >>>>> SetEnv WEBSERVER_URL http://<yourhost>:<yourport> >>>>> >>>>> I added them using localhost:80. I got the same error. I rebooted and >>>>> the changes were gone. >>>>> >>>>> b) Here is the path from my environment variables: >>>>> >>>>> C:\Inetpub\tpp-bin;C:\Program Files (x86)\PC Connectivity >>>>> Solution\;C:\Program Files\Common Files\Microsoft Shared\Windows >>>>> Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows >>>>> Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\ >>>>> Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files >>>>> (x86)\Windows Live\Shared;C:\Program Files\MiKTeX >>>>> 2.9\miktex\bin\x64\;C:\Program Files (x86)\Java\jre6\bin;C:\Program Files >>>>> (x86)\IVI Foundation\IVI\bin;C:\Program Files\IVI >>>>> Foundation\IVI\bin;C:\Program Files (x86)\IVI >>>>> Foundation\VISA\WinNT\Bin\;C:\Program >>>>> Files\IVI Foundation\VISA\Win64\Bin\;C:\Program Files (x86)\IVI >>>>> Foundation\VISA\WinNT\Bin;C:\Program Files (x86)\Java\jre7\bin;C:\ >>>>> Dwimperl\perl\bin;C:\Dwimperl\perl\site\bin;C:\Dwimperl\c\bin;C:\Program >>>>> Files (x86)\xindy\miktex\bin; c:\windows\system 32;C:\strawberry\c\bin;C:\ >>>>> strawberry\perl\site\bin;C:\strawberry\perl\bin >>>>> >>>>> >>>>> Is there something I should change here? >>>>> >>>>> Thanks. >>>>> >>>>> Janet. >>>>> >>>>> On Monday, March 31, 2014 7:19:37 PM UTC+1, Val wrote: >>>>> >>>>>> Hi Janet, >>>>>> >>>>>> a) Try Checking TPP configutation in httpd.conf file (under >>>>>> ..\Apache2.2\conf) ... I have the following at the end : >>>>>> >>>>>> # Add 5-hour timeout >>>>>> Timeout 18000 >>>>>> >>>>>> AddType text/html .shtml >>>>>> AddHandler server-parsed .shtml >>>>>> >>>>>> SetEnv WEBSERVER_ROOT C:/Inetpub/wwwroot >>>>>> SetEnv WEBSERVER_URL http://<yourhost>:<yourport> >>>>>> >>>>>> Alias /tpp-bin "C:/Inetpub/tpp-bin" >>>>>> <Directory "C:/Inetpub/tpp-bin"> >>>>>> Options Indexes MultiViews ExecCGI >>>>>> AllowOverride None >>>>>> Order allow,deny >>>>>> Allow from all >>>>>> >>>>>> AddHandler cgi-script .cgi .pl >>>>>> ScriptInterpreterSource Registry >>>>>> >>>>>> PassEnv WEBSERVER_ROOT >>>>>> PassEnv WEBSERVER_TMP >>>>>> </Directory> >>>>>> >>>>>> Alias /ISB "C:/Inetpub/wwwroot/ISB" >>>>>> Alias /isb "C:/Inetpub/wwwroot/ISB" >>>>>> <Directory "C:/Inetpub/wwwroot/ISB"> >>>>>> Options Indexes MultiViews Includes ExecCGI >>>>>> AllowOverride None >>>>>> Order allow,deny >>>>>> Allow from all >>>>>> AddType text/html .shtml >>>>>> AddHandler server-parsed .shtml >>>>>> PassEnv WEBSERVER_ROOT >>>>>> PassEnv WEBSERVER_TMP >>>>>> </Directory> >>>>>> >>>>>> b) Check if you have environment variables defined.. >>>>>> >>>>>> *WEBSERVER_ROOT* : C:\Inetpub\wwwroot >>>>>> *PATH *(change as per your settings) : C:\Inetpub\tpp-bin;C:\Perl\sit >>>>>> e\bin;C:\Perl\bin; >>>>>> >>>>>> Let us know. >>>>>> >>>>>> Thanks >>>>>> Vishal >>>>>> >>>>>> >>>>>> >>>>>> On Sun, Mar 30, 2014 at 9:55 AM, <[email protected]> wrote: >>>>>> >>>>>>> Hi >>>>>>> >>>>>>> I have the same error. I've just installed TPP and I'm totally lost! >>>>>>> >>>>>>> I installed the Apache web server as part of the installation and I >>>>>>> have the file >>>>>>> C:\Inetpub\tpp-bin\tpp_gui.pl<http://www.google.com/url?q=http%3A%2F%2Ftpp_gui.pl&sa=D&sntz=1&usg=AFQjCNFLNhulOtHLfxsiNO3zpHeZKGF_AQ> >>>>>>> . >>>>>>> >>>>>>> When I type http://localhost I get "It works". >>>>>>> >>>>>>> If you need more detail, please let me know. >>>>>>> >>>>>>> Thanks. >>>>>>> >>>>>>> Janet. >>>>>>> >>>>>>> >>>>>>> On Wednesday, September 12, 2012 5:20:34 PM UTC+1, >>>>>>> [email protected] wrote: >>>>>>> >>>>>>>> Hi Suzanne, >>>>>>>> >>>>>>>> It sounds like something with installation is misconfigured. I'm >>>>>>>> guessing you've installed TPP on a Window's box, and that you >>>>>>>> downloaded >>>>>>>> the latest version 4.6.0? >>>>>>>> >>>>>>>> If so then my first question is when you installed TPP you should >>>>>>>> have been prompted to install the Apache web server. Did you say yes? >>>>>>>> or >>>>>>>> did you already have the Apache installed? >>>>>>>> >>>>>>>> Next question would be, is there a file at C:\Inetpub\tpp-bin\ >>>>>>>> tpp_gui.pl<http://www.google.com/url?q=http%3A%2F%2Ftpp_gui.pl&sa=D&sntz=1&usg=AFQjCNFLNhulOtHLfxsiNO3zpHeZKGF_AQ> >>>>>>>> ? >>>>>>>> >>>>>>>> -Joe >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Wed, Sep 12, 2012 at 8:47 AM, Suzanne <[email protected]> wrote: >>>>>>>> >>>>>>>>> Hello. I am new to TPP and am struggling with getting the app to >>>>>>>>> start. I get the error message shown in the subject heading. Can >>>>>>>>> someone >>>>>>>>> point me to a solution? >>>>>>>>> >>>>>>>>> Thank you. >>>>>>>>> >>>>>>>>> Suzanne >>>>>>>>> >>>>>>>>> -- >>>>>>>>> You received this message because you are subscribed to the Google >>>>>>>>> Groups "spctools-discuss" group. >>>>>>>>> To view this discussion on the web visit >>>>>>>>> https://groups.google.com/d/msg/spctools-discuss/-/cwqAzjueVCwJ. >>>>>>>>> To post to this group, send email to [email protected] >>>>>>>>> . >>>>>>>>> To unsubscribe from this group, send email to spctools-discu...@ >>>>>>>>> googlegroups.com. >>>>>>>>> >>>>>>>>> For more options, visit this group at http://groups.google.com/ >>>>>>>>> group/spctools-discuss?hl=en. >>>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>> You received this message because you are subscribed to the Google >>>>>>> Groups "spctools-discuss" group. >>>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>>> send an email to [email protected]. >>>>>>> >>>>>>> To post to this group, send email to [email protected]. >>>>>>> Visit this group at http://groups.google.com/group/spctools-discuss. >>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>> >>>>>> >>>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "spctools-discuss" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To post to this group, send email to [email protected]. >>>>> Visit this group at http://groups.google.com/group/spctools-discuss. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> -- >> You received this message because you are subscribed to the Google Groups >> "spctools-discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/spctools-discuss. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spctools-discuss. For more options, visit https://groups.google.com/d/optout.
