Skip to Main Content

Analytics Software

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!

problem with scheduler agent

641360Jul 29 2008 — edited Nov 10 2008
Hi,
I am trying to install scheduler agent.it is installed.but i am not able to schedule the jobs.if i schedule jobs for perticuler time nothing has been happened.
and in command promt i tried the command
agentscheduler -port=20911 (scheduler agent port)
it gives error

java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at com.sunopsis.dwg.DwgSrv.<init>(DwgSrv.java)
at com.sunopsis.dwg.DwgJv.treatCmd(DwgJv.java)
at com.sunopsis.dwg.DwgJv.main(DwgJv.java)
at oracle.odi.Agent.main(Agent.java)


if i run the above command with port number where none of the agent (not scheduler or local) i getting below error.i am sure that username and password given in the odiparams.bat are correct.

A JDK is required to execute Web Services with OracleDI. You are currently using a JRE.
OracleDI: Starting Scheduler Agent ...
Starting Oracle Data Integrator Agent...
Version : 10.1.3.4.0 - 30/10/2007
com.sunopsis.tools.core.exception.SnpsRuntimeException: com.sunopsis.core.SecurityAccessException: Unable to establish a
connection to the work repository, please check the connection parameters.
at com.sunopsis.dwg.cmd.n.a(n.java)
at com.sunopsis.j.f.run(f.java)
at com.sunopsis.dwg.cmd.i.y(i.java)
at com.sunopsis.dwg.cmd.i.run(i.java)
at java.lang.Thread.run(Unknown Source)
Caused by: com.sunopsis.core.SecurityAccessException: Unable to establish a connection to the work repository, please ch
eck the connection parameters.
... 5 more
Caused by:
com.sunopsis.core.SecurityAccessException: Unable to establish a connection to the work repository, please check the con
nection parameters.
at com.sunopsis.dwg.cmd.n.a(n.java)
at com.sunopsis.j.f.run(f.java)
at com.sunopsis.dwg.cmd.i.y(i.java)
at com.sunopsis.dwg.cmd.i.run(i.java)
at java.lang.Thread.run(Unknown Source)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 8 2008
Added on Jul 29 2008
12 comments
4,195 views