Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Fail to execute EDQ job from command line

Curious_on_EDQJun 25 2014 — edited Jun 26 2014

Hi   all /experts,

I am facing problem on executing OEDQ job from command prompt  at localhost.

My system configuration is : 

OS  --> Windows 7

RAM ---> 2 gb

system type---> 32 bit

                            

On my system, OEDQ 11.1.1.7.3.(1050)  is installed in the path   C:\Program Files\Datanomic\dnDirector  

The   jmxtools.jar file is present in the path      C:\Program Files\Datanomic\dnDirector\tools

At first, I  opened windows command prompt . Go to the above specified   jmxtools.jar  directory on command prompt.

Then following one by one command as per EDQ Command Line Tool document.

  1.   java -jar jmxtools.jar version          //  working on my system
  2.   java -jar jmxtools.jar -list               // also working on my system
  3.   java -jar jmxtools.jar runjob -job doingTest -project EDQ-CDS -u dnadmin -p p4dqnvo2 localhost:9002                      // not working on my system

where,

        doingTest  -------->  name of job that has been created by me

      EDQ-CDS  ---------> name of the project (actually, it is built in project on OEDQ)

       dnadmin   ---------> username

      p4dqnvo2  ----------> password

     localhost   ----------> servername onto which  OEDQ has been installed  (But I have mainly doubt here, is it right??? )

          9002   -----------> port number

After,executing above command it is showing below error :

Error looking up system remote interface in registry :   error during JRMP connection on establishment;

nested exception is: java.io.EOFException (code:7052)

I think it is network related to my sytem , error.  I have tried  googling many times for finding solution to this problem. but alas!  I am helpless to solve this problem.

Please help me anyone on solving this problem.

Any help will be highly appreciated.  Thanks in adavance.

Regards,

Goutam Samanta

(Beginer OEDQ developer )

This post has been answered by Mike-Matthews-Oracle on Jun 25 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2014
Added on Jun 25 2014
7 comments
3,422 views