Hi Jeremy/Kartikeya,
I tried to configure the process editor server and configured it to my
local system.
It was earlier pointing to some other machine.
However, now am getting some other exceptions on server start up.
I need some information about scenario server.
what is the user of ip address configured in dss_server_id???
What difference does it make when ther scenarioManager.xml has process
editor server different than the one in dss_server_id??
At present with the scenarioManager.xml pointing to my local and
dss_server_id pointed to my local am getting following exceptions:
[8/29/08 12:09:45:890 IST] 00000015 SystemOut O /atg/userprofiling/
ProfileAdapterRepository SQL Statement Failed: [++SQLInsert++]
INSERT INTO
dss_scenario_info(id,scenario_name,scenario_status,modification_time,creation_time,author,last_modified_by,psm_version,sdl)
VALUES(?,?,?,?,?,?,?,?,?)
-- Parameters --
p[1] = {pd} 420000001 (java.lang.String)
p[2] = {pd: processName} /recorders/dcs-analytics.sdl
(java.lang.String)
p[3] = {pd: processStatus} 1 (java.lang.Integer)
p[4] = {pd: modificationTime} 1049744608083 (java.lang.Long)
p[5] = {pd: creationTime} 1049381795814 (java.lang.Long)
p[6] = {pd: author} admin (java.lang.String)
p[7] = {pd: lastModifiedBy} admin (java.lang.String)
p[8] = {pd: stateMachineVersion} 5 (java.lang.Integer)
p[9] = {pd: pdl} [B@58c658c6 ([B)
[--SQLInsert--]
[8/29/08 12:09:45:953 IST] 00000015 SystemOut O /atg/scenario/
ScenarioManager Error adding process /recorders/dcs-analytics.sdl;
rolling back the transaction CONTAINER:atg.process.ProcessException;
SOURCE:CONTAINER:atg.repository.RepositoryException;
SOURCE:java.sql.SQLException: ORA-01460: unimplemented or unreasonable
conversion requested
at
atg.process.ProcessManagerService.createProcessInfoItem(ProcessManagerService.java:
3438)
at
atg.process.ProcessManagerService.addProcessGlobal(ProcessManagerService.java:
6268)
at
atg.process.ProcessManagerService.updateProcessGlobal(ProcessManagerService.java:
6041)
at
atg.process.ProcessManagerService.updateAllProcessesGlobal(ProcessManagerService.java:
7832)
at
atg.process.ProcessManagerService.updateAllProcessesGlobal(ProcessManagerService.java:
7851)
at
atg.process.ProcessManagerService.updateAllProcessesGlobal(ProcessManagerService.java:
7689)
at
atg.process.ProcessManagerService.startMessageSource(ProcessManagerService.java:
13888)
at
atg.dms.patchbay.ElementManager.startMessageSource(ElementManager.java:
882)
....stack trace CROPPED after 10 lines.
Caused by :CONTAINER:atg.repository.RepositoryException;
SOURCE:java.sql.SQLException: ORA-01460: unimplemented or unreasonable
conversion requested
at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:
5794)
at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:879)
at
atg.process.ProcessManagerService.createProcessInfoItem(ProcessManagerService.java:
3435)
at
atg.process.ProcessManagerService.addProcessGlobal(ProcessManagerService.java:
6268)
at
atg.process.ProcessManagerService.updateProcessGlobal(ProcessManagerService.java:
6041)
at
atg.process.ProcessManagerService.updateAllProcessesGlobal(ProcessManagerService.java:
7832)
at
atg.process.ProcessManagerService.updateAllProcessesGlobal(ProcessManagerService.java:
7851)
at
atg.process.ProcessManagerService.updateAllProcessesGlobal(ProcessManagerService.java:
7689)
....stack trace CROPPED after 10 lines.
Caused by (#2):java.sql.SQLException: ORA-01460: unimplemented or
unreasonable conversion requested
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:573)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1891)
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:
1093)
at
oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:
2047)
at
oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:
1940)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:
2709)
....stack trace CROPPED after 10 lines.
[8/29/08 12:09:45:953 IST] 00000015 SystemOut O
Please throw some pointers of any root cause of this behaviour.
Thanks.