wget 문의입니다.

greatlee의 이미지

자바 코드 중에서 Process.exec() 를 이용해서 wget을 실행했습니다.

처음에는 파일을 잘 받다가.. 파일크기가 2M정도 커질때 쯤 돼서.. 이상태에서 행이 걸려버립니다. 프로세스가 무한대기하네요..

아래는 ps결과입니다.. 파일크기는 그대로인 상태에서 무한대기..

/usr/bin/wget ftp://194.199.20.114/linux/fedora/core/4/SRPMS/gcc-4.0.0-8.src.rpm -P /usr/local/live/repository/zzz/

아무래도 쉘이나 wget 둘중에서 버퍼를 다 써서 그렇게 되는걸로 짐작되는데요.. 문제는 상황을 타개하기 위한 방법을 찾아내는게 쉽지 않네요.. 오늘 오후 이문제로 다 까먹었습니다 ㅠㅠ

짐작가는 부분이 있다면.. 조언 부탁드리겠습니다. OTL

아래는 자바 코드부분입니다..

...
String command=new String("${WGET} ${FTP_URL} -P ${PREFIX_DIR}");
command=StringUtils.replace(command,"${WGET}",wget);
command=StringUtils.replace(command,"${FTP_URL}",ftpUrl);
command=StringUtils.replace(command,"${PREFIX_DIR}",baseDirectory);
String[] commandArray={"/bin/bash", "-c" ,command};

Runtime rt=Runtime.getRuntime();
Process process=rt.exec(commandArray);
process.waitFor();
...

익명 사용자의 이미지

getInputStream() 같은 것으로 해당 process의 출력을 가져올 수 있습니다.
출력을 제때 안 가져오면 buffer 가 꽉차서 hang 되겠지요.

Prentice의 이미지

(참고로 wget에는 -q, --quiet 옵션이 있습니다. man wget)

greatlee의 이미지

의견 주신 cyk님, 검은해님 감사합니다.

cyk님의 해결방법이 정석이었습니다. 스트림의 무서움을 다시한번 되새김할 수 있었습니다. ^^

검은해님 감사합니다. 덕분에 스트림 코딩을 안하고 넘어갈 수 있었습니다. ^^ 역시 맨페이지 암만 봐도 아시는분 조언한마디만 못하다니까요..

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.