You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by researcher cs <pr...@gmail.com> on 2016/01/19 08:25:03 UTC

STDIO [INFO] java.io.FileNotFoundException

i've this statement in the worker log file
STDIO [INFO] java.io.FileNotFoundException: file.txt (No such file or
directory)

i checked project.jar and didn't find the file there !

i used mvn package to make a jar file for the project

how can i add this file to jar file ?!

and what does  STDIO mean ?

Re: STDIO [INFO] java.io.FileNotFoundException

Posted by Kashyap Mhaisekar <ka...@gmail.com>.
If project worked fine in local mode, then it means that it is referring to
a path that is available in local but not on cluster. Would suggest going
 through the code and figuring out where the file is meant to be at and
make changes on cluster accordingly.

On Tue, Jan 19, 2016 at 11:05 AM, researcher cs <pr...@gmail.com>
wrote:

> i checked it before , this file contains like
>
> 2    too
> 4    for
> 4get    forget
> abt    about
>
>
> it's supposed code using the content of this file , but i checked jar file
> after mvn it and didn't find this file
> project worked fine in Local Mode but not working in Distributed so i
> checked again Logs file found the above statement
> but what does this STDIO [INFO] means ?
>
>
>
> On Tue, Jan 19, 2016 at 6:07 PM, Kashyap Mhaisekar <ka...@gmail.com>
> wrote:
>
>> You should probably check the code to see what is file.txt. Storm has
>> nothing to do with file.txt and whether it is [ERROR] or [INFO] depends on
>> how the logger has been logging. So again, check the code
>>
>> On Tue, Jan 19, 2016 at 1:26 AM, researcher cs <prog.researcher@gmail.com
>> > wrote:
>>
>>> i mean from last question is that error or not as i know if there is an
>>> error it'll appear with [ERROR] ! so Should i check it agian or not ?
>>>
>>> On Tue, Jan 19, 2016 at 9:25 AM, researcher cs <
>>> prog.researcher@gmail.com> wrote:
>>>
>>>> i've this statement in the worker log file
>>>> STDIO [INFO] java.io.FileNotFoundException: file.txt (No such file or
>>>> directory)
>>>>
>>>> i checked project.jar and didn't find the file there !
>>>>
>>>> i used mvn package to make a jar file for the project
>>>>
>>>> how can i add this file to jar file ?!
>>>>
>>>> and what does  STDIO mean ?
>>>>
>>>
>>>
>>
>

Re: STDIO [INFO] java.io.FileNotFoundException

Posted by researcher cs <pr...@gmail.com>.
i checked it before , this file contains like

2    too
4    for
4get    forget
abt    about


it's supposed code using the content of this file , but i checked jar file
after mvn it and didn't find this file
project worked fine in Local Mode but not working in Distributed so i
checked again Logs file found the above statement
but what does this STDIO [INFO] means ?



On Tue, Jan 19, 2016 at 6:07 PM, Kashyap Mhaisekar <ka...@gmail.com>
wrote:

> You should probably check the code to see what is file.txt. Storm has
> nothing to do with file.txt and whether it is [ERROR] or [INFO] depends on
> how the logger has been logging. So again, check the code
>
> On Tue, Jan 19, 2016 at 1:26 AM, researcher cs <pr...@gmail.com>
> wrote:
>
>> i mean from last question is that error or not as i know if there is an
>> error it'll appear with [ERROR] ! so Should i check it agian or not ?
>>
>> On Tue, Jan 19, 2016 at 9:25 AM, researcher cs <prog.researcher@gmail.com
>> > wrote:
>>
>>> i've this statement in the worker log file
>>> STDIO [INFO] java.io.FileNotFoundException: file.txt (No such file or
>>> directory)
>>>
>>> i checked project.jar and didn't find the file there !
>>>
>>> i used mvn package to make a jar file for the project
>>>
>>> how can i add this file to jar file ?!
>>>
>>> and what does  STDIO mean ?
>>>
>>
>>
>

Re: STDIO [INFO] java.io.FileNotFoundException

Posted by Kashyap Mhaisekar <ka...@gmail.com>.
You should probably check the code to see what is file.txt. Storm has
nothing to do with file.txt and whether it is [ERROR] or [INFO] depends on
how the logger has been logging. So again, check the code

On Tue, Jan 19, 2016 at 1:26 AM, researcher cs <pr...@gmail.com>
wrote:

> i mean from last question is that error or not as i know if there is an
> error it'll appear with [ERROR] ! so Should i check it agian or not ?
>
> On Tue, Jan 19, 2016 at 9:25 AM, researcher cs <pr...@gmail.com>
> wrote:
>
>> i've this statement in the worker log file
>> STDIO [INFO] java.io.FileNotFoundException: file.txt (No such file or
>> directory)
>>
>> i checked project.jar and didn't find the file there !
>>
>> i used mvn package to make a jar file for the project
>>
>> how can i add this file to jar file ?!
>>
>> and what does  STDIO mean ?
>>
>
>

Re: STDIO [INFO] java.io.FileNotFoundException

Posted by researcher cs <pr...@gmail.com>.
i mean from last question is that error or not as i know if there is an
error it'll appear with [ERROR] ! so Should i check it agian or not ?

On Tue, Jan 19, 2016 at 9:25 AM, researcher cs <pr...@gmail.com>
wrote:

> i've this statement in the worker log file
> STDIO [INFO] java.io.FileNotFoundException: file.txt (No such file or
> directory)
>
> i checked project.jar and didn't find the file there !
>
> i used mvn package to make a jar file for the project
>
> how can i add this file to jar file ?!
>
> and what does  STDIO mean ?
>

Re: STDIO [INFO] java.io.FileNotFoundException

Posted by researcher cs <pr...@gmail.com>.
i mean from last question is that error or not as i know if there is an
error it'll appear with [ERROR] ! so Should i check it agian or not ?

On Tue, Jan 19, 2016 at 9:25 AM, researcher cs <pr...@gmail.com>
wrote:

> i've this statement in the worker log file
> STDIO [INFO] java.io.FileNotFoundException: file.txt (No such file or
> directory)
>
> i checked project.jar and didn't find the file there !
>
> i used mvn package to make a jar file for the project
>
> how can i add this file to jar file ?!
>
> and what does  STDIO mean ?
>