Hi Joe,

When I type perl.exe in the windows command shell I just get the cursor but 
when I open check_env.pl I get #!c:/perl/bin/perl.

Thanks again.

Janet.

On Tuesday, April 1, 2014 7:27:16 PM UTC+1, [email protected] wrote:
>
> Suzanne,
>
> It might be a problem with where you installed ActivePerl.  Can you open a 
> Windows command shell (how to<http://www.computerhope.com/issues/chdos.htm>) 
> and type in the command:
>
>    which perl.exe
>
> and forward on the output?  It should look something like:
>
>    C:\Perl\bin\perl.exe
>
> This should match the first line in your cgi scripts.  For example if you 
> open the file "C:\Inetpub\tpp-bin\check_env.pl" in Notepad the first line 
> should look something like:
>
>    #!c:/perl/bin/perl
>
>
>
> On Tue, Apr 1, 2014 at 10:48 AM, Vishal Swaroop 
> <[email protected]<javascript:>
> > 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] <javascript:>>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\
>>>> site\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] <javascript:>.
>>> To post to this group, send email to 
>>> [email protected]<javascript:>
>>> .
>>> 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] <javascript:>.
>> To post to this group, send email to 
>> [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/spctools-discuss.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Joe Slagel
> Institute for Systems Biology
> [email protected] <javascript:>
> (206) 732-1362
>  

-- 
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.

Reply via email to