SSL handshake failed: unsupported OIDS in the AlgorithmIdentifier

Hello

Anyone know how I can fix this error when a certificates to access java webservice client in the trust keystore? I use jdk6...

< 14 - may - 2015 13H 16' it IS > < opinion > < security > < BEA-090898 > < without taking account of the approved CA ' CN = VeriSign universal Root Certification Authority, OR = (c) 2008 VeriSign\, Inc. - For authorized use only, OU = VeriSign Trust Network, O = VeriSign\, Inc., C = US ". Loading certificate trust list triggered a certificate of analysis exception PKIX: OID not supported in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11. >

I read these posts. I tried the update of policy and also tried running with jdk8:

http://blog.whitehorses.nl/2013/12/12/BEA-090898-unsupported-OID-in-the-AlgorithmIdentifier-object/

http://www.Ateam-Oracle.com/improve-SSL-support-for-your-WebLogic-domains/


Any idea?

Thank you very much

Thank you! It's true... I think my java webservice client using weblogic libraries, JDeveloper it create this way...

I tried with this properties and now loading properly secure certificates:

-Dweblogic.security.SSL.enableJSSE = true

-Dweblogic.ssl.JSSEEnabled = true

Thank you very much

Tags: Java

Similar Questions

  • SSL handshake failed in the BB10 QNX Momentics IDE

    I am trying to connect to a web service that uses the SSL protocol. I work with Blackberry 10 in C++ with the QNX Momentics IDE of. The connection that I am doing is this:

    URL: 'https://movilapi...'.

    Code:

    networkAccessManager = new QNetworkAccessManager(this);
        bool res = connect(networkAccessManager, SIGNAL(finished(QNetworkReply*)),
                this, SLOT(requestFinished(QNetworkReply*)));
    
        Q_ASSERT(res);
        Q_UNUSED(res);
    
        QNetworkRequest request = QNetworkRequest(QUrl(url));
        request.setRawHeader("User-Agent", "bb-phone/20120910");
        request.setRawHeader("Content-Type", "application/json");
        request.setRawHeader("Content-Length", postDataSize);
    
        QSslConfiguration sslConfig = request.sslConfiguration();
        sslConfig.setPeerVerifyMode(QSslSocket::VerifyNone);
        sslConfig.setProtocol(QSsl::TlsV1);
        request.setSslConfiguration(sslConfig);
    
            networkAccessManager->post(request, outData);
    

    I still get the same error, regardless of the service which I try to reach. The answer is: SSL handshake failed

    Please help, I have searched for hours without success. Thank you.

    After getting in contact with the RIM a little personal on this issue, we discovered that the TLS/SSL server does not tolerate some extensions, so with the following code of Qt to turn off extensions, the connection was properly made over https:

    QSslConfiguration cfg(request.sslConfiguration());
    cfg.setSslOption(QSsl::SslOptionDisableSessionTickets, true);
    request.setSslConfiguration(cfg);
    

    I want to make special mention of the Department development of applications of Research In Motion for the attention and effort invested on this issue until we finally got the right way to go.

    Here is the code to connect to the case wherever everyone faces this need:

    networkAccessManager = new QNetworkAccessManager(this);
    bool res = connect(networkAccessManager, SIGNAL(finished(QNetworkReply*)),
                this, SLOT(requestFinished(QNetworkReply*)));
    QNetworkRequest request = QNetworkRequest(QUrl(url));
    request.setRawHeader("User-Agent", "BB_PHONE/20120926");
    request.setRawHeader("Content-Type", "application/json");
    request.setRawHeader("Content-Length", postDataSize);
    
    QSslConfiguration sslConfig = request.sslConfiguration();
    sslConfig.setPeerVerifyMode(QSslSocket::VerifyNone);
    sslConfig.setPeerVerifyDepth(1);
    sslConfig.setProtocol(QSsl::TlsV1);
    sslConfig.setSslOption(QSsl::SslOptionDisableSessionTickets, true);
    
    request.setSslConfiguration(sslConfig);
    networkAccessManager->post(request, outData);
    
  • Problems with the postal program error... System.IO.IOException: The handshake failed due to an unexpected packet format.

    Since a couple of days, I was receiveing an error message, I don't remember not change parameter or by downloading programs.  What to do to fix this problem...

    Unable to connect to mail servers. If please specify a valid e-mail server, the server properties, or check your network connection. The following exception occurred: System.Reflection.TargetInvocationException: Exception has been thrown by the target of a call. ---> System.IO.IOException: the handshake failed due to an unexpected packet format.
    at System.Net.Security.SslState.StartReadFrame (Byte [] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartReceiveBlob (Byte [] buffer, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.CheckCompletionBeforeNextReceive (ProtocolToken message, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartSendBlob (Byte [] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.ForceAuthentication (receiveFirst, Boolean, Byte [] buffer, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.ProcessAuthentication (LazyAsyncResult lazyResult)
    at System.Net.Security.SslStream.AuthenticateAsClient (String targetHost, clientCertificates X509CertificateCollection, SslProtocols enabledSslProtocols, checkCertificateRevocation Boolean)
    at System.Net.Security.SslStream.AuthenticateAsClient (String targetHost)
    at AdvancedIntellect.Ssl.SslSocket.StartTLS)
    -End of the exception stack trace internal-
    to aspNetEmail.EmailMessage. ? (String)
    to aspNetEmail.EmailMessage. ? ()

    I'll probably try disabling the Norton scanning function (which can require uninstalling/reinstalling Norton without this feature), as it can sometimes cause problems.

    Have you tried to contact support Email Sender Deluxe?

    -B-
    http://www.officeforlawyers.com | http://www.OneNote-tips.com
    Author: Guide to counsel for Microsoft Outlook

  • error in SSL handshake during activation of the changes in the administration console

    An error occurred during activation of the changes, please see the log for more details.
    [Deployer: 149150] IOException occurred during playback of entry. ; nested exception is: javax.net.ssl.SSLKeyException: the chain of certificates [Security: 090477] has received from 10.26.176.83 - 10.26.176.83 wasn't confidence origin SSL handshake failure. ; nested exception is: javax.net.ssl.SSLKeyException: certificate chain [Security: 090477] has received from 10.26.176.83 - 10.26.176.83 wasn't confidence causing failure of SSL handshake.
    [Security: 090477] String certificate received from 10.26.176.83 - 10.26.176.83 wasn't confidence causing failure of SSL handshake.


    WLS 10.3 on Windows 2008: I've set up one of my servers managed for SSL and I'm able to reach deployments via browser and the chain of keys/certificates file I installed. However, I get the above error in Admin Console in all directions. I'm unable to validate configuration changes without removing the managed server for SSL. The server administrator is always HTTP via 7001. I don't know where to look to fix this problem. Any ideas appreciated.

    It seems that you did not update the your AdminServer trust store. It acts as a client of your managed server ssl and cannot verify the certificate of identity.

  • See 4.5 SSL fails after installation of the certificate

    I have a problem after installation following the steps described in the VMWare KB (and a bunch of other places) a certificate is currently working on an assessment of view 4.5

    I set up the environment and everything worked without problems.  Then I installed a certificate using the keytool and the steps described above, ssl connections ceased to work.  The admin page would be just a moment and my client view (currently on trial with the OS X client) would also expire during an attempt of SSL connections.  I had previously enabled connections not secure so that both connections use http still operate.

    The only difference in my SSL import procedure, it's that I signed the certificate using our AD CA.  I imported the complete certificate chain as a .p7b file and keytool complained that he did not trust my CA, (I said yes to import in any case).

    After this issue, I even tried to go back to the original signed cert free by removing the key file and the file locked.config and SSL still does not work.

    Looking through the logs of the events on the server, there is no error SSL and the view admin page itself don't report problems with the server.

    The only other reference to a similar problem, I have seen on this subject is another post on the forums, but it appers that issue was because the server was also the Wyse report server running on this issue, my server is running anything else that the display manager, I do not use a security server just one server.

    Hello

    > I had previously enabled connections not secure so that both connections use http still operate.

    The option ' require SSL for client connections and Administrator display: "is common for the customer and Admin UI connections.

    Because you have disabled this option, only the connections non - ssl will work for both.

    Connect to youyr Admin UI by using http://serverfqdn/admin/ and enable this setting and restart the login server.

    -Noble

  • vRO6.0 SSL Handshake error

    I am trying to run workflows using Python, but it throws error SSL Handshake. The same code works with vCO5.5, but it fails with vRO6.0

    headers = {'Content-Type': ' application/xml', 'Accept': ' application/xml'}

    url = ' https:// ' + vroServer + ' / vco/api/flow / ' + wfid + ' / executions

    data = open (xmlFile) .read)

    # NOTE: check = False indicates Python to ignore SSL certificate problems

    # Run a workflow using a XML for the body:

    r = requests.post (url, data = data, check = False, auth = vroAuth, headers = headers)

    Error:

    Traceback (most recent call changed):

    File "C:\Python27\AddWebServiceHost.py", line 35, < module >

    r = requests.post (url, data = data, check = False, auth = vroAuth, headers = headers)

    File "C:\Python27\lib\site-packages\requests-2.7.0-py2.7.egg\requests\api.py", line 109, in post

    return request ('post', url, data = data json = json, * kwargs)

    File "C:\Python27\lib\site-packages\requests-2.7.0-py2.7.egg\requests\api.py", line 50, at the request

    response = session.request (method = method, url = url, * kwargs)

    File "C:\Python27\lib\site-packages\requests-2.7.0-py2.7.egg\requests\sessions.py", line 465, at the request

    resp = self.send (preparation, * send_kwargs)

    File "C:\Python27\lib\site-packages\requests-2.7.0-py2.7.egg\requests\sessions.py", line 573, sending

    r = adapter.send (request, * kwargs)

    File "C:\Python27\lib\site-packages\requests-2.7.0-py2.7.egg\requests\adapters.py", line 431, to send

    raise SSLError (e, request = request)

    SSLError: [Errno 1] _ssl.c:499: handshake failure alert routines: SSL23_GET_SERVER_HELLO:sslv3 error: 14077410:SSL

    > > >

    SSLv3 is considered an insecure protocol, and it is disabled by default in vRO 6 or more.

    You need to either modify your code in Python to connect using TLS instead of SSL, or manually re-enable SSL support in /etc/vco/app-server/server.xml

  • Between R2 2012 Windows and IBM Http Server SSL connection failed periodically.

    Hi, I have a problem recently. I found that my windows server 2012 R2 has sometimes failed to connect with IBM Http Server ssl. Here it is the information of the two servers:

    1 windows 2012 R2

    -Already activate TLS 1.2 and TLS 1.0

    -Already the latest version of windows update and restart

    IIS - 8.5

    2 IBM Http Server

    -Apache 2.2.31

    -using OpenSSL 1.0.2f

    -Allow TLS1.2 and TLS 1.0

    I also captured network traffic when the two server. If the ssl connection has managed to create. Traffic will be like the following screen:

    If the ssl connection was impossible to create, network traffic was like the below:

    You will see that the ssl connection failed when the version of the TLS protocol was passed to TLSv1. And returned access denied.  The details of the access denied was like the below:

    As the captured screen reproduced above, you will see that the SSL for Client Hello was TLSv1.2 but running on the recording layer TLSv1. this Hello customer was sent by the server r2 windows 2012. I don't know why the ssl connection has been passed to TLSv1 suddenly.

    I found that Microsoft has released an update on January 12, 2016. This fix is the resumption of SSL. Update ID was 3109853 , but I have already applied this update on my server. I tried to do the with the other type of server ssl connection, the ssl connection is possible in a stable condition and has happened the problem I mentioned. Is there someone met this case and resolve it finally?

    Hello

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

  • "SSL negotiation failed" error BlackBerry BlackBerry's App World

    I can't connect to my facebook app.

    I tried to remove the app and download it again from BlackBerry World.

    After you open the blackberry world, I tried tapping on the FB icon to download,

    Error "SSL negotiation failed" message.

    I tried to download other apps, same error message.

    How to fix this?

    Hello and welcome to the community!

    Please check your PayPal - log in from a PC/browser and make sure that the credentials you use it are identical to those that allows you to connect to MyWorld. Also make sure you have set to PayPal all credit cards, are current and valid... we learned that if there is No linked to your account credit card PayPal which is not valid for some reason any (for example, expired), it will prevent the AppWorld purchases finished, even if this isn't the source of funding. In addition, there must be at least a (valid) credit card attached to the PayPal account.

    We also heard from some users who report that create a whole new PayPal account somehow corrects things and allows them to make purchases. I don't know why this works, but there are reports it does.

    Also, please try a hard reset: turn on, remove the back cover and remove the battery. Wait a minute, then replace the battery and cover. Power on and wait patiently through the long reboot - about 5 minutes. See if things return to functioning. Like all computing devices, BB suffers from memory leaks and others... with a hard reboot is the best remedy.

    In addition, you can try this sequence:

    (1) to remove from your BB AppWorld

    • KB10040 How to view or delete applications on a BlackBerry smartphone
    • He asks to restart the BB,

    (2) a Batt Pull reboot (power on, remove the battery, wait, insert the battery, wait), even if redundant to the one you did in step 1.

    3) install a new copy of AppWorld (on your BB)

    (4) restart another Batt-sweater

    (5) see if it works now.

    Also - you happen to be a BES user? If so, please check with your BES admins to ensure that they have not limited your use of BBWorld.

    See you soon!

  • O11n Plugin Maven Orchestrator package: import-package SSL Handshake error

    I try to use the maven for VCO plugin creation plugin and I get SSL errors when you try to synchronize all of VCO to the local files.   It is a standard installation of the device to VCO 6.0.2.   I tried all the stuff that I can get:

    I put the - Dmaven.wagon.http.ssl.insecure = true Dmaven.wagon.http.ssl.allowall = true

    I created a file of keys to the VCO ssl key and he passed as the truststore -Djavax .net .ssl .trustStore = keystore.pks - Djavax .net .ssl .trustStorePassword = 123qwe x

    I turned on debugging and outputs verbose

    Nothing seems to work, thoughts or ideas is appreciated.

    Thank you

    Tim

    Here is an example of newspaper, very similar regardless of the options passed.


    o11n MVN-paquet : import-package-DserverUrl=vcoadmin:[email protected]:8281-Djavax.net.debug=all-Dmaven.wagon.http.ssl.insecure=true-Dmaven.wagon.http.ssl.allowall=true-Dsun.security.ssl.allowUnsafeRenegotiation=true-Djavax.net.ssl.trustStore=keystore.pks-Djavax.net.ssl.trustStorePassword=test123 -X

    Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12 - 14 T 12: 29:23 - 05:00)

    House of Maven: /usr/local/Cellar/maven/3.2.5/libexec

    Java version: 1.6.0_65, name of seller: Apple Inc..

    House of Java: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

    Default locale: en_US, platform encoding: MacRoman

    OS name: 'mac os x', version: "10.10.3," arch: "x86_64" family: "mac"

    [INFO] Error stacktraces are turned on.

    [DEBUG] Read the global settings of /usr/local/Cellar/maven/3.2.5/libexec/conf/settings.xml

    [DEBUG] Read /Users/tperry/.m2/settings.xml user settings

    [DEBUG] Using local repository at /Users/tperry/.m2/repository

    [DEBUG] With the help of Manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/tperry/.m2/repository

    [INFO] Analysis of projects...

    [DEBUG] Statistics collection of dependency: {ConflictMarker.analyzeTime = 1, ConflictMarker.markTime = 0, ConflictMarker.nodeCount = 211, ConflictIdSorter.graphTime = 1, ConflictIdSorter.topsortTime = 1, ConflictIdSorter.conflictIdCount = 63, ConflictIdSorter.conflictIdCycleCount = 0, ConflictResolver.totalTime = 11, ConflictResolver.conflictItemCount = 145, DefaultDependencyCollector.collectTime = 327, DefaultDependencyCollector.transformTime = 16}

    [DEBUG] com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:jar:6.0.2:

    [DEBUG] com.vmware.o11n.tool:o11ntool - internal: pot: 6.0.2: compile

    [DEBUG] dom4j:dom4j:jar:1.6.1: compile

    [DEBUG] xml - apis: xml - apis: jar: 1.0.b2: compile

    [DEBUG] org.apache.maven:maven - plugin-api: jar: 2.0: compile

    [DEBUG] org.apache.maven:maven - project: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - settings: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - jar: profile: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - model: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - artifact-Manager: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - repository - metadata:jar:2.0.6: compile

    [DEBUG] org.apache.maven:maven - plugin-registry: pot: 2.0.6: compile

    [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

    [DEBUG] junit:junit:jar:4.11:test

    [DEBUG] org.hamcrest:hamcrest - core: jar: 1.3:test

    [DEBUG] classworlds:classworlds:jar:1.1 - alpha-2: compile

    [DEBUG] org.apache.maven:maven - artifact: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - archiver: pot: 2.2: compile

    [DEBUG] org.codehaus.plexus:plexus - archiver: jar: 1.0 - alpha-7: compile

    [DEBUG] org.codehaus.plexus:plexus - utils:jar:1.5.7: compile

    [DEBUG] org.apache.maven.shared:maven - filtering: jar: 1.0 - beta-2: compile

    [DEBUG] org.apache.maven:maven - monitor: pot: 2.0.6: compile

    [DEBUG] org.codehaus.plexus:plexus - interpolation: pot: 1.6: compiles

    [DEBUG] org.codehaus.plexus:plexus - compiler-api: jar: 1.8.1: compile

    [DEBUG] log4j:log4j:jar:1.2.17:runtime

    [DEBUG] commons-io: commons-io: pot: 2.4: compile

    [DEBUG] commons-lang: commons-lang: pot: 2.5: compile

    [DEBUG] com.vmware.o11n:o11n - util:jar:6.0.2: compile

    [DEBUG] org.bouncycastle:bcprov - jdk15on:jar:1.50: compile

    [DEBUG] org.bouncycastle:bcpkix - jdk15on:jar:1.50: compile

    [DEBUG] com.rubiconproject.oss:jchronic:jar:0.2.6: compile

    [DEBUG] net.sf.ehcache:ehcache - core: jar: 2.6.2: compile

    [DEBUG] ognl:ognl:jar:2.6.9: compile

    [DEBUG] org.codehaus.woodstox:stax2 - api: jar: 3.0.1: compile

    [DEBUG] stax:stax - api: jar: 1.0.1: compile

    [DEBUG] org.codehaus.woodstox:woodstox - core - asl:jar:4.0.5: compile

    [DEBUG] org.slf4j:slf4j - api: jar: 1.6.6: compile

    [DEBUG] org.slf4j:slf4j - log4j12:jar:1.6.6: compile

    [DEBUG] Commons-codec: commons-codec: pot: 1.8: compile

    [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5: compile

    [DEBUG] Commons-Logging: commons-logging: pot: 1.1.1: compile

    [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2: compile

    [DEBUG] com.vmware.o11n:o11n - model: pot: 6.0.2: compile

    [DEBUG] com.vmware.o11n:o11n - security: pot: 6.0.2: compile

    [DEBUG] org.springframework:spring - context: pot: 4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - aop:jar:4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - expression: pot: 4.0.2.RELEASE: compile

    Org.springframework.Security:spring [DEBUG] - security-core: jar: 3.2.3.RELEASE: compile

    [DEBUG] aopalliance:aopalliance:jar:1.0: compile

    [DEBUG] antlr:antlr:jar:2.7.6: compile

    [DEBUG] org.springframework:spring - web: pot: 4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - beans: pot: 4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - core: jar: 4.0.2.RELEASE: compile

    [DEBUG] org.apache.geronimo.specs:geronimo - jms_1.1_spec:jar:1.1: compile

    [DEBUG] com.vmware.o11n:o11n - modelejb-client: pot: 6.0.2: compile

    [DEBUG] com.vmware.o11n:o11n - scriptingmodel:jar:6.0.2: compile

    [DEBUG] org.mozilla:rhino:jar:1.7R4: compile

    [DEBUG] commons-collections: commons-collections: pot: 3.2.1: compile

    [DEBUG] com.vmware.o11n:o11n - j2eeutil:jar:6.0.2: compile

    [DEBUG] com.vmware.o11n:o11n - sdkapi:jar:6.0.2: compile

    [DEBUG] org.hornetq:hornetq - jms-client: pot: 2.2.5.Final:runtime

    [DEBUG] org.hornetq:hornetq - client-core: jar: 2.2.5.Final:runtime

    [DEBUG] org.jboss.netty:netty:jar:3.2.5.Final:runtime

    [DEBUG] Created the new Kingdom maven.api class

    [DEBUG] Importation of foreign packages in the Kingdom maven.api class

    [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core

    [DEBUG]   Imported: org.apache.maven.exception < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.version < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core

    [DEBUG]   Imported: javax.enterprise.util. * < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core

    [DEBUG]   Imported: org.apache.maven.monitor < plexus.core

    [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core

    [DEBUG]   Imported: org.apache.maven.repository < plexus.core

    [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core

    [DEBUG]   Imported: org.apache.maven.profiles < plexus.core

    [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core

    [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core

    [DEBUG]   Imported: org.apache.maven.execution < plexus.core

    [DEBUG]   Imported: org.apache.maven.reporting < plexus.core

    [DEBUG]   Imported: org.apache.maven.usability < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core

    [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core

    [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core

    [DEBUG]   Imported: org.eclipse.aether. * < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core

    [DEBUG]   Imported: javax.inject. * < plexus.core

    [DEBUG]   Imported: org.apache.maven.settings < plexus.core

    [DEBUG]   Imported: org.codehaus.classworlds < plexus.core

    [DEBUG]   Imported: org.apache.maven.wagon. * < plexus.core

    [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core

    [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core

    [DEBUG]   Imported: org.apache.maven.configuration < plexus.core

    [DEBUG]   Imported: org.apache.maven.cli < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core

    [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core

    [DEBUG]   Imported: org.apache.maven.project < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core

    [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core

    [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core

    [DEBUG]   Imported: org.apache.maven.artifact < plexus.core

    [DEBUG]   Imported: org.apache.maven.model < plexus.core

    [DEBUG]   Imported: org.slf4j. * < plexus.core

    [DEBUG]   Imported: javax.enterprise.inject. * < plexus.core

    [DEBUG]   Imported: org.apache.maven. * < plexus.core

    [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core

    [DEBUG]   Imported: org.apache.maven.plugin < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus. * < plexus.core

    [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core

    [DEBUG] Filling of class maven.api Kingdom

    [DEBUG] Created the new class field extension > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

    [DEBUG] Importation of foreign packages in class domain extension > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

    [DEBUG]   Imported: maven.api

    [DEBUG] Fill class domain extension > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

    [DEBUG]   Included: com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:jar:6.0.2

    [DEBUG]   Included: com.vmware.o11n.tool:o11ntool - inner: jar: 6.0.2

    [DEBUG]   Included: dom4j:dom4j:jar:1.6.1

    [DEBUG]   Included: xml - apis: xml - apis: jar: 1.0.b2

    [DEBUG]   Included: org.apache.maven:maven - archiver: jar: 2.2

    [DEBUG]   Included: org.codehaus.plexus:plexus - archiver: jar: 1.0 - alpha-7

    [DEBUG]   Included: org.codehaus.plexus:plexus - utils:jar:1.5.7

    [DEBUG]   Included: org.apache.maven.shared:maven - filtering: jar: 1.0 - beta-2

    [DEBUG]   Included: org.codehaus.plexus:plexus - interpolation: jar: 1.6

    [DEBUG]   Included: org.codehaus.plexus:plexus - compiler-api: jar: 1.8.1

    [DEBUG]   Included: log4j:log4j:jar:1.2.17

    [DEBUG]   Included: commons-io: commons-io: jar: 2.4

    [DEBUG]   Included: commons-lang: commons-lang: jar: 2.5

    [DEBUG]   Included: com.vmware.o11n:o11n - util:jar:6.0.2

    [DEBUG]   Included: org.bouncycastle:bcprov - jdk15on:jar:1.50

    [DEBUG]   Included: org.bouncycastle:bcpkix - jdk15on:jar:1.50

    [DEBUG]   Included: com.rubiconproject.oss:jchronic:jar:0.2.6

    [DEBUG]   Included: net.sf.ehcache:ehcache - base: jar: 2.6.2

    [DEBUG]   Included: ognl:ognl:jar:2.6.9

    [DEBUG]   Included: org.codehaus.woodstox:stax2 - api: jar: 3.0.1

    [DEBUG]   Included: stax:stax - api: jar: 1.0.1

    [DEBUG]   Included: org.codehaus.woodstox:woodstox - core - asl:jar:4.0.5

    [DEBUG]   Included: org.slf4j:slf4j - api: jar: 1.6.6

    [DEBUG]   Included: org.slf4j:slf4j - log4j12:jar:1.6.6

    [DEBUG]   Included: Commons-codec: commons-codec: jar: 1.8

    [DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.3.5

    [DEBUG]   Included: Commons-Logging: commons-logging: jar: 1.1.1

    [DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.3.2

    [DEBUG]   Included: com.vmware.o11n:o11n - model: jar: 6.0.2

    [DEBUG]   Included: com.vmware.o11n:o11n - security: jar: 6.0.2

    [DEBUG]   Included: org.springframework:spring - context: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - aop:jar:4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - expression: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework.security:spring - security-core: jar: 3.2.3.RELEASE

    [DEBUG]   Included: aopalliance:aopalliance:jar:1.0

    [DEBUG]   Included: antlr:antlr:jar:2.7.6

    [DEBUG]   Included: org.springframework:spring - web: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - beans: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - base: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.apache.geronimo.specs:geronimo - jms_1.1_spec:jar:1.1

    [DEBUG]   Included: com.vmware.o11n:o11n - modelejb-client: jar: 6.0.2

    [DEBUG]   Included: com.vmware.o11n:o11n - scriptingmodel:jar:6.0.2

    [DEBUG]   Included: org.mozilla:rhino:jar:1.7R4

    [DEBUG]   Included: commons-collections: commons-collections: jar: 3.2.1

    [DEBUG]   Included: com.vmware.o11n:o11n - j2eeutil:jar:6.0.2

    [DEBUG]   Included: com.vmware.o11n:o11n - sdkapi:jar:6.0.2

    [DEBUG]   Included: org.hornetq:hornetq - jms-client: pot: 2.2.5.Final

    [DEBUG]   Included: org.hornetq:hornetq - basic-client: pot: 2.2.5.Final

    [DEBUG]   Included: org.jboss.netty:netty:jar:3.2.5.Final

    [DEBUG] Kingdoms of extension for the project sovlabs:o11nplugin - sovlabs-package: package: 6.0.2.1: [ClassRealm [extension > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2, parent: sun.misc.Launcher$AppClassLoader@7987aeca]]

    [DEBUG] Created the new project of Kingdom of class > sovlabs:o11nplugin - sovlabs-package: 6.0.2.1

    [DEBUG] Kingdom of settlement project classes > sovlabs:o11nplugin - sovlabs-package: 6.0.2.1

    [DEBUG] Looking for ClassRealm package wrapping cycle mappings [project > sovlabs:o11nplugin - sovlabs-package: 6.0.2.1, parent: ClassRealm [maven.api, parent: null]]

    [DEBUG] Kingdoms of extension for the project sovlabs:sovlabs:pom:6.0.2.1: (none)

    [DEBUG] Rising maps of cycle for pom in packaging of ClassRealm [plexus.core, parent: null]

    [DEBUG] Fix the plugin version for org.apache.maven.plugins:maven - install-plugin

    [DEBUG] Found no metadata org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml in local (/ Users/tperry/.m2/repository)

    [DEBUG] unable to find org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml in http://192.168.159.131:8280 / vco-repo has been cached in the local repository, resolution will not be returned until added by archetype update interval is elapsed or are forced to update

    [DEBUG] Query remote ignored for the org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml metadata updates cached locally.

    Resolved [DEBUG] version of the plugin for org.apache.maven.plugins:maven - install-plugin repository 2.5.2 (https://repo.maven.apache.org/maven2, by default, releases)

    [DEBUG] Fix the plugin version for org.apache.maven.plugins:maven - deploy-plugin

    [DEBUG] Found no metadata org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml in local (/ Users/tperry/.m2/repository)

    [DEBUG] unable to find org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml in http://192.168.159.131:8280 / vco-repo has been cached in the local repository, resolution will not be returned until added by archetype update interval is elapsed or are forced to update

    [DEBUG] Query remote ignored for the org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml metadata updates cached locally.

    Resolved [DEBUG] version of the plugin for org.apache.maven.plugins:maven - deploy-plugin for 2.8.2 of the repository (https://repo.maven.apache.org/maven2, by default, releases)

    [DEBUG] Adjust the plugin version of compiler - org.apache.maven.plugins:maven - plugin

    [DEBUG] Found no metadata org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml in local (/ Users/tperry/.m2/repository)

    [DEBUG] unable to find org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml in http://192.168.159.131:8280 / vco-repo has been cached in the local repository, resolution will not be returned until added by archetype update interval is elapsed or are forced to update

    [DEBUG] Query remote ignored for the org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml metadata updates cached locally.

    Resolved [DEBUG] version of the plugin for org.apache.maven.plugins:maven - compiler-plugin repository 3.3 (https://repo.maven.apache.org/maven2, by default, releases)

    [DEBUG] Adjust the plugin prefix o11n-package of [org.apache.maven.plugins, org.codehaus.mojo]

    [DEBUG] Plugin solved the prefix o11n-package com.vmware.o11n.mojo.pkg:maven - o11n-package-plugin sovlabs:o11nplugin POM-sovlabs-package: package: 6.0.2.1

    [DEBUG] = REACTOR MANUFACTURING PLAN =.

    [DEBUG] Project: sovlabs:o11nplugin - sovlabs-package: package: 6.0.2.1

    [DEBUG] Tasks: [o11n-package: import-package]

    [DEBUG] Style: aggregation

    [DEBUG] =======================================================================

    [INFO]

    [INFO] ------------------------------------------------------------------------

    [INFO] Building o11nplugin-sovlabs-Pack 6.0.2.1

    [INFO] ------------------------------------------------------------------------

    [DEBUG] Adjust the plugin prefix o11n-package of [org.apache.maven.plugins, org.codehaus.mojo]

    [DEBUG] Plugin solved the prefix o11n-package com.vmware.o11n.mojo.pkg:maven - o11n-package-plugin sovlabs:o11nplugin POM-sovlabs-package: package: 6.0.2.1

    [DEBUG] Default life cycle - > [validate, initiate, generate-sources, process-sources, generate resources, resources process, compiling, process-classes, generate-test-sources, process-test-sources, generate-test-resources and process-test-resources, test-compile, process-test-classes, test, prepare package, package, pre-integration-test, integration test, post-integration-test, check, install, deploy]

    [DEBUG] Own lifecycle-> [pre clean, clean, clean post]

    [DEBUG] Life cycle of the site-> [prior to the site, site, site of the post and deploy site]

    [DEBUG] = GENERATION OF PROJECT PLAN.

    [DEBUG] Project: sovlabs:o11nplugin - sovlabs-package: 6.0.2.1

    [DEBUG] [Addictions (to collect):]

    [DEBUG] [Dependencies (resolve):]

    [DEBUG] repositories (dependencies): [added by archetype (http://192.168.159.131:8280 / vco-repo, by default, the versions + snapshots), Central (https://repo.maven.apache.org/maven2, by default, release)]

    [DEBUG] repositories (plugins): [added by archetype (http://192.168.159.131:8280 / vco-repo, by default, the versions + snapshots), Central (https://repo.maven.apache.org/maven2, by default, release)]

    [DEBUG] -----------------------------------------------------------------------

    [DEBUG] Objective: com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - package (by default-cli)

    [DEBUG] Style: regular

    [DEBUG] Configuration: <? XML version = "1.0" encoding = "UTF-8"? >

    < configuration >

    < allPackages-default = "false" >$ {allPackages} < / allPackages >

    < exportHistory-default = "true" >$ {exportHistory} < / exportHistory >

    < ignoreServerCertificate-default = "true" >$ {ignoreServerCertificate} < / ignoreServerCertificate >

    sovlabs < packageName > < / packageName >

    < project >$ {project} < / project >

    < projectName-default = "${project.artifactId}" >$ {projectName} < / ProjectName >

    < ServerURI >$ {ServerURI} < / serverUrl >

    < targetDirectory >$ {basedir} < / targetDirectory >

    < / configuration >

    [DEBUG] =======================================================================

    [INFO]

    [Info]---Maven-o11n-Paquet-plugin:6.0.2:import-Paquet (by default-cli) @ o11nplugin-sovlabs-package-

    [DEBUG] Statistics collection of dependency: {ConflictMarker.analyzeTime = 1, ConflictMarker.markTime = 0, ConflictMarker.nodeCount = 211, ConflictIdSorter.graphTime = 1, ConflictIdSorter.topsortTime = 0, ConflictIdSorter.conflictIdCount = 63, ConflictIdSorter.conflictIdCycleCount = 0, ConflictResolver.totalTime = 10, ConflictResolver.conflictItemCount = 145, DefaultDependencyCollector.collectTime = 20, DefaultDependencyCollector.transformTime = 12}

    [DEBUG] com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:jar:6.0.2:

    [DEBUG] com.vmware.o11n.tool:o11ntool - internal: pot: 6.0.2: compile

    [DEBUG] dom4j:dom4j:jar:1.6.1: compile

    [DEBUG] xml - apis: xml - apis: jar: 1.0.b2: compile

    [DEBUG] org.apache.maven:maven - plugin-api: jar: 2.0: compile

    [DEBUG] org.apache.maven:maven - project: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - settings: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - jar: profile: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - model: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - artifact-Manager: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - repository - metadata:jar:2.0.6: compile

    [DEBUG] org.apache.maven:maven - plugin-registry: pot: 2.0.6: compile

    [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

    [DEBUG] junit:junit:jar:4.11:test

    [DEBUG] org.hamcrest:hamcrest - core: jar: 1.3:test

    [DEBUG] classworlds:classworlds:jar:1.1 - alpha-2: compile

    [DEBUG] org.apache.maven:maven - artifact: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - archiver: pot: 2.2: compile

    [DEBUG] org.codehaus.plexus:plexus - archiver: jar: 1.0 - alpha-7: compile

    [DEBUG] org.codehaus.plexus:plexus - utils:jar:1.5.7: compile

    [DEBUG] org.apache.maven.shared:maven - filtering: jar: 1.0 - beta-2: compile

    [DEBUG] org.apache.maven:maven - monitor: pot: 2.0.6: compile

    [DEBUG] org.codehaus.plexus:plexus - interpolation: pot: 1.6: compiles

    [DEBUG] org.codehaus.plexus:plexus - compiler-api: jar: 1.8.1: compile

    [DEBUG] log4j:log4j:jar:1.2.17:runtime

    [DEBUG] commons-io: commons-io: pot: 2.4: compile

    [DEBUG] commons-lang: commons-lang: pot: 2.5: compile

    [DEBUG] com.vmware.o11n:o11n - util:jar:6.0.2: compile

    [DEBUG] org.bouncycastle:bcprov - jdk15on:jar:1.50: compile

    [DEBUG] org.bouncycastle:bcpkix - jdk15on:jar:1.50: compile

    [DEBUG] com.rubiconproject.oss:jchronic:jar:0.2.6: compile

    [DEBUG] net.sf.ehcache:ehcache - core: jar: 2.6.2: compile

    [DEBUG] ognl:ognl:jar:2.6.9: compile

    [DEBUG] org.codehaus.woodstox:stax2 - api: jar: 3.0.1: compile

    [DEBUG] stax:stax - api: jar: 1.0.1: compile

    [DEBUG] org.codehaus.woodstox:woodstox - core - asl:jar:4.0.5: compile

    [DEBUG] org.slf4j:slf4j - api: jar: 1.6.6: compile

    [DEBUG] org.slf4j:slf4j - log4j12:jar:1.6.6: compile

    [DEBUG] Commons-codec: commons-codec: pot: 1.8: compile

    [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5: compile

    [DEBUG] Commons-Logging: commons-logging: pot: 1.1.1: compile

    [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2: compile

    [DEBUG] com.vmware.o11n:o11n - model: pot: 6.0.2: compile

    [DEBUG] com.vmware.o11n:o11n - security: pot: 6.0.2: compile

    [DEBUG] org.springframework:spring - context: pot: 4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - aop:jar:4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - expression: pot: 4.0.2.RELEASE: compile

    Org.springframework.Security:spring [DEBUG] - security-core: jar: 3.2.3.RELEASE: compile

    [DEBUG] aopalliance:aopalliance:jar:1.0: compile

    [DEBUG] antlr:antlr:jar:2.7.6: compile

    [DEBUG] org.springframework:spring - web: pot: 4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - beans: pot: 4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - core: jar: 4.0.2.RELEASE: compile

    [DEBUG] org.apache.geronimo.specs:geronimo - jms_1.1_spec:jar:1.1: compile

    [DEBUG] com.vmware.o11n:o11n - modelejb-client: pot: 6.0.2: compile

    [DEBUG] com.vmware.o11n:o11n - scriptingmodel:jar:6.0.2: compile

    [DEBUG] org.mozilla:rhino:jar:1.7R4: compile

    [DEBUG] commons-collections: commons-collections: pot: 3.2.1: compile

    [DEBUG] com.vmware.o11n:o11n - j2eeutil:jar:6.0.2: compile

    [DEBUG] com.vmware.o11n:o11n - sdkapi:jar:6.0.2: compile

    [DEBUG] org.hornetq:hornetq - jms-client: pot: 2.2.5.Final:runtime

    [DEBUG] org.hornetq:hornetq - client-core: jar: 2.2.5.Final:runtime

    [DEBUG] org.jboss.netty:netty:jar:3.2.5.Final:runtime

    [DEBUG] Created the new plugin of Kingdom of class > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

    [DEBUG] Importation of foreign packages in the Kingdom plugin class > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

    [DEBUG]   Imported: < project > sovlabs:o11nplugin - sovlabs-package: 6.0.2.1

    [DEBUG] Filling of class Kingdom plugin > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

    [DEBUG]   Included: com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:jar:6.0.2

    [DEBUG]   Included: com.vmware.o11n.tool:o11ntool - inner: jar: 6.0.2

    [DEBUG]   Included: dom4j:dom4j:jar:1.6.1

    [DEBUG]   Included: xml - apis: xml - apis: jar: 1.0.b2

    [DEBUG]   Included: org.apache.maven:maven - archiver: jar: 2.2

    [DEBUG]   Included: org.codehaus.plexus:plexus - archiver: jar: 1.0 - alpha-7

    [DEBUG]   Included: org.codehaus.plexus:plexus - utils:jar:1.5.7

    [DEBUG]   Included: org.apache.maven.shared:maven - filtering: jar: 1.0 - beta-2

    [DEBUG]   Included: org.codehaus.plexus:plexus - interpolation: jar: 1.6

    [DEBUG]   Included: org.codehaus.plexus:plexus - compiler-api: jar: 1.8.1

    [DEBUG]   Included: log4j:log4j:jar:1.2.17

    [DEBUG]   Included: commons-io: commons-io: jar: 2.4

    [DEBUG]   Included: commons-lang: commons-lang: jar: 2.5

    [DEBUG]   Included: com.vmware.o11n:o11n - util:jar:6.0.2

    [DEBUG]   Included: org.bouncycastle:bcprov - jdk15on:jar:1.50

    [DEBUG]   Included: org.bouncycastle:bcpkix - jdk15on:jar:1.50

    [DEBUG]   Included: com.rubiconproject.oss:jchronic:jar:0.2.6

    [DEBUG]   Included: net.sf.ehcache:ehcache - base: jar: 2.6.2

    [DEBUG]   Included: ognl:ognl:jar:2.6.9

    [DEBUG]   Included: org.codehaus.woodstox:stax2 - api: jar: 3.0.1

    [DEBUG]   Included: stax:stax - api: jar: 1.0.1

    [DEBUG]   Included: org.codehaus.woodstox:woodstox - core - asl:jar:4.0.5

    [DEBUG]   Included: org.slf4j:slf4j - api: jar: 1.6.6

    [DEBUG]   Included: org.slf4j:slf4j - log4j12:jar:1.6.6

    [DEBUG]   Included: Commons-codec: commons-codec: jar: 1.8

    [DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.3.5

    [DEBUG]   Included: Commons-Logging: commons-logging: jar: 1.1.1

    [DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.3.2

    [DEBUG]   Included: com.vmware.o11n:o11n - model: jar: 6.0.2

    [DEBUG]   Included: com.vmware.o11n:o11n - security: jar: 6.0.2

    [DEBUG]   Included: org.springframework:spring - context: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - aop:jar:4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - expression: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework.security:spring - security-core: jar: 3.2.3.RELEASE

    [DEBUG]   Included: aopalliance:aopalliance:jar:1.0

    [DEBUG]   Included: antlr:antlr:jar:2.7.6

    [DEBUG]   Included: org.springframework:spring - web: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - beans: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - base: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.apache.geronimo.specs:geronimo - jms_1.1_spec:jar:1.1

    [DEBUG]   Included: com.vmware.o11n:o11n - modelejb-client: jar: 6.0.2

    [DEBUG]   Included: com.vmware.o11n:o11n - scriptingmodel:jar:6.0.2

    [DEBUG]   Included: org.mozilla:rhino:jar:1.7R4

    [DEBUG]   Included: commons-collections: commons-collections: jar: 3.2.1

    [DEBUG]   Included: com.vmware.o11n:o11n - j2eeutil:jar:6.0.2

    [DEBUG]   Included: com.vmware.o11n:o11n - sdkapi:jar:6.0.2

    [DEBUG]   Included: org.hornetq:hornetq - jms-client: pot: 2.2.5.Final

    [DEBUG]   Included: org.hornetq:hornetq - basic-client: pot: 2.2.5.Final

    [DEBUG]   Included: org.jboss.netty:netty:jar:3.2.5.Final

    [DEBUG]   Excluded: org.apache.maven:maven - plugin-api: jar: 2.0

    [DEBUG]   Excluded: org.apache.maven:maven - project: jar: 2.0.6

    [DEBUG]   Excluded: org.apache.maven:maven - settings: jar: 2.0.6

    [DEBUG]   Excluded: org.apache.maven:maven - view profile: jar: 2.0.6

    [DEBUG]   Excluded: org.apache.maven:maven - model: jar: 2.0.6

    [DEBUG]   Excluded: org.apache.maven:maven - artifact-Manager: jar: 2.0.6

    [DEBUG]   Excluded: org.apache.maven:maven - repository - metadata:jar:2.0.6

    [DEBUG]   Excluded: org.apache.maven:maven - plugin-registry: jar: 2.0.6

    [DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1

    [DEBUG]   Excluded: junit:junit:jar:4.11

    [DEBUG]   Excluded: org.hamcrest:hamcrest - core: jar: 1.3

    [DEBUG]   Excluded: classworlds:classworlds:jar:1.1 - alpha-2

    [DEBUG]   Excluded: org.apache.maven:maven - artifact: jar: 2.0.6

    [DEBUG]   Excluded: org.apache.maven:maven - monitor: jar: 2.0.6

    [DEBUG] Configuration of mojo com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - Kingdom ClassRealm plugin package [plugin > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2, parent: sun.misc.Launcher$AppClassLoader@7987aeca]

    [DEBUG] Mojo configuration ' com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - package "with base-> Configurator

    [DEBUG]   (f) allPackages = false

    [DEBUG]   (f) exportHistory = true

    [DEBUG]   (f) ignoreServerCertificate = true

    [DEBUG]   (f) packageName = sovlabs

    [DEBUG]   (f) = MavenProject project: sovlabs:o11nplugin - sovlabs-package: 6.0.2.1 @ /Users/tperry/development/java/sovlabs/o11nplugin-sovlabs-package/pom.xml

    [DEBUG]   (f) projectName = o11nplugin-sovlabs-package

    [DEBUG]   (f) serverUrl = vcoadmin:[email protected]:8281

    [DEBUG]   (f) targetDirectory = / Users/tperry/development/java/sovlabs/o11nplugin-sovlabs-package

    [DEBUG] - configuration - end

    o11nplugin-sovlabs-package

    true

    [DEBUG] Connection to server VMO: 192.168.159.130:8281

    [DEBUG] Create Session

    trustStore is: keystore.pks

    trustStore type is: jks

    trustStore provider is:

    init truststore

    adding that cert trust:

    Subject: CN = localhost.sovsystems.com, OR = VMware, O = VMware, C = US

    Issuer: CN = localhost.sovsystems.com, OR = VMware, O = VMware, C = US

    Algorithm: RSA; Serial number: 0x14e0c0cf436

    Valid from Thursday, June 18 09:40:52 EDT 2015 until Monday, June 16 at 09:40:52 EDT 2025

    adding that cert trust:

    Subject: CN = localhost.localdom, OR = VMware, O = VMware, C = US

    Issuer: CN = localhost.localdom, OR = VMware, O = VMware, C = US

    Algorithm: RSA; Serial number: 0x14e1acfbd66

    Valid from 21 June to 06:28:18 EDT Sun 2015 until Thursday, June 19 at 06:28:18 EDT 2025

    trigger the seeding of SecureRandom

    done seeding SecureRandom

    log4j: WARN no appenders could be found for logger (org.apache.http.impl.conn.BasicClientConnectionManager).

    log4j: WARN Please initialize log4j correctly system.

    log4j: WARN see http://logging.Apache.org/log4j/1.2/FAQ.html#noconfig for more information.

    principal, setSoTimeout (0) called

    Allow the dangerous renegotiation: true

    Allow legacy Hello messages: true

    Is the first handshake: true

    Is secure renegotiation: false

    % No session caching client

    ClientHello, TLSv1

    RandomCookie: GMT: 1418206677 bytes = {70, 53, 184, 192, 171, 103, 63, 205, 239, 130, 185, 55, 52, 10, 142, 255, 182, 157, 75, 73, 218, 99, 55, 109, 97, 21, 99, 190}

    Session ID: {}

    Cipher suites: [SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA TLS_RSA_WITH_AES_128_CBC_SHA TLS_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA TLS_EMPTY_RENEGOTIATION_INFO_SCSV]

    Compression methods: {0}

    ***

    [write] MD5 and SHA1 hashes: len = 81

    0000: 01 00 00 4 03 01 55 88 1 46 35 67 AB C0 B8 D5... M... U.... F5... g

    0010: 3F CD 82 37 34 8 0A FF B9 EF B6 4B 9 D 49 DA 63?... 74... KI.c

    0020: 37 6 61 15 63 BE 00 00 26 00 04 00 05 00 00... &... 7ma.c 2F /.

    0030: 35 00 33 00 39 00 32 00 38 00 0 A 00 16 00 13 00 5.3.9.2.8...

    0040: 09 00 15 00 12 00 03 00 08 00 14 00 11 00 FF 01...

    0050: 00                                                 .

    hand WRITING: TLSv1 Handshake, length = 81

    [write] MD5 and SHA1 hashes: len = 110

    0000: 01 03 01 00 45 00 00 00 20 00 00 04 01 00 80 00... E... .......

    0010: 00 05 00 00 00 00 35 00 00 33 00 00 39 00 00 2F... /... 5.3.9.

    0020: 32 00 00 38 00 00 0 A 07 00 C0 00 00 16 00 00 13 2.8...

    0030: 00 00 09 06 00 40 00 00 15 00 00 12 00 00 03 02... @...

    0040: 00 80 00 00 08 00 00 14 00 00 11 00 00 FF 55 88... U.

    0050: 1ST 46 35 67 AB C0 B8 D5 3F CD 82 37 34 0A B9 EF... F5... g?... 74.

    0060: 8 FF B6 9 D 4B 49 DA 63 37 6 D 61 15 63 OR... KI.c7ma.c.

    hand WRITING: message of SSLv2 client hello, length = 110

    [Raw write]: length = 112

    0000: 6 80 01 03 01 00 45 00 00 00 20 00 00 04 01 00. n... E... .....

    0010: 80 00 00 05 00 00 00 00 35 00 00 33 00 00 39 2F... /... 5.3.9

    0020: 00 00 32 00 00 38 00 00 0 A 07 00 00 00 16 00 C0... 2..8..........

    0030: 00 13 00 00 09 06 00 40 00 00 15 00 00 12 00 00... @...

    0040: 03 02 00 80 00 00 08 00 00 14 00 00 11 00 00 FF...

    0050:55 88 1 46 35 67 AB C0 B8 D5 3F CD EF B9 37 U 82... F5... g?... 7

    0060: 0 34A 8 FF B6 9 d 4 b 49 DA 63 37 6 D 61 15 63 EITHER 4... KI.c7ma.c.

    [First reading]: length = 5

    0000: 15 03 01 00 02...

    [First reading]: length = 2

    0000: 02 28                                              . (

    main, READ: alert TLSv1, length = 2

    principal, RECV TLSv1 ALERT: handshake_failure fatal.

    principal, called closeSocket()

    principal, exception handling: javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    principal, called close()

    closeInternal (true) main, called

    [WARNING] Ignored exceptions.

    javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)

    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:136)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1822)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1004)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199)

    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)

    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)

    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)

    at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)

    at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)

    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)

    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)

    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)

    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)

    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)

    at ch.dunes.model.client.VcoEndpointLocator.tryHardAndLocateEndpoint(VcoEndpointLocator.java:44)

    at com.vmware.o11n.model.support.proxy.RemoteHttpVSOFactoryInvocationHandler.getServiceUrl(RemoteHttpVSOFactoryInvocationHandler.java:308)

    at com.vmware.o11n.model.support.proxy.RemoteHttpVSOFactoryInvocationHandler.init(RemoteHttpVSOFactoryInvocationHandler.java:242)

    at com.vmware.o11n.tools.client.VSOTrustAllFactoryClient.initHandler(VSOTrustAllFactoryClient.java:47)

    at ch.dunes.model.client.VSOFactoryClient.connectRemoteProxy(VSOFactoryClient.java:224)

    at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:302)

    at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:262)

    at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:269)

    at com.vmware.o11n.mojo.pkg.ImportPackageMojo.connectVCOServer(ImportPackageMojo.java:205)

    at com.vmware.o11n.mojo.pkg.ImportPackageMojo.execute(ImportPackageMojo.java:130)

    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)

    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)

    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)

    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)

    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)

    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)

    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)

    at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)

    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)

    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)

    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)

    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)

    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

    trustStore is: keystore.pks

    trustStore type is: jks

    trustStore provider is:

    init truststore

    adding that cert trust:

    Subject: CN = localhost.sovsystems.com, OR = VMware, O = VMware, C = US

    Issuer: CN = localhost.sovsystems.com, OR = VMware, O = VMware, C = US

    Algorithm: RSA; Serial number: 0x14e0c0cf436

    Valid from Thursday, June 18 09:40:52 EDT 2015 until Monday, June 16 at 09:40:52 EDT 2025

    adding that cert trust:

    Subject: CN = localhost.localdom, OR = VMware, O = VMware, C = US

    Issuer: CN = localhost.localdom, OR = VMware, O = VMware, C = US

    Algorithm: RSA; Serial number: 0x14e1acfbd66

    Valid from 21 June to 06:28:18 EDT Sun 2015 until Thursday, June 19 at 06:28:18 EDT 2025

    trigger the seeding of SecureRandom

    done seeding SecureRandom

    trigger the seeding of SecureRandom

    done seeding SecureRandom

    principal, setSoTimeout (0) called

    Allow the dangerous renegotiation: true

    Allow legacy Hello messages: true

    Is the first handshake: true

    Is secure renegotiation: false

    % No session caching client

    ClientHello, TLSv1

    RandomCookie: GMT: 1418206677 bytes = {5, 153, 124, 38, 128, 81, 162, 210, 153, 175, 228, 69, 197, 151, 238, 200, 164, 180, 214, 141, 25, 106, 189, 152, 128, 170, 31, 196}

    Session ID: {}

    Cipher suites: [SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA TLS_RSA_WITH_AES_128_CBC_SHA TLS_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA TLS_EMPTY_RENEGOTIATION_INFO_SCSV]

    Compression methods: {0}

    ***

    [write] MD5 and SHA1 hashes: len = 81

    0000: 01 00 00 4 03 01 55 88 1 05 99 7 26 80 51 D5... M... U... &. Q

    0010: A2 D2 99 AF 45 C5 97 EA A4 B4 D6 8 D C8 E4 6 TO 19... E.........j

    0020: 98 BD 80 AA 1F 00 00 26 00 04 00 05 00 00 2F C4... &... /.

    0030: 35 00 33 00 39 00 32 00 38 00 0 A 00 16 00 13 00 5.3.9.2.8...

    0040: 09 00 15 00 12 00 03 00 08 00 14 00 11 00 FF 01...

    0050: 00                                                 .

    hand WRITING: TLSv1 Handshake, length = 81

    [write] MD5 and SHA1 hashes: len = 110

    0000: 01 03 01 00 45 00 00 00 20 00 00 04 01 00 80 00... E... .......

    0010: 00 05 00 00 00 00 35 00 00 33 00 00 39 00 00 2F... /... 5.3.9.

    0020: 32 00 00 38 00 00 0 A 07 00 C0 00 00 16 00 00 13 2.8...

    0030: 00 00 09 06 00 40 00 00 15 00 00 12 00 00 03 02... @...

    0040: 00 80 00 00 08 00 00 14 00 00 11 00 00 FF 55 88... U.

    0050: 1ST D5 05 99 7 26 80 51 A2 D2 99 AF E4 C5 97 45... &. Q..... E...

    0060: EE C8 A4 B4 D6 8 D 19 6a BD 98 80 AA 1F C4... j...

    hand WRITING: message of SSLv2 client hello, length = 110

    [Raw write]: length = 112

    0000: 6 80 01 03 01 00 45 00 00 00 20 00 00 04 01 00. n... E... .....

    0010: 80 00 00 05 00 00 00 00 35 00 00 33 00 00 39 2F... /... 5.3.9

    0020: 00 00 32 00 00 38 00 00 0 A 07 00 00 00 16 00 C0... 2..8..........

    0030: 00 13 00 00 09 06 00 40 00 00 15 00 00 12 00 00... @...

    0040: 03 02 00 80 00 00 08 00 00 14 00 00 11 00 00 FF...

    0050:55 88 1st D5 05 99 7 26 80 51 A2 D2 99 AF E4 45 u... &. Q..... E

    0060: C5 97 EE C8 A4 B4 D6 8 D   19 6a BD 98 80 AA 1F C4... j...

    [First reading]: length = 5

    0000: 15 03 01 00 02...

    [First reading]: length = 2

    0000: 02 28                                              . (

    main, READ: alert TLSv1, length = 2

    principal, RECV TLSv1 ALERT: handshake_failure fatal.

    principal, called closeSocket()

    principal, exception handling: javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    principal, called close()

    closeInternal (true) main, called

    [ERROR] Org.springframework.remoting.RemoteAccessException: couldn't access HTTP calling remote service to [https://192.168.159.130:8281 https://192.168.159.130: 8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    Org.springframework.remoting.RemoteAccessException [DEBUG]: could not access HTTP calling remote service to [https://192.168.159.130:8281 https://192.168.159.130: 8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    ch.dunes.util.DunesServerException: org.springframework.remoting.RemoteAccessException: could not access HTTP calling remote service to [https://192.168.159.130:8281 https://192.168.159.130: 8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    at ch.dunes.model.client.VSOFactoryClient.connectRemoteProxy(VSOFactoryClient.java:244)

    at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:302)

    at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:262)

    at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:269)

    at com.vmware.o11n.mojo.pkg.ImportPackageMojo.connectVCOServer(ImportPackageMojo.java:205)

    at com.vmware.o11n.mojo.pkg.ImportPackageMojo.execute(ImportPackageMojo.java:130)

    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)

    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)

    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)

    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)

    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)

    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)

    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)

    at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)

    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)

    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)

    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)

    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)

    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

    Caused by: org.springframework.remoting.RemoteAccessException: could not access HTTP calling remote service to [https://192.168.159.130:8281 https://192.168.159.130: 8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.convertHttpInvokerAccessException(HttpInvokerClientInterceptor.java:216)

    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:147)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)

    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)

    to com.sun.proxy. $Proxy21.authenticate (unknown Source)

    at com.vmware.o11n.model.support.proxy.RemoteHttpVSOFactoryInvocationHandler.connect(RemoteHttpVSOFactoryInvocationHandler.java:106)

    at ch.dunes.model.client.VSOAccessPointAwareFactoryClient.connectWithToken(VSOAccessPointAwareFactoryClient.java:31)

    at ch.dunes.model.client.VSOFactoryClient.connectRemoteProxy(VSOFactoryClient.java:225)

    ... more than 26

    Caused by: javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)

    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:136)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1822)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1004)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199)

    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)

    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)

    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)

    at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)

    at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)

    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)

    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)

    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)

    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)

    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)

    at org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.executeHttpPost(HttpComponentsHttpInvokerRequestExecutor.java:213)

    at org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.doExecuteRequest(HttpComponentsHttpInvokerRequestExecutor.java:147)

    at org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor.executeRequest(AbstractHttpInvokerRequestExecutor.java:138)

    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:194)

    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:176)

    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:144)

    ... 32 more

    [DEBUG] Disconnect from the server

    [INFO] ------------------------------------------------------------------------

    [INFO] BUILD FAILURE

    [INFO] ------------------------------------------------------------------------

    [INFO] Total time: 1.072 s

    [INFO] Finished in: 2015-06 - 22 T 10: 42:29 - 04:00

    [INFO] Final memory: 8 M / 81 M

    [INFO] ------------------------------------------------------------------------

    Finalizer called close()

    Finalizer, call closeInternal (true)

    Finalizer called close()

    Finalizer, call closeInternal (true)

    [ERROR] cannot run the purpose com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - package (by default-cli) on the project o11nplugin-sovlabs-package: unable to connect to the server by using the url "[vcoadmin:[email protected]:8281]": org.springframework.remoting.RemoteAccessException: could not access HTTP calling remote service to [https://192.168.159.130:8281 https://192.168.159.130: 8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure--> [help 1]

    org.apache.maven.lifecycle.LifecycleExecutionException: cannot run the purpose com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - package (by default-cli) on the project o11nplugin-sovlabs-package: unable to connect to the server by using the url "[vcoadmin:[email protected]:8281]".

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)

    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)

    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)

    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)

    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)

    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)

    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)

    at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)

    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)

    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)

    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)

    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)

    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

    Caused by: org.apache.maven.plugin.MojoExecutionException: unable to connect to the server by using the url "[vcoadmin:[email protected]:8281]".

    at com.vmware.o11n.mojo.pkg.ImportPackageMojo.connectVCOServer(ImportPackageMojo.java:211)

    at com.vmware.o11n.mojo.pkg.ImportPackageMojo.execute(ImportPackageMojo.java:130)

    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)

    ... 19 more

    Caused by: ch.dunes.util.DunesServerException: org.springframework.remoting.RemoteAccessException: could not access HTTP calling remote service to [https://192.168.159.130:8281 https://192.168.159.130: 8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    at ch.dunes.model.client.VSOFactoryClient.connectRemoteProxy(VSOFactoryClient.java:244)

    at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:302)

    at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:262)

    at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:269)

    at com.vmware.o11n.mojo.pkg.ImportPackageMojo.connectVCOServer(ImportPackageMojo.java:205)

    ... more than 22

    Caused by: org.springframework.remoting.RemoteAccessException: could not access HTTP calling remote service to [https://192.168.159.130:8281 https://192.168.159.130: 8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.convertHttpInvokerAccessException(HttpInvokerClientInterceptor.java:216)

    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:147)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)

    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)

    to com.sun.proxy. $Proxy21.authenticate (unknown Source)

    at com.vmware.o11n.model.support.proxy.RemoteHttpVSOFactoryInvocationHandler.connect(RemoteHttpVSOFactoryInvocationHandler.java:106)

    at ch.dunes.model.client.VSOAccessPointAwareFactoryClient.connectWithToken(VSOAccessPointAwareFactoryClient.java:31)

    at ch.dunes.model.client.VSOFactoryClient.connectRemoteProxy(VSOFactoryClient.java:225)

    ... more than 26

    Caused by: javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)

    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:136)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1822)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1004)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199)

    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)

    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)

    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)

    at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)

    at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)

    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)

    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)

    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)

    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)

    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)

    at org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.executeHttpPost(HttpComponentsHttpInvokerRequestExecutor.java:213)

    at org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.doExecuteRequest(HttpComponentsHttpInvokerRequestExecutor.java:147)

    at org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor.executeRequest(AbstractHttpInvokerRequestExecutor.java:138)

    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:194)

    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:176)

    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:144)

    ... 32 more

    [ERROR]

    [ERROR]

    [ERROR] For more information about errors and possible solutions, please read the following articles:

    [ERROR] [help 1] http://cwiki.Apache.org/Confluence/display/Maven/MojoExecutionException

    Cessna:o11nplugin - sovlabs-package tperry$


    Hi Tim,.

    Of the handshake could be caused by your customer send message hello SSLv2 client while vRO 6.x server supports TLS only.

    The debug output, it seems that you use Java 1.6u65. I suggest to try with a recent version of Java 1.7 (AFAIK, SSLv2 client hello is removed from the list of client protocol by default for Java 1.7).

  • Failed to connect with the user name "Administrator".

    Hello

    I want to configure vCD in VCO, but I am faced with error. I'm by train through the configuration of the vCO.

    I get the error message https://10.99.133.212:443 , Failed to connect with the user name "Administrator". And the description of the error is: "the API version information could not be obtained for the host https://10.99.133.212:443 () (administrator@System)!'."

    Here are the entries I provide:

    Host: 10.99.133.212

    Organization: System

    Authentication: basic

    Session: shared

    and name of user and password.

    What could be the error here? My vCO has IP 10.99.129.33. And I imported the vCD also SSL certificate.

    Kind regards

    Bethy

    You must first remove the new plug-in...

    VMware KB: Uninstall a plug-in for VMware vCenter Orchestrator

    Remember that you use step 6.3 in this article to delete the contents of the package as well. To verify that the workflow and actions have been removed, check that the following workflow category (and all children of it) no longer exist:

    / Library/vCloud Director

    And all related Action modules should have disappeared as well:

    com.vmware.library.vCloud. *.

    Once you have completed all steps of the KB, install version 5.1 of the plugin, configure and restart the vCenter Orchestrator Server service, once again to complete the installation.

  • Certificate chain from... wasn't confidence causing failure of SSL handshake.

    When using a remote WLST script and execution of order...

    nmConnect ("" weblogic', 'weblogic', ' 192.168.2.101 ', ' 5556', ' mydomain "")

    I get the following error...

    < security > < BEA-090542 > < string from... certificate wasn't confidence causing failure of SSL handshake. Check the certificate chain to determine whether to trust or not. If it must be reliable, then update the customer made trust CA configuration to approve the certification authority that signed the peer certificate chain. If you connect to a server of WLS is using demo certificates (Server default WLS behavior), and you want this client to approve certificates demo, then specify - Dweblogic.security.TrustKeyStore = DemoTrust on the command line for this customer. >

    I did what suggests the added - Dweblogic.security.TrustKeyStore = DemoTrust error and the wlserver_10.3/server/lib/DemoTrust.jks to my classpath, but it do not solve the problem.

    Is there a configuration on the server itself I have to do?  Or additional configuration for the customer?

    Thanks in advance.

    I found the problem.  For some reason any example I used whole-Dweblogic.home.  This withdrawal has solved the problem.

  • I have thunderbird 24.5.0; I try to install lightning 2.6.5. Fails with "cannot edit the necessary file. OS is win 8.1

    Information about the supported spoke on the decompression of the xpi files. All I want to do is to install an add-on. I tried "extra everything" and it failed. I need the very explicit instructions on installing this add-on, please. This shit should not be difficult...

    This sounds like a permissions Windows 8.1 user problem. I have installed Lightning in TB on Windows XP, 7 and various flavors of Linux with no problems at all. I do not use Windows 8.

    Has he asked permission to make changes to the computer? Have you tried to do this install with administrator privileges? When I fall on installation issues, and it is any program, not just TB, it's because I try it on the computer at work where the IT Department controls what simple end users are allowed to do.

  • Utility of fingerprinting Toshiba - "Failed to connect to the sensor.

    Having a problem with the Toshiba fingerprint utility. The program works fine until I try to use any sort of firewall/antivirus program, even the built-in Windows Firewall: S the scanner still works fine for the boot time scanning, as well as for windows logonm but as soon as any kind of firewall/antivurus software loads up, it fails to connect on the sensor. I added the program to the lists allow but still nothing... So far I tried with AVG Internet Security, Outpost Security Suite and by default, the Windows Firewall. Windows Firewall turned on for awhile, I got when I bought the laptop and there was no problem.

    It's a Qosmio X 500 - 00 X, it uses the same installation of windows when I bought...

    See you soon!

    Hello

    Please update the software of fingerprint. You can find it here:
    http://EU.computers.Toshiba-Europe.com-online decision-making supported Downloads & => Download drivers

    Also try a different firewall and AntiVirus. I have good experiences with AntiVir and Kaspersky Security Suite.

  • How to return to the earlier version of El Capitan (from 10.11.3 at 10.11.1) with Time Machine? My HP LaserJet M475dw MFP printer worked fine with previous versions, but fails miserably to recognize the device on the same Wi - fi network now?

    How to return to the earlier version of El Capitan (from 10.11.3 at 10.11.1) with Time Machine? My HP LaserJet M475dw MFP printer worked fine with previous versions, but fails miserably to recognize the device on the same Wi - fi network now with 10.11.3.  I would like to restore the previous version of the operating system without losing any data created in various applications since the 10.11.1.  Fortunately, I had only to use Time Machine is rare over the years, I do not know if you have to return the entire drive to the chosen date or it can somehow just go back to a previous state of OS.  Any suggestions, much appreciated.

    OS X El Capitan: revert to a previous version of OS X

  • the adobe flash plugin failed and none of the solutions have helped

    the adobe flash plugin failed and none of the solutions listed in the section help objects! I tried all the solutions listed, but none seem to work.

    This has happened

    Each time Firefox opened

    He started a week ago ==

    Why Flash is now so unstable in Firefox? Flash broke down indicator is now a familiar visitor (it's usually when I refresh the page isn't extremely mortal!) But... I'll have to go back to IE to check the reliability with my own sites - which are heavily dependent on flash for animation and video. What can we do? My installations of Firefox and Flash are updated. Really disappointing.

Maybe you are looking for