javax.management.InstanceNotFoundException: com.oracle.jps:type = JpsCredentialStore when creating credentials with credential store framework

Hello

I have an installation of WebLogic 11 g 1 material (on Windows Server 2012 with Oracle backend) and try to create credentials with credential store framework following steps inhttp://www.redheap.com/2013/06/secure-credentials-in-adf-application.html

I tried to do with WLST (under Oracle\Middleware\oracle_common\common\bin) and get the following error:

WLS: / WcsDomain/serverConfig > createCred (map = "ClayTablet.Sample", key is "TestKey", user = "TestUser", password = "blah", desc = "Test"key);

Now to the tree of domainRuntime. It is a tree read-only with DomainMBean as the root.

For further assistance, use the help (domainRuntime)

COMMAND FAILED for an unknown reason, check the stack for more details trace

Traceback (innermost last):

Folder "system <>", line 1, in?

File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\jpsWlstCmd.py", line 522 to createCred

File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\jpsWlstCmd.py", line 504, createCredImpl

at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)

at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)

at javax.management.remote.rmi.RMIConnectionImpl_1036_WLStub.invoke (unknown Source)

to weblogic.management.remote.common.RMIConnectionWrapper$ 16.run(ClientProviderBase.java:918)

at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

at weblogic.security.service.SecurityManager.runAs (SecurityManager.java: 146)

at weblogic.security.Security.runAs(Security.java:61)

at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:916)

to javax.management.remote.rmi.RMIConnector$ RemoteMBeanServerConnection.invoke (RMIConnector.java:993)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

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

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

javax.management.InstanceNotFoundException: javax.management.InstanceNotFoundException: com.oracle.jps:type = JpsCredentialStore

Thank you

Yu

P.S. I was using the command WLST under Oracle\Middleware\wlserver_10.3\common\bin to do the same thing and got a different error NameError: createCred and posted a question about that in virtue of How to create credentials under Bank of credentials?

After searching the same error message in the community, I tried to move to WLST under Oracle\Middleware\oracle_common\common\bin and got the error posted here.

Having extended my domain name with JRF and JRF WebService services asynchronous, I was able to run "createCred" and "listCred" and so on.

Yu

Tags: Fusion Middleware

Similar Questions

  • Tomcat 6 monitoring: javax.management.AttributeNotFoundException

    Hello

    I managed install Hyperic HQ for monitoring my servers Tomcat 6 via the jmx active plugin. However, the plugin seems unable to control the thread Pool resource. Everything gets very well monitored. I checked the agent log and found these error messages related to the thread pool. Could something have changed Tomcat 6 which breaks this part of the plugin?

    BTW: I experience this error with the two Tomcat 6.0.14 on Windows 2003 and 6.0.10. I'm running the agent - 3.1.1.

    [MeasurementCommandsServer] Error getting real-time measurements: error recovery value: attribute not found [Catalina: type = ThreadPool, name = http - 8080:currentThreadBusy]: javax.management.AttributeNotFoundException: could not find the org.apache.tomcat.util.net.AprEndpoint@235085 attribute currentThreadBusy

    2007-11-13 16:06:17, 531 [MeasurementCommandsServer] error is measured in real time: error recovery value: attribute not found [Catalina: type = ThreadPool, name = ajp - 8009:currentThreadBusy]: javax.management.AttributeNotFoundException: could not find the org.apache.tomcat.util.net.AprEndpoint@e3404f attribute currentThreadBusy

    Thank you
    Brian

    BTW: I posted on the Forum of the user, without response. I guess it was the wrong forum to post this to.

    Hi Brian,.

    It is not a bug. Thread metrics are not enabled by default. If you do not know how to help please read this thread:
    http://communities.VMware.com/message/1915822#1915822

    See you soon,.
    Mirko

  • Maven error: could not solve addiction com.oracle.adf:junit:jar: [12.1.3,12.1.4)

    Hello everyone.

    Using Jdeveloper 12.1.3 with extensions "Integration of JUnit BC4J" and "Integration of JUnit.

    I created a maven project using JUnit to create unit tests. This is dependency added to my pom.xml file in JDeveloper after configuration created the first unit test:

    <dependency>
         <groupId>com.oracle.adf.library</groupId>
         <artifactId>JUnit-4-Runtime</artifactId>
         <version>12.1.3-0-0</version>
         <type>pom</type>
         <scope>test</scope>
    </dependency>
    
    

    If I compile and run my tests from JDeveloper whatever it works but once I order my source code and build the project Hudson (Continuous Integration server), it fails. The error shown in the console of Hudson's (CommonCode is the name of the project I'm building):

    [ERROR] Cannot run the goal on the CommonCode project: could not resolve the project com.company.project.common:CommonCode:jar:1.0 - SNAPSHOT dependencies: could not collect the dependencies to com.oracle.adf.library:JUnit - 4 - Runtime:pom:12.1.3 - 0-0-> com.oracle.adf:junit:jar: [12.1.3,12.1.4): no version available for com.oracle.adf:junit:jar: [12.1.3,12.1.4) in this range-> [help 1]]]

    I have already installed the plugin maven-oracle-sync and completing my private repository (Artifactory) as described in this document. However, when I browse my private repository I can't find the artifact com.oracle.adf:junit:jar: [12.1.3,12.1.4) and I guess that's why my build has failed.]

    Why JDeveloper add a dependency that is not included when the maven-oracle-sync plugin is pushed on the maven repository?

    I forgot to mention that, when you use the following dependency for JUnit instead of one provided by Jdeveloper, the project compiles in my continuous integration server:

    <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>4.11</version>
         <scope>test</scope>
         <type>jar</type>
    </dependency>
    
    

    Clues about why Jdeveloper adds a dependency that cannot be met by the maven-oracle-sync plugin?

    Thank you.

    Alexis

    Hello

    Please check below blog.

    https://blogs.Oracle.com/Groundside/entry/maven_and_adfbc_unit_tests

    A question which has developed recently turned around to configure your Maven POM in 12.1.3, such that you can run the JUnit Tests ADF BC successfully interactively in the IDE and headless via Maven perhaps in your work of Hudson.  Out of the box, the default value that you will end up with POM will be missing two vital pieces of information and need a little extra configuration.

    Once you have created some unit tests JDeveloper will have added dependencies for JUnit extensions JDeveloper JUnit, something like this:

    com Oracle.ADF.Library

    JUnit-4-LIFE

    12.1.3 - 0-0

    POM

    test

    com Oracle.ADF.Library

    JUnit-Runtime

    12.1.3 - 0-0

    POM

    test

    Thank you

    Amey

  • OracleDataAdapter error: unable to cast object of type 'Oracle.DataAccess.Types.OracleDecimal' type 'System.IConvertible '.

    Uses: Oracle9i Standard Edition, ODAC 11.2.0.4, Oracle Instant Client 11.2.0.4

    I am to convert the Microsoft Oracle for Oracle ODP.NET provider of my projects

    * Error *.

    Cannot be cast to type 'Oracle.DataAccess.Types.OracleDecimal' object type 'System.IConvertible '. Could not store < 145982 > in the RECEIPTID column. Type is Int64.

    This error is poped up when my stored Proc has a return parameter. The return is a numeric data type in Oracle. I had no problem when using Oracle Provider from Microsoft.

    Initially, I had my command setting insert the value

    System.Data.OracleClient.OracleType.Number

    for the column RECEIPTID; After ODP.NET, I converted to

    Oracle.DataAccess.Client.OraclDbType.Double

    Then the error throwed upward. Implement

    Oracle.DataAccess.Client.OracleDbType.Int64

    as suggested by the error, but nothing seems to prevent the error a way.

    I am running using the OracleDataAdapter.

    The OracleCommand object initialization *.

    public class ReceiptAccountBusinessTable : EquityBroker32.APP_DATA.config.GenericBusinessTable
            {
                OracleCommand[] nCommandCollection;
    
                public ReceiptAccountBusinessTable()
                {
                    this.Tablename = "JKSBSCHEMA.RECEIPTACCOUNT";
                    this.KeyDBField = "RECEIPTID";
                    this.DefaultSql = string.Format("SELECT * FROM {0} WHERE {1}= (SELECT MAX({1}) FROM {0} )", this.Tablename, this.KeyDBField);
    
                    //select command
                    this.nCommandCollection = new Oracle.DataAccess.Client.OracleCommand[4];
    
                    this.nCommandCollection[0] = new OracleCommand();
                    this.nCommandCollection[0].Connection = this.DataConnection;
                    this.nCommandCollection[0].CommandText = this.DefaultSql;
                    this.nCommandCollection[0].CommandType = System.Data.CommandType.Text;
    
                    //update command
                    this.nCommandCollection[1] = new OracleCommand();
                    this.nCommandCollection[1].Connection = this.DataConnection;
                    this.nCommandCollection[1].CommandText = "JKSBSCHEMA.RECEIPTACCOUNT_ADDCHG_PROC";
                    this.nCommandCollection[1].BindByName = true;
                    this.nCommandCollection[1].CommandType = System.Data.CommandType.StoredProcedure;
                    this.nCommandCollection[1].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PRECEIPTID", Oracle.DataAccess.Client.OracleDbType.Int64, 10, System.Data.ParameterDirection.InputOutput, false, 10, 0, "RECEIPTID", System.Data.DataRowVersion.Current, null));
                    this.nCommandCollection[1].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PACCOUNTID_NEW", Oracle.DataAccess.Client.OracleDbType.Char, 13, System.Data.ParameterDirection.Input, false, 0, 0, "CLIENTACCOUNTID", System.Data.DataRowVersion.Current, null));
                    this.nCommandCollection[1].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PACCOUNTID_OLD", Oracle.DataAccess.Client.OracleDbType.Char, 13, System.Data.ParameterDirection.Input, false, 0, 0, "CLIENTACCOUNTID", System.Data.DataRowVersion.Original, null));
                    this.nCommandCollection[1].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PXSACTVALUE", Oracle.DataAccess.Client.OracleDbType.Double, 22, System.Data.ParameterDirection.Input, false, 0, 0, "XSACTVALUE", System.Data.DataRowVersion.Current, null));
                    this.nCommandCollection[1].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PXSACTDESC", Oracle.DataAccess.Client.OracleDbType.Varchar2, 255, System.Data.ParameterDirection.Input, false, 0, 0, "XSACTDESC", System.Data.DataRowVersion.Current, null));
                    this.nCommandCollection[1].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PPAGEBREAK", Oracle.DataAccess.Client.OracleDbType.Int32, 22, System.Data.ParameterDirection.Input, false, 0, 0, "PAGEBREAK", System.Data.DataRowVersion.Current, null));
    
                    //insert command
                    this.nCommandCollection[2] = new OracleCommand();
                    this.nCommandCollection[2].Connection = this.DataConnection;
                    this.nCommandCollection[2].CommandText = "JKSBSCHEMA.RECEIPTACCOUNT_ADDCHG_PROC";
                    this.nCommandCollection[2].CommandType = System.Data.CommandType.StoredProcedure;
                    this.nCommandCollection[2].BindByName = true;
                    this.nCommandCollection[2].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PRECEIPTID", Oracle.DataAccess.Client.OracleDbType.Int64, 10, System.Data.ParameterDirection.InputOutput, false, 10, 0, "RECEIPTID", System.Data.DataRowVersion.Proposed, null));
                    this.nCommandCollection[2].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PACCOUNTID_NEW", Oracle.DataAccess.Client.OracleDbType.Char, 13, System.Data.ParameterDirection.Input, false, 0, 0, "CLIENTACCOUNTID", System.Data.DataRowVersion.Current, null));
                    this.nCommandCollection[2].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PACCOUNTID_OLD", Oracle.DataAccess.Client.OracleDbType.Char, 13, System.Data.ParameterDirection.Input, false, 0, 0, "CLIENTACCOUNTID", System.Data.DataRowVersion.Original, null));
                    this.nCommandCollection[2].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PXSACTVALUE", Oracle.DataAccess.Client.OracleDbType.Double, 22, System.Data.ParameterDirection.Input, false, 0, 0, "XSACTVALUE", System.Data.DataRowVersion.Current, null));
                    this.nCommandCollection[2].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PXSACTDESC", Oracle.DataAccess.Client.OracleDbType.Varchar2, 255, System.Data.ParameterDirection.Input, false, 0, 0, "XSACTDESC", System.Data.DataRowVersion.Current, null));
                    this.nCommandCollection[2].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PPAGEBREAK", Oracle.DataAccess.Client.OracleDbType.Int32, 22, System.Data.ParameterDirection.Input, false, 0, 0, "PAGEBREAK", System.Data.DataRowVersion.Current, null));
    
                    //delete command
                    this.nCommandCollection[3] = new OracleCommand();
                    this.nCommandCollection[3].Connection = this.DataConnection;
                    this.nCommandCollection[3].CommandText = "DELETE FROM " + this.Tablename + " WHERE RECEIPTID=:p1 AND ACCOUNTID=RPAD(:p2,15)";
                    this.nCommandCollection[3].CommandType = System.Data.CommandType.Text;
                    this.nCommandCollection[3].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("p1", Oracle.DataAccess.Client.OracleDbType.Int64, 22, System.Data.ParameterDirection.Input, false, 0, 0, "RECEIPTID", System.Data.DataRowVersion.Current, null));
                    this.nCommandCollection[3].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("p2", Oracle.DataAccess.Client.OracleDbType.Char, 15, System.Data.ParameterDirection.Input, false, 0, 0, "ACCOUNTID", System.Data.DataRowVersion.Current, null));
    
                    this.CommandCollection = this.nCommandCollection;
                }
            }
    

    * The glance of the stored Proc *.

    PROCEDURE RECEIPT_ADDCHG_PROC
        (
        preceiptid IN OUT NUMBER,
        preceiptmode IN CHAR,
        pxsactdate IN DATE,
        pxsactvalue IN NUMBER,
        pbankaccountid IN VARCHAR2,
        pchequeno IN VARCHAR2,
        pclientbankid IN VARCHAR2,
        pdescription IN VARCHAR2,
        pstatementno in varchar2 default null,
        pcustodypayment IN NUMBER)
        is
        nrow number;
        begin
    
        --check if posted
        SELECT COUNT(*) INTO nrow from accountledger
        WHERE receiptid = preceiptid;
    
        IF nrow > 0 THEN
          RAISE_APPLICATION_ERROR(-20001, 'Record Already Posted');
        END IF;
    
        UPDATE Receipt
          Set pmodeid = preceiptmode,
          xsactdate = pxsactdate,
          xsactvalue = pxsactvalue,
          bankaccountid = pbankaccountid,
          chequeno = pchequeno,
          clientbankid = pclientbankid,
          description = pdescription,
          statementno = pstatementno,
          custodypayment = pcustodypayment
        WHERE receiptid = preceiptid;
    
        IF (SQL%NOTFOUND) THEN
          INSERT INTO RECEIPT(receiptid,
                              pmodeid,
                              xsactdate,
                              xsactvalue,
                              bankaccountid,
                              chequeno,
                              clientbankid,
                              description,
                              statementno,
                              custodypayment
                              )
          VALUES(preceiptid,
                  preceiptmode,
                  pxsactdate,
                  pxsactvalue,
                  pbankaccountid,
                  pchequeno,
                  pclientbankid,
                  pdescription,
                  pstatementno,
                  pcustodypayment
                  ) RETURNING receiptid into (preceiptid);
        END IF;
    
        end;
    

    * It's how I update the Table *.

    public void UpdateData(DataTable tbl, Oracle.DataAccess.Client.OracleTransaction oTran)
                {
                    try
                    {
                        SetTransaction(oTran);
                        this._adapter.Update(tbl);
                        //this was added on 03-Aug-2011
                        tbl.AcceptChanges();
                    }
                    //handling concurrency problem
                    catch (DBConcurrencyException dbcx)
                    {
                        MessageBox.Show(CreateMessage(dbcx.Row), "Concurrency Exception", MessageBoxButtons.YesNo);
                    }
                    catch (OracleException ex)
                    {
                        throw ex;
                    }
                    catch (Exception ex)
                    {
                        throw ex;
                    }
    
                }
    

    * The said Stack Trace *.

    at System.Data.Common.DbDataAdapter.UpdatedRowStatusErrors (Int32 commandCount RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo [batchCommands])
    at System.Data.Common.DbDataAdapter.UpdatedRowStatus (Int32 commandCount RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo [batchCommands])
    to System.Data.Common.DbDataAdapter.Update (DataRow [] dataRows, DataTableMapping tableMapping)
    to Oracle.DataAccess.Client.OracleDataAdapter.Update (DataRow [] dataRows, DataTableMapping tableMapping)
    at System.Data.Common.DbDataAdapter.UpdateFromDataTable (DataTable dataTable, DataTableMapping tableMapping)
    at System.Data.Common.DbDataAdapter.Update (DataTable dataTable)
    at EquityBroker32.APP_DATA.config.GenericBusinessTable.UpdateData (DataTable tbl, OracleTransaction oTran) in d:\REVERSION\Latest\APP_DATA\config\GenericBusinessTable.cs:line 293

    This is found!

    I add the following code to my existing and it worked!

    this.nCommandCollection[1].Parameters.Add(new Oracle.DataAccess.Client.OracleParameter("PRECEIPTID", Oracle.DataAccess.Client.OracleDbType.Double, 10, System.Data.ParameterDirection.InputOutput, false, 10, 0, "RECEIPTID", System.Data.DataRowVersion.Current, null));
    this.nCommandCollection[1].Parameters["PRECEIPTID"].DbType = DbType.Decimal;
    

    Thanks to this site and the person who answered: .Net technology: find a sequence of a S-P with typed DataSet problem - dotnet - tech.todaysummary.com

  • Com.oracle.httpclient.HttpRequestBuilder and http header defined by the user

    Hello

    In Java ME embedded 8, I would like to send an HTTP request containing an identifier defined by the user in the (X-header type) http header, using the com.oracle.httpclient package.

    HttpClient client = clientBuilder.build ();

    RequestBuilder (http://my_uri) client.build = HttpRequestBuilder;
    requestBuilder.setHeader (HttpHeader.ACCEPT, "text/plain");

    Here, I would like to add a header as user-defined value:
    requestBuilder.setHeader ("MyHeader", "myHeaderValue");

    It seems there only predefined values for the headers in the com.oracle.httpclient.HttpHeader class.

    Is it possible to add a header defined by the user in the application?

    Thanks in advance.

    Bruno

    Hi Bruno.

    have you tried myHeader = new HttpHeader ("MyHeader") Httpentete;?

    / Sergey

  • JDeveloper 12 c and Maven - POM for com.oracle.adf.library:Junit -.jar:pom:12.1.2 - 0-0 is missing

    I just downloaded and installed JDEVADF_12.1.2.0.0_GENERIC_130608.2330.6668 for JDeveloper Studio Edition Version 12.1.2.0.0 on Windows 7 Pro.

    I am building a project using the support of new and improved, but faced Maven to a build failure.

    Here is a partial result:

    Download: http://repo.Maven.Apache.org/Maven2/com/Oracle/ADF/osdt_cert/Maven-metadata.XML

    Download: http://repo.Maven.Apache.org/Maven2/com/Oracle/ADF/osdt_xmlsec/Maven-metadata.XML

    Download: http://repo.Maven.Apache.org/Maven2/com/Oracle/ADF/osdt_ws_sx/Maven-metadata.XML

    Download: http://repo.Maven.Apache.org/Maven2/com/Oracle/ADF/fmw_audit/Maven-metadata.XML

    Download: http://repo.Maven.Apache.org/Maven2/com/Oracle/ADF/library/JUnit-.jar/12.1.2-0-0/JUnit-.jar-12.1.2-0-0.Pom

    [WARNING] Com.oracle.adf.library:Junit POM -.jar:pom:12.1.2 - 0-0, no dependency information are missing available

    Should Oracle downloaded dependency missing in the Maven repository or is - this is something that I'm supposed to manage?

    (All other dependencies found)

    Best regards

    Michael

    OK, so I clicked on some button that adds a bunch of dependencies my pom.xml.  I removed the and it relies very well now.  Which still doesn't explain why all but one of the dependencies was found on the Maven repository.

    Here's what added to the pom:

    com Oracle.ADF.Library

    ADF-Model-Runtime

    12.1.2 - 0-0

    POM

    provided

    com Oracle.ADF.Library

    ADF-Common-Runtime

    12.1.2 - 0-0

    POM

    provided

    com Oracle.ADF.Library

    ADF-good-Web-Runtime

    12.1.2 - 0-0

    POM

    provided

    com Oracle.ADF.Library

    BC4J-security

    12.1.2 - 0-0

    POM

    provided

    com Oracle.ADF.Library

    Java-EE

    12.1.2 - 0-0

    POM

    provided

    com Oracle.ADF.Library

    JUnit-.jar

    12.1.2 - 0-0

    POM

    compile

    com Oracle.ADF.Library

    WebLogic-Remote-Client

    12.1.2 - 0-0

    POM

    provided

  • Oracle data type

    In the DDL scripts, I found the NUMBER(*,0) data type. Can someone tell me exactly what that means?

    >
    In the DDL scripts, I found the NUMBER(*,0) data type. Can someone tell me exactly what that means?
    >
    Of course - Oracle can.

    When you have a question like this, always start with the Oracle documentation.

    See "Overview of the numeric data types" in the Concepts Doc
    http://docs.Oracle.com/CD/B28359_01/server.111/b28318/datatype.htm#i16209
    >
    Oracle guarantees portability of numbers whose precision is equal to or less than 38 digits. You can specify no precision and a scale:

    column_name NUMBER (*, scale)

    In this case, the precision is 38, and the specified scale is maintained.
    >
    In the future when you post always ensure your Oracle version 4-digit (result of SELECT * FROM V$ VERSION).

  • Create a table with all kinds of oracle data types?

    Hello
    who can give me a small example to create a table with all kinds of oracle data types? and the example to insert it?

    Thank you
    Roy

    Hello

    Read the fine manual. It contains examples at the end of the chapter.

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14200/statements_7002.htm

    I don't know if you know that you can also create your own data types using 'create a type '. So look for examples that are of your interest and not for all types of data.

    Concerning

    Published by: skvaish1 on February 16, 2010 15:33

  • Can make the size of the log buffer be changed or is managed internally by oracle

    Can again change the log buffer size? or is managed internally by oracle in the SGA? We are on oracle 10.2.0.3.

    The reason why I asked the question was that our construction team do estimates for data/memory sizing properly... so we wanted to know if it can be changed or not?

    Hi S2k!

    The SGA Memorystructure is handled automatically by Oracle, if the SGA_TARGET initializationparameter is set. But nothing less you are able to configure the size of a memorystructure by yourself. Here is a good article on the optimization of the log buffer.

    [http://www.dba-oracle.com/t_log_buffer_optimal_size.htm]

    I hope this will help you along.

    Yours sincerely

    Florian W.

  • Cannot run the com.oracle.servicebus.plugin purpose

    I am trying to package an OSB 12 application, consisting of several projects with maven 3, with the plugin servicebus. I get this error:

    Cannot run com.oracle.servicebus.plugin:oracle goal-servicebus - plugin:12.1.3 - 0 - 0:package (by default-package) on SomeProject: failed to create the Service Bus Configuration Archive. See the log in the directory build for more information.

    But there is no more information in the newspaper, or e or x switches give me more info on what are supposed to give me a more talkative output. I know that plugin errors are like that but this servicebus plugin does not seem to be well documented, is there a way I could identify the exact cause?

    I have it.

    The commEnv.sh script (which runs along the way) affects the JAVA_HOME path does not exist if the variable JAVA_VENDOR is not defined.

    I was brutal and modified the commEnv.sh even though I guess that's not a file with that I should be playing. But it seems that these scopes are valid in scripts sh...

    Now, I got a success of the generation!

  • Oracle Application Management Pack for Oracle E-Business Suite Guide 12.1.0.4.0?

    Hello fellow pioneers OEM.

    I am trying to locate the Oracle Application Management Pack for Oracle E-Business Suite Guide 12.1.0.4.0


    I have a beautiful SR but still no answer on that of the analyst. Thank you.

    DA

    Currently the latest version of MPA is 12.1.0.3.0

  • Incompatible JavaDocs for com.oracle.deviceaccess.gpio package

    The JavaDocs for the com.oracle.deviceaccess.gpio package is not compliant:

    The actual package contains this statement: "Note that the GPIO pins that are part of a GPIO port cannot be retrieved or controlled individually as GPIOPin instances."

    Some time for GPIOPort it is said: "notes that if the GPIO pins that are part of a GPIO port can be retrieved and controlled individually as GPIOPin case, depends on the hardware configuration and the platform (and especially if the GPIO pins can be shared across different abstractions)."

    "Impossible" and "configuration" are mutually exclusive statements logical, and even there is an explicit method of the API to access individual of GPIOPin instances actually do belong to a GPIO port, which is GPIOPortConfig.getPins ().

    Not only, it's confusing, but he did actually cost me valuable points in quiz 2 - that I decided to go with "is based on the material" - so: is NOT impossible. I'm pretty angry that my response was assessed as wrong while he was in fact correct. (Moreover, the pines are always part of a port. So what you actually say in the JavaDocs / ask in the quiz is not about pins gpio and gpio ports, but on GPIOPins and GPIOPorts - which is something totally different and requires a different approach: shared vs. exclusive!

    (I would have sent the last line as direct to Tom message if this learning platform would have allowed me.) "Unfortunately it didn't, so now the quiz is indirectly published response which was not my intention.)

    Hi Markus -.

    I agree that the two statements in the javadocs are incompatible.  Don't forget: you're working with EARLY ACCESS software and documentation (and training!)  As I said at the beginning of the course: some stuff might not work.

    As for querying - point just as you, I learn that sometimes the answer is "it depends on the material. ''

    Tom

  • Oracle data type: on storage data as NUMBER of versus BINARY_DOUBLE?

    My request did a lot of scientific computing. The calculation uses double-precision variables in C and Java (both based on IEEE 754).

    If my goal is to store these variables in Oracle 11.2 G database between the calculations, such as the value read FROM the database is an exact match with the value that is used to write to the database, would you recommend store variables as an Oracle Data Type of NUMBER of DOUBLE BINARY?

    And, why?

    Here, I am only concerned about the accuracy (speed or storage).

    918175 wrote:
    Same double precision in Java and C have figures largely exceeded 17 (decimal) (I forgot the exact number of digits, but he has more than 30 years). I guess what I mean is accurate with respect to the first 17 digits (decimal), as the others have little or no effect in calculations.

    If you care just the 17 first decimal digits being the same after the persistence of data, it should not matter if you use NUMBER or BINARY_DOUBLE (or RAW). I prefer strongly NUMBER or BINARY_DOUBLE because then, you can use data outside your application in the future if someone wants to write a report.

    Justin

  • Help!  I hate the new update.  I love type horizontally when replying to text messages, and now I can't!

    I hate the new updates!  I love type horizontally when I text and now I cannot since this morning when I did the update.  When I turn the screen all these pre's words come as 'Hello' help!  I want to go back before update!

    srvhtv wrote:

    I hate the new updates!  I love type horizontally when I text and now I cannot since this morning when I did the update.  When I turn the screen all these pre's words come as 'Hello' help!  I want to go back before update!

    Sorry, downgrade ios only is not supported by Apple.

    You can leave feedback here http://www.apple.com/feedback/

  • Error com Surrogate in Windows vista when you access Pinnacle Studio

    Original title: using COM Surrogate error pinnacle studio 11. How to make

    With the help of COM Surrogate error pinnacle studio 11. How to make

    Hello

    1. What is the exact error you get when you open Pinnacle Studio 11?

    2. what type of system of your computer (32 or 64 bits of the system)?

    3 is it with Pinnacle studio, or by browsing the folders containing video or multimedia files?

    I suggest to perform the clean boot of your computer and check if that helps.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: When you are finished troubleshooting, follow these steps to reset the computer to start as usual. See step 7 to article

    Also, try the following steps and check to see if they help.

    1. click on start.

    2. right click on computer and select Properties.

    3. click on advanced system settings, click on the tab advanced,

    4. in the performance section, click settings.

    5. Select the "Data execution Protection" tab and then click on the option "Turn on DEP for all programs and services except those I select".

    6. click the Add button and browse to C:\Windows\System32\dllhost.exe

    7. click on open. Click OK in the warning message.

    8. click apply/OK.

Maybe you are looking for