< Urgent\Imp > error executing Packages in ODI

Whenever I'm trying run\execute packages his mistake by giving as

oracle.odi.runtime.agent.invocation.InvocationException: ODI-1219: prepare Session failed: database error when connecting to the repository WORKREP-TEST work.
Caused by: java.sql.SQLException: ORA-01654: impossible to extend the index DEV_ODI_REPO. 128 in tablespace DEV_ODI_USER PK_TASK_TXT

at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1224)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3467)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350)
at sun.reflect.GeneratedMethodAccessor34.invoke (unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.ucp.jdbc.proxy.StatementProxyFactory.invoke(StatementProxyFactory.java:242)
at oracle.ucp.jdbc.proxy.PreparedStatementProxyFactory.invoke(PreparedStatementProxyFactory.java:124)
to $Proxy26.executeUpdate (Unknown Source)
at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:665)
at com.sunopsis.dwg.dbobj.SnpSession.createSessionByScenName(SnpSession.java:393)
at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.prepareSession(StartScenRequestProcessor.java:761)
to oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.access$ 4 (StartScenRequestProcessor.java:752)
to oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$ 1.doAction(StartScenRequestProcessor.java:347)
at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.goPrepareOrDelegatePrepare(StartScenRequestProcessor.java:267)
at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doPrepareAgentTask(StartScenRequestProcessor.java:197)
at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.process(TaskExecutorAgentRequestProcessor.java:82)
at oracle.odi.runtime.agent.support.DefaultRuntimeAgent.execute(DefaultRuntimeAgent.java:49)
at oracle.odi.runtime.agent.servlet.AgentServlet.processRequest(AgentServlet.java:502)
at oracle.odi.runtime.agent.servlet.AgentServlet.doPost(AgentServlet.java:454)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:389)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
to org.mortbay.jetty.HttpConnection$ RequestHandler.content (HttpConnection.java:879)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
to org.mortbay.jetty.bio.SocketConnector$ Connection.run (SocketConnector.java:228)
to org.mortbay.thread.QueuedThreadPool$ PoolThread.run (QueuedThreadPool.java:520)

at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:279)
at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeStartScenario(RemoteRuntimeAgentInvoker.java:538)
at com.sunopsis.graphical.dialog.SnpsDialogExecution.runStartScenario(SnpsDialogExecution.java:2042)
at com.sunopsis.graphical.dialog.SnpsDialogExecution.doScenarioExecuter(SnpsDialogExecution.java:1104)
at oracle.odi.ui.action.SnpsPopupActionExecuteHandler.actionPerformed(SnpsPopupActionExecuteHandler.java:64)
at oracle.odi.ui.SnpsActionControler.handleEvent(SnpsActionControler.java:75)
at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
in javax.swing.plaf.basic.BasicMenuItemUI$ Handler.mouseReleased (BasicMenuItemUI.java:850)
at java.awt.Component.processMouseEvent(Component.java:6267)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6032)
at java.awt.Container.processEvent(Container.java:2041)
at java.awt.Component.dispatchEventImpl(Component.java:4630)
at java.awt.Container.dispatchEventImpl(Container.java:2099)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
at java.awt.Container.dispatchEventImpl(Container.java:2085)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)


I have no IDEA about this error...
Can anyone suggest me how it can be removed?
My guess its something to do with the index of the database.

Waiting for answers...

Thank you
Mahesh

Hello Manu,

As above the expert says that you are facing in tablespace TEMP error 128, it will cause loading data source DB to C$ table.
If you get USER tablespace to error 128, this will cause while loading data frin C$ I table $ table.

For two cases, you ned to increase the table space, ask your DBA to increase the TEMP tablesapce and a tablespace USER because, if the tablespace TEMP solved, you can get USER tablespace error while data from C$ table at I$ table

Kind regards
Phanikanth

Tags: Business Intelligence

Similar Questions

  • Error executing package DBMS_STATS

    Hi all.

    Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64 bit Production
    PL/SQL Release 9.2.0.4.0 - Production
    CORE Production 9.2.0.3.0
    AMT for Solaris: release 9.2.0.4.0 - Production
    NLSRTL Version 9.2.0.4.0 - Production

    I'm trying to collect statistics of schema using the dbms_stats package and I see the following:

    SQL > BEGIN DBMS_STATS.gather_schema_stats ('SYSADM');
    2 END;
    2 N

    ERROR on line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN legend
    ORA-29400: data cartridge error
    KUP-04040: file G534513 - 1004.txt in EXT_WINDIR not found
    ORA-06512: at "SYS." DBMS_STATS", line 9375
    ORA-06512: at "SYS." DBMS_STATS", line 9857
    ORA-06512: at "SYS." DBMS_STATS", line 10041
    ORA-06512: at "SYS." DBMS_STATS", line 10095
    ORA-06512: at "SYS." DBMS_STATS", line 10072
    ORA-06512: at line 1

    The directory already exists, but the file is long gone. How can I work around this error?

    Thank you

    This information should be user_external_locations or dba_external_locations.

    Kind regards
    Bob

  • Error executing package UTL_MAIL

    SQL > conn system/sys@ORCL;
    Connected.
    SQL > @F:\oracle\product\10.2.0\client_5\RDBMS\ADMIN\utlmail.sql

    Package created.


    The synonym is created.

    SQL > @F:\oracle\product\10.2.0\client_5\RDBMS\ADMIN\prvtmail.plb

    WARNING: The body of a Package created with compilation errors.

    Errors of UTL_MAIL PACKAGE BODY:

    LINE/COL ERROR
    -------- -----------------------------------------------------------------
    319/5 PL/SQL: statement ignored
    320/10 PL/SQL: ORA-00942: table or view does not exist
    325/7 PL/SQL: statement ignored
    326/12 PL/SQL: ORA-00942: table or view does not exist

    Can any help on this?

    You must run this code connected as SYS as SYSDBA, not as a system.
    If you run it under system, you will get errors you saw.

    Drop the package in system
    then run the code under sys.

    ------------
    Sybrand Bakker
    Senior Oracle DBA

  • Urgent: Error executing ODI interface

    Hello

    I get this error when executing a single ODI interface. Here I am trying to load data from a file to SQL server table. Help, please

    ODI-1228: task failed NABIN_INTERFACE_PROCEDURE_SOURCE (integration) on the branch MICROSOFT_SQL_SERVER ODISTAGE target.
    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: incorrect syntax near ')'.
    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1515)
    at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:404)
    to com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$ PrepStmtExecCmd.doExecute (SQLServerPreparedStatement.java:350)
    at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155)
    at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:332)
    at oracle.odi.runtime.agent.execution.sql.SQLCommand.execute(SQLCommand.java:163)
    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:102)
    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:1)
    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2906)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:338)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:272)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:263)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:822)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:662)


    The code in the tab of the task of the session:

    Update ODI.db_owner. I _TRNG_SOURCE $
    Set IND_UPDATE = 'U '.
    When there is)
    Select 'X '.
    of ODI.db_owner. TRNG_SOURCE t
    where
    )

    Thank you
    Nabin

    Nabin Saha says:
    Hello

    I get this error when executing a single ODI interface. Here I am trying to load data from a file to SQL server table. Help, please

    ODI-1228: task failed NABIN_INTERFACE_PROCEDURE_SOURCE (integration) on the branch MICROSOFT_SQL_SERVER ODISTAGE target.
    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: incorrect syntax near ')'.

    The code in the tab of the task of the session:

    Update ODI.db_owner. I _TRNG_SOURCE $
    Set IND_UPDATE = 'U '.
    When there is)
    Select 'X '.
    of ODI.db_owner. TRNG_SOURCE t
    where
    )

    You use incremental IKM wherever you have not defined any function key ODI to perform the UPDATE operation.
    So it fails to stage flag updates lines.

    Mark the key based on which you do update operation.
    If no update is needed then go command Append IKM

    Thank you
    Fati

  • [ERROR] Native package exception occurred

    When I'm wrapping my app webworks, both through the command line and gap I get this error: [ERROR] Native package exception has occurred

    How can I solve this problem?

    admin rights do not solve the problem, still the same error.

    no problem with the config.xml file and the images also

    Finally, I found the cause of this error, all files in the directory:

    depedencies/tools/bin

    a permission to 644 , after change of 755 problem solved.

  • Error Type 2 SCD: ODI - 1228:ORA - 01747: invalid column, table.column, or user.table.column specification

    ODI error. When you try to import.

    Error Type 2 SCD: ODI - 1228:ORA - 01747: invalid column, table.column, or user.table.column specification

    It is a common question.

    Allow your SCD SCD table column properties if you do not select "crush on change."
    This property simply

    -Online CPC IKM goto => select ignore option error on update of existing lines.

  • Full load: Error executing: TRUNCATE TABLE: S_ETL_PARAM

    Hi all

    We use the Bi 7.9.6.1 Apps. Full load worked fine. But now, we are facing a problem with truncate a table "S_ETL_PARAM".
    I also restarted server and DAC Srever informatica. But still I get the same thing in the DAC journal, * "NOMALY INFO: Error executing: TRUNCATE TABLE: S_ETL_PARAM."
    * MESSAGE: com.siebel.etl.database.IllegalSQLQueryException: DBConnection_OLTP:SIEBTRUN ('siebel.) S_ETL_PARAM') *.
    * Values :*
    * Null map *.
    * EXCEPTION CLASS: java.lang.Exception "*"


    Any Suggestion...

    Thanks in advance,
    Deepak

    Hi Deepak,

    There is no table name s_etl_param, it should be w_etl_param. Correct the name of the table and build your execution plan and launch the load.

    Thank you
    Navin Kumar Bolla

  • Helps air: Error executing database query

    I get the message 'Error executing database query' whenever I click on the 'Préférences' button in the help air (if model Classic or cross-tab Malaccaaccordian). I can reject the message and the Preferences dialog box is displayed, but while the content tab seems to work the comments tab seems to be ignored.

    I get the same message when I try to add a comment to a topic.

    Any ideas?

    EDIT: I should mention that I'm on Vista Home Premium.

    UPDATE: seems to only affect projects upgraded X 5; the native projects v7 are have (so far).

    No worries. I need this only for demo AIR help anyway - so the project used native v7 exclusively.

  • Packages for ODI

    Hi John

    Could you please let me know the path to the pdf file of the file that has all the packages of ODI. And also where I can see the odiftpput/get package

    Published by: Sravan Gauthier on July 5, 2009 14:45

    Hello

    You talk about the documentation for the tools of ODI, Yes, it is available here

    odiftpput/get is part of Internet tools in the package, they were introduced in version 10.1.3.5
    If you have an earlier or not updated version to level correctly you couldn't have the tools.

    Ok?

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • get the error when executing application of ODI

    Hello
    try to be more clear, I am in lack of ideas in this problem...
    I am new to ODI, I installed ODI.
    I am able to go read the table in the TEMPLATE tab, I'm able to drag and drop the table in 'Panel of source and target.
    I created the map.
    My Ikm: incremental update of the IKM oracle
    LKM:Oracle to oracle (dblink)
    CKM:CKM oracle
    When I run the pop-up box application.a appear on display this "session has begun.
    My source and target database: oracle
    In 'operator' status of the module is red for action 'create the synonym for target '.
    In the "performance" tab, it is written that ' * 1729: 42000: java.sql.SQLException: ORA-01729: database link name expected. "

    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:633)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1086)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2984)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3057)
    at com.sunopsis.sql.SnpsQuery.executeUpdate (SnpsQuery.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt (SnpSessTaskSqlC.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i (e.java)
    at com.sunopsis.dwg.cmd.g.y (g.java)
    at com.sunopsis.dwg.cmd.e.run (e.java)
    at java.lang.Thread.run (unknown Source.
    I spent hours trying to play around with this, but had nowhere.
    How can I remove error.
    Any help is very appreciated

    Hello

    You ' r are welcome.

    Please close the points wire and assign (useful/correct) to each thread accordingly you think.

    Thank you
    G

  • Internal error - Urgent - Imp

    Hello

    I get this error... Can anyone tell me what this error is and how to solve?

    Gravity and Description path location creation time Id resource
    Internal error detected.
    This should be reported to Oracle's Support.
    Include the following information.
    Error: "java.lang.IllegalStateException: this node (StringCat) must be a ' LocalVar".»
    Node: "Fuego__AutoGen__Screenflows__._TestScreenflow.createTestMsg."     ProjetTest/process TestScreenflow.xsdl 1271964416633 8716 createTestMsg

    Sound inside a screenflow where I use an interactive DISPLAY component call... He said please contact the Oracle Support... But this is urgent... Can someone tell me?

    Published by: user647659 on April 22, 2010 12:30

    There are chances that your screenflow has called 'StringCat' or 'someVar' or "LocalVar" in your screenflow?

    How are they used?

    Dan

  • Error executing create_plugin

    The command I tried is:

    . / empdk create_plugin-stage_dir/home/oracle/edk/samples/plugins/HostSample/demo_hostsample/stage /-conn_desc localhost:1521:testOEM - repos_user sysman-repos_pwd < password > - out_dir/home/oracle/edk/samples/plugins/HostSample/build /-debug log.txt - force

    The command is executed underroot ' user

    The log file indicates that the create_plugin does not throw:

    2014-01-16 21:01:54, 318 packing ERROR [main]. PluginPackager logp.251 - OSPOUIError

    oracle.sysman.pdk.packaging.OSPOUIError: process Yes/bin/runInstaller output value is not null: 255

    at oracle.sysman.pdk.packaging.ShiphomeCreator.runInstaller(ShiphomeCreator.java:286)

    at oracle.sysman.pdk.packaging.ShiphomeCreator.createShiphome(ShiphomeCreator.java:131)

    at oracle.sysman.pdk.packaging.PluginPackager.createPluginPackage(PluginPackager.java:360)

    at oracle.sysman.pdk.packaging.CreatePluginVerb.execute(CreatePluginVerb.java:144)

    at oracle.sysman.pdk.Main.main(Main.java:123)

    2014-01-16 21:01:54, 319 [main] ERROR packing. PluginPackager logp.251 - creation of plug-in failed. Please refer to save the /home/oracle/edk/bin/log.txt file

    Finally I have successfully create archive of the plugin:

    Here are the steps I followed:

    • Log in as user oracle
    • Download the configuration-> extensibility CDIP-> Development Kit and unzip archive zip under the same user credentials
    • If it happens to be another user you will end up with the same questions as above (and you will have no clue about the similar error than me).
    • Set the JDK JAVA_HOME
    • Follow in the footsteps of files to copy as stated in the README file of the example that you want to run create_plugin on
    • Now, go to the bin of the CDIP directory and run the command

    . / empdk create_plugin-stage_dir /samples/plugins/HostSample/demo_hostsample/stage /-conn_desc : 1521: - repos_user sysman-repos_pwd - out_dir construction

    And the Archives of the INTERNET are created. Hope this helps for those who encounter similar problems.

  • Error executing jspx Jdeveloper page

    Hello

    I'm trying to customize common ear LegalEntityDashboard.jspx finance, but during the execution of the page of Jdeveloper, I get below error,

    < 4 November 2013 07:12:05 hours GMT > < WARNING > < Munger > < BEA-2156203 > < a version attribute not found in the application element in the D:\Users\ <>\Documents\MyWorkspace\system11.1.1.7.40.65.57.3\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.applcp.model\f7pg9o/META-INF/application.xml deployment descriptor. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject the descriptors that do not specify the JEE version. >

    < 4 November 2013 07:12:05 hours GMT > < WARNING > < J2EE > < BEA-160140 > < optional references package suspense (in META-INF/MANIFEST. (MF): [Extension name: oracle.apps.common.resource referenced from: D:\Users\ <>\Documents\MyWorkspace\system11.1.1.7.40.65.57.3\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.webcenter.framework\owur7d]. Check that the referenced optional package has been deployed as a library. >

    < 4 November 2013 07:12:05 hours GMT > < WARNING > < J2EE > < BEA-160195 > < application version of the lifecycle event listener oracle.as.scheduler.platform.wls.deploy.ESSApplicationLifecycleListener is ignored, because the application XXFinCommonApp is not versioned. >

    < 4 November 2013 07:12:08 hours GMT > < error > < J2EE > < BEA-160197 > < cannot load the descriptor D:\Users\ <>\Documents\MyWorkspace\system11.1.1.7.40.65.57.3\o.j2ee\drs\XXFinCommonApp\Project1WebApp.war/WEB-INF/web.xml of the Project1WebApp.war module. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed

    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:161)

    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)

    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)

    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)

    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)

    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)

    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)

    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1327)

    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)

    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)

    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)

    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)

    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)

    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)

    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Caused by: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ListenerBeanImpl@101029ea(/Listeners[oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack]).

    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)

    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:539)

    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:381)

    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)

    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)

    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)

    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)

    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)

    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:150)

    ... more than 33

    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ListenerBeanImpl@101029ea(/Listeners[oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack]).

    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)

    at weblogic.j2ee.descriptor.WebAppBeanImpl.setListeners(WebAppBeanImpl.java:1012)

    at sun.reflect.GeneratedMethodAccessor469.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)

    ... more than 41

    . >

    < 4 November 2013 07:12:08 hours GMT > < error > < HTTP > < BEA-101064 > < [WebAppModule(XXFinCommonApp:financialCommon)] parse error of the descriptor in Web app "D:\Users\ <>\Documents\MyWorkspace\system11.1.1.7.40.65.57.3\o.j2ee\drs\XXFinCommonApp\Project1WebApp.war".

    weblogic.application.ModuleException: Unmarshaller failed

    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1335)

    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)

    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)

    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ListenerBeanImpl@101029ea(/Listeners[oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack]).

    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)

    at weblogic.j2ee.descriptor.WebAppBeanImpl.setListeners(WebAppBeanImpl.java:1012)

    at sun.reflect.GeneratedMethodAccessor469.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    Truncated. check the log file full stacktrace

    I did not change the web.xml file manually, please help.

    Thank you

    Is that what you see in the newspapers than al? If there is more then please move on again carefully. There are some serlvet and filter dependencies that are required to be placed in the comments in the web.xml file to run it. Also take a look at https://blogs.oracle.com/fadevrel/entry/tip_to_quickly_test_jdeveloper

    Hope this helps

    Vik

    http://blogs.Oracle.com/fadevrel

  • Error during installation of control Grid 12 c (FLOW of ERROR: * sys-package-mgr *: jump bad jar)

    Hi all

    OS: OEL 6.3 64-bit

    DB: 11.2.0.3

    Grid: 12.1

    During the installation of control Grid 12 c, the following error for me:

    INFO: Files SaveInvWCCE JRE in Scratch

    NEWS: property oracle.installer.mandatorySetup is set to false, thus skipping the execution of additional tools

    INFO: the oracle.installer.installUpdates property is set to false, so skip the verification of updates

    INFO: Config files initialize JRE in Scratch

    INFO: no env vars not defined, no envVars.properties file is generated

    NEWS: none of the components are configurable

    INFO: This is a shared oracle home or remote nodes are null. No copy required.

    INFO: Added iterator oracle.sysman.oii.oiif.oiifw.OiifwRootShWCDE

    INFO: update the global context

    INFO: "Globalcontext.xml" path = / gridControl/WLS/jdk16/install/chainedInstall/globalcontext

    INFO: Since the operation, move the current OiicAPISessionDetails to list installed

    INFO: Installation completed at: 2013-07-04_11-12-49-PM

    INFO: The ID de ARU shiphomeproperties.xml file is 226

    INFO: This ARUId in shiphomeproperties.xml matches with the 64-bit platforms ARU ID 226 CMS, so - d64 went for wls install.

    INFO: Executing the command /gridControl/WLS/jdk16/jdk/bin/java-d64-Djava.io.tmpdir=/gridControl/WLS/.wlsinstall_temp-Xms128m-Xmx1024m-jar = silent-silent_xml=/gridControl/WLS/.wlsinstall_temp/wls.xml-log=/u01/oraInventory/logs/installActions2013-07-04_11-07-45PM.log.wls-log_priority /u01/binaries//wls/wls1035_generic.jar-mode = debug

    INFO: Extracting 0%.................................................................................................... 100%

    INFO: ERROR STREAM: * System-package-mgr *: jump bad jar, ' / u01/binaries/wls/wls1035_generic.jar'

    INFO: #.

    INFO: # a fatal error has been detected by Java runtime environment:

    INFO: #.

    INFO: # SIGSEGV (0xb) at pc = 0x0000003a23689cdc, pid = 24834, tid = 139710737405696

    INFO: #.

    INFO: # JRE version: 6.0_24 - b50

    INFO: # Java VM: Java hotspot 64-bit Server VM (19: 1 - b02 mixed mode linux-amd64 compressed oops)

    Information: Framework of issues #:

    INFO: # C [libc.so.6 + 0x89cdc]

    INFO: #.

    NEWS: a report of errors with more information file is saved as:

    INFO: # /tmp/hs_err_pid24834.log

    INFO: #.

    INFO: # If you want to submit a bug report, please visit:

    INFO: #   http://Java.Sun.com/webapps/bugreport/crash.jsp

    INFO: #.

    INFO: Return value is 134

    INFO: POPUP ERROR: Oracle WebLogic Server Installation failed, check the logs for more details.

    The line "jump bad jar, ' / u01/binaries/wls/wls1035_generic.jar'" is one that is worrying me. Can be corrupted? Or is it something else?

    Thanks in advance.

    I'm assuming that your installation 12.1.0.2 EM version of wls in error message is 10.3.5. Can you open a SR with oracle support and download folowing newspapers -

    installActions/logs /.log

    / cfgtoollogs/Yes/installActions.log

    /cfgtoollogs/cfgfw/*.*

    Share the sr number in this forum

  • Error running batch file ODI scenario

    Hello, everyone!

    I load data into Essbase 11.1.2 views of MS SQL Server using ODI 11.1.1.5.0 and Local agent. I've created an interface that goes well if run manually ODI.
    Next, I created the script called MyScenario for this interface and odiparams.bat update file *...\agent\bin* file as follows:

    Set SECU_DRIVER = weblogic.jdbc.sqlserver.SQLServerDriver
    Set SECU_URL = jdbc:weblogic:sqlserver: / / < servername >: 1433; databaseName = < DatabaseName >
    Set SECU_USER = < user name for master repository >
    Set SECU_PASS = < coded for MasterRepository UserName password >
    Set ODI_USER = SUPERVISOR
    Set ODI_PASS = < coded for the SUPERVISOR password >
    Set WORK_REPOSITORY = < name of the repository to work >


    Then I created the batch file in which I wrote: *...\agent\bin > startscen MyScenario 001 GLOBAL 5 *.

    However the script is not executed with the following error message:

    ERROR ODI - 1132 internal Agent encountered a warning: ODI-1414: connection to the internal agent error: a JDBC error occurs when connecting to the master repository. Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: could not make connection JDBC; nested exception is java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: cannot get data source connection: java.sql.SQLRecoverableException: IO error: the network adapter could not establish the connection

    I'll be very grateful for any advice!

    The variables for the master repository are:

    ODI_MASTER_DRIVER, etc.

Maybe you are looking for

  • Snoring sound and LCD Brightness - Tecra M10 - 17 H

    Hi all I just bought a laptop M10 - 17H. While using and testing it I noticed a hum (only heard on very quiet environments) that I realized is related to the level of brightness.Using the FN + F6/F7 keys noise is heard at all levels below 8 (100%). A

  • Remove the frame of a picture?

    I have an app where I need to place several controls of 200 x 200 pixels on the front. I would like to remove the standard border/frame so that only content is displayed.

  • Problems after installation with XP Service Pack 3 (screen please wait too long)

    After the automatic updates is ready to install and upgrade to SP3 of XP SP2, I have selected only quick installation and the installation progress. For a few minutes, everything seemed perfect, and I could see "Validating license... blah blah compon

  • Blue screen - random computer restart

    My computer stops randomly several times a day, which gives a brief overview of a blue screen, then restarting. I just installed Windows on a new hard drive. The only thing that have been added (in addition to the hundreds of Microsoft updates a thro

  • KB975741 fails to install

    I ran today system update on my X 200.  I selected all the recommended updates and rebooted my PC after installation.   All updates installed successfully with the exception of KB975741, so I chose again after the reboot and it is impossible to insta