Oracle Routing NEW_PARTITION object

Hi forum,
executing sdo_router_partition.partition_router(); throws the following exception:
ORA-04043: Objekt NEW_PARTITION ist nicht vorhanden
ORA-06512: in "MDSYS.SDO_ROUTER_PARTITION", Zeile 909
ORA-06512: in Zeile 1
04043. 00000 - "object %s does not exist"
*Cause:    An object name was specified that was not recognized by the system.
There are several possible causes:
- An invalid name for a table, view, sequence, procedure, function,
package, or package body was entered. Since the system could not
recognize the invalid name, it responded with the message that the
named object does not exist.
- An attempt was made to rename an index or a cluster, or some
other object that cannot be renamed.
*Action:   Check the spelling of the named object and rerun the code. (Valid
names of tables, views, functions, etc. can be listed by querying
the data dictionary.)
I found no information about the new_partition object in the routeserver documentation? What is the problem?
Arnd.

OK, step by step.
exec sdo_router_partition.partition_router('NODE_PART',16); works. It#s only a small network for test issues. The new partition table is created, two partitions are created, the partition_id attribute in the edge and node table is updated.
No errors in the log file:
******* Beginning SDO Router partitioning
Do Nov 12 13:52:11 2009
INFO: create and load node_part table
Do Nov 12 13:52:11 2009
INFO: cleanup partitioning temporary tables
Do Nov 12 13:52:11 2009
INFO: begin partitioning of NODE_PART partition level: 0 min(partition id): 0 max(partition id): 0
INFO: generating 2 partitions from level:0 to level: 0 ...
Do Nov 12 13:52:12 2009
INFO: partitioning NODE_PART level: 0 partition id: 1
INFO: partitioning level: 0 with 2 partitions took .017 min.
Do Nov 12 13:52:12 2009
INFO: completed partitioning of NODE_PART
Do Nov 12 13:52:12 2009
INFO: create index np_v_idx on node_part
Do Nov 12 13:52:12 2009
INFO: create and load edge_part
Do Nov 12 13:52:12 2009
INFO: create index edge_part_s_idx on edge_part
Do Nov 12 13:52:12 2009
INFO: create index edge_part_t_idx on edge_part
Do Nov 12 13:52:12 2009
INFO: create index edge_part_st_p_idx on edge_part
Do Nov 12 13:52:12 2009
INFO: create and load outedge and inedge columns in node_part table
Do Nov 12 13:52:13 2009
INFO: create index node_part_p_idx on node_part
Do Nov 12 13:52:13 2009
INFO: recreating node table with partitioning information
Do Nov 12 13:52:13 2009
INFO: updating edge table with partitioning information
Do Nov 12 13:52:13 2009
INFO: creating and loading super_node_ids table
Do Nov 12 13:52:13 2009
INFO: creating and loading super_edge_ids table
Do Nov 12 13:52:13 2009
INFO: Create and load the restricted_nodes table
Do Nov 12 13:52:13 2009
INFO: Create and load the restricted_edges table
Thu Nov 12 13:52:13 CET 2009
INFO: Starting turn restriction generation...
Thu Nov 12 13:52:13 CET 2009
INFO: Turn restriction generation done... 0.0 seconds.
Thu Nov 12 13:52:13 CET 2009
INFO: Starting generation of 2 database partition blobs
Thu Nov 12 13:52:13 CET 2009
INFO: 0Super Nodes read in 0.016 seconds
Thu Nov 12 13:52:13 CET 2009
INFO: SQL String: CREATE TABLE new_partition
( partition_id number,
subnetwork BLOB ,
num_nodes NUMBER,
num_non_boundary_edges NUMBER,
num_outgoing_boundary_edges NUMBER,
num_incoming_boundary_edges NUMBER )
lob(subnetwork) store as
( storage ( initial 512K next 128K maxextents unlimited)
chunk 32768
nocache nologging )
Thu Nov 12 13:52:13 CET 2009
INFO: Continuing from partition id: 1
Thu Nov 12 13:52:13 CET 2009
INFO: Partition: 1 has 0 Highway Nodes...
Thu Nov 12 13:52:13 CET 2009
INFO: Partition 1 read: 8 nodes: 18 non-boundary edges: 2 boundary out edges: 2 boundary in edges
Thu Nov 12 13:52:13 CET 2009
INFO: generating node information for partition 1
Thu Nov 12 13:52:13 CET 2009
INFO: generating non-boundary edge information for partition 1
Thu Nov 12 13:52:13 CET 2009
INFO: generating out edge information for partition 1
Thu Nov 12 13:52:13 CET 2009
INFO: generating in edge information for partition 1
Thu Nov 12 13:52:14 CET 2009
INFO: Blob creation for partition: 1 completed in 0.781 seconds
Thu Nov 12 13:52:14 CET 2009
INFO: Partition: 2 has 0 Highway Nodes...
Thu Nov 12 13:52:14 CET 2009
INFO: Partition 2 read: 8 nodes: 14 non-boundary edges: 2 boundary out edges: 2 boundary in edges
Thu Nov 12 13:52:14 CET 2009
INFO: generating node information for partition 2
Thu Nov 12 13:52:14 CET 2009
INFO: generating non-boundary edge information for partition 2
Thu Nov 12 13:52:14 CET 2009
INFO: generating out edge information for partition 2
Thu Nov 12 13:52:14 CET 2009
INFO: generating in edge information for partition 2
Thu Nov 12 13:52:14 CET 2009
INFO: Blob creation for partition: 2 completed in 0.031 seconds
Thu Nov 12 13:52:14 CET 2009
INFO: Completed generation of database partition blobs in 0.828 seconds
Thu Nov 12 13:52:14 CET 2009
INFO: Begin processing 0 super nodes.
Thu Nov 12 13:52:14 CET 2009
INFO: Read Super Nodes in 0.016 seconds.
Thu Nov 12 13:52:14 CET 2009
INFO: Begin processing 0 super edges.
Thu Nov 12 13:52:14 CET 2009
INFO: Read Super Edges in 0.0 seconds.
Thu Nov 12 13:52:14 CET 2009
ERROR: **** Exception thrown: See stack trace in the trace files.
Thu Nov 12 13:52:14 CET 2009
INFO: Write partitions completed in 0.015 seconds.
Do Nov 12 13:52:14 2009
INFO: creating the final partition table
Do Nov 12 13:52:14 2009
INFO: create index partition_p_idx on partition table
Do Nov 12 13:52:14 2009
******* Completed SDO Router partitioning
The next error occures during startup the routeserver engine:
[oracle.spatial.router.server.RouteServerImplementation, Thu Nov 12 13:55:51 CET 2009,#OC4J Launcher, FATAL] oracle.spatial.router.engine.RoutingEngineException: [REE-0121: Could not find blob corresponding to partition 0]
     at oracle.spatial.router.engine.PartitionCache.loadPartitionFromDatabase(PartitionCache.java:294)
     at oracle.spatial.router.engine.PartitionCache.obtainPartitionReference(PartitionCache.java:248)
     at oracle.spatial.router.engine.Network.<init>(Network.java:77)
     at oracle.spatial.router.server.RouteServerImplementation.<init>(RouteServerImplementation.java:145)
     at oracle.spatial.router.server.RouteServerServlet.init(RouteServerServlet.java:319)
     at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
     at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
     at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
     at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
     at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
     at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
     at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
     at com.evermind.server.Application.getHttpApplication(Application.java:545)
     at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
     at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
     at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
     at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
     at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
     at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
     at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
     at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
     at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
     at java.lang.Thread.run(Thread.java:595)
So again, what#s wrong??

Similar Messages

  • Internal Error in reading a Table of Oracle custom-defined objects.

    Hi,
    We are running into an Oracle internal error when trying to extract data from an OUT parameter of a stored procedure. The OUT parameter is of the type TABLE of Oracle custom-defined OBJECT.
    Any help on this issue will be greatly appreciated.
    Thanks, in advance,
    OraNew
    Program:
    package test;
    import java.sql.CallableStatement;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Types;
    import java.util.ArrayList;
    import java.util.List;
    import oracle.sql.ARRAY;
    import oracle.sql.STRUCT;
    import src.vo.ProfileBank;
    public class TestOracle {
    * @param args
    public static void main(String[] args) {
    try{
    Connection con = getConnection();
    ResultSet rsBalance = null;
    CallableStatement cs =
    con.prepareCall("{ CALL acr_profiles.get_profile_bank( ?, ?, ?)}");
    cs.setLong(1, new Long(133).longValue());
    cs.setLong(2, new Long(29032).longValue());
    cs.registerOutParameter(3,Types.ARRAY,"ACR_USER." + "ACR_PROF_BANK_TAB");
    cs.execute();
    ARRAY array = (oracle.sql.ARRAY) cs.getObject(3);
    System.out.println("length: "+ array.length());
    System.out.println("isConvertible: " + array.isConvertibleTo(Object.class));
    System.out.println("isInline: " + array.isInline());
    rsBalance = array.getResultSet();
    showResultSet(rsBalance);
    } catch (Exception sql){
    System.out.println("Exception "+ sql);
    public static void showResultSet (ResultSet rs) throws SQLException
    System.out.println("ResultSet = "+ rs.toString());
    List profileBanks = new ArrayList();
    while (rs != null && rs.next()) {
    STRUCT struct = (STRUCT)rs.getObject (2); //getting the Internal Error on this line.
    Object[] attribs = struct.getAttributes();
    System.out.println("Bank Alias Id"+ (java.math.BigDecimal) attribs[0]);
    System.out.println("Bank Name"+ (String)attribs[1]);
    System.out.println("Bank set flag "+ (String) attribs[2]);
    ProfileBank pBank = new ProfileBank();
    pBank.setBankAliasId(new Integer(((java.math.BigDecimal) attribs[0]).intValue()));
    pBank.setBankName((String) attribs[1]);
    pBank.setSelBankFlag((String) attribs[2]);
    profileBanks.add(pBank);
    public static Connection getConnection() throws ClassNotFoundException, SQLException {
    Class.forName("oracle.jdbc.driver.OracleDriver");
    System.out.println("Driver loaded");
    // establish a connection
    Connection conn = DriverManager
    .getConnection(
    "jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=10.3.11.201)(Port=1521)) (CONNECT_DATA=(SERVICE_NAME= aada.a.al)))",
    "acr_user", "acr_user");
    System.out.println("Database connected");
    return conn;
    Console Output:
    Driver loaded
    Database connected
    length: 2
    isConvertible: false
    isInline: true
    ResultSet = oracle.jdbc.driver.ArrayDataResultSet@1f3aa07
    Exception java.sql.SQLException: Internal Error
    Partial Stacktrace obtained from the Eclipse Debug window:
    oracle.jdbc.driver.DatabaseError.throwSqlException(int) line: 292
    oracle.jdbc.oracore.OracleTypeCOLLECTION.initCollElemTypeName() line: 1192
    oracle.jdbc.oracore.OracleTypeCOLLECTION.getAttributeType(int) line: 1225
    oracle.jdbc.oracore.OracleTypeADT(oracle.jdbc.oracore.OracleNamedType).getFullName(boolean) line: 119
    oracle.jdbc.oracore.OracleTypeADT(oracle.jdbc.oracore.OracleNamedType).getFullName() line: 93
    oracle.sql.StructDescriptor(oracle.sql.TypeDescriptor).initSQLName() line: 497
    oracle.sql.StructDescriptor(oracle.sql.TypeDescriptor).getName() line: 392
    oracle.sql.StructDescriptor.getClass(java.util.Map) line: 2003
    oracle.sql.STRUCT.toJdbc(java.util.Map) line: 983
    oracle.jdbc.driver.ArrayDataResultSet.getObject(int, java.util.Map) line: 1379
    oracle.jdbc.driver.ArrayDataResultSet.getObject(int) line: 1198
    test.TestOracle.showResultSet(java.sql.ResultSet) line: 53
    test.TestOracle.main(java.lang.String[]) line: 38
    Environment:
    Database: Oracle 10g (10.2.0.3)
    JDBC Drivers: version 10.2.0.3 (ojdbc14, orai18n)
    Database Server: HP-UX
    Client machine: Windows XP
    <end of thread>

    hi Thom,
    most error relating to table DOKTL are caused by misconfigured network card.
    if this is a "home" system, install a loopback adapter from Microsoft and use IP address 127.0.0.1 and also check "hosts" file for inconsistency. do not use the IP adddress provided by your ISP as it may change.

  • Access Oracle Service Bus objects from within a PBL program

    Followed instructions from Studio Reference documentation for cataloging Oracle Service Bus objects and embedded sample code but encountered http 404 not found error. Is there anyway to trace the call made to the Service Bus? I change the log message severity level for Workspace application to debug but the call is not logged. The following is the output from the log:
    ================Oracle® BPM - WorkSpace================
    RUNTIME:fuego.papi.exception.ActivityFailedException: Activity '/ExpenseReport#Default-1.0/GlobalCreation[CreateExpenseReport]' task '' could not execute successfully.
    RUNTIME:Detail:Method: '', Exception: 'The method 'CIL_createExpenseReportCreateExpenseReportIN' from class 'oracle.ExpenseReport.Default_1_0.Instance' could not be successfully executed.'
    RUNTIME:
    RUNTIME:     at fuego.papi.exception.ActivityFailedException.create(ActivityFailedException.java:66)
    RUNTIME:     at fuego.server.AbstractProcessBean.createActivityFailedException(AbstractProcessBean.java:3561)
    RUNTIME:     at fuego.fengine.FEngineProcessBean.createActivityFailedException(FEngineProcessBean.java:371)
    RUNTIME:     at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2968)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at java.lang.reflect.Method.invoke(Unknown Source)
    RUNTIME:     at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
    RUNTIME:     at fuego.lang.JavaObject.invoke(JavaObject.java:227)
    RUNTIME:     at fuego.component.Message.process(Message.java:585)
    RUNTIME:     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
    RUNTIME:     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
    RUNTIME:     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
    RUNTIME:     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
    RUNTIME:     at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:244)
    RUNTIME:     at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
    RUNTIME:     at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    RUNTIME:     at fuego.component.CustomExecution.next(CustomExecution.java:176)
    RUNTIME:     at fuego.papi.impl.rmi.RMIExecution.next(RMIExecution.java:109)
    RUNTIME:     at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:177)
    RUNTIME:     at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    RUNTIME:     at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    RUNTIME:     at fuego.web.papi.TaskExecutor.runApplicationTask(TaskExecutor.java:349)
    RUNTIME:     at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:95)
    RUNTIME:     at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    RUNTIME:     at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229)
    RUNTIME:     at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
    RUNTIME:     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    RUNTIME:     at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
    RUNTIME:     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    RUNTIME:     at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
    RUNTIME:     at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    RUNTIME:     at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    RUNTIME:     at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    RUNTIME:     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    RUNTIME:     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    RUNTIME:     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    RUNTIME:     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    RUNTIME:     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    RUNTIME:     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    RUNTIME:     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    RUNTIME:     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    RUNTIME:     at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    RUNTIME:     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    RUNTIME:     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    RUNTIME:     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    RUNTIME:     at java.lang.Thread.run(Unknown Source)
    RUNTIME:Caused by: fuego.lang.ComponentExecutionException: The method 'CIL_createExpenseReportCreateExpenseReportIN' from class 'oracle.ExpenseReport.Default_1_0.Instance' could not be successfully executed.
    RUNTIME:     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:519)
    RUNTIME:     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:273)
    RUNTIME:     at fuego.fengine.FEEngineExecutionContext.invokeMethodAsCil(FEEngineExecutionContext.java:219)
    RUNTIME:     at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1280)
    RUNTIME:     at fuego.server.execution.TaskExecution.invoke(TaskExecution.java:401)
    RUNTIME:     at fuego.server.execution.GlobalTaskExecution.invoke(GlobalTaskExecution.java:146)
    RUNTIME:     at fuego.server.execution.TaskExecution.executeCIL(TaskExecution.java:513)
    RUNTIME:     at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:697)
    RUNTIME:     at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:657)
    RUNTIME:     at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:154)
    RUNTIME:     at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:116)
    RUNTIME:     at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:96)
    RUNTIME:     at fuego.server.execution.microactivity.GlobalCreationMicroActivity.execute(GlobalCreationMicroActivity.java:109)
    RUNTIME:     at fuego.server.execution.microactivity.GlobalInteractiveMicroActivity.execute(GlobalInteractiveMicroActivity.java:73)
    RUNTIME:     at fuego.server.AbstractProcessBean$44.execute(AbstractProcessBean.java:2961)
    RUNTIME:     at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
    RUNTIME:     at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
    RUNTIME:     at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
    RUNTIME:     at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
    RUNTIME:     at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
    RUNTIME:     at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
    RUNTIME:     at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2954)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at java.lang.reflect.Method.invoke(Unknown Source)
    RUNTIME:     at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
    RUNTIME:     at fuego.lang.JavaObject.invoke(JavaObject.java:227)
    RUNTIME:     at fuego.component.Message.process(Message.java:585)
    RUNTIME:     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
    RUNTIME:     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
    RUNTIME:     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
    RUNTIME:     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
    RUNTIME:     at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:244)
    RUNTIME:     at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
    RUNTIME:     at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    RUNTIME:Caused by: fuego.lang.RuntimeCILExecutionException: <?xml version="1.0" encoding="UTF-8" ?>
    RUNTIME:<string>return code: 404
    RUNTIME:&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Draft//EN&quot;&gt;
    RUNTIME:&lt;HTML&gt;
    RUNTIME:&lt;HEAD&gt;
    RUNTIME:&lt;TITLE&gt;Error 404--Not Found&lt;/TITLE&gt;
    RUNTIME:&lt;META NAME=&quot;GENERATOR&quot; CONTENT=&quot;WebLogic Server&quot;&gt;
    RUNTIME:&lt;/HEAD&gt;
    RUNTIME:&lt;BODY bgcolor=&quot;white&quot;&gt;
    RUNTIME:&lt;FONT FACE=Helvetica&gt;&lt;BR CLEAR=all&gt;
    RUNTIME:&lt;TABLE border=0 cellspacing=5&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR CLEAR=all&gt;
    RUNTIME:&lt;FONT FACE=&quot;Helvetica&quot; COLOR=&quot;black&quot; SIZE=&quot;3&quot;&gt;&lt;H2&gt;Error 404--Not Found&lt;/H2&gt;
    RUNTIME:&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
    RUNTIME:&lt;/TABLE&gt;
    RUNTIME:&lt;TABLE border=0 width=100% cellpadding=10&gt;&lt;TR&gt;&lt;TD VALIGN=top WIDTH=100% BGCOLOR=white&gt;&lt;FONT FACE=&quot;Courier New&quot;&gt;&lt;FONT FACE=&quot;Helvetica&quot; SIZE=&quot;3&quot;&gt;&lt;H3&gt;From RFC 2068 &lt;i&gt;Hypertext Transfer Protocol -- HTTP/1.1&lt;/i&gt;:&lt;/H3&gt;
    RUNTIME:&lt;/FONT&gt;&lt;FONT FACE=&quot;Helvetica&quot; SIZE=&quot;3&quot;&gt;&lt;H4&gt;10.4.5 404 Not Found&lt;/H4&gt;
    RUNTIME:&lt;/FONT&gt;&lt;P&gt;&lt;FONT FACE=&quot;Courier New&quot;&gt;The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.&lt;/p&gt;&lt;p&gt;If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.&lt;/FONT&gt;&lt;/P&gt;
    RUNTIME:&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
    RUNTIME:&lt;/TABLE&gt;
    RUNTIME:
    RUNTIME:&lt;/BODY&gt;
    RUNTIME:&lt;/HTML&gt;
    RUNTIME:</string>
    RUNTIME:
    RUNTIME:     at fuego.components.ScreenFlow.rethrowUserException(ScreenFlow.java:274)
    RUNTIME:     at fuego.components.ScreenFlow.propagateParentException(ScreenFlow.java:239)
    RUNTIME:     at xobject.Fuego__AutoGen__Screenflows__.__SubmitReport.Begin_Invocator(__SubmitReport.xcdl:13)
    RUNTIME:     at oracle.ExpenseReport.Default_1_0.Instance.CIL_createExpenseReportCreateExpenseReportIN(Instance.xcdl:3)
    RUNTIME:     at oracle.ExpenseReport.Default_1_0.Instance.CIL_createExpenseReportCreateExpenseReportIN(Instance.xcdl)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    RUNTIME:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    RUNTIME:     at java.lang.reflect.Method.invoke(Unknown Source)
    RUNTIME:     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:512)
    RUNTIME:     ... 35 more

    You are receiving a 404 error which means that the binding to the SB is not correct or there is a problem with the SB end part of the integration.
    Are you able to test this successfully from an automatic activity for example aside from trying to use it within a screenflow ?
    Thanks !
    eduardoc.

  • Oracle support format object processor?

    I want to create a pdf web report using pl/sql backend procedure. My procedure return the xml document which
    using formatting tags(<fo:..>)
    Is it possible to develop this using xsql or
    any xml technologies. Is Oracles supporting Format object processing in their xdk?
    thanks in advance

    Could you further clarify what do you try to achieve?
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Jdeveloper Load Errors: oracle.jbo.dt.objects.JboException

    I am trying to extend a view object in Jdeveloper 10.1.3.1
    I get the following errors when starting Jdeveloper:
    Error 1:
    Load error.
    Object: oracle.apps.xdo.oa.schema.server.TemplatesVIEOView.DataSourceId
    Project: C:\Jdev10g\jdev\myprojectsXXPERProjAsgEnd.jpr
    Entity Attribute for this View Attribute cannot be found.
    oracle.apps.xdo.oa.schema.server.TemplatesVIEO.DataSourceId
    oracle.apps.xdo.oa.schema.server.TemplatesVIEOView.DataSourceId
    Exception: oracle.jbo.dt.objects.JboException
    Error 2:
    Load error.
    Object: oracle.apps.fnd.wf.worklist.server.GranteeListVO
    Project: C:\Jdev10g\jdev\myprojectsXXPERProjAsgEnd.jpr
    For input string: "False"
    Exception: oracle.jbo.dt.objects.JboException (java.lang.NumberFormatException)
    Please help.

    Hi,
    There is no blank line before the <?xml. statement.It is the 1st line in the server.xml file.An note the server.xml file that I am trying to load now just after creating the project is the one that I have dowloaded from the application server.
    Regards,
    Krishnan

  • Other languages for oracle routing engine?

    Hello,
    I'm sorry if this is not the right place to post my question, but i wasn't able to find a special forum about routing.
    In our application, we'd like to use the oracle routing engine for navigation. As people from different nations use our application, we'd like to supply appropriate languages for most of them.
    The supported languages we know of are english, french, german, italian and spanish.
    For our customer we need languages like polish, Czech, and - most important - russian.
    Does anybody know whether these languages exist or if there is a possibility of installing something like a language pack for the routing engine?
    thanks,
    JoAl

    The Router currently does not have an option for Polish, Czech or Russian. It is possible for for these languages to be included but they would be included in a later version of the Router.
    The first step is to know exactly what languages you would like included. If we have the translation services to translate the driving directions to those languages we will include them in a future version of the Router.

  • Oracle.jbo.dt.objects.JboException

    Hi,
    I get the following exception when choosing "OK" in the EntityObject wizard, using JDev9.0.3.3 on EO created with a previous version of JDev.
    The error disappears after a couple of retries.
    oracle.jbo.dt.objects.JboException
         void oracle.jbo.dt.jdevx.JDev9iUtils.writeDataToURL(java.net.URL, char[], boolean)
              JDev9iUtils.java:74
         void oracle.jbo.dt.jdevx.JdvIde.writeDataToURL(java.net.URL, char[])
              JdvIde.java:578
         void oracle.jbo.dt.objects.JboBaseObject.saveToXMLFile()
              JboBaseObject.java:1917
         void oracle.jbo.dt.objects.JboBaseObject.saveObject(boolean, boolean)
              JboBaseObject.java:2069
         void oracle.jbo.dt.ui.entity.EOWizard.doGenerateEntity(oracle.jbo.dt.objects.JboEntity, java.util.ArrayList, java.util.ArrayList, boolean, boolean, boolean, oracle.jbo.dt.ui.main.dlg.DtuLongOpThread)
              EOWizard.java:474
         void oracle.jbo.dt.jdevx.ui.entity.XEOWizard.doGenerateEntity(oracle.jbo.dt.objects.JboEntity, java.util.ArrayList, java.util.ArrayList, boolean, boolean, boolean, oracle.jbo.dt.ui.main.dlg.DtuLongOpThread)
              XEOWizard.java:73
         void oracle.jbo.dt.ui.entity.EOWizardDoneThread.run()
              EOWizard.java:620

    Hi,
    There is no blank line before the <?xml. statement.It is the 1st line in the server.xml file.An note the server.xml file that I am trying to load now just after creating the project is the one that I have dowloaded from the application server.
    Regards,
    Krishnan

  • Oracle routing and partitioning; is it necessary

    We are testing oracle 10g, and I would like to start using the routing capability provided by Oracle. I've loaded the test routing example provided, and have noticed that one of the spatial tables is partitioned. Is this a requirement? We don't have the partitioning agreement with Oracle, so if it is required for Oracle routing to work properly then I would not be able to use this. Does anyone know the answer to this? Thanks.

    You don't need Oracle Partitioning option to use the Routing engine.
    Which table is partitioned ?
    In the Routing engine we use logical partitioning of the network, but it does not use the Partitioning Option of the Database.
    siva

  • How to find out Oracle 11i Standard Objects

    Hi Gurus,
    There is a requirement from my client. My client is on 11i Oracle Applications. He has many customization. But somehow he failed to use naming convention and all during implementation. Now he wants us to write a program which can tell us how many custom database objects are created as a part of implementation.
    Hence in order to know this, first I need to find out what are the standard objects provided by Oracle for its 11i application so that I can write a program which will take difference (custom DB objects - standard Oracle 11i Object)  
    It will be great assistance if you let me know how to find out standard objects provided by Oracle for its 11i application?
    Looking forward to your reply.
    Thanks.
    -Sunil

    Moved to the EBS General Discussions forum
    There is no easy or programmatic way to determine the custom objects. All custom objects need to be documented and need to follow the recommended XX naming convention. If that has not been done, then someone will have to manually input each object name that is possibly custom at https://etrm.oracle.com which documents all seeded objects - if no match is found, it is most likely a custom object.
    HTH
    Srini

  • Need Expert Advice regarding oracle and java objects

    In our project, we are submitting data for many screens at a time. Some screens will have a list of records to be submitted. There is also some hierarchy among the data up to 4 levels.
    In such a scenario, we need to know the best way to exchange data between Oracle and Java. Currently java holds the data as objects, where each object may contain an array of next level of objects in it.
    Is it best approach to pass the entire data with hierarchy to Oracle using nested table approach and internally oracle handling the data? Is there any other way to do this?
    Also in some scenarios we need to pass the entire information for all the screens in one shot with the hierarchy. So we need to know a solution for that also. Could you please help us in this regard?

    See Oracle JPublisher technique to map Oracle object types to Java ones:
    http://download-west.oracle.com/docs/cd/B10501_01/java.920/a96658/toc.htm
    Rgds

  • Oracle 10G Browse object feature

    Hi there
    I am new to oracle, i have used browse Object in oracle 10g as an easy way to create my table instead of scripting.
    however, i don't know how to assign two FK to the same table (employee table that contains Managers).
    can anyone tell me in steps how i can do it using the browse object feature ?
    Many thanks
    ok, i found it but still have an issue. how to represent a recursive relation ship and again using the browse object feature in oracle. i tried to designate fk Mgr_id to the table employee which has a pk emp_id.
    when i start insert rows to the existence column the following erorr appears:
    " error ORA-02291: integrity constraint (SYSTEM.EMPLOYEE_CON) violated - parent key not found "
    any idea guys ?
    Edited by: Nader_ly on Jan 9, 2011 11:54 AM

    " error ORA-02291: integrity constraint (SYSTEM.EMPLOYEE_CON) violated - parent key not found "
    any idea guys ?FK prevents adding row to child table when no parent row exists

  • How to import Oracle 8i database objects into an Oracle 10g database ?

    Hi all,
    We plan to use Oracle 10g , but untill now we use Oracle 8i 8.1.7.4.1 .
    I want to know how to import all of our Oracle 8i objects stuff to the new Oracle 10g database ; and should I create tablespaces or can I import simply the Oracle 8i tablespaces.
    Thank you very much indeed

    If you use 1 database schema for your application , export the schema only
    for example
    export NLS_LANG env before
    export hr/hr file=hr.dmp log=hr.dmp
    On 10g
    ======
    create the user,tablespaces etc
    import the user
    run the utlrp.sql
    you are ready
    export NLS_LANG env before
    import system/password file=hr.dmp log=hr.dmp fromuser=hr touser=hr

  • Unable to backup oracle 8i database objects

    Hi ,
    i got the following error :
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.2.0 - Production
    EXP-00056: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    EXP-00000: Export terminated unsuccessfullyi am using the Oracle 9i Client to backup the object of an Oracle 8i database.
    is this the cause ?
    previously , my client was still on 8i and it could actually backup both the 8i & 9i database objects
    pls advise
    rgds

    First off, the export and import utilities should be considered useful supplements to a proper physical backup but should not be used as the primary backup method for a production database.
    Second, Oracle pretty much requires that you use the version of the export utility that matches the lowest database version you're working with. You could generate the export files on the machine where the database runs, which guarantees that versions will match up, and move them elsewhere. Or you can have multiple versions of the Oracle client in different Oracle Homes on the same machine.
    Justin

  • Oracle and business object!

    hi!
    we have oracle 10g on rhel4.
    we do have business object XI
    even if i have restricted the permissions for the users, why do i see all the schemas and there objects like CTXSYSM, DBSNMP, SYS when i connect throught the universe of BUSINESS OBJECT XI.
    may be it is because by default all users have the privileges which the pseudo role PUBLIC has and when we install oracle, there are so many privileges like insert, update,delete, select on many objects in the schemas which are given to public by default.
    can i seperate a user from the public privileges?
    kind of ... revoking public (role) from the user???
    thanks

    since public pseudo role has a lot of privileges (select, insert, execute, delete) on many of the objects in CTXSYS, SYS, DBSNMP schemas. Also a user can run a select on ALL_ and USER_ tables and views from the dictionary.
    can i restrict a user to view the ALL_ and the USER_ views from the dictionary and should see only the objects which i give explicit priviliges.
    also can i revoke the privileges which are defaultly given to PUBLIC from a user???
    (all users have the privileges which are there with PUBLIC, and defaultly PUBLIC has a lot of privileges at database creation time)
    please help me to resolve the security threat!
    thanks

  • Determining Oracle Auditing events/objects

    I am testing some software using an Oracle database and I have confirmed that auditing has been enabled (and I can find the logs ok). I have not been able to figure out what events/objects are being audited however.
    Does anyone know which table contains this information??
    Thanks,
    dirby.

    DBA_OBJ_AUDIT_OPTS lists auditing options for all objects.
    DBA_PRIVS_AUDIT_OPTS lists system privileges being audited.

Maybe you are looking for