Omar9027 / ratproxy

Automatically exported from code.google.com/p/ratproxy
0 stars 0 forks source link

error: Input file specified two times #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use ./ratproxy-report.sh submit.txt
2. The report is not generated in valid HTML

What is the expected output? What do you see instead?
Expected output is a valid HTML.  Full report of the HTML is not generated.

What version of the product are you using? On what operating system?
ratproxy version 1.51-beta.  Cygwin.

Please provide any additional information below.
The | delimited file seems to be ok. 

Original issue reported on code.google.com by raj...@gmail.com on 12 Nov 2008 at 2:50

Attachments:

GoogleCodeExporter commented 9 years ago
I am trying to understand what the problem here is? What happens instead? What 
is
generated?

Cheers,
/mz

Original comment by lcam...@gmail.com on 10 Dec 2008 at 5:42

GoogleCodeExporter commented 9 years ago
The error could probably be in ratproxy-report.sh or in the way I executed the 
script
at the Cygwin prompt. I'm sorry, but I did not investigate this issue further 
(and I
don't have access to the exact report generated until 22nd Dec).  When I 
executed the
shell script, I got the error mentioned in the subject line.  

Original comment by raj...@gmail.com on 11 Dec 2008 at 4:13

GoogleCodeExporter commented 9 years ago
Ah, sorry, missed that.

So this is not an error message produced for ratproxy, for sure. It appears to 
be a
known issue with Cygwin and certain PATH configurations, however:

http://www.cygwin.com/ml/cygwin/2003-07/msg01696.html
http://www.cygwin.com/ml/cygwin/2003-07/msg01698.html
http://www.nabble.com/sort-(textutils)-2.0.21-Bug-td1595369.html

The solution appears to be to modify your PATH variable to add cygwin bin 
directories
in front; otherwise, you will run into many, many other problems too.

Original comment by lcam...@gmail.com on 11 Dec 2008 at 10:02