problem with scheduler agent
641360Jul 29 2008 — edited Nov 10 2008Hi,
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)