Throtting or construction - OSB @ method-level managers

Would it not possible to strangle a BS or define a job manager for PS at the level of the WSDL operation?

# Work as well as installation manager are at the level of the service configuration.

Kind regards
Anuj

Tags: Fusion Middleware

Similar Questions

  • It is beneficial to create new static methods to replace lambda expressions?

    Simon told us to replace the lambda expression by method handles. Is there an advantage to do so, such as better performance? And it means that it is always advantageous to create new static methods instead of write lambda expressions?

    What Simon says - or should have said - is to use a reference method, is not a handle method. (A method handle is a construction of low level used by the invokedynamic bytecode and as such is much closer to the JVM. "It is not a feature of the Java language).

    In all cases, it can often be a good idea to use a method instead of an explicit lambda expression reference. Performance is not a problem. I did a comparative analysis and I was unable to discern the difference.

    First of all, you may already have a method that does what you want, so if you need a lambda that does the same thing, just write a method reference in the existing method.

    But sometimes it makes sense to take a lambda expression and then replace the lambda with a method reference refactor in a named method. There are several reasons for this:

    • Testability. A named method is easier to unit test to a lambda expression incorporated in a more complex construction as a data flow pipeline.
    • Reuse. The same logic can be used in several places, by calls direct or other references of the method.
    • Readability. If a lambda begins to be too big (in particular, several lines), it can disrupt the readability of a data flow pipeline.
    • Debugging. While most debuggers can today point stop and step by step through lambda expressions, control flow can be confusing.

    It is above all a question of degree. I find that about 95% of the lambda expressions that I write, or calculate something trivial, for example

    x -> x + 1
    

    or call a method in a way that cannot be expressed using a method reference, for example

    (a, b) -> a.foo(b.getBar())
    

    Rarely, I'll write an inline lambda, such as multi-instructions

    x -> { foo(x); bar(x); }
    

    Anything more complicated I'll tend to refactor in a separate method and use a method reference.

    Finally, a method reference can often be an instance instead of a static method method. If you're in an instance method and you want to write a reference to a method that is called on the same instance, you can write

    this::someMethod
    

    refer to it.

  • OSB: Performance tests

    Hi all

    I want to test our Service OSB for Performance. I already did the test in SOAPUI. But my test performance requirement is something like below

    Request and the response stream :

    The client sends requests to

    • OSB of level of consumption (this enrichs the message) and for the Orchestration level OSB
    • OSB level orchestration (Orchestration done) by contacting OSB data layer
    • Data layer OSB (it connects to the database of the provider)

    I would like to send a request from a performance tool that could give me the amount of time needed to each layer of OSB.

    Please help me!

    Thank you

    Provide a follow-up on each of the OSB services involved in the flow. You can turn on tracing to the level of service, level of pipeline or action. Then run your SOAP UI or Load Runner or jMeter performance test.

    After that, you can monitor the statistics for each of the services in the health section for the sbconsole of the dash service. Depending on the chosen level you will be able to see the number of applications, the average processing time, min and max processing time for each service/operation/pipeline/action etc.

  • Apply the variable definition in the subclass with abstract method

    Hello

    It's his practice use? :
    public abstract class Base {
        private int importantPrivateVariable = setImportantPrivateVariable();
        protected abstract int setImportantPrivateVariable();
    }
    I want to apply the extension of the class to define a private variable, but there is no variable abstract in java, I can use a method for that.

    Thank you
    lemonboston

    Edit: the variable can be protected as well, I guess that's not important here, but correct me if I'm wrong

    lemonboston wrote:
    Hello

    It's his practice use? :

    I don't think it's so common, but it's easily understandable code. However, there are several problems with this approach:

    public abstract class Base {
    private int importantPrivateVariable = setImportantPrivateVariable();
    protected abstract int setImportantPrivateVariable();
    }
    

    I want to apply the extension of the class to define a private variable

    This is some what your code implements: your base class requires the subclasses to return an int value, and the Base class uses this value to assign to the variable.

    Therefore, the method should be called to (for example getInitialValueOfImportantVariable()+ to have a consistent naming with his signature (it returns a value, whereas a regular setter must declare a void return type: protected abstract void setImportantPrivateVariable (int someValue);).)

    Edit: the variable can be protected as well, I guess that's not important here.

    Well, Yes, it is 'important' - at least, there is a noticeable difference: the variable is private, the base class is free to treat it as seems it (for example, assign the value at construction time and never change it later). If the variable was protected, the subclass could change in ways and at times not known by the base class.

    but correct me if I'm wrong

    There is a trap in this construction: the method is called in the variable initializer, i.e., behind the scenes, about during execution of the Base, so before the constructor of the sub-class class constructor. For example, you call a method on an object that is not completely initialized (for example some of its attributes may always be null at this point). There is a rule that discourages this kind of situation, which goes something like "no calling private and unofficial constructor methods.

    To avoid this trap, two options:
    -requires an int argument in the constructor of the Base class, as suggested above
    -Don't be and set the value of the important variable in the code of the initializer or the constructor, but a special method in the base class instead:

    public abstract class Base {
        private int importantPrivateVariable; // default value is zero
    // or alternatively:
    //    private int importantPrivateVariable = ...; // Some default value
        protected abstract int getImportantPrivateVariable();
    
        public void initializeImportantPrivateVariable() {
            importantPrivateVariable = getImportantPrivateVariable();
        }
    }
    

    This construction is a degenerate form of a common model known as the model method (where a base class method calls usually several methods of the subclass in a specified order and with a specified sequence, allowing for the subclass to implement the details of the methods).

    The downside is that the client code (the one that uses the Base instance) must know when to call this initialization method, while initialization, a constructor-based allows the free client code of don't like do not at all.

    Much luck,

    J.

  • Scrolling banners - links do not work

    I have a scrolling banner which consists of 3 banners patched up. Thus, banner1 and banner2 banner 3 are aligned within the clip "banner.

    I have a simple script for a loop during the passage of the mouse. When it scrolls, the onRelease links do not work. When I comment on the script for scrolling, the links work. What in the blazes I am doing wrong?

    I work in AS 2.0

    Hi Walter, is not you do anything wrong :) But here's the deal, managers on the "banner" parent are the substitution, or type to 'hide' managers for the children of the banner. It's typical, like put a button within a button the second button does not work, and the first or top level managers are the only ones to receive events.

    So, a solution would be to let managers at the parent level "banner" MC and add a delivery at this level, and then use a hitTest method to determine which banner was clicked, like this:

  • Satellite P100-160 - bike trouble power CPU fan

    Read various forums and many people mentioned problems with the fan in a P100 from complete for 1-2 seconds, then jump again and cycling cela every 15-20 seconds.
    Its very irritating. I completely disassembled my P100-160 snatch all the dust and carefully cleaned. However there.

    Someone at - he found the solution to this or are they just a bag of bolts?

    In my mind its either a faulty heat sensor or the fan pick up false information.
    I have a new fan on his way, but if that does not solve it then I think that I could get rid. Little damage.

    Curiously, if I run Prime95 and max on carrots 100% fan does not it. You can hear it on all the time but its very quiet and are actually quite bearable, but I can't run at 100% all the time.

    Its a shame there is no application that can replace the fan control so you can assign a constant speed. I tried Speedfan, but that does not identify the speed of the fan on the Board temp just the CPU.

    Try it please change the method level. This option, you can find in Toshiba Power Saver utility.
    Set the method for the management of the power you use to the minimum level of cooling.

    http://img200.imageshack.us/f/powersaver.jpg/

  • Abnormal temperature CPU on Satellite L650 - 13 M

    Hello

    I have a Satellite L650 with an i5 430 m (with ATI 5650) around the age of 2 months and when I occasionally play NBA 2 K 11 I get these very high CPU temperatures
    with HWmonitor. They go up to 89-90 ° C when Im in the game and the drop-down list for 60 in a second if I leave the game. From now on half an hour after playing, he reads 45 and 46 for two hearts. The time will not change if I have a notebook cooler. I've only tried this particular game, since I do not play anything else now.

    I know running more hot than portable computers desktop computers, but is this normal or not and what I would do to this topic?

    a little more hot is good. ;)
    In my opinion, this is normal. Until everything is working properly and there is no overheating it is OK.

    When you play games using high performance power plan with maximum cooling method level. Make sure that the laptop is cooled properly, cooling grills are free, and I think that everything should be OK.

  • What is the difference between Foglight JavaEE and Foglight JMX monitoring?

    Hello

    I have a plan to monitor the 6.1.0.17 WebSphere Application Server (32 bit) and 7.0.0.5 (64-bit)

    But I understand not all Foglight for JavaEE and Foglight for JMX.

    Foglight for JavaEE or Foglight for JMX is able to monitor WebSphere?

    What is the difference between Foglight JavaEE and Foglight JMX monitoring?

    Thanks in advance

    Jeans

    Just to add to the excellent answers already posted.

    We have 2 agents which allows you to monitor Java:

    1. a JavaEE agent that runs inside the JAVA virtual machine and the information of both JMX and instrumentation.

    This Agent will give you JMX information like information of JVM (use of the bunch, son etc.), of the Application and server availability information and other information of JMX/PMI (connections pools, pools of ejb, servlets, jsp, JCA and more).

    Java EE & # 039agent also gives you information of the instrumentation - RFA count and response time, exceptional output and timeout information, distribution of queries (App/DB, component technology, server, application failure), object tracking, transaction flow and stransactional between servers and data sources) and ask traces (the ability to see the trees of the RFA at the method level to know where things are slow/stuck).

    2 JMX agent is running outside the JVM but can run on the same computer or on a remote computer, this agent requires access active, JMX. This agent gives you information JVM, availability server/applications, as well as some data as the application server published using JMX (pools of connections, JCA, EJB, servlets, etc.). The JMX agent also gives you the ability to see a list of the mbeans, get the data they expose (javaEE agent gets only a predefined list (same list that is used as a template for the application servers in the JMX agent)).

    Hope this helps

    Golan

  • Test connection connector UNIX

    Hello

    I followed the connector UNIX documentation to test the connector. I executed the command mentioned in the document, but how to check that it has been correctly executed. Please let me know if this is what would be the expected result.

    Please suggest, if all the permissions or all files are missing?

    Please find below the result of the command I ran

    Command :

    C:\connectorserver\GenericUnix-11.1.1.7.0\test-utility > java - classpath test-utility.jar;connector-framework.jar;connector-framework-internal.jar;groovy-all.jar;test-utility.jar; example of oracle.iam.connectors.testutility.Main - config.groovy > test.txt

    output:

    Thread ID: 1 time: 2015-08-03 14:14:56.835 class: oracle.iam.connectors.testutility.TestUtility method: doTest level: OK Message: local help with url: [file:/C:/connectorserver/GenericUnix-11.1.1.7.0/bundle/org.identityconnectors.genericunix-1.0.0.jar]

    Thread ID: 1 time: 2015-08-03 14:14:56.904 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: < clinit > level: OK Message: ENTRY < clinit >)

    Thread ID: 1 time: 2015-08-03 14:14:56.904 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: < clinit > level: OK Message: RETURN < clinit >)

    Thread ID: 1 time: 2015-08-03 14:14:56.904 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: < init > level: OK Message: ENTER GenericUnixConfiguration()

    Thread ID: 1 time: 2015-08-03 14:14:56.904 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: < init > level: Message OK: GenericUnixConfiguration() RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.908 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPort level: OK Message: ENTRY getPort()

    Thread ID: 1 time: 2015-08-03 14:14:56.908 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPort level: OK Message: RETURN getPort() returns: 22

    Thread ID: 1 time: 2015-08-03 14:14:56.909 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getSudoPasswdExpectExpression level: OK Message: ENTER getSudoPasswdExpectExpression()

    Thread ID: 1 time: 2015-08-03 14:14:56.909 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getSudoPasswdExpectExpression level: OK Message: RETURN getSudoPasswdExpectExpression() returns: password:

    Thread ID: 1 time: 2015-08-03 14:14:56.909 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isUseMutex level: OK Message: ENTER isUseMutex()

    Thread ID: 1 time: 2015-08-03 14:14:56.909 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isUseMutex level: OK Message: RETURN isUseMutex() returns: false

    Thread ID: 1 time: 2015-08-03 14:14:56.909 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConfigPropertiesOnScripts level: OK Message: ENTER getConfigPropertiesOnScripts()

    Thread ID: 1 time: 2015-08-03 14:14:56.909 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConfigPropertiesOnScripts level: OK Message: RETURN getConfigPropertiesOnScripts() returns: moveHomeDirContents, shadow, defaultHomeBaseDir, defaultPriGroup, defaultShell, nisPwdDir, nisBuildDirectory, removeHomeDirContents, forceDeleteUserHome, syncToken, mirrorFilesLocation, connectorPrompt

    Thread ID: 1 time: 2015-08-03 14:14:56.910 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getMoveHomeDirContents level: OK Message: ENTER getMoveHomeDirContents()

    Thread ID: 1 time: 2015-08-03 14:14:56.910 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getMoveHomeDirContents level: OK Message: RETURN getMoveHomeDirContents() returns: true

    Thread ID: 1 time: 2015-08-03 14:14:56.910 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getTelnetAuthenticationPrompts level: OK Message: ENTER getTelnetAuthenticationPrompts()

    Thread ID: 1 time: 2015-08-03 14:14:56.910 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getTelnetAuthenticationPrompts level: OK Message: RETURN getTelnetAuthenticationPrompts() returns: login:, password:

    Thread ID: 1 time: 2015-08-03 14:14:56.910 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getDefaultHomeBaseDir level: OK Message: ENTER getDefaultHomeBaseDir()

    Thread ID: 1 time: 2015-08-03 14:14:56.910 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getDefaultHomeBaseDir level: OK Message: RETURN getDefaultHomeBaseDir() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.910 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getSupportedLanguage level: OK Message: ENTER getSupportedLanguage()

    Thread ID: 1 time: 2015-08-03 14:14:56.910 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getSupportedLanguage level: OK Message: RETURN getSupportedLanguage() returns: Bourne

    Thread ID: 1 time: 2015-08-03 14:14:56.910 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getNisPwdDir level: OK Message: ENTER getNisPwdDir()

    Thread ID: 1 time: 2015-08-03 14:14:56.910 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getNisPwdDir level: OK Message: RETURN getNisPwdDir() returns: / etc

    Thread ID: 1 time: 2015-08-03 14:14:56.911 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isShadow level: OK Message: ENTER isShadow()

    Thread ID: 1 time: 2015-08-03 14:14:56.911 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isShadow level: OK Message: RETURN isShadow() returns: false

    Thread ID: 1 time: 2015-08-03 14:14:56.911 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isRemoveHomeDirContents level: OK Message: ENTER isRemoveHomeDirContents()

    Thread ID: 1 time: 2015-08-03 14:14:56.911 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isRemoveHomeDirContents level: OK Message: RETURN isRemoveHomeDirContents() returns: true

    Thread ID: 1 time: 2015-08-03 14:14:56.911 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPropertyFileName level: OK Message: ENTER getPropertyFileName()

    Thread ID: 1 time: 2015-08-03 14:14:56.911 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPropertyFileName level: OK Message: RETURN getPropertyFileName() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.911 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginShellPrompt level: OK Message: ENTER getLoginShellPrompt()

    Thread ID: 1 time: 2015-08-03 14:14:56.911 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginShellPrompt level: OK Message: RETURN getLoginShellPrompt() returns: [$% > #]

    Thread ID: 1 time: 2015-08-03 14:14:56.912 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getTargetDateFormat level: OK Message: ENTER getTargetDateFormat()

    Thread ID: 1 time: 2015-08-03 14:14:56.912 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getTargetDateFormat level: OK Message: RETURN getTargetDateFormat() returns: MM/DD/YY

    Thread ID: 1 time: 2015-08-03 14:14:56.912 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getNisPasswdEncryptionAlgo level: OK Message: ENTER getNisPasswdEncryptionAlgo()

    Thread ID: 1 time: 2015-08-03 14:14:56.912 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getNisPasswdEncryptionAlgo level: OK Message: RETURN getNisPasswdEncryptionAlgo() returns: THE

    Thread ID: 1 time: 2015-08-03 14:14:56.912 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isSudoAuthorization level: OK Message: ENTER isSudoAuthorization()

    Thread ID: 1 time: 2015-08-03 14:14:56.912 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isSudoAuthorization level: OK Message: RETURN isSudoAuthorization() returns: false

    Thread ID: 1 time: 2015-08-03 14:14:56.912 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginUserpassword level: OK Message: ENTER getLoginUserpassword()

    Thread ID: 1 time: 2015-08-03 14:14:56.912 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginUserpassword level: OK Message: RETURN getLoginUserpassword() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.913 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginUser level: OK Message: ENTER getLoginUser()

    Thread ID: 1 time: 2015-08-03 14:14:56.913 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginUser level: OK Message: RETURN getLoginUser() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.913 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getRbacRoleName level: OK Message: ENTER getRbacRoleName()

    Thread ID: 1 time: 2015-08-03 14:14:56.913 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getRbacRoleName level: OK Message: RETURN getRbacRoleName() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.913 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getHost level: OK Message: ENTRY getHost()

    Thread ID: 1 time: 2015-08-03 14:14:56.913 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getHost level: OK Message: RETURN getHost() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.913 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPrivateKey level: OK Message: ENTER getPrivateKey()

    Thread ID: 1 time: 2015-08-03 14:14:56.913 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPrivateKey level: OK Message: RETURN getPrivateKey() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.913 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPassphrase level: OK Message: ENTER getPassphrase()

    Thread ID: 1 time: 2015-08-03 14:14:56.914 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPassphrase level: OK Message: RETURN getPassphrase() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.914 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getCommandTimeout level: OK Message: ENTER getCommandTimeout()

    Thread ID: 1 time: 2015-08-03 14:14:56.914 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getCommandTimeout level: OK Message: RETURN getCommandTimeout() returns: 1000000000

    Thread ID: 1 time: 2015-08-03 14:14:56.914 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getRbacRoleExpectExpressions level: OK Message: ENTER getRbacRoleExpectExpressions()

    Thread ID: 1 time: 2015-08-03 14:14:56.914 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getRbacRoleExpectExpressions level: OK Message: RETURN getRbacRoleExpectExpressions() returns: password:, [$#]

    Thread ID: 1 time: 2015-08-03 14:14:56.914 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: ENTER getConnectionType()

    Thread ID: 1 time: 2015-08-03 14:14:56.914 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: RETURN getConnectionType() returns: SSH

    Thread ID: 1 time: 2015-08-03 14:14:56.914 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPasswordExpectExpressions level: OK Message: ENTER getPasswordExpectExpressions()

    Thread ID: 1 time: 2015-08-03 14:14:56.915 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPasswordExpectExpressions level: OK Message: RETURN getPasswordExpectExpressions() returns: new [\s](unix[\s])? password:, new [\s](unix[\s])? password([\s]again)? :

    Thread ID: 1 time: 2015-08-03 14:14:56.915 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getSyncToken level: OK Message: ENTER getSyncToken()

    Thread ID: 1 time: 2015-08-03 14:14:56.915 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getSyncToken level: OK Message: RETURN getSyncToken() returns: None

    Thread ID: 1 time: 2015-08-03 14:14:56.915 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getOsType level: OK Message: ENTER getOsType()

    Thread ID: 1 time: 2015-08-03 14:14:56.915 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getOsType level: OK Message: RETURN getOsType() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.915 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isRbacAuthorization level: OK Message: ENTER isRbacAuthorization()

    Thread ID: 1 time: 2015-08-03 14:14:56.915 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isRbacAuthorization level: OK Message: RETURN isRbacAuthorization() returns: false

    Thread ID: 1 time: 2015-08-03 14:14:56.915 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isForceDeleteUserHome level: OK Message: ENTER isForceDeleteUserHome()

    Thread ID: 1 time: 2015-08-03 14:14:56.915 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isForceDeleteUserHome level: OK Message: RETURN isForceDeleteUserHome() returns: true

    Thread ID: 1 time: 2015-08-03 14:14:56.916 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPrePasswdExpectExpression level: OK Message: ENTER getPrePasswdExpectExpression()

    Thread ID: 1 time: 2015-08-03 14:14:56.916 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPrePasswdExpectExpression level: OK Message: RETURN getPrePasswdExpectExpression() returns: None

    Thread ID: 1 time: 2015-08-03 14:14:56.916 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isNIS level: OK Message: ENTER isNIS()

    Thread ID: 1 time: 2015-08-03 14:14:56.916 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isNIS level: OK Message: RETURN isNIS() returns: false

    Thread ID: 1 time: 2015-08-03 14:14:56.916 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getRbacRolePassword level: OK Message: ENTER getRbacRolePassword()

    Thread ID: 1 time: 2015-08-03 14:14:56.916 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getRbacRolePassword level: OK Message: RETURN getRbacRolePassword() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.916 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getDefaultConnectorShell level: OK Message: ENTER getDefaultConnectorShell()

    Thread ID: 1 time: 2015-08-03 14:14:56.916 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getDefaultConnectorShell level: OK Message: RETURN getDefaultConnectorShell() returns: sh

    Thread ID: 1 time: 2015-08-03 14:14:56.916 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getMirrorFilesLocation level: OK Message: ENTER getMirrorFilesLocation()

    Thread ID: 1 time: 2015-08-03 14:14:56.916 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getMirrorFilesLocation level: OK Message: RETURN getMirrorFilesLocation() returns: / etc/connector_mirror_files

    Thread ID: 1 time: 2015-08-03 14:14:56.917 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectorPrompt level: OK Message: ENTER getConnectorPrompt()

    Thread ID: 1 time: 2015-08-03 14:14:56.917 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectorPrompt level: OK Message: RETURN getConnectorPrompt() returns: #@ #.

    Thread ID: 1 time: 2015-08-03 14:14:56.917 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getDefaultShell level: OK Message: ENTER getDefaultShell()

    Thread ID: 1 time: 2015-08-03 14:14:56.917 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getDefaultShell level: OK Message: RETURN getDefaultShell() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.917 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getDefaultPriGroup level: OK Message: ENTER getDefaultPriGroup()

    Thread ID: 1 time: 2015-08-03 14:14:56.917 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getDefaultPriGroup level: OK Message: RETURN getDefaultPriGroup() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.917 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getWhitelistRegex level: OK Message: ENTER getWhitelistRegex()

    Thread ID: 1 time: 2015-08-03 14:14:56.917 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getWhitelistRegex level: OK Message: RETURN getWhitelistRegex() returns: [A-Za-z0-9_ / /] *.

    Thread ID: 1 time: 2015-08-03 14:14:56.917 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getNisBuildDirectory level: OK Message: ENTER getNisBuildDirectory()

    Thread ID: 1 time: 2015-08-03 14:14:56.917 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getNisBuildDirectory level: OK Message: RETURN getNisBuildDirectory() returns: / var/yp

    Thread ID: 1 time: 2015-08-03 14:14:56.918 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getCustomPropertyFileName level: OK Message: ENTER getCustomPropertyFileName()

    Thread ID: 1 time: 2015-08-03 14:14:56.918 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getCustomPropertyFileName level: OK Message: RETURN getCustomPropertyFileName() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.918 class: oracle.iam.connectors.testutility.TestUtility method: doTest level: OK Message: using ConnectorKey [ConnectorKey (bundleName = org.identityconnectors.genericunix bundleVersion = 1.0.0 connectorName = org.identityconnectors.genericunix.GenericUnixConnector)]

    Thread ID: 1 time: 2015-08-03 14:14:56.918 class: oracle.iam.connectors.testutility.TestUtility method: doTest level: OK Message: using ConnectorInfo [org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl@f3770c]

    Thread ID: 1 time: 2015-08-03 14:14:56.954 class: oracle.iam.connectors.testutility.TestUtility method: doTest level: Message INFO: configured connector

    Thread ID: 1 time: 2015-08-03 14:14:56.963 class: oracle.iam.connectors.testutility.TestUtility method: doTest level: Message INFO: Got the connector Instance, ready to test

    Thread ID: 1 time: 2015-08-03 14:14:56.964 class: org.identityconnectors.framework.impl.api.local.ConnectorPoolManager method: getPool2 level: Message INFO: create a new pool: ConnectorKey (bundleName = org.identityconnectors.genericunix bundleVersion = 1.0.0 connectorName = org.identityconnectors.genericunix.GenericUnixConnector)

    Thread ID: 1 time: 2015-08-03 14:14:56.967 class: oracle.iam.connectors.testutility.TestUtility method: doTest level: Message INFO: Running 'test' operation on connector

    Thread ID: 1 time: 2015-08-03 14:14:56.967 class: org.identityconnectors.framework.api.operations.TestApiOp method: level test: OK Message: enter: test().

    Thread ID: 1 time: 2015-08-03 14:14:56.967 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: < init > level: OK Message: ENTER GenericUnixConfiguration()

    Thread ID: 1 time: 2015-08-03 14:14:56.967 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: < init > level: Message OK: GenericUnixConfiguration() RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.967 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setHost level: OK Message: ENTRY setHost (host = 10.10.10.10)

    Thread ID: 1 time: 2015-08-03 14:14:56.967 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setHost level: Message OK: setHost (host = 10.10.10.10) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.968 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setPort level: OK Message: ENTRY setPort (port = 22)

    Thread ID: 1 time: 2015-08-03 14:14:56.968 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setPort level: Message OK: setPort (port = 22) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.968 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setLoginUser level: OK Message: ENTRY setLoginUser (loginUser = oimsysuser)

    Thread ID: 1 time: 2015-08-03 14:14:56.968 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setLoginUser level: Message OK: setLoginUser (loginUser = oimsysuser) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.968 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setLoginUserpassword level: OK Message: ENTRY setLoginUserpassword (loginUserpassword=org.identityconnectors.common.security.GuardedString@ace304b)

    Thread ID: 1 time: 2015-08-03 14:14:56.968 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setLoginUserpassword level: Message OK: setLoginUserpassword (loginUserpassword=org.identityconnectors.common.security.GuardedString@ace304b) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.968 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setLoginShellPrompt level: OK Message: ENTRY setLoginShellPrompt (loginShellPrompt = [$% > #])

    Thread ID: 1 time: 2015-08-03 14:14:56.969 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setLoginShellPrompt level: OK Message: RETURN setLoginShellPrompt (loginShellPrompt = [$% > #])

    Thread ID: 1 time: 2015-08-03 14:14:56.969 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setSudoAuthorization level: OK Message: ENTRY setSudoAuthorization (sudoAuthorization = false)

    Thread ID: 1 time: 2015-08-03 14:14:56.969 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setSudoAuthorization level: Message OK: setSudoAuthorization (sudoAuthorization = false) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.969 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setConnectionType level: OK Message: ENTRY setConnectionType (connectionType = SSH)

    Thread ID: 1 time: 2015-08-03 14:14:56.969 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setConnectionType level: Message OK: setConnectionType(connectionType=SSH) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.969 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setPrivateKey level: OK Message: ENTRY setPrivateKey (privateKey = null)

    Thread ID: 1 time: 2015-08-03 14:14:56.969 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setPrivateKey level: Message OK: setPrivateKey (privateKey = null) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.969 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setPassphrase level: OK Message: ENTRY setPassphrase (passphrase = null)

    Thread ID: 1 time: 2015-08-03 14:14:56.969 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setPassphrase level: Message OK: setPassphrase (passphrase = null) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.969 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setCommandTimeout level: OK Message: ENTRY setCommandTimeout (commandTimeout = 1000000000)

    Thread ID: 1 time: 2015-08-03 14:14:56.969 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setCommandTimeout level: Message OK: setCommandTimeout (commandTimeout = 1000000000) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.970 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setPropertyFileName level: OK Message: ENTRY setPropertyFileName (propertyFileName = null)

    Thread ID: 1 time: 2015-08-03 14:14:56.970 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setPropertyFileName level: Message OK: setPropertyFileName (propertyFileName = null) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.970 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setCustomPropertyFileName level: OK Message: ENTRY setCustomPropertyFileName (customPropertyFileName = null)

    Thread ID: 1 time: 2015-08-03 14:14:56.970 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setCustomPropertyFileName level: Message OK: setCustomPropertyFileName (customPropertyFileName = null) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.970 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setSupportedLanguage level: OK Message: ENTRY setSupportedLanguage (supportedLanguage = Bourne)

    Thread ID: 1 time: 2015-08-03 14:14:56.970 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setSupportedLanguage level: Message OK: setSupportedLanguage(supportedLanguage=Bourne) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.970 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setPasswordExpectExpressions level: OK Message: ENTRY setPasswordExpectExpressions (passwordExpectExpressions = new [\s](unix[\s])? password:, new [\s](unix[\s])? password([\s]again)? :))

    Thread ID: 1 time: 2015-08-03 14:14:56.970 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setPasswordExpectExpressions level: Message OK: setPasswordExpectExpressions (passwordExpectExpressions = new [\s](unix[\s])? password:, new [\s](unix[\s])? password([\s]again)? :)) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.970 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setNIS level: OK Message: ENTRY setNIS (nis = false)

    Thread ID: 1 time: 2015-08-03 14:14:56.970 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setNIS level: Message OK: setNIS (nis = false) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.970 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setUseMutex level: OK Message: ENTRY setUseMutex (useMutex = false)

    Thread ID: 1 time: 2015-08-03 14:14:56.971 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setUseMutex level: Message OK: setUseMutex (useMutex = false) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.971 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setSyncToken level: OK Message: ENTRY setSyncToken (syncToken = None)

    Thread ID: 1 time: 2015-08-03 14:14:56.971 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setSyncToken level: Message OK: setSyncToken(syncToken=None) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.971 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setMirrorFilesLocation level: OK Message: ENTRY setMirrorFilesLocation (mirrorFilesLocation = / etc/connector_mirror_files)

    Thread ID: 1 time: 2015-08-03 14:14:56.971 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setMirrorFilesLocation level: Message OK: setMirrorFilesLocation (mirrorFilesLocation = / etc/connector_mirror_files) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.971 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setNisBuildDirectory level: OK Message: ENTRY setNisBuildDirectory (nisBuildDirectory = / var/yp)

    Thread ID: 1 time: 2015-08-03 14:14:56.971 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setNisBuildDirectory level: Message OK: setNisBuildDirectory (nisBuildDirectory = / var/yp) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.971 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setNisPwdDir level: OK Message: ENTRY setNisPwdDir (nisPwdDir = / etc)

    Thread ID: 1 time: 2015-08-03 14:14:56.971 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setNisPwdDir level: Message OK: setNisPwdDir (nisPwdDir = / etc) BACK

    Thread ID: 1 time: 2015-08-03 14:14:56.971 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setForceDeleteUserHome level: OK Message: ENTRY setForceDeleteUserHome (forceDeleteUserHome = true)

    Thread ID: 1 time: 2015-08-03 14:14:56.971 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setForceDeleteUserHome level: Message OK: setForceDeleteUserHome (forceDeleteUserHome = true) RETURN

    Thread Id: 1 Time: 2015-08-03 14:14:56.972 Class: org.identityconnectors.genericunix.GenericUnixConfiguration Method: setConfigPropertiesOnScripts Level: OK Message: ENTRY setConfigPropertiesOnScripts(configPropertiesOnScripts=moveHomeDirContents,shadow,defaultHomeBaseDir,defaultPriGroup,defaultShell,nisPwdDir,nisBuildDirectory,removeHomeDirContents,forceDeleteUserHome,syncToken,mirrorFilesLocation,connectorPrompt)

    Thread Id: 1 Time: 2015-08-03 14:14:56.972 Class: org.identityconnectors.genericunix.GenericUnixConfiguration Method: setConfigPropertiesOnScripts Level: OK Message: RETURN setConfigPropertiesOnScripts(configPropertiesOnScripts=moveHomeDirContents,shadow,defaultHomeBaseDir,defaultPriGroup,defaultShell,nisPwdDir,nisBuildDirectory,removeHomeDirContents,forceDeleteUserHome,syncToken,mirrorFilesLocation,connectorPrompt)

    Thread ID: 1 time: 2015-08-03 14:14:56.972 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setConnectorPrompt level: OK Message: ENTRY setConnectorPrompt (connectorPrompt=#@#)

    Thread ID: 1 time: 2015-08-03 14:14:56.972 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setConnectorPrompt level: Message OK: setConnectorPrompt (connectorPrompt=#@#) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.972 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setTelnetAuthenticationPrompts level: OK Message: ENTRY setTelnetAuthenticationPrompts (telnetAuthenticationPrompts = user name:, password :))

    Thread ID: 1 time: 2015-08-03 14:14:56.972 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setTelnetAuthenticationPrompts level: OK Message: RETURN setTelnetAuthenticationPrompts (telnetAuthenticationPrompts = user name:, password :))

    Thread ID: 1 time: 2015-08-03 14:14:56.972 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setRemoveHomeDirContents level: OK Message: ENTRY setRemoveHomeDirContents (removeHomeDirContents = true)

    Thread ID: 1 time: 2015-08-03 14:14:56.972 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setRemoveHomeDirContents level: Message OK: setRemoveHomeDirContents (removeHomeDirContents = true) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.972 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setDefaultHomeBaseDir level: OK Message: ENTRY setDefaultHomeBaseDir (defaultHomeBaseDir = null)

    Thread ID: 1 time: 2015-08-03 14:14:56.972 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setDefaultHomeBaseDir level: Message OK: setDefaultHomeBaseDir (defaultHomeBaseDir = null) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.972 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setDefaultPriGroup level: OK Message: ENTRY setDefaultPriGroup (defaultPriGroup = null)

    Thread ID: 1 time: 2015-08-03 14:14:56.973 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setDefaultPriGroup level: Message OK: setDefaultPriGroup (defaultPriGroup = null) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.973 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setDefaultShell level: OK Message: ENTRY setDefaultShell (defaultShell = null)

    Thread ID: 1 time: 2015-08-03 14:14:56.973 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setDefaultShell level: Message OK: setDefaultShell (defaultShell = null) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.973 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setShadow level: OK Message: ENTRY setShadow (shadow = false)

    Thread ID: 1 time: 2015-08-03 14:14:56.973 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setShadow level: Message OK: setShadow (shadow = false) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.973 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setNisPasswdEncryptionAlgo level: OK Message: ENTER setNisPasswdEncryptionAlgo(nisPasswdEncryptionAlgo=DELESDE)

    Thread ID: 1 time: 2015-08-03 14:14:56.973 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setNisPasswdEncryptionAlgo level: Message OK: setNisPasswdEncryptionAlgo(nisPasswdEncryptionAlgo=DELESDE) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.973 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setOsType level: OK Message: ENTRY setOsType (osType = null)

    Thread ID: 1 time: 2015-08-03 14:14:56.973 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setOsType level: Message OK: setOsType (osType = null) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.973 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setRbacAuthorization level: OK Message: ENTRY setRbacAuthorization (rbacAuthorization = false)

    Thread ID: 1 time: 2015-08-03 14:14:56.973 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setRbacAuthorization level: Message OK: setRbacAuthorization (rbacAuthorization = false) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.973 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setRbacRoleName level: OK Message: ENTRY setRbacRoleName (rbacRoleName = null)

    Thread ID: 1 time: 2015-08-03 14:14:56.974 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setRbacRoleName level: Message OK: setRbacRoleName (rbacRoleName = null) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.974 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setRbacRolePassword level: OK Message: ENTRY setRbacRolePassword (rbacRolePassword = null)

    Thread ID: 1 time: 2015-08-03 14:14:56.974 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setRbacRolePassword level: Message OK: setRbacRolePassword (rbacRolePassword = null) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.974 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setRbacRoleExpectExpressions level: OK Message: ENTER setRbacRoleExpectExpressions(rbacRoleExpectExpressions=password:,[$#])

    Thread ID: 1 time: 2015-08-03 14:14:56.974 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setRbacRoleExpectExpressions level: Message OK: setRbacRoleExpectExpressions(rbacRoleExpectExpressions=password:,[$#]) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.974 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setTargetDateFormat level: OK Message: ENTRY setTargetDateFormat (targetDateFormat = MM/dd/yy)

    Thread ID: 1 time: 2015-08-03 14:14:56.974 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setTargetDateFormat level: Message OK: setTargetDateFormat(targetDateFormat=MM/dd/yy) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.974 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setSudoPasswdExpectExpression level: OK Message: ENTRY setSudoPasswdExpectExpression (sudoPasswdExpectExpression = password :)

    Thread ID: 1 time: 2015-08-03 14:14:56.974 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setSudoPasswdExpectExpression level: Message OK: setSudoPasswdExpectExpression (sudoPasswdExpectExpression = password :) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.974 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setWhitelistRegex level: OK Message: ENTER setWhitelistRegex(whitelistRegex=[A-Za-z0-9_//]*)

    Thread ID: 1 time: 2015-08-03 14:14:56.974 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setWhitelistRegex level: Message OK: setWhitelistRegex(whitelistRegex=[A-Za-z0-9_//]*) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.975 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setPrePasswdExpectExpression level: OK Message: ENTRY setPrePasswdExpectExpression (prePasswdExpectExpression = None)

    Thread ID: 1 time: 2015-08-03 14:14:56.975 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setPrePasswdExpectExpression level: Message OK: setPrePasswdExpectExpression(prePasswdExpectExpression=None) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.975 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setMoveHomeDirContents level: OK Message: ENTRY setMoveHomeDirContents (moveHomeDirContents = true)

    Thread ID: 1 time: 2015-08-03 14:14:56.975 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setMoveHomeDirContents level: Message OK: setMoveHomeDirContents (moveHomeDirContents = true) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.975 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setDefaultConnectorShell level: OK Message: ENTRY setDefaultConnectorShell (defaultConnectorShell = sh)

    Thread ID: 1 time: 2015-08-03 14:14:56.975 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: setDefaultConnectorShell level: Message OK: setDefaultConnectorShell (defaultConnectorShell = sh) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.976 class: org.identityconnectors.genericunix.GenericUnixConnector method: < clinit > level: OK Message: ENTRY < clinit >)

    Thread ID: 1 time: 2015-08-03 14:14:56.976 class: org.identityconnectors.genericunix.GenericUnixConnector method: < clinit > level: OK Message: RETURN < clinit >)

    Thread ID: 1 time: 2015-08-03 14:14:56.976 class: org.identityconnectors.genericunix.GenericUnixConnector method: init level: OK Message: init (cfg=org.identityconnectors.genericunix.GenericUnixConfiguration@fa1b2d) ENTRY

    Thread ID: 1 time: 2015-08-03 14:14:56.976 class: org.identityconnectors.genericunix.GenericUnixConnector method: init level: Message INFO: START

    Thread ID: 1 time: 2015-08-03 14:14:56.976 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: validate the level: OK Message: ENTRY validate()

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: validate the level: Message INFO: START

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getHost level: OK Message: ENTRY getHost()

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getHost level: OK Message: RETURN getHost() returns: 10.10.10.10

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginUser level: OK Message: ENTER getLoginUser()

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginUser level: OK Message: RETURN getLoginUser() returns: oimsysuser

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginShellPrompt level: OK Message: ENTER getLoginShellPrompt()

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginShellPrompt level: OK Message: RETURN getLoginShellPrompt() returns: [$% > #]

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectorPrompt level: OK Message: ENTER getConnectorPrompt()

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectorPrompt level: OK Message: RETURN getConnectorPrompt() returns: #@ #.

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getCommandTimeout level: OK Message: ENTER getCommandTimeout()

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getCommandTimeout level: OK Message: RETURN getCommandTimeout() returns: 1000000000

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getSupportedLanguage level: OK Message: ENTER getSupportedLanguage()

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getSupportedLanguage level: OK Message: RETURN getSupportedLanguage() returns: Bourne

    Thread ID: 1 time: 2015-08-03 14:14:56.977 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: ENTER getConnectionType()

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: RETURN getConnectionType() returns: SSH

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: ENTER getConnectionType()

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: RETURN getConnectionType() returns: SSH

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: ENTER getConnectionType()

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: RETURN getConnectionType() returns: SSH

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: ENTER getConnectionType()

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: RETURN getConnectionType() returns: SSH

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginUserpassword level: OK Message: ENTER getLoginUserpassword()

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginUserpassword level: OK Message: RETURN getLoginUserpassword() returns: org.identityconnectors.common.security.GuardedString@ace304b

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: ENTER getConnectionType()

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: RETURN getConnectionType() returns: SSH

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPort level: OK Message: ENTRY getPort()

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPort level: OK Message: RETURN getPort() returns: 22

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: ENTER getConnectionType()

    Thread ID: 1 time: 2015-08-03 14:14:56.978 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: RETURN getConnectionType() returns: SSH

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPasswordExpectExpressions level: OK Message: ENTER getPasswordExpectExpressions()

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPasswordExpectExpressions level: OK Message: RETURN getPasswordExpectExpressions() returns: new [\s](unix[\s])? password:, new [\s](unix[\s])? password([\s]again)? :

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPasswordExpectExpressions level: OK Message: ENTER getPasswordExpectExpressions()

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPasswordExpectExpressions level: OK Message: RETURN getPasswordExpectExpressions() returns: new [\s](unix[\s])? password:, new [\s](unix[\s])? password([\s]again)? :

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPropertyFileName level: OK Message: ENTER getPropertyFileName()

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPropertyFileName level: OK Message: RETURN getPropertyFileName() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: validate the level: WARNING Message: propertyFileName is empty in the resource.

    The connector will attempt to determine the property file name based on the type of target operating system

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getCustomPropertyFileName level: OK Message: ENTER getCustomPropertyFileName()

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getCustomPropertyFileName level: OK Message: RETURN getCustomPropertyFileName() returns: null

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isSudoAuthorization level: OK Message: ENTER isSudoAuthorization()

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isSudoAuthorization level: OK Message: RETURN isSudoAuthorization() returns: false

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isRbacAuthorization level: OK Message: ENTER isRbacAuthorization()

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: isRbacAuthorization level: OK Message: RETURN isRbacAuthorization() returns: false

    Thread ID: 1 time: 2015-08-03 14:14:56.979 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: validate the level: Message INFO: END

    Thread ID: 1 time: 2015-08-03 14:14:56.980 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: validate the level: OK Message: RETURN validate()

    Thread ID: 1 time: 2015-08-03 14:14:56.980 class: org.identityconnectors.genericunix.GenericUnixConnector method: init level: Message INFO: END

    Thread ID: 1 time: 2015-08-03 14:14:56.980 class: org.identityconnectors.genericunix.GenericUnixConnector method: init level: Message OK: init (cfg=org.identityconnectors.genericunix.GenericUnixConfiguration@fa1b2d) RETURN

    Thread ID: 1 time: 2015-08-03 14:14:56.980 class: org.identityconnectors.genericunix.GenericUnixConnector method: checkAlive level: OK Message: ENTER checkAlive()

    Thread ID: 1 time: 2015-08-03 14:14:56.980 class: org.identityconnectors.genericunix.GenericUnixConnector method: checkAlive level: Message of INFO: checkAlive:BEGIN

    Thread ID: 1 time: 2015-08-03 14:14:56.980 class: org.identityconnectors.genericunix.GenericUnixConnector method: getConnection level: OK Message: ENTRY getConnection()

    Thread ID: 1 time: 2015-08-03 14:14:56.980 class: org.identityconnectors.genericunix.GenericUnixConnector method: getConnection level: Message INFO: START

    Thread ID: 1 time: 2015-08-03 14:14:56.980 class: org.identityconnectors.genericunix.GenericUnixConnector method: getConnection level: Message INFO: creating a connection because UnixConnection is zero

    Thread ID: 1 time: 2015-08-03 14:14:56.982 class: org.identityconnectors.genericunix.GenericUnixConnection method: < clinit > level: OK Message: ENTRY < clinit >)

    Thread ID: 1 time: 2015-08-03 14:14:56.982 class: org.identityconnectors.genericunix.GenericUnixConnection method: < clinit > level: OK Message: RETURN < clinit >)

    Thread ID: 1 time: 2015-08-03 14:14:56.982 class: org.identityconnectors.genericunix.GenericUnixConnection method: < init > level: OK Message: ENTRY GenericUnixConnection (configProperties=org.identityconnectors.genericunix.GenericUnixConfiguration@fa1b2d)

    Thread ID: 1 time: 2015-08-03 14:14:56.982 class: org.identityconnectors.genericunix.GenericUnixConnection method: connectResource level: OK Message: ENTER connectResource()

    Thread ID: 1 time: 2015-08-03 14:14:56.982 class: org.identityconnectors.genericunix.GenericUnixConnection method: connectResource level: Message INFO: START

    Thread ID: 1 time: 2015-08-03 14:14:56.982 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: ENTER getConnectionType()

    Thread ID: 1 time: 2015-08-03 14:14:56.983 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getConnectionType level: OK Message: RETURN getConnectionType() returns: SSH

    Thread ID: 1 time: 2015-08-03 14:14:56.983 class: org.identityconnectors.genericunix.GenericUnixConnection method: createSSHConnection level: OK Message: ENTER createSSHConnection()

    Thread ID: 1 time: 2015-08-03 14:14:56.983 class: org.identityconnectors.genericunix.GenericUnixConnection method: createSSHConnection level: Message INFO: START

    Thread ID: 1 time: 2015-08-03 14:14:56.986 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginUser level: OK Message: ENTER getLoginUser()

    Thread ID: 1 time: 2015-08-03 14:14:56.986 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginUser level: OK Message: RETURN getLoginUser() returns: oimsysuser

    Thread ID: 1 time: 2015-08-03 14:14:56.986 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getHost level: OK Message: ENTRY getHost()

    Thread ID: 1 time: 2015-08-03 14:14:56.986 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getHost level: OK Message: RETURN getHost() returns: 10.10.10.10

    Thread ID: 1 time: 2015-08-03 14:14:56.986 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPort level: OK Message: ENTRY getPort()

    Thread ID: 1 time: 2015-08-03 14:14:56.986 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getPort level: OK Message: RETURN getPort() returns: 22

    Thread ID: 1 time: 2015-08-03 14:14:56.992 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginUserpassword level: OK Message: ENTER getLoginUserpassword()

    Thread ID: 1 time: 2015-08-03 14:14:56.992 class: org.identityconnectors.genericunix.GenericUnixConfiguration method: getLoginUserpassword level: OK Message: RETURN getLoginUserpassword() returns: org.identityconnectors.common.security.GuardedString@ace304b

    Thread ID: 1 time: 2015-08-03 14:14:56.993 class: org.identityconnectors.genericunix.GenericUnixConnection method: $100 access level: OK Message: ENTRY access$ 100 (x0=org.identityconnectors.genericunix.GenericUnixConnection@10699ea)

    Thread ID: 1 time: 2015-08-03 14:14:56.993 class: org.identityconnectors.genericunix.GenericUnixConnection method: $100 access level: OK Message: BACK access$ 100 (x0=org.identityconnectors.genericunix.GenericUnixConnection@10699ea) returns: com.jcraft.jsch.Session@62fb35

    Thread ID: 1 time: 2015-08-03 14:14:56.993 class: org.identityconnectors.genericunix.GenericUnixConnection method: $100 access level: OK Message: ENTRY access$ 100 (x0=org.identityconnectors.genericunix.GenericUnixConnection@10699ea)

    Thread ID: 1 time: 2015-08-03 14:14:56.993 class: org.identityconnectors.genericunix.GenericUnixConnection method: $100 access level: OK Message: BACK access$ 100 (x0=org.identityconnectors.genericunix.GenericUnixConnection@10699ea) returns: com.jcraft.jsch.Session@62fb35

    Thread ID: 1 time: 2015-08-03 14:14:56.993 class: org.identityconnectors.genericunix.GenericUnixConnection method: $200 access level: OK Message: ENTRY access$ 200 (x0=org.identityconnectors.genericunix.GenericUnixConnection@10699ea,x1=SSH)

    Thread ID: 1 time: 2015-08-03 14:14:56.993 class: org.identityconnectors.genericunix.GenericUnixConnection method: getSSHConfig level: OK Message: ENTRY getSSHConfig (connectionType = SSH)

    Thread ID: 1 time: 2015-08-03 14:14:56.993 class: org.identityconnectors.genericunix.GenericUnixConnection method: getSSHConfig level: OK Message: RETURN getSSHConfig (connectionType = SSH) returns: {StrictHostKeyChecking = no, PreferredAuthentications = keyboard-interactive, password}

    Thread ID: 1 time: 2015-08-03 14:14:56.993 class: org.identityconnectors.genericunix.GenericUnixConnection method: $200 access level: OK Message: BACK access$ 200 (x0=org.identityconnectors.genericunix.GenericUnixConnection@10699ea,x1=SSH) returns: {StrictHostKeyChecking = no, PreferredAuthentications = keyboard-interactive, password}

    Thread ID: 1 time: 2015-08-03 14:14:56.993 class: org.identityconnectors.genericunix.GenericUnixConnection method: $100 access level: OK Message: ENTRY access$ 100 (x0=org.identityconnectors.genericunix.GenericUnixConnection@10699ea)

    Thread ID: 1 time: 2015-08-03 14:14:56.993 class: org.identityconnectors.genericunix.GenericUnixConnection method: $100 access level: OK Message: BACK access$ 100 (x0=org.identityconnectors.genericunix.GenericUnixConnection@10699ea) returns: com.jcraft.jsch.Session@62fb35

    Thread ID: 1 time: 2015-08-03 14:14:56.993 class: org.identityconnectors.genericunix.GenericUnixConnection method: $100 access level: OK Message: ENTRY access$ 100 (x0=org.identityconnectors.genericunix.GenericUnixConnection@10699ea)

    Thread ID: 1 time: 2015-08-03 14:14:56.993 class: org.identityconnectors.genericunix.GenericUnixConnection method: $100 access level: OK Message: BACK access$ 100 (x0=org.identityconnectors.genericunix.GenericUnixConnection@10699ea) returns: com.jcraft.jsch.Session@62fb35

    Thread ID: 1 time: 2015-08-03 14:14:57.386 class: org.identityconnectors.genericunix.GenericUnixConnection method: $100 access level: OK Message: ENTRY access$ 100 (x0=org.identityconnectors.genericunix.GenericUnixConnection@10699ea)

    Thread ID: 1 time: 2015-08-03 14:14:57.386 class: org.identityconnectors.genericunix.GenericUnixConnection method: $100 access level: OK Message: BACK access$ 100 (x0=org.identityconnectors.genericunix.GenericUnixConnection@10699ea) returns: com.jcraft.jsch.Session@62fb35

    Thread ID: 1 time: 2015-08-03 14:14:57.386 class: org.identityconnectors.genericunix.GenericUnixConnector method: have level: OK Message: ENTRY dispose()

    Thread ID: 1 time: 2015-08-03 14:14:57.386 class: org.identityconnectors.genericunix.GenericUnixConnector method: have level: Message INFO: START

    Thread ID: 1 time: 2015-08-03 14:14:57.386 class: org.identityconnectors.genericunix.GenericUnixConnector method: have level: Message INFO: END

    Thread ID: 1 time: 2015-08-03 14:14:57.386 class: org.identityconnectors.genericunix.GenericUnixConnector method: have level: OK Message: dispose() RETURN

    Thread ID: 1 time: 2015-08-03 14:14:57.386 class: org.identityconnectors.framework.api.operations.TestApiOp method: level test: OK Message: Exception:

    org.identityconnectors.framework.common.exceptions.ConnectorException: com.jcraft.jsch.JSchException: authentication failure

    at org.identityconnectors.framework.common.exceptions.ConnectorException.wrap(ConnectorException.java:101)

    to org.identityconnectors.genericunix.GenericUnixConnection$ 3.access(GenericUnixConnection.java:340)

    at org.identityconnectors.common.security.GuardedString.access(GuardedString.java:105)

    at org.identityconnectors.genericunix.GenericUnixConnection.createSSHConnection(GenericUnixConnection.java:328)

    at org.identityconnectors.genericunix.GenericUnixConnection.connectResource(GenericUnixConnection.java:87)

    to org.identityconnectors.genericunix.GenericUnixConnection. < init > (GenericUnixConnection.java:74)

    at org.identityconnectors.genericunix.GenericUnixConnector.getConnection(GenericUnixConnector.java:138)

    at org.identityconnectors.genericunix.GenericUnixConnector.checkAlive(GenericUnixConnector.java:118)

    to org.identityconnectors.framework.impl.api.local.ConnectorPoolManager$ ConnectorPoolHandler.testObject (ConnectorPoolManager.java:105)

    to org.identityconnectors.framework.impl.api.local.ConnectorPoolManager$ ConnectorPoolHandler.testObject (ConnectorPoolManager.java:74)

    at org.identityconnectors.framework.impl.api.local.ObjectPool.borrowObject(ObjectPool.java:229)

    at org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:83)

    to com.sun.proxy. $Proxy4.test (unknown Source)

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

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

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

    at java.lang.reflect.Method.invoke (unknown Source)

    at org.identityconnectors.framework.impl.api.local.operations.ThreadClassLoaderManagerProxy.invoke(ThreadClassLoaderManagerProxy.java:107)

    to com.sun.proxy. $Proxy4.test (unknown Source)

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

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

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

    at java.lang.reflect.Method.invoke (unknown Source)

    at org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy.invoke(DelegatingTimeoutProxy.java:107)

    to com.sun.proxy. $Proxy4.test (unknown Source)

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

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

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

    at java.lang.reflect.Method.invoke (unknown Source)

    at org.identityconnectors.framework.impl.api.LoggingProxy.invoke(LoggingProxy.java:76)

    to com.sun.proxy. $Proxy4.test (unknown Source)

    at org.identityconnectors.framework.impl.api.AbstractConnectorFacade.test(AbstractConnectorFacade.java:235)

    at oracle.iam.connectors.testutility.TestUtility.doTest(TestUtility.java:91)

    at oracle.iam.connectors.testutility.Main.main(Main.java:50)

    Caused by: com.jcraft.jsch.JSchException: authentication failure

    at com.jcraft.jsch.Session.connect(Session.java:482)

    at com.jcraft.jsch.Session.connect(Session.java:160)

    to org.identityconnectors.genericunix.GenericUnixConnection$ 3.access(GenericUnixConnection.java:336)

    ... 32 more

    Thank you

    ConnectorException: com.jcraft.jsch.JSchException: Auth fail

    Just an approximation of education:ssh/id_dsa your "Identity Server Keys" is you are remote to a UNIX system.

  • upgrade of RDBMS House of 11.2.0.3 to 11.2.0.4 using OEM12c

    Hi all

    I have the following Setup and want to upgrade the database 11.2.0.3 to 11.2.0.4

    My database server contains 11.2.0.3 OH and a database that is currently running.

    Oracle OEM12c Agent has been deployed to monitor the database on my database server.

    Now, I would like to upgrade the database 11.2.0.3 to 11.2.0.4.

    To do this,

    1. install the ORACLE HOME 11.2.0.4

    2. switch to the database 11.2.0.3 to 11.2.0.4 using DBUA or manual method level.

    Here, my question is how can I set up the 11.2.0.4 OH using OEM on my target?

    I have already downloaded the 11.2.0.4 software for my local system. How to download software?

    Please answer these two questions. All servers are running on LINUX OS.

    Thank you

    KODS

    Hello

    For the upgrade steps refer to

    Upgrade the procedure for deploying Oracle database for mass upgrade of Oracle databases

    http://docs.Oracle.com/CD/E24628_01/EM.121/e27046/upgrade_db.htm#EMLCM93305

    For downloading the software to software library, see

    4.3.7 creation of installation media

    http://docs.Oracle.com/CD/E24628_01/EM.121/e27046/prov_db_overview.htm#EMLCM11113

    Kind regards

    Rahul

  • No option for wipes feather on Premiere Pro?

    Why did first Pro NOT a feather in wipe transitions option?  Looks like this is a fairly common request for publishers to create a wipe with a fuzzy border!

    Ex: the Star Wars wipe transition

    Does anyone have a work around for this is not too complicated?

    Recommend officially here that Adobe try to add this in the next release of Premiere Pro, is an essential feature!

    Thank you

    Jeff

    Producer/Editor

    Pax and Bonum Communications

    https://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform

    It is the right way to make such a request in the only place that matters... the tabular results of Bug/Feature requests which (apparently) delivered the line for senior level managers who put things like engineering budgets.

    And yours is quite a demand for good & useful, I want to emphasize.

    Neil

  • Impossible to upgrade to 6.5.4

    After the 6.5.4 Installer uninstalled Workstation and restarted, I got the following:

    http://communities.vmware.com/servlet/JiveServlet/downloadImage/9220/VMware-6.5.4-error.png

    followed by

    http://communities.vmware.com/servlet/JiveServlet/downloadImage/9221/VMware-6.5.4-error2.png

    It's on Windows 7 Professional 64 bit, on a dx7500 HP with 6 GB of RAM.

    Any suggestion would be appreciated.  Thank you!

    I had the same exact errors as noted above.

    I restarted my pc and reinstalled with Run as administrator to upgrade access to work.

    Not sure if it's a problem to upgrade, as I'd 6.5.3 installed 100% before the 6.5.4 upgrade ran.

    6.5.4. uninstalled 6.5.3 and 6.5.4 and errors as above after the restarted pc trying to install.

    I'm under 6.5.4 on Windows 7 Ultimate - 64-bit without problem now.

    It would be interesting to see if it works all the time on a stable gentle as oposed to the method level.

  • Problem with remoteObject...


    Hi, I'm HelloWorld_ro and HelloWorld_ws apps. I can get the ws app to work, however, when I try the app remoteObject, I get the following error thrown:

    (mx.rpc::Fault) #0
    errorID = 0
    faultCode = "Client.Error.MessageSend".
    faultDetail = "error Channel.Connect.Failed NetConnection.Call.Failed: HTTP: failed".
    faultString = "send failed".
    message = "faultCode:Client.Error.MessageSend faultString: error faultDetail:'Channel.Connect.Failed"Send failed"NetConnection.Call.Failed: HTTP: failed '."
    name = "Error".
    rootCause = (Object) #1
    Code = "NetConnection.Call.Failed".
    Description = "HTTP: failed".
    Details = "" http://websrvr01/flex2gateway/ " "
    Level = "error".

    I am running CFMX 7.02 on Tomcat 5.5 and see the following in the log:

    [Flex] 14:34:20.359 [INFO] [Configuration] starting Adobe Flex Data Services Express 2
    [Flex] 14:34:20.359 [INFO] [Configuration] Adobe Flex Data Services Build: 142467
    [Flex] 14:34:20.421 [INFO] [Configuration] my Endpoint-cfamf created with security: no
    to the URI: http://{server.name}:{server.port}{context.root}/flex2gateway/

    I compile the application with: - services "C:\webapps\cfusion\WEB-INF\flex\services-config.xml" - local en_US

    my services-config. XML looks like this:

    <? XML version = "1.0" encoding = "UTF-8"? >
    <>services-config

    < services >
    < id = "coldfusion-flashremoting-service" service
    Class = "Flex.Messaging.services.RemotingService"
    messageTypes = "flex.messaging.messages.RemotingMessage' >"

    < adapter >
    < adapter-definition id = "CF-object" class = "coldfusion.flash.messaging.ColdFusionAdapter" default = "true" / > "
    < / adapters >

    < destination id = "ColdFusion" >
    <>channels
    < Channel Ref = "my-cfamf" / >
    < / channels >
    Properties of <>
    < source > * < / source >
    <!-define the access level of the invoked--> cfc and resolution rules
    < access >
    <!-use ColdFusion mappings for CFCS, by default, only the SWC files under your webroot can be found. ->
    false < use-mappings > < / use-mappings >
    <!-'public and remote' or just 'remotely' methods to be called->
    < method access level > distance < / access method-level >
    < / access >

    < property cases >
    <! - the property names of CFCs - >
    < force-cfc-tiny > false < / force-cfc-lowercase >
    <! - query column names - >
    < force-query-tiny > false < / force-query-lowercase >
    <! - the struct keys - >
    < force-struct-tiny > false < / force-struct-lowercase >
    < / property cases >
    < / properties >
    < / destination >

    < / service >
    < / services >

    <>channels
    < channel-definition id = "my-cfamf" class = "mx.messaging.channels.AMFChannel" >
    "" < endpoint uri = ' http://{server.name}:{server.port}{context.root}/flex2gateway/ ' class="flex.messaging.endpoints.AMFEndpoint"/ >
    Properties of <>
    > extension of the poll < false < / mark-enabled >
    < serialization >
    false < instantiate-types > < / instantiate types >
    < / serialization >
    < / properties >
    < / channel-definition >
    < / channels >

    < record >
    < class = "flex.messaging.log.ConsoleTarget target" level = "All" > "
    Properties of <>
    [Flex] < prefix > < / prefix >
    < includeDate > false < / includeDate >
    < includeTime > true < / includeTime >
    < includeLevel > true < / includeLevel >
    < includeCategory > true < / includeCategory >
    < / properties >
    <!--
    possible values:
    DataService.General
    DataService.Transaction
    DataService.Hibernate
    DataService.coldfusion
    Message.*
    Message.General
    Message.Data. *.
    Message.Data. (-name of the operation)
    where the name of the operation is one of create, extra, get, update, remove, batch,
    page, County, get_or_create, create_and_sequence, multi_batch, processed, get_sequence_id,.
    association_add, association_remove, fillids, refresh_fill, update_collection
    Message.Command. *.
    Message.Command. (-name of the operation)
    where the operation name is a subscribe, unsubscribe, poll, poll_interval, client_sync,.
    server_ping, client_ping, cluster_request, login, logout
    Message.RPC
    Message.ColdFusion
    Service. *
    Service.Cluster
    Service.HTTP
    Service.Message
    Service.Remoting
    Endpoint.*
    Endpoint.General
    Endpoint.Deserialization
    Endpoint.AMF
    Endpoint.HTTP
    Endpoint.RTMP
    Security
    MessageSelector
    Configuration
    Resources
    ->

    < filter >
    < model > Endpoint.* < / pattern >
    < model > service. * < / pattern >
    < model > Configuration < / pattern >
    < model > Message.* < / pattern >
    < / Filters >
    < / target >
    < / recording >

    <>System
    < / system >

    < / services-config >


    "Any idea why I get: Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: failed '?

    Thanks in advance

    I discovered that I have to add - context-root /cfusion the additional compiler arguments.

    See http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60&catid=583&threadid = 1210639

  • HTTP: Error 405

    Peoples of greetings from Flex!

    I have a fairly simple SWF file which works fine on my laptop, where I developed it, but it does not work on the production web server. I ran the following model of test.cfm to test my web service and it worked fine.

    < component cfinvoke method = "UserData" = "getUsers" returnvariable = "list" > < / cfinvoke >
    < cfdump var = "# list #" >

    I checked the CF Admin and Flash Remoting Services are enabled, as it is the Flex Data Management Services. Identity of the server has the default value because only on the instance of CF server running on the computer. Nothing else is selected in the Flex integration area.

    I checked my Services-Config file on the web server, and it seems to me. I included here...
    <? XML version = "1.0" encoding = "UTF-8"? >
    <>services-config

    < services >
    < id = "coldfusion-flashremoting-service" service
    Class = "Flex.Messaging.services.RemotingService"
    messageTypes = "flex.messaging.messages.RemotingMessage' >"

    < adapter >
    < adapter-definition id = "CF-object" class = "coldfusion.flash.messaging.ColdFusionAdapter" default = "true" / > "
    < / adapters >

    < destination id = "ColdFusion" >
    <>channels
    < Channel Ref = "my-cfamf" / >
    < / channels >
    Properties of <>
    < source > * < / source >
    <!-define the access level of the invoked--> cfc and resolution rules
    < access >
    <!-use ColdFusion mappings for CFCS, by default, only the SWC files under your webroot can be found. ->
    < use-mappings > true < / use-mappings >
    <!-'public and remote' or just 'remotely' methods to be called->
    < method access level > distance < / access method-level >
    < / access >

    < property cases >
    <! - the property names of CFCs - >
    < force-cfc-tiny > false < / force-cfc-lowercase >
    <! - query column names - >
    < force-query-tiny > false < / force-query-lowercase >
    <! - the struct keys - >
    < force-struct-tiny > false < / force-struct-lowercase >
    < / property cases >
    < / properties >
    < / destination >

    < / service >
    < / services >

    <>channels
    < channel-definition id = "my-cfamf" class = "mx.messaging.channels.AMFChannel" >
    "" < endpoint uri = ' http://{server.name}:{server.port}{context.root}/flex2gateway/ ' class="flex.messaging.endpoints.AMFEndpoint"/ >
    Properties of <>
    > extension of the poll < false < / mark-enabled >
    < serialization >
    false < instantiate-types > < / instantiate types >
    < / serialization >
    < / properties >
    < / channel-definition >
    < / channels >

    < record >
    < class = "flex.messaging.log.ConsoleTarget target" level = "Error" > "
    Properties of <>
    [Flex] < prefix > < / prefix >
    < includeDate > false < / includeDate >
    < includeTime > false < / includeTime >
    < includeLevel > false < / includeLevel >
    < includeCategory > false < / includeCategory >
    < / properties >
    < filter >
    < model > Endpoint.* < / pattern >
    < model > service. * < / pattern >
    < model > Configuration < / pattern >
    < model > Message.* < / pattern >
    < / Filters >
    < / target >
    < / recording >
    <>System
    < / system >
    < / services-config >

    And finally and most importantly, here are the services-config on the development computer.
    <? XML version = "1.0" encoding = "UTF-8"? >
    <>services-config

    < services >
    < id = "coldfusion-flashremoting-service" service
    Class = "Flex.Messaging.services.RemotingService"
    messageTypes = "flex.messaging.messages.RemotingMessage' >"

    < adapter >
    < adapter-definition id = "CF-object" class = "coldfusion.flash.messaging.ColdFusionAdapter" default = "true" / > "
    < / adapters >

    < destination id = "ColdFusion" >
    <>channels
    < Channel Ref = "my-cfamf" / >
    < / channels >
    Properties of <>
    < source > * < / source >
    <!-define the access level of the invoked--> cfc and resolution rules
    < access >
    <!-use ColdFusion mappings for CFCS, by default, only the SWC files under your webroot can be found. ->
    < use-mappings > true < / use-mappings >
    <!-'public and remote' or just 'remotely' methods to be called->
    < method access level > distance < / access method-level >
    < / access >

    < property cases >
    <! - the property names of CFCs - >
    < force-cfc-tiny > false < / force-cfc-lowercase >
    <! - query column names - >
    < force-query-tiny > false < / force-query-lowercase >
    <! - the struct keys - >
    < force-struct-tiny > false < / force-struct-lowercase >
    < / property cases >
    < / properties >
    < / destination >

    < / service >
    < / services >

    <>channels
    < channel-definition id = "my-cfamf" class = "mx.messaging.channels.AMFChannel" >
    "" < endpoint uri = ' http://{server.name}:{server.port}{context.root}/flex2gateway/ ' class="flex.messaging.endpoints.AMFEndpoint"/ >
    Properties of <>
    > extension of the poll < false < / mark-enabled >
    < serialization >
    false < instantiate-types > < / instantiate types >
    < / serialization >
    < / properties >
    < / channel-definition >
    < / channels >

    < record >
    < class = "flex.messaging.log.ConsoleTarget target" level = "Error" > "
    Properties of <>
    [Flex] < prefix > < / prefix >
    < includeDate > false < / includeDate >
    < includeTime > false < / includeTime >
    < includeLevel > false < / includeLevel >
    < includeCategory > false < / includeCategory >
    < / properties >
    < filter >
    < model > Endpoint.* < / pattern >
    < model > service. * < / pattern >
    < model > Configuration < / pattern >
    < model > Message.* < / pattern >
    < / Filters >
    < / target >
    < / recording >

    <>System
    < / system >

    < / services-config >


    I'm missing something here? Thanks in advance for any help you can offer.

    Have an ordinary day...
    KomputerMan ~ |  :-)

    Finally found the source of this problem. This problem was caused by an incomplete Web.xml file located in the folder CFusionMX7\wwwroot\WEB-INF\. I did compared to the Web.xml file on the server that did not work in a Web.xml file in a machine that used Flex pages. There were about 50 missing lines in the Web.XML of the machine that did not work. I made a copy of the Web.xml file and copied in the Web.xml file from the server to work, restarted my CF server and life was good. I hope this helps someone else besides me!

    Have an ordinary day...
    KomputerMan ~ |  :-)

  • WebLogic 10.3 JNDI with SQL Server

    Hi friends, I am working on a project that requires a connection to MS SQL Server.

    I created a data source using the weblogic administration console and used "MS SQL Server Driver (Type 4) BEA Version: 7.0, 2000, 2005", (I chose a validation phase), and I am able to connect to the server database with any problem, and get the data. I was doing a few two or three operations that are needed at my request, after the completion of 5 or 6 calls to databases, it showed the error that

    * "SQLException: weblogic.common.resourcepool.ResourceLimitException: no currently available at the"testJDBCDataSource"pool resources to allocate to applications, please don't increase the size of the pool and try again... *"
    Although my pool size ' initial capability: "3," maximum capacity: 25 "," increase in capacity: "1."

    I've not found no problem in the code. We correctly close the connection where necessary.

    Before you create this data source, we used to connect to the database using the standard JDBC connection (type class.forName (...) of the code).

    When I started to create this, it worked very well for couple of transactions, but after awhile, it shows the error message above.

    Help, please

    Thank you very much
    Peter

    Connect to the variable method level, so if your application is
    running in multiple threads, you do not crush accidentally one
    connection with another, so without closing the first.

Maybe you are looking for