ETL Sample Application Integrator deployment error

Hi friends,

I try to install EID31_SamplePipeline app EID to OTN homepage.

I use Integrator ETL 3.1.1 in windows 2008

problem is I'm trying to import data by running baseline.grf in Integrator ETL I get some exceptions such as

org.jetel.exception.BadDataFormatException: DimDate_FullDateAlternateKey (date) cannot be set to "01/06/2008 0:00 '-don't match set the format" MM/dd/yyyy hh: mm "file 336, box 2 ("DimDate_FullDateAlternateKey"), metadata"DimDate; value: ' 01/06/2008 0:00 '

Now is due to the recording of inaccurate data in the .csv files? Well, I checked excel file record 336/337, and I have found no problem there.

What I have to install MS Office in my server?

Help, please.

Kind regards.

Detail error log is fixed:-

INFO  [WatchDog_0] - ---------------------------------** End of Log **--------------------------------
ERROR [WatchDog_541] - Component [Date Dim:DATA_READER1] finished with status ERROR.
DimDate_FullDateAlternateKey (date) cannot be set to "6/1/2008 0:00" - doesn't match defined format "MM/dd/yyyy HH:mm" in record 336, field 2 ("DimDate_FullDateAlternateKey"), metadata "DimDate"; value: '6/1/2008 0:00'
  Unparseable date: "6/1/2008 0:00" at position 13
ERROR [WatchDog_541] - Error details:
org.jetel.exception.JetelRuntimeException: Component [Date Dim:DATA_READER1] finished with status ERROR.
    at org.jetel.graph.Node.createNodeException(Node.java:535)
    at org.jetel.graph.Node.run(Node.java:514)
    at java.lang.Thread.run(Thread.java:722)
Caused by: org.jetel.exception.BadDataFormatException: DimDate_FullDateAlternateKey (date) cannot be set to "6/1/2008 0:00" - doesn't match defined format "MM/dd/yyyy HH:mm" in record 336, field 2 ("DimDate_FullDateAlternateKey"), metadata "DimDate"; value: '6/1/2008 0:00'
    at org.jetel.data.DateDataField.fromString(DateDataField.java:313)
    at org.jetel.data.parser.DataParser.populateField(DataParser.java:712)
    at org.jetel.data.parser.DataParser.parseNext(DataParser.java:560)
    at org.jetel.data.parser.DataParser.getNext(DataParser.java:184)
    at org.jetel.util.MultiFileReader.getNext(MultiFileReader.java:432)
    at org.jetel.component.DataReader.execute(DataReader.java:268)
    at org.jetel.graph.Node.run(Node.java:485)
    ... 1 more
Caused by: java.lang.IllegalArgumentException: Unparseable date: "6/1/2008 0:00" at position 13
    at org.jetel.util.formatter.JavaDateFormatter.parseDate(JavaDateFormatter.java:75)
    at org.jetel.util.formatter.JavaDateFormatter.parseMillis(JavaDateFormatter.java:82)
    at org.jetel.data.DateDataField.fromString(DateDataField.java:308)
    ... 7 more

INFO  [exNode_541_1307392988263_ENDECA_BULK_ADD_OR_REPLACE_RECORDS0] - Aborting run due to a signal from the user
INFO  [WatchDog_541] - Execution of phase [0] finished with error - elapsed time(sec): 2
ERROR [WatchDog_541] - !!! Phase finished with error - stopping graph run !!!
INFO  [WatchDog_541] - -----------------------** Summary of Phases execution **---------------------
INFO  [WatchDog_541] - Phase#            Finished Status         RunTime(sec)    MemoryAllocation(KB)
INFO  [WatchDog_541] - 0                 ERROR                              2             81647
INFO  [WatchDog_541] - ------------------------------** End of Summary **---------------------------
INFO  [WatchDog_541] - WatchDog thread finished - total execution time: 2 (sec)
ERROR [WatchDog_0] - Component [Run Steps:RUN_GRAPH1] finished with status ERROR.
Execution of graph './graph/LoadData.grf' failed!
  Component [Date Dim:DATA_READER1] finished with status ERROR.
   DimDate_FullDateAlternateKey (date) cannot be set to "6/1/2008 0:00" - doesn't match defined format "MM/dd/yyyy HH:mm" in record 336, field 2 ("DimDate_FullDateAlternateKey"), metadata "DimDate"; value: '6/1/2008 0:00'
    Unparseable date: "6/1/2008 0:00" at position 13
  Inner exception: org.jetel.exception.JetelRuntimeException: Component [Date Dim:DATA_READER1] finished with status ERROR.
      at org.jetel.graph.Node.createNodeException(Node.java:535)
      at org.jetel.graph.Node.run(Node.java:514)
      at java.lang.Thread.run(Thread.java:722)
  Caused by: org.jetel.exception.BadDataFormatException: DimDate_FullDateAlternateKey (date) cannot be set to "6/1/2008 0:00" - doesn't match defined format "MM/dd/yyyy HH:mm" in record 336, field 2 ("DimDate_FullDateAlternateKey"), metadata "DimDate"; value: '6/1/2008 0:00'
      at org.jetel.data.DateDataField.fromString(DateDataField.java:313)
      at org.jetel.data.parser.DataParser.populateField(DataParser.java:712)
      at org.jetel.data.parser.DataParser.parseNext(DataParser.java:560)
      at org.jetel.data.parser.DataParser.getNext(DataParser.java:184)
      at org.jetel.util.MultiFileReader.getNext(MultiFileReader.java:432)
      at org.jetel.component.DataReader.execute(DataReader.java:268)
      at org.jetel.graph.Node.run(Node.java:485)
      ... 1 more
  Caused by: java.lang.IllegalArgumentException: Unparseable date: "6/1/2008 0:00" at position 13
      at org.jetel.util.formatter.JavaDateFormatter.parseDate(JavaDateFormatter.java:75)
      at org.jetel.util.formatter.JavaDateFormatter.parseMillis(JavaDateFormatter.java:82)
      at org.jetel.data.DateDataField.fromString(DateDataField.java:308)
      ... 7 more

ERROR [WatchDog_0] - Error details:
org.jetel.exception.JetelRuntimeException: Component [Run Steps:RUN_GRAPH1] finished with status ERROR.
    at org.jetel.graph.Node.createNodeException(Node.java:535)
    at org.jetel.graph.Node.run(Node.java:514)
    at java.lang.Thread.run(Thread.java:722)
Caused by: org.jetel.exception.JetelRuntimeException: Execution of graph './graph/LoadData.grf' failed!
    at org.jetel.component.RunGraph.logError(RunGraph.java:538)
    at org.jetel.component.RunGraph.runGraphThisInstance(RunGraph.java:517)
    at org.jetel.component.RunGraph.runSingleGraph(RunGraph.java:397)
    at org.jetel.component.RunGraph.execute(RunGraph.java:303)
    at org.jetel.graph.Node.run(Node.java:485)
    ... 1 more
Caused by: org.jetel.exception.JetelRuntimeException: Component [Date Dim:DATA_READER1] finished with status ERROR.
DimDate_FullDateAlternateKey (date) cannot be set to "6/1/2008 0:00" - doesn't match defined format "MM/dd/yyyy HH:mm" in record 336, field 2 ("DimDate_FullDateAlternateKey"), metadata "DimDate"; value: '6/1/2008 0:00'
  Unparseable date: "6/1/2008 0:00" at position 13
Inner exception: org.jetel.exception.JetelRuntimeException: Component [Date Dim:DATA_READER1] finished with status ERROR.
    at org.jetel.graph.Node.createNodeException(Node.java:535)
    at org.jetel.graph.Node.run(Node.java:514)
    at java.lang.Thread.run(Thread.java:722)
Caused by: org.jetel.exception.BadDataFormatException: DimDate_FullDateAlternateKey (date) cannot be set to "6/1/2008 0:00" - doesn't match defined format "MM/dd/yyyy HH:mm" in record 336, field 2 ("DimDate_FullDateAlternateKey"), metadata "DimDate"; value: '6/1/2008 0:00'
    at org.jetel.data.DateDataField.fromString(DateDataField.java:313)
    at org.jetel.data.parser.DataParser.populateField(DataParser.java:712)
    at org.jetel.data.parser.DataParser.parseNext(DataParser.java:560)
    at org.jetel.data.parser.DataParser.getNext(DataParser.java:184)
    at org.jetel.util.MultiFileReader.getNext(MultiFileReader.java:432)
    at org.jetel.component.DataReader.execute(DataReader.java:268)
    at org.jetel.graph.Node.run(Node.java:485)
    ... 1 more
Caused by: java.lang.IllegalArgumentException: Unparseable date: "6/1/2008 0:00" at position 13
    at org.jetel.util.formatter.JavaDateFormatter.parseDate(JavaDateFormatter.java:75)
    at org.jetel.util.formatter.JavaDateFormatter.parseMillis(JavaDateFormatter.java:82)
    at org.jetel.data.DateDataField.fromString(DateDataField.java:308)
    ... 7 more

    at org.jetel.component.RunGraph.assembleException(RunGraph.java:533)
    ... 5 more

INFO  [WatchDog_0] - Execution of phase [0] finished with error - elapsed time(sec): 55
ERROR [WatchDog_0] - !!! Phase finished with error - stopping graph run !!!
INFO  [WatchDog_0] - -----------------------** Summary of Phases execution **---------------------
INFO  [WatchDog_0] - Phase#            Finished Status         RunTime(sec)    MemoryAllocation(KB)
INFO  [WatchDog_0] - 0                 ERROR                             55             98782
INFO  [WatchDog_0] - ------------------------------** End of Summary **---------------------------
INFO  [WatchDog_0] - WatchDog thread finished - total execution time: 55 (sec)
INFO  [main] - Freeing graph resources.
ERROR [main] -
----------------------------------------------------------------------------------------------------------------------------------- Error details ------------------------------------------------------------------------------------------------------------------------------------
  Component [Run Steps:RUN_GRAPH1] finished with status ERROR.
   Execution of graph './graph/LoadData.grf' failed!
    Component [Date Dim:DATA_READER1] finished with status ERROR.
     DimDate_FullDateAlternateKey (date) cannot be set to "6/1/2008 0:00" - doesn't match defined format "MM/dd/yyyy HH:mm" in record 336, field 2 ("DimDate_FullDateAlternateKey"), metadata "DimDate"; value: '6/1/2008 0:00'
      Unparseable date: "6/1/2008 0:00" at position 13
    Inner exception: org.jetel.exception.JetelRuntimeException: Component [Date Dim:DATA_READER1] finished with status ERROR.
        at org.jetel.graph.Node.createNodeException(Node.java:535)
        at org.jetel.graph.Node.run(Node.java:514)
        at java.lang.Thread.run(Thread.java:722)
    Caused by: org.jetel.exception.BadDataFormatException: DimDate_FullDateAlternateKey (date) cannot be set to "6/1/2008 0:00" - doesn't match defined format "MM/dd/yyyy HH:mm" in record 336, field 2 ("DimDate_FullDateAlternateKey"), metadata "DimDate"; value: '6/1/2008 0:00'
        at org.jetel.data.DateDataField.fromString(DateDataField.java:313)
        at org.jetel.data.parser.DataParser.populateField(DataParser.java:712)
        at org.jetel.data.parser.DataParser.parseNext(DataParser.java:560)
        at org.jetel.data.parser.DataParser.getNext(DataParser.java:184)
        at org.jetel.util.MultiFileReader.getNext(MultiFileReader.java:432)
        at org.jetel.component.DataReader.execute(DataReader.java:268)
        at org.jetel.graph.Node.run(Node.java:485)
        ... 1 more
    Caused by: java.lang.IllegalArgumentException: Unparseable date: "6/1/2008 0:00" at position 13
        at org.jetel.util.formatter.JavaDateFormatter.parseDate(JavaDateFormatter.java:75)
        at org.jetel.util.formatter.JavaDateFormatter.parseMillis(JavaDateFormatter.java:82)
        at org.jetel.data.DateDataField.fromString(DateDataField.java:308)
        ... 7 more
   Component [Date Dim:DATA_READER1] finished with status ERROR.
    DimDate_FullDateAlternateKey (date) cannot be set to "6/1/2008 0:00" - doesn't match defined format "MM/dd/yyyy HH:mm" in record 336, field 2 ("DimDate_FullDateAlternateKey"), metadata "DimDate"; value: '6/1/2008 0:00'
     Unparseable date: "6/1/2008 0:00" at position 13
   Inner exception: org.jetel.exception.JetelRuntimeException: Component [Date Dim:DATA_READER1] finished with status ERROR.
       at org.jetel.graph.Node.createNodeException(Node.java:535)
       at org.jetel.graph.Node.run(Node.java:514)
       at java.lang.Thread.run(Thread.java:722)
   Caused by: org.jetel.exception.BadDataFormatException: DimDate_FullDateAlternateKey (date) cannot be set to "6/1/2008 0:00" - doesn't match defined format "MM/dd/yyyy HH:mm" in record 336, field 2 ("DimDate_FullDateAlternateKey"), metadata "DimDate"; value: '6/1/2008 0:00'
       at org.jetel.data.DateDataField.fromString(DateDataField.java:313)
       at org.jetel.data.parser.DataParser.populateField(DataParser.java:712)
       at org.jetel.data.parser.DataParser.parseNext(DataParser.java:560)
       at org.jetel.data.parser.DataParser.getNext(DataParser.java:184)
       at org.jetel.util.MultiFileReader.getNext(MultiFileReader.java:432)
       at org.jetel.component.DataReader.execute(DataReader.java:268)
       at org.jetel.graph.Node.run(Node.java:485)
       ... 1 more
   Caused by: java.lang.IllegalArgumentException: Unparseable date: "6/1/2008 0:00" at position 13
       at org.jetel.util.formatter.JavaDateFormatter.parseDate(JavaDateFormatter.java:75)
       at org.jetel.util.formatter.JavaDateFormatter.parseMillis(JavaDateFormatter.java:82)
       at org.jetel.data.DateDataField.fromString(DateDataField.java:308)
       ... 7 more
.
.
.
.
.
.
.
.
.
.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ERROR [main] - Execution of graph failed !


What time zone are you and what is the time zone of the default local on the computer where you run Integrator.  You can't be in Pakistan would you?

There was no midnight (0:00) June 1, 2008 in Pakistan, because of a change to Daylight Savings Time (DST), UTC + 5 to UTC + 6.  Thus, clocks has moved to May 31, 2008 23:59 on June 1, 2008 01:00, making midnight and time following it an invalid time value.  So if your TZ is Pakistan which could explain the error you see.

You can change the value outside this time, or use a different TZ.

Tags: Business Intelligence

Similar Questions

  • Build and deploy the sample application Rssnews

    Hi all

    I'm trying to build and deploy the sample application for my Dev Alpha a. Rssnews.

    I use the 4 SDK beta

    He seems to build ok, but when it tries to install it on the Dev Alpha I get the following error

    Deployment Failed: Info: Sending request: Install and Launch
    Info: Action: Install and Launch
    Info: Debug native: on
    Info: File size: 238114
    Info: Installing com.example.bb10samples.data.rssnews.testDev_ata_rssnewsc73a2b56...
    Info: Processing 238114 bytes
    actual_dname::
    actual_id::
    actual_version::
    result::failure 821 Application-Requires-System: unrecognized system name 'BlackBerry 10'
    

    I also have an appliance version mismatch error but I belive it can be ignored.

    Thank you very much

    Solved this problem by updating the software Dev Alpha at 10.0.9.1103.

  • File. WAR deployment error: weblogic. failed to preload at startup in a Web application:

    Hello

    I'm dealing with deployment error while installing the file. War on weblogic server. When I run my application of webservices plsql in integrated weblogic server, it works fine... When I tried to package it and deploy on weblogic, it gives following error, pls could anyone help on this topic.

    Pls. note I've created connections to database through the wizard for the creation of webservices plsql, data source name is created under weblogic domain-> services-> jdbc-> data source in the application server. Even then, I'm not able to succeed with the deployment. Appreciate your help, thank you.

    I used jdeveloper 11.1.1 g for the construction of pl/sql based Web application services.

    Message icon - Error An error occurred during activation of the changes, please see the log for more details.

    Message icon - Error [HTTP:101216] Servlet: 'FinanceCreateInvoicePort' failed by preloading at startup in a Web application: "PLSQLWebServices-Project1-context - root.war. java.sql.SQLException: error looking up < java: comp/env/jdbc/CreateInvDBconnDS >: to createinvdbconn. FinanceCreateInvoiceBase. < init > (FinanceCreateInvoiceBase.java:33) to createinvdbconn. FinanceCreateInvoiceUser. < init > (FinanceCreateInvoiceUser.java:11) at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at weblogic.wsee.component.pojo.JavaClassComponent.createTarget(JavaClassComponent.java:49) at weblogic.wsee.component.pojo.JavaClassComponent. < init > (JavaClassComponent.java:40) at weblogic.wsee.ws.WsBuilder.setComponent(WsBuilder.java:1907) at weblogic.wsee.ws.WsBuilder.buildService(WsBuilder.java:215) at weblogic.wsee.ws.WsFactory.createServerService(WsFactory.java:54) at weblogic.wsee.deploy.ServletDeployInfo.createWsService(ServletDeployInfo.java:91) at weblogic.wsee.deploy.DeployInfo.createWsPort(DeployInfo.java:368) at weblogic.wsee.server.servlet.BaseWSServlet.init(BaseWSServlet.java:83) at javax.servlet.GenericServlet.init(GenericServlet.java:241) at weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283) to



    Thank you

    Devendra




    Define the JNDI name as jdbc /CreateInvDBconnDS instead of CreateInvDBconn

    What makes research JNDI as java: comp/env/jdbc/CreateInvDBconnDS with java: comp/env/added by default.

    ADF expects this JNDI name to start with jdbc / and end with the DS.

  • Cannot deploy the sample applications of the MAF

    I try to install some of the sample applications on the MAF ( jdev_install/jdeveloper/jdev/extensions/oracle.maf/Samples Directory) on my Android (version 4.4.2) phone without success.

    I use jDev build JDEVADF_12.1.3.0.0_GENERIC_140521.1008.S

    If I have a deployment on an Android package using default deployment profiles, I get the following error:

    "Impossible to deploy the profile because the project 'ViewController.jpr' is not a MAF ApplicationController or ViewController project. (oracle.adfmf.framework.dt.deploy.features.deployers.FeatureArchiveDeployer).

    I searched this error in this forum and found this:

    MAF: Build Error "adfmf - not found feature.xml.

    Then I updated the patch of the MAF, and I still get the same error.

    I then fiddled around a bit dependencies of properties/deployment/Android1/Application Profile

    Now I can deploy on my phone, but the application hangs on the splash screen.  Can anyone advise on what things should be checked in the profile dependencies?

    Profile Dependencies.JPG

    OK, I finally understood what is the question.

    After installing the patch of the MAF, jDev so ask to restart your computer, but for some reason any on my computer this can last from a few minutes to a few days!  The first time that I installed the patch, after a reboot, through the Assistant jDev update request I clicked on OK and jDev stop and waited so he could restart. 5 minutes later, it started so I thought I'd launch myself, so I did.  But what I didn't know that in my list of system processes, jDev was still working (perhaps even install the patch).  Here's a screenshot of my system process (that I took during my third attempt, since I suspect something):

    Thus, while this process jDev was hanging out, I started jDev myself and ended up having two jDev processes running.  One that I started manually didn't have the MAF Patch applied, but I thought he did it because I just went through the Update Wizard.

    And so all the trouble, I have tried to deploy the sample applications of the MAF.

    I didn't knew that this much later because a few days later, a splash jDev screen suddenly arisen WHILE I was USING jDev, I knew was because the first time, install the patch jDev prompted to restart the computer.

    Only on the third time reinstall jDev and the patch of the MAF has waited more jDev to restart, and when he finally did restart on its own (3 minutes later) that I checked my installation of the fix for the MAF and found that it was installing successfully.

    I then tried to deploy the sample applications of the MAF again and this time it worked.

    So, in summary, because he took if jDev long reboot after installation of the patch of the CRG, I advanced and started jDev myself, but this instance of jDev, I started upward has not installed the fix of the MAF, and so the trouble I had to deploy the samples of the MAF.

    I hope that something can be improved here so that other users the same tracks as I do not work in the same problems in the future.  It can be as simple as a message before reboot in saying the user to wait jDev restart on its own, otherwise their patch will not install.

    Thanks for your time.

  • Deployment error when I deploy my application world Hello to device of BB curve 8900

    I am facing deployment error while I deply to device Iam using the version of the sdk webworks: BlackBerry WebWorks SDK 2.3.1.5

    IAM using the webworks said above, windows 8 64-bit system, when I deploy it in the Simulator for other versions I see global demand for Hello in the emulator to ripple, but when I try to look for 8900 device that is not listed in the webworks platform why is it so?

    My camera works with OS 4.6.1, then how to deploy my application world Hello to this device of curve 8900?
    If the JDE or jre must be downgraded on 4.6.1 how? I need to change my environment variable

    Someone in a pile on flow said like that. "

    You as a developer WebWorks don't treat BrowserField instance, but your app to launch and work, needs this new implementation of the BrowserField class that supports the required functionality.

    Software more former device does not support the feature that provides new BrowserField. And as a result, it is not possible to launch WebWorks applications on older devices OS-es to 5.0.
    "So do I need higher version OS to run my application helloworld on my device.

    SDK BlackBerry WebWorks 2.3.1.5 has a requirement of BlackBerry OS 5.0 because of the new BrowserField object (which has been introduced in BBOS 5.0 that you noted.) You will not be able to deploy a WebWorks to any device that runs a pre - 5.0 operating system.

  • The sample application BB10 NDK Gamepad of build error

    Hi all

    I got this error during sample application the build Gamepad:

    /Users/MyMac/BB10/Gamepad/main.c:322:34: error: 'SCREEN_DPAD_UP_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:322:34: note: each undeclared identifier is reported only once for each function it appears in
    /Users/MyMac/BB10/Gamepad/main.c:331:34: error: 'SCREEN_DPAD_DOWN_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:340:34: error: 'SCREEN_DPAD_LEFT_GAME_BUTTON' undeclared (first use in this function)
    make[2]: Leaving directory `/Users/MyMac/BB10/Gamepad/arm/o.le-v7'
    make[1]: Leaving directory `/Users/MyMac/BB10/Gamepad/arm'
    /Users/MyMac/BB10/Gamepad/main.c:349:34: error: 'SCREEN_DPAD_RIGHT_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:355:34: error: 'SCREEN_A_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:360:34: error: 'SCREEN_B_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:365:34: error: 'SCREEN_X_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:370:34: error: 'SCREEN_Y_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:376:34: error: 'SCREEN_L1_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:381:34: error: 'SCREEN_R1_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:387:35: error: 'SCREEN_MENU1_GAME_BUTTON' undeclared (first use in this function)
    /Users/MyMac/BB10/Gamepad/main.c:392:35: error: 'SCREEN_MENU2_GAME_BUTTON' undeclared (first use in this function)
    cc: /Applications/bbndk/host_10_0_9_284/darwin/x86/usr/lib/gcc/arm-unknown-nto-qnx8.0.0eabi/4.6.3/cc1 error 1
    make[2]: *** [main.o] Error 1
    make[1]: *** [all] Error 2
    make: *** [all] Error 2
    

    Appreciate any help

    Thank you.

    Make sure that you use the latest NDK (10.0.9.1673). You will get these errors with previous versions of NDK.

  • Error when installing the sample application Showcase in APEX 5.0.2 @ XE geolocation

    Hello

    I'm new to APEX and want to learn something related to the geolocation thing, APEX 5.0.2 running on XE, when I tried to install the sample application geolocation showcase, I got the following error:

    Error on line 22: PLS-00201: identifier ' ORDIMAGE. PROCESSCOPY' must be declared

    After some research, I found that the package eba_spatial_sample was not created correctly, and it gave me error when I try to compile the package:

    Compilation failed, line 22 (01: 37:34)

    PLS-00201: identifier ' ORDIMAGE. PROCESSCOPY' should be omitted declaredCompilation, line 22 (01: 37:34)

    PL/SQL: statement ignoredCompilation failed, line 65 (01: 37:34)

    PLS-00201: identifier ' ORDIMAGE. GETMETADATA' should be omitted declaredCompilation, line 65 (01: 37:34)

    PL/SQL: Statement ignored


    Seems to be something related to the ORDIMAGE object, everyone has an idea about that?


    Thank you much in advance.

    Dong

    Jerry Dong wrote:

    I'm new to APEX and want to learn something related to the geolocation thing, APEX 5.0.2 running on XE, when I tried to install the sample application geolocation showcase, I got the following error:

    Error on line 22: PLS-00201: identifier ' ORDIMAGE. PROCESSCOPY' must be declared

    After some research, I found that the package eba_spatial_sample was not created correctly, and it gave me error when I try to compile the package:

    Compilation failure, line 22 (01: 37:34)

    PLS-00201: identifier ' ORDIMAGE. PROCESSCOPY' must be declaredCompilation failed, line 22 (01: 37:34)

    PL/SQL: Statement ignoredCompilation failed, 65 line (01: 37:34)

    PLS-00201: identifier ' ORDIMAGE. GETMETADATA' must be declaredCompilation failed, line 65 (01: 37:34)

    PL/SQL: Statement ignored

    Seems to be something related to the ORDIMAGE object, everyone has an idea about that?

    ORDImage is an Oracle's Multimedia component. Oracle multimedia is not included in 11 g Express Edition...

    Upgrade to the Standard or Enterprise edition if you need multimedia features or features depend on.

    The Oracle index , however, is available in all editions of the database. See the database Express Edition 2 day more Locator Developer Guide for a tutorial and examples.

  • Problem running graphs in the OEID 3.1 sample application

    Hi all

    I just installed OEID 3.1 and I am trying to execute the sample application provided by oracle with reference to the procedure described in the section "Creating a sample Application of data Ingested with ETL Integrator" in the guide getting started in OEID 3.1 documentation.

    I have ingested the sample data in short using the EID31_SamplePipeline.zip pipeline Integrator ETL server.

    Now, when I try to run the chart named Baseline.grf using the IDE of clover for ETL Integrator, it throws errors - following

    Graph execution '. / graph/InitDataDomain.grf ' failed!

    Error during initialization of the graph.

    Initialization of the component failed [create Data Domain: CREATE_DATA_DOMAIN].

    Unable to create the Web Service proxy.

    Cannot establish the WSDL parser.

    Cannot read the WSDL to location ' https://localhost:7002 / short-server/ws/manage? wsdl '.

    WSDLException: faultCode = PARSER_ERROR: Wsdl not found https://localhost:7002 / short-server/ws/manage? wsdl

    Inner exception: element [CREATE_DATA_DOMAIN:Create Data Domain] - initialization of the component failed [create Data Domain: CREATE_DATA_DOMAIN].


    Note:

    I use the basic SSL communications.

    I even updated to 7002 port numbers (this is my SSL port for the server for short) in workspace.prm and I even changed my graphics for https rather than http.

    But I still get this error.

    I added VM arguments in JRE for trustStore and keystore and passwords corresponding paths.

    I added the same IntegratorETL.ini file too.

    I've also marked compatible SSL also true for components that have this property.


    Interestingly, I'm even able to load the wsdl from the browser file if I get the URL

    https://localhost:7002 / short-server/ws/manage? WSDL

    While the ETL Integrator Designer mentions the exact URL even when he gives with the exception of WSDL saying Wsdl not found.


    Can someone tell me what could be the problem and how I need to solve this problem?

    Any help/suggestions appreciated.


    Thank you!

    Christophe


    Hi Christophe,

    I have consulted several groups, and although it looks like initially a hostname resolution problem (it came a lot), support was offered that this is related to the fact that you try to run the sample application in SSL mode, while the Start Guide that documents this application indicates that it is running using the no - SSL only. In other words, when you install the software for the purposes of execution of a sample application (and not for production), you must explicitly uncheck the flag SSL. This is not recommended in production.

    So, I suggest to uninstall and reinstall in non-secure mode.

    Please see the requirements on the sample application here. The doc has a requirement of "without SSL:

    http://docs.Oracle.com/CD/E40518_01/General.310/eid_getting_started/TOC.htm#about%20these%20Installation%20instructions

    Hope this helps and sorry you need to reinstall.

    Julia

  • HPCM sample application 11.1.2.4

    Hi Experts,

    I recently deployed an EMP 11.1.2.4 on OEL6 with HPCM. While I deploy the sample application Coordinator

    I am facing a problem when loading the data in the Application BksSP82R of essbase

    The error message says:

    Buffer ID [9999] initialized with options: resource_usage [0.20], aggregate_sum, ignore_missings, ignore_zeros

    BksSP82R.BksSP82R of corrupted database

    Out of the prepared columns: [0]

    Active parallel loading: [1] block to prepare the discussions, block [1] write discussions.

    Loading data stream contains [1532] 0 and [0] #MISSING cells

    There were errors, look in C:\Users\user\Desktop\.\dataload.err

    Completed import data ['BksSP82R'.'] [BksSP82R']

    Out of the prepared columns: [0]

    Data load buffer [9999] does not exist

    Unexpected error Essbase 1270040

    And the dataload.err wrote:

    ------Members duplicate the same Dimension on the data recording

    "Gross income" "USA E SE" "[PL_Products]@[B1003]" "[PL_Customers]@[SR100]" 340415 "reviews" 34041.5

    Someone has any idea how to get this resolved?

    To be honest this data file is not the best, when I tried to load the data that I had

    ------Member not found in the database

    "" USA E SE ' "[PL_Products]@[B1003]" "[PL_Customers]@[SR100]" 340415 "

    So I removed the "based on the record, then I got."

    ------Member "USA W N not found in Datase.

    So I removed the last record

    "USA W N.

    All load then ok.

    Buffer ID [9999] initialized with options: resource_usage [0.20], aggregate_sum, ignore_missings, ignore_zeros

    BksSP82R.BksSP82R of corrupted database

    Out of the prepared columns: [0]

    Active parallel loading: [1] block to prepare the discussions, block [1] write discussions.

    Loading data stream contains [1764] 0 and [0] #MISSING cells

    Time data load [BksSP82R_AllData.txt]: [0,172] seconds

    Completed import data ['BksSP82R'.'] [BksSP82R']

    Out of the prepared columns: [0]

    Load data buffer commit elapsed: [0.047] seconds

    Completed import data ['BksSP82R'.'] [BksSP82R']

    Out of the prepared columns: [0]

    Also, make sure that the data file is in the correct format for Linux.

    See you soon

    John

  • MAF: Deploy Error-&gt;

    Oracle Community:

    I've reconfigured my MAC from a factory default reset.  I'm trying to deploy 2 distribution package apps I met this error.  1 with the sample application "peel" and 2nd with a simple application that calls a remote URL.  Nothing complex in these applications.  Can I deploy on the end IOS Simulator.

    Any idea what the "problem" might be?

    Two things I have troubleshooted:

    • I brought a new copies of my profile of provisioning, developer cert.  The AppID is registered under my Apple Developer account.
    • Clean all the
    • Building together
    • remove the .data file
    • deleted deploy & class records
    • -> tried to redeploy themselves to the distribution package.

    Screen Shot 2014-09-09 at 7.05.24 AM.png

    Thanks a lot for your HELP!

    TreeStrepek

    First of all, if you have just rebuilt your Mac, have you launch XCode and iTunes at least once to accept the license terms?  This will cause the failure via JDev builds.

    Otherwise the error code 65 xcodebuild is often a problem with the iOS provisioning profiles.  Probably you have not configured such?

    Point Arun is according to this older article from ADF Mobile which is still topical: https://blogs.oracle.com/onesizedoesntfitall/entry/diagnosing_adf_mobile_ios_deployment

    Can repost you your logs complete since the beginning of the deployment to fail please? We'll see what we can deduce.

    In addition, make sure to do a 'clean' in JDev, stop JDev and remove the .data directory into the workspace and try again to generate again JDev just in case it is a messed in cache deployment option.

    CM.

  • Webcenter portal deployment error

    Hi all

    I just create a white portal application and run the integrated deployment of portal .everything on weblogic, I got this error

    Library of unresolved, request references defined in weblogic-applic ation.xml: [Extension nameunresolved, request library references defined in weblogic-applicationation.xml: [Extension name: content-app-lib, exact match: fake]. lib - app -, exact match: fake].

    I propose to remove jar for your jdev and installed new webcenter extension... then try...

    or make

    Release of JDeveloper.

    Go to the directory jdev\extensions under your JDeveloper installation directory.

    . Identify the webcenter extension jar and remove it.

  • HFM 11.1.2.3 deployment error

    Hi all

    Version: HFM 11.1.2.3

    While deploying the HFM - application of EPMA sample, I get the error below? Anyone could confront the question below? Please help me

    Error Reference number: {EB1CCB4F-A9F6 - 46 d 7-8180 -EDB4442931E1}

    Num: 0 x 80040225; Type: 0. DTime: 16/08/2013-13:13:21; SVR: xxx. File: CHsxServer.cpp; Line: 1702; Worm: 11.1.2.3.000.4045;

    Num: 0 x 80040225; Type: 0. DTime: 16/08/2013-13:13:21; SVR: xxx. File: CHsxServer.cpp; Online: 1579; Worm: 11.1.2.3.000.4045;

    Num: 0 x 80040225; Type: 0. DTime: 16/08/2013-13:13:21; Svr: xxx; File: AgentHelper.cpp; Line: 769; Worm: 11.1.2.3.000.4045;

    Num: 0 x 80040225; Type: 0. DTime: 16/08/2013-13:13:21; Svr: xxx; File: CHfmAwbAgent.cpp; Online: 567; Worm: 11.1.2.3.000.4045;



    Please do the steps below to solve problems.

    (1) to connect to the ORACLE database using the user sys or system:

    sqlplus system / .

    (2) to confirm the values of PROCESS and SESSIONS, run the following script:

    SQL > select name, value of the parameter $ v whose name ('processes,' sessions ');

    (3) run the following commands to define PROCESSES and SESSIONS on a higher value:

    SQL > change processes control system = 300 scope = spfile;

    SQL > alter system sessions = 300 scope = spfile;

    (4) restart the ORacle database to reflect the changes

    (5) in order to confirm the new values of re - run the in.step script 2.

  • Cannot decompress web complete sample application catalog because too long file name.

    I have OBIEE 11.1.1.5 installed on a Windows 2003 SP2 environment, which installs SampleAppLite. I wanted to install the sample full application I downloaded Oracle. When I tried to unzip the provided catalog with the complete sample application file, I received errors of WinZip. I have determined that the cause of the errors is a too long file name. The length of the path and file name exceeds the limit of 255 characters in windows.

    Anyone else tried the complete sample application on windows?

    Karen,

    This can happen for SampleApp as well as for the installation of Oracle BI Apps on Windows due to a setting of configuration and limitation of Windows.

    My opinion is that the Oracle BI PM team really built OBIEE 11 g Linux first and then Windows is a minor version.

    However, to solve your problem, configure your environment as if it'll be a deployment locally to bracts and create a shared near the root folder. Then the em Console merger change the RPD deployment tab to a location 'sharing' and also to adjust the assignment of web site catalogue.

    Thus, for example, on your C:\ drive create the following structure

    C:\
    -OBIEEShare
    -THE RPD
    WebCat-
    -GlobalCache

    Then do C:\OBIEEShare a shared folder so that it can be accessed through the following UNC, \\machineName\OBIEEShare\

    Place the SampleApp DPR on the course of \\machineName\OBIEEShare\RPD\
    Place the SampleApp WebCat folder on the \\machineName\OBIEEShare\WebCat\ course

    Now in do it Fusion Console EM the shared location for the RPD is \\machineName\OBIEEShare\RPD\ and the location of the web catalog is \\machineName\OBIEEShare\WebCat\SampleApp

    Transfer your file SampleApp.rpd and enter the correct credentials.

    Restart the necessary components and you're done.

    See you soon,.
    Christian
    http://www.artofbi.com

  • Worklistapp of sample request giving the error HTTP 404 or 500 Internal server

    Hello

    I get the error when I access the sample application below. integration / http://localhost:7777 / worklistapp

    Internal server error
    The server has encountered an internal error or misconfiguration and was unable to respond to your request.
    Please contact the server administrator, [email protected] and inform them of the time, is the error occurred and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Error log contains

    [9 Jun 18:14:45 Mar 2009] [error] [client xx.xx.xx.48] [ecid: 1245550,0] mod_oc4j: there is no process oc4j (destination: application://hw_services) available to the service request.

    If I take the SOA, then I get HTTP 404 error

    Error log contains

    [9 Jun 18:53:44 Mar 2009] [error] [client xx.xx.xx.48] [ecid: 0, 124:0:8] file does not exist: / oas/app/soa/Apache/Apache/htdocs/integration/worklistapp

    Y at - it all configurations must be made to access the sample application.

    BPELAdmin and BPELConsole works well.

    Thank you
    Sree

    Published by: user11159690 on June 9, 2009 22:18

    What other 2 applications?

    see you soon
    James

  • recording programmed with BPA on the client sample application

    I'm trying to register my device (example of customer installed app) and I'm trying to register and unregister...

    Unfortunately, when I submit my credentials and try to register with BPA, I got:

    java.lang.Exception: registration rejected by BPA

    I have had this on the application log:

    Rc = 200 HTTP response

    Recording programmed with BPA

    Push the status API callback: failure

    Command 'register' failed with the error: java.lang.Exception: recording with BPA has been rejected by the server

    It happens more often...

    What do I have to wait until the BPA accepts my registration? How long is it?

    I don't get what want to be...

    in my BB Debug Portal my device shown as being ACTIVE but in PPG UNSUBSCIRBE

    I use this BPA URL: http://pushapi.eval.blackberry.com

    should we build a Manager to solved this problem if want to build push own app, which is an easy to use?

    Well, the problem is already solved...

    I try to record using HttpConnection BPA and it still works and I got the answer correctly...

    In the sample application customer it use the API to push record and especially it did not work (do not register correctly)...

    may I suggest to those who are faced with the problem of sam me... you can try the simplified BIS press http://supportforums.blackberry.com/t5/BlackBerry-Push-Development/Simplified-BIS-Push-client-sample...

    It works very well on me!

Maybe you are looking for

  • Satellite Pro A300 - blue snow on screen

    After about 20 months trouble free operation, my Satellite Pro A300 has developed an intermittent failure annoyingly screen appears where a scattering of blue pixels, most noticeably on a white background. Generally any form of action (including a pr

  • HP 500K6V69AV: Dual Boot

    This HP 500 desktop computer was purchased new directly on the website of HP and delivered may 7, 2015.  There is no other choice for Windows 7 Pro, so I accepted the default win 8.1 64 bit.  My intention was to use a previously purchased 240GB SDD c

  • synchronization with Gmail and Google calendar will not turn off

    Hi all I have several daily reminders to appear on my PC but I don't want that they pop up on my phone and don't I want notifications by e-mail on my phone, so I unchecked both in the Google sync account on my phone, but they still continue... actual

  • Omni 100-5050 HP all-in-one: hp hardware

    I need a motherboard for my hp computer. model No. BT590AA My computer is unbootable to my cpu LED lights are flashing. My power light is on and I can hear the breath of fan cooling, but my screen is not lit. MNB

  • When restarting my Z3, it cannot locate my Sim Card

    When restarting my Z3, it cannot locate my Sim Card. I need to open the cover, then reinstall the sim card. What's wrong?