Re: Unable to make a secure connection to Weblogic 9 with Jconsole

Hi,
I'm after some help configuring my jconsole 5 (or 6) command line and service URL to create a secure connection to a Weblogic 9.2 server (1.5 JVM). The weblogic runtime mbeans server is being used to host my custom mbeans. Here are the settings I'm currently using:-
"D:\jdk1.6.0_13\bin\jconsole.exe" -J-Djmx.remote.protocol.provider.pkgs=weblogic.management.remote -J-Djava.class.path="D:\jdk1.6.0_13\lib\jconsole.jar;D:\jdk1.6.0_13\lib\tools.jar;D:\gmac\weblogic_client_jars\wljmxclient.jar" -J-Djavax.net.ssl.keyStore=d:\keystores\????????.jks -J-Djavax.net.ssl.keyStorePassword=??????? -debug service:jmx:<strong>t3s</strong>:///jndi/<strong>t3s</strong>://w.x.y.z:ppppppp/weblogic.management.mbeanservers.runtime
This fails with the following error:-
09-Apr-2009 11:40:18 com.sun.corba.se.impl.legacy.connection.SocketFactoryConnectionImpl <init><br />
WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_SSL_WLS; hostname: 1.2@; port: 2089"<br />
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No<br />
at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2172)<br />
at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2193)<br />
at com.sun.corba.se.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:73)<br />
at com.sun.corba.se.impl.legacy.connection.SocketFactoryContactInfoImpl.createConnection(SocketFactoryContactInfoImpl.java:70)<br />
at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)<br />
at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:118)<br />
at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:211)<br />
at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)<br />
at weblogic.corba.j2ee.naming.Utils.narrowContext(Utils.java:126)<br />
at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:94)<br />
at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:31)<br />
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:41)<br />
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)<br />
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)<br />
at javax.naming.InitialContext.init(InitialContext.java:223)<br />
at javax.naming.InitialContext.<init>(InitialContext.java:197)<br />
at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:138)<br />
at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)<br />
at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)<br />
at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)<br />
at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:207)<br />
at sun.tools.jconsole.ProxyClient.tryConnect(ProxyClient.java:336)<br />
at sun.tools.jconsole.ProxyClient.connect(ProxyClient.java:296)<br />
at sun.tools.jconsole.VMPanel$2.run(VMPanel.java:280)<br />
Caused by: java.net.UnknownHostException: 1.2@<br />
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)<br />
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)<br />
at java.net.Socket.connect(Socket.java:519)<br />
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)<br />
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:353)<br />
at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:71)<br />
at weblogic.corba.client.security.SSLORBSocketFactory.createSocket(SSLORBSocketFactory.java:275)<br />
at weblogic.corba.client.iiop.BiDirSSLORBSocketFactory.createSocket(BiDirSSLORBSocketFactory.java:61)<br />
at com.sun.corba.se.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:55)<br />
......I've tried all secure protocols (IIOPS, T3S, and HTTPS) with the same result. Until I added the following to the command line I got an "unknown protocol error".
-J-Djmx.remote.protocol.provider.pkgs=weblogic.management.remote
I know the service URL works as I have a standalone java client which can make the connection using the same JVM arguments and service URL from my development machine, using any of the mentioned protocols. I can also access the server using IIOP from jconsole unencrypted, but this will need to be turned off eventually.
Any help would be appreciated.
Regards
Andrew
</p>
Edit : 15-Apr-2009 :
I've Also tried using weblogic.jar in the jconsole classpath rather than wljmxclient.jar and get the following error:-
java.io.IOException
at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:151)
at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
Caused by: javax.naming.ConfigurationException Root exception is java.net.MalformedURLException: no host: t3s://:0
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:45)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:773)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:365)
at weblogic.jndi.Environment.getContext(Environment.java:307)
I did find one sun forum posting relating to problems connecting JConsole to SSL/TLS. In that case the poster ended up creating a new connector provider for jconsole to use. I don't know if this is relevant to my situation, and no code examples were made available for me to try. If anyone can offer some advice on things to check it would be a great help, or free alternatives to JConsole which are proven to work with secure protocols.
Edited by: APD on Apr 15, 2009 2:55 AM

Solution *Part 1"
Well I've managed to get JConsole and Weblogic 9.2 working over a secure connection. Getting to the solution has involved a
lot of searching on the web, and some help from Oracle support, but the biggest credit goes to a team from Xebia (France)
for their blogsite with an informative article on the subject.
Here are the links to the article
Original in French:-
http://blog.xebia.fr/2007/06/28/jconsole-et-weblogic-9
Put through Google's translation toolset into English:-
http://translate.google.com/translate?hl=en&sl=fr&u=http://blog.xebia.fr/2007/06/28/jconsole-et-weblogic-9
Originally I reviewed this without translation, but not being a French speaker/reader I just skipped the text and looked at
the code / setup examples. This lead me to my first breakthrough which was to add the following to the JConsole startup
command:-
-J-Djmx.remote.protocol.provider.pkgs=weblogic.management.remote
and
-J-Djava.class.path="D:\jdk1.5.0_16\lib\jconsole.jar;D:\jdk1.5.0_16\lib\tools.jar;D:\weblogic_client_jars\wljmxclient.jar"
This forces JConsole to use the weblogic classes for the various protocols, rather than its own classes, and cured the problem
of JConsole throwing an "Unknown protocol" exception when I tried to use T3, T3S, IIOPS or HTTPS. However it didn't cure the
next problem, which depending on the version of JConsole, was either "Unknown host" or "Malformed URL".
I experimented with using "Weblogic.jar" in place of "wljmxclient.jar" (both taken from my Weblogic installation), and got a
different set of errors.
After further searching on the web, with no success, I had the inspiration to put the Xebia article through Google
translate to see if anything else popped out, and it did. It turns out that there is a mismatch in the way the userid and
password typed into JConsole's GUI is passed to the underlying protocol "client provider", and then the server (this may
just be a weblogic issue), so it becomes necessary to extend the weblogic classes with a version that puts the
userid/password in the correct place before calling the original weblogic methods. Once done the classpath needs updating
to include the jar for the new client provider classes, and the jmx.remote.protocol.provider.pkgs needs to point at those
classes instead of the weblogic ones.
Here's one of the client providers I created, derived from the sample code in the Xebia article:-
package myproviders.jmx.remote.t3;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.management.remote.JMXConnector;
import javax.management.remote.JMXServiceURL;
* Extended from the original Weblogic provider to correct the userid/password location problem.
* Credit to the team from Xebia Business Intelligence Architects for the solution.
public class ClientProvider extends weblogic.management.remote.t3.ClientProvider {
     private static final String local_protocol = "t3"; // just a debug constant
     public JMXConnector newJMXConnector(JMXServiceURL serviceURL,
               Map environment) throws IOException {
          System.out.println("inside myproviders clientProvider.newJMXConnector()");
          System.out.println("Protocol is " + local_protocol);
          Map newMap = checkCredentials (environment);
          System.out.println("continuing with super.newJMXConnector()");
          return super.newJMXConnector(serviceURL, newMap);
     @SuppressWarnings ("unchecked")
     private Map checkCredentials (Map map)
          System.out.println("...inside myproviders clientProvider.checkCredentials()");
          // if the old map doesn't contain the new security properties
          if (!map.containsKey("java.naming.security.principal") && ! map.containsKey("java.naming.security.credentials"))
               System.out.println("......Missing new format credentials");
               // but it does contain the old one
               if (map.containsKey("jmx.remote.credentials"))
                    System.out.println("......found old format credentials - transforming old to new.");
                    // build a new map containing the correct properties, as well as the old ones, so whichever
                    // version the server is expecting, it will get the values.
                    Map newMap = new HashMap();                    
                    newMap.putAll(map);
                    String[] cred = (String[])map.get("jmx.remote.credentials");
                    newMap.put("java.naming.security.principal", cred[0]);
                    newMap.put("java.naming.security.credentials",cred[1]);
                    return newMap;
          return map;
---------------------------------------------------------------------------------------------------------------

Similar Messages

  • TS1470 My itunes is unable to make a secure connection.

    My itunes is unable to make a secure connection
    I tried the methods given in the support but they haven"t working. I have two security systems running on my computer CA (only parental controls)and Microsoft security essentials.

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START>PROGRAMS>ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 n above) - START>PROGRAMS>ACCESSORIES>Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    Apple software on Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US
    p.s.  Most security software parental controls are known to have caused secured connection issue.  If the above does not work, try disable or uninstall parantal controls.

  • "Safari is unable to establish a secure connection"

    When I try to log in to bank or credit card accounts Safari will frequently display the above error. It resolves when I restart my computer, but only temporarily. Sometimes the error displays after I'm already logged in to an account and trying to make transfers/payments/etc.
    Has anyone else had this problem and/or found a solution?

    Hello B Noir,
    Thank you for your suggestion.  I did check the date, time and time zone and they are correct.  I also was able to open the iTunes Store without any trouble.  I actually had trouble getting back to this page, because I was getting the error message trying to open it, and had to reboot to reply to you.  I realize that I didn't give any detail except to say it sounded like exactly the same problem that timiteo was having.
    I installed updates to Safari 5.05, and OS security updates to 10.5.8 two days ago.  Since then, Safari keeps getting hung up and/or giving me this error message:
    "Safari can’t open the page.
    Safari can’t open the page “https://intuit.com/login/” because Safari can’t establish a secure connection to the server “intuit.com”."
    This happens on numerous websites and does not happen consistently.  In other words, I just received the error message when I tried to open my gmail calendar from within gmail.  Other times, it has opened without trouble, and after rebooting, I am now able to open it again (this is adding up to a lot of rebooting today).
    I then installed Google Chrome (so I could get some work done), but after a short time, it started doing the same thing with this error message:
    "SSL connection error
    Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
    Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error."
    Once I get the message, then I can't do anything with the particular browser until I reboot, which solves the problem for a short while.  Actually, once I see the message in one browser, it is sure to happen in the other browser right away as well.  I had none of these problems before I installed the updates, so I'm wondering if there is some conflict in the 10.5.8 OS security updates, since it doesn't seem limited to Safari.
    I'm not running any virus software on the Mac.  I do have Parallels running a virtual Windows machine on the same laptop and I have Norton Antivirus running on Windows, but I don't even have Windows started up.  I used to have Norton Antivirus running on the Mac "side" - but I uninstalled that months ago, because it was bogging everything down.
    I appreciate any ideas you may have. 
    Susan

  • Possible Solution - Unable to create a secure connection in Windows 7

    Issue: I was unable to create a secure connection to the iTunes store from iTunes, and got a message recommending I check my date and time settings. My date, time, and time zone settings were correct, and iTunes was allowed through Windows firewall. I had no other connection issues.
    Affects: iTunes Store on Windows 7, and possibly Windows Vista, when running Windows Firewall
    Solution: In the Windows Firewall exceptions page (Allow a program through Windows Firewall), there were two entries for iTunes. One allowed iTunes through my private network, and the other through public networks. After I deleted the entry that allowed public networks, I was able to connect. If you have tried everything else and still can't connect to the iTunes store, make sure there is only one entry for iTunes in Windows Firewall.

    try this..
    REP-118: Unable to create a temporary file.
    Case 1: The environment variable that determines in what directory to create temporary files is set to an invalid directory.
    Case 2: There is not enough free space on the disk to create the temporary file.
    Case 3: A temporary file that cannot be modified already exist
    In regedit under branch hkey_local_machine/software/oracle/<oracle home> 
    I have changed the variable REPORTS_TMP. I changed the value for this to c:\reports_tmp
    or you can use something like this where you want Oracle reports to create temp files. Hope this helps

  • Safari cannot make a secure connection to Google or Youtube--but only on my home network

    Recently, when I am on my home network, I cannot connect to Google or Youtube.  When I try to, I get an error message that says that Safari can't make a secure connection to the site.  (I can connect to these sites with Firefox at home though)  However, when I am at work, both Google and Youtube load just fine on Safari.  Any idea what could be causing this?  I suspect that it's the repeater that my landlord installed in my apartment, but I really have no idea.
    I am running Mavericks (10.9.4) on a 15-inch, late 2011 MacBook Pro.

    Hello Punxsutawney Phyllis,
    Thanks for using Apple Support Communities.
    See the article below to troubleshoot this error message you are receiving.
    Mac OS: "Unable to establish a secure connection" or "can't verify identity" messages in Web browsers
    http://support.apple.com/kb/TA20405
    Take care,
    Alex H.

  • Workflow mailer configuration -Unable to make a network connection

    Hi Friends,
    We are trying to configure imap server in 11i workflow notification mailer & getting the error message "Unable to make a network connection".
    system configuration:
    EBS 11i - windows 2003 server
    database - 11.1.0.7
    for imap server we are using ms exchange server 2007.
    pl help us to resolve this issue .
    *Jan 24, 2012 2:13:58 PM GST]:1327400038328:Thread[BES Dispatch Thread,5,main]:0:-1:QLNG-S-012:172.16.4.12:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-51286 : oracle.apps.fnd.cp.gsc.SvcComponentStateMachine.updateComponentStatus(Logger, Connection, int, String, String)]:BEGIN (Logger{mLog=[$Header: AppsLog.java 115.78 2004/12/16 16:17:13 rnix ship $ @23667197 {oracle.apps.fnd.profiles.ExtendedProfileStore@136a43c}],mUniqueId=SVC-GSM-WFMLRSVC-51286,mLevel=4}, oracle.jdbc.driver.OracleConnection@1a7508a, 10006, STOPPED_ERROR, Could not handle the control event -> oracle.apps.fnd.cp.gsc.SvcComponentContainerException: Could not start component; performing rollback -> oracle.apps.fnd.cp.gsc.SvcComponentException: Validation failed for the following parameters -> {INBOUND_SERVER=Unable to make a network connection.}. Parameters were -> {INBOUND_MAX_IGNORE_SIZE=1000, INBOUND_MAX_LOOKUP_CACHE_SIZE=100, ATTACH_IMAGES=Y, ALLOW_FORWARDED_RESPONSE=Y, INBOUND_UNSOLICITED_THRESHOLD=2, NODENAME=WFMAIL, SEND_UNSOLICITED_WARNING=Y, AUTOCLOSE_FYI=Y, PROCESSOR_READ_TIMEOUT_CLOSE=N, INBOUND_PROTOCOL=IMAP, ATTACHED_URLS=WFMAIL:ATTACHED_URLS, [email protected], PROCESSOR_OUT_THREAD_COUNT=1, EXPUNGE_ON_CLOSE=Y, ATTACH_STYLESHEET=Y, OUTBOUND_CONNECTION_TIMEOUT=120, INBOUND_MAX_RET_EMAIL_SIZE=100, MAX_INVALID_ADDR_LIST_SIZE=100, PROCESSOR_MAX_LOOP_SLEEP=60, SEND_ACCESS_KEY=N, PROCESSOR_IN_THREAD_COUNT=1, FRAMEWORK_APP=1, CLOSED=WFMAIL:CLOSED, INBOUND_FETCH_SIZE=100, SUMMARY=WFMAIL:SUMMARY, ENABLE_STYLESHEET=N, PROCESSOR_ERROR_LOOP_SLEEP=60, OPEN_MAIL_FYI=WFMAIL:OPEN_MAIL_FYI, FRAMEWORK_RESP=20420, ALTERNATE_EMAIL_PARSER=oracle.apps.fnd.wf.mailer.DirectEmailParser, INBOUND_PASSWORD=_8#6#$##88^9494^!$$89$#^666@#496^#4!$8$ `A+A9+*|!$^}^&%|#}!@%^$09|@}$#}0+, RESET_NLS=N, HTTP_USER_AGENT=Mozilla/4.76, PROCESS=PROCESS, OPEN_MAIL_DIRECT=WFMAIL:OPEN_MAIL_DIRECT, PROCESSOR_LOOP_SLEEP=5, MESSAGE_FORMATTER=oracle.apps.fnd.wf.mailer.NotificationFormatter, [email protected], FRAMEWORK_USER=0, CANCELED=WFMAIL:CANCELED, OUTBOUND_PROTOCOL=SMTP, DISCARD=DISCARD, [email protected], FROM=Workflow Mailer, PROCESSOR_DEFER_EVTDATA_READ=Y, SEND_CANCELED_EMAIL=Y, WARNING=WFMAIL:WARNING, PROCESSOR_MAX_ERROR_COUNT=10, INBOUND_CONNECTION_TIMEOUT=120, HTMLAGENT=http://qlng-s-012.qalhatlng.int:8000/pls/PROD, INBOX=INBOX, OPEN_INVALID_MORE_INFO=WFMAIL:OPEN_INVALID_MORE_INFO, OUTBOUND_SSL_ENABLED=N, INBOUND_SERVER=172.16.4.3, OPEN_MORE_INFO=WFMAIL:OPEN_MORE_INFO, MAILER_SSL_TRUSTSTORE=NONE, INLINE_ATTACHMENT=N, OPEN_INVALID=WFMAIL:OPEN_INVALID, EMAIL_PARSER=oracle.apps.fnd.wf.mailer.TemplatedEmailParser, DIRECT_RESPONSE=N, OPEN_MAIL=WFMAIL:OPEN_MAIL_OUTLOOK, HTML_DELIMITER=DEFAULT, FRAMEWORK_URL_TIMEOUT=30, COMPONENT_LOG_LEVEL=1, SUMHTML=WFMAIL:SUMHTML, PROCESSOR_READ_TIMEOUT=10, DEBUG_MAIL_SESSION=N, INBOUND_SSL_ENABLED=N, OUTBOUND_SERVER=qlng-s-003.qalhatlng.int})
    [Jan 24, 2012 2:14:38 PM GST]:1327400078003:Thread[ComponentMonitor,5,main]:0:-1:QLNG-S-012:172.16.4.12:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-51286 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10006
    [Jan 24, 2012 2:14:46 PM GST]:1327400086473:Thread[BES Dispatch Thread,5,main]:0:-1:QLNG-S-012:172.16.4.12:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-51286 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:24-JAN-2012, priority=50, correlationId=null, sendDate=Tue Jan 24 14:14:40 GST 2012, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10006, CONTAINER_PROCESS_ID=51286, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Jan 24, 2012 2:14:56 PM GST]:1327400096565:Thread[BES Dispatch Thread,5,main]:0:-1:QLNG-S-012:172.16.4.12:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-51286 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database*

    Thanks for your update.
    I have checked as per the metalink doc "242941.1" . i am getting below message only for IMAP.
    *C:\prod\scripts>%AFJVAPRG% -classpath %AF_CLASSPATH% -Dprotocol=imap  -Ddbcfile=
    c:\prod\prodappl\fnd\11.5.0\secure\PROD_qlng-s-012\prod.dbc -Dserver=qlng-s-003.
    qalhatlng.int -Dport=995 -Dconnect_timeout=120 -Ddebug=Y -Daccount=oracle1@qlng
    .om -Dpassword=System123 -DdebugMailSession=Y oracle.apps.fnd.wf.mailer.Mailer
    MLRTST : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.o
    ut until necessary parameters are retrieved for Logger to be properly started.
    DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.
    IMAPStore,Sun Microsystems, Inc]*
    Kindly suggest need to any setup in ms exchange server or firewall level.
    Thanks

  • MapiExceptionNetworkError: Unable to make admin interface connection to server

    Receiving the following error trying to move mailboxes from Exchange 2003 to 2007 after installation. Verified all NIC's are configured. All Exchange processes are running as 'Local system'. Any other suggestions?
    MapiExceptionNetworkError: Unable to make admin interface connection to server. (hr=0x80040115, ec=-2147221227)
    Diagnostic context:......
        Lid: 10648   dwParam: 0x6D9      Msg: EEInfo: Generating component: 2
        Lid: 14744   dwParam: 0x6D9      Msg: EEInfo: Status: 1753
        Lid: 9624    dwParam: 0x6D9      Msg: EEInfo: Detection location: 501
        Lid: 13720   dwParam: 0x6D9      Msg: EEInfo: Flags: 0
        Lid: 11672   dwParam: 0x6D9      Msg: EEInfo: NumberOfParameters: 4
        Lid: 8856    dwParam: 0x6D9      Msg: EEInfo: prm[0]: Unicode string: ncacn_ip_tcp
        Lid: 8856    dwParam: 0x6D9      Msg: EEInfo: prm[1]: Unicode string: vienna1.cvesd.org
        Lid: 12952   dwParam: 0x6D9      Msg: EEInfo: prm[2]: Long val: -1988875570
        Lid: 15000   dwParam: 0x6D9      Msg: EEInfo: prm[3]: Pointer val: 0x0x04a4cef0 (UnknownPtag)
        Lid: 23746 
        Lid: 31938   StoreEc: 0x80040115
        Lid: 19650 
        Lid: 27842   StoreEc: 0x80040115
        Lid: 20866 
        Lid: 29058   StoreEc: 0x80040115
    Exchange Management Shell command attempted:
    'e3e40217-6649-43be-9feb-0c4e594cbcf1' | move-mailbox -BadItemLimit '10' -TargetDatabase 'CN=Mailbox Database,CN=First Storage Group,CN=InformationStore,

    I ran into the same problem during the migration from SBS 2003 Premium with ISA Server 2004 to SBS 2011 Standard, and that is how
    I found this thread.
    I have tried ALL of the proposed solutions but unfortunately nothing worked for me…
    Even though you paid proper attention to the migration path from SBS2003 to SBS2011 manual, followed all the steps, and performed
    the suggested step:
    To configure remote procedure call (RPC) filtering
    1.
    Click
    Start, click All Programs, click Microsoft ISA Server, and then click
    ISA Server Management.
    2.
    In the ISA Server Management Console tree, expand
    Microsoft Internet Security and Acceleration Server 2004, expand
    ServerName, and then click Firewall Policy.
    3.
    In the details pane, click the
    SBS Protected Networks Access Rule.
    4.
    On the
    Taskstab, click Edit Selected Rule.
    5.
    On the
    Protocolstab (for an access rule), click Filtering, and then click
    Configure RPC protocol.
    On the
    Protocols tab, clear the Enforce strict RPC compliance check box, and then click
    Apply.
    …you will still get the notorious
    MapiExceptionNetworkError: Unable to make connection to the server. (hr=0x80040115, ec=-2147221227) error.
    Here is the solution to the Small Business Server 2003 with ISA Server 2004 migrating to the next level scenario:
    *** Disable RPC Filter ***
    To disable remote procedure call (RPC) filter
    1.
    Click
    Start, click All Programs, click Microsoft ISA Server, and then click
    ISA Server Management.
    2.
    In the ISA Server Management Console tree, expand
    Microsoft Internet Security and Acceleration Server 2004, expand
    ServerName, expand Configuration, and then click
    Add-Ins.
    3.
    In the
    Application Filters pane, click the RPC Filter.
    4.
    On the
    Tasks tab, click Disable Selected Rule.
    To save changes and update the configuration, click
    Apply.
    I also opted to restart the service when prompted after hitting the “Apply” button.
    I hope this helps someone to keep whatever is left of his or her hair and lower the blood pressure a bit :)
    This was the solution also!!
    Thanks. My heart doctor says that now, ina few weeks i will be fine. and hope my hair grows again.. :)
    Thank you very much
    mpleite

  • I can no longer access facebook from my macair and when i try the following error message appears "unable to establish a secure connection to the server.

    I have had no issue accessing Facebook in the past using my MacAir.  Last night each time I would try and access the page, an error message would appear, saying that unable to establish a secure connection to the server "www.facebook.com"".  The problem continues this morning.  I have not updated any software or made any changes.  One minute it was working, the next it was not.  I do not have any parental controls; I have deleted the cookies; and I have reset safari.  I can access all other websites that I have tried.  I am using Version 6.0.4.

    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:  Remove All Website Data
    Then delete the cache.
    Now open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If nothing above helped, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, restart your internet modem and router.  Then quit and relaunch Safari and try Facebook.

  • Unable to create a secure connection from N-8

    HI,
    When i try to enter to url https://icfescorreo.icfes.gov.co/owa from my nokia n8 i have the follow message:  "Unable to create a secure connection to this server".  But my coworker don't have problem from his nokia c3 to enter this url.
    Which is the problem? i installed the autosigned ssl certificate from this site but don't work.

    I have tried to change default browser from default apps. but no chance, it shows only WEB for browsers, but i have all browsers installed (opera, opera mini, skyfire etc...) isnt there any chance to change default browser?

  • Unable to create a secure connection to this serve...

    Hello,
    When i try to connect Turkish free wireless network TTnet Wifi, i am having "unable to create a secure connection to this server" error. The network connection trying to open an https log in page to connect internet. (in normally after the push connect button on that page, the network connection becomes available for internet.) All notebook and iphone or other mobile / computer devices can connect to internet with this network, but not nokia 5800 (and maybe other nokia devices with same browser)
    I have tried with other browsers like skyfire or opera but no luck because after the connect ttnet wifi network, device opens default browser for log in page, and it gives error. I have also tried wefi too.
    I think there is a bug or missing features with default browser. If you have any comments or suggestions please write.
    Thanks.

    I have tried to change default browser from default apps. but no chance, it shows only WEB for browsers, but i have all browsers installed (opera, opera mini, skyfire etc...) isnt there any chance to change default browser?

  • Why can I not make a secure connection using safari?

    why can I not make a secure connection using safari?

    I have the exact same problem.  I just updated to 4.3.3 and now my inline controls on my earphones don't work.  The earphones work, but the controls don't.  It doesn't even recognize that there is a mic attached.  Even with the earphones in it still uses the built in mic. Why did my controls stop working?!

  • ITunes is extremely slow and I cannot make a secure connection

    When I connect to iTunes my computer is extremely slow, and when I try to connect to the iTunes store I get the error message cannot make a secure connection.  I have internet access and I have ran the iTunes diagnostics test and all the tests passed except making a secure connection.  I have disabled all of my security systems including my firewall and Norton.  I am not running any proxy settings.  This has been an ongoing problem for over a month and I am at a loss. 

    Check out this Apple article -> iTunes: Advanced iTunes Store troubleshooting
    Blocked by configuration: (Mac OS X/Windows)
    Configure Internet Options (for Windows computers only):
    Run iTunes Diagnostics. If the "Secure link to iTunes Store" section does not pass, do the following.
    Open Internet Explorer.
    From the Tools menu, choose Internet Options.
    Click Connections.
    Under "Dial-up and Virtual Private Networking," choose "Never dial  a connection." It may not be possible to choose this if you’ve never used  dial-up Internet; if this is the case, skip to the next step.
    Click LAN Settings.
    In the window that opens, enable the option to "Automatically detect  settings" if it is not enabled.
    iTunes uses Internet Options proxy settings. Apple recommends  removing proxy settings that interfere with access to the iTunes Store  if needed.
    Click OK.
    Click the Advanced tab.
    Scroll down to the Security section and look for the option to "Check for server certificate revocation." If it is enabled, disable it.
    Look for Use SSL 3.0 and Use TLS 1.0. Make sure at least one of  those two checkboxes is selected and click OK (You can select both checkboxes).
    Apply any changes, and restart your computer if you modified the option to "Check for server certificate revocation" (step #11).

  • Why am I getting an error "Unable to establish a secure connection with (mail server)"? And what can I do?

    I'm trying to set up email on my Firefox OS Flame (OS is Boot2Gecko 2.0.0.0-prerelease) and getting an error:
    Unable to establish a secure connection with mail.velociraptor.info
    I'm on Dreamhost, the certificate belongs to `*.dreamhost.com` but I'm not even sure this is a certificate error, and if it is, how I'd go about fixing it. I found the Certificate Manger, but I don't know how to download the certificate and add it, and I don't know if this is even the problem.

    If this is a self-signed certificate or one where the CA is not trusted on FFOS, you will get this error.
    There is currently no proper user interface for adding certificates. You could have a look at the method described at this page: http://www.pending.io/add-cacert-root-certificate-to-firefox-os/
    There are also several bugs open regarding this problem, e.g. https://bugzilla.mozilla.org/show_bug.cgi?id=874346. They have additional information that could help you to find out, if this is the problem you are seeing.

  • OS X 10.6.1 Entourage (Unable to establish a secure connection to server)

    I have Windows 2003 domain running Exchange, I have setup all my Apple clients n 10.6.1 on the domain using Directory Utility. Then I have installed Entourage 12.2.1. Once the account is setup and checks email it gives you that great error
    "Unable to eatablish a secure connection to server-net.wan because the correct root vertificate is not installed"
    Well silly me, I guess installing the root certificate that I created on the Server 2003 box and then installing the certificate with the OS X root account into the system keychain, the login keychain, and the MicrsoftIntermediateCertificates keychain was not enough. So after banging my head on this one and checking every where I figured it was time to post on Apple. So if someone has some great fix I will bow down to you and kiss your feet
    Thanks,
    Joey T.

    Hello, since nobody else has replied...
    You'll need to download a Certificate from someone, not sure who exzctly, or maybe self sign one? Some onfo on that here...
    http://www.frontiernet.net/~beakmyn/vpn%20howto/Complete%20Home%20VPN%20Howto%20 Guide.html#mozTocId435619
    http://forums.pcpitstop.com/index.php?/topic/198421-cant-login-to-frontiermyyaho o-mail/

  • Mailbox Move Not Complete - Unable to make admin interface connection to server.

    Hello,
    I have added a second exchange 2007 server and have moved over 20 mailboxes to the new server. I seem to have a problem that the mailbox move has not been completed properly. I'm getting errors in the event log that the search indexer cannot connect to the
    admin interface. I'm also unable to login as any one of the users who I've moved to the new server.
    Here's one of the errors I'm getting:
    Exchange Search Indexer has temporarily disabled indexing of the Mailbox Database Third Storage Group\Mailbox Database 03 (GUID = d4f3ee4d-68b0-4d21-8a76-ee96bf298f34) due to an error (Microsoft.Mapi.MapiExceptionNetworkError: MapiExceptionNetworkError:
    Unable to make admin interface connection to server. (hr=0x80040115, ec=-2147221227)
    Diagnostic context:
        Lid: 10648   dwParam: 0x6D9      Msg: EEInfo: Generating component: 2
        Lid: 14744   dwParam: 0x6D9      Msg: EEInfo: Status: 1753
        Lid: 9624    dwParam: 0x6D9      Msg: EEInfo: Detection location: 501
        Lid: 13720   dwParam: 0x6D9      Msg: EEInfo: Flags: 0
        Lid: 11672   dwParam: 0x6D9      Msg: EEInfo: NumberOfParameters: 4
        Lid: 8856    dwParam: 0x6D9      Msg: EEInfo: prm[0]: Unicode string: ncacn_ip_tcp
        Lid: 8856    dwParam: 0x6D9      Msg: EEInfo: prm[1]: Unicode string: EP-SW-EX04
        Lid: 12952   dwParam: 0x6D9      Msg: EEInfo: prm[2]: Long val: -1988875570
        Lid: 12952   dwParam: 0x6D9      Msg: EEInfo: prm[3]: Long val: 382312662
        Lid: 24060   StoreEc: 0x80040115
        Lid: 23746 
        Lid: 31938   StoreEc: 0x80040115
        Lid: 19650 
        Lid: 27842   StoreEc: 0x80040115
        Lid: 20866 
        Lid: 29058   StoreEc: 0x80040115
       at Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult, Int32 ec, DiagnosticContext diagCtx)
       at Microsoft.Mapi.ExRpcAdmin.Create(String server, String user, String domain, String password)
       at Microsoft.Exchange.Search.NotificationWatcher.NotificationWatcherThread()).

    Hello,
    I have been fighting today with the migration off my old SBS2003 server to a brand new SBS2008 server. I have been preparing this migration for a couple off weeks
    now (watching videos, reading migration manual from Microsoft, searching TechNet, etc.)
    After some troubles with installing the server in Migration mode if finally came to the part to move my old (legacy) mailboxes to the new SBS2008 server. At this point the drama started  @#$@$#&^%%#$@
    I followed the manual off Microsoft which descripted how to move these mailboxes.
    Exchange displayed a error message :
    MapiExceptionNetworkError: Unable to make admin interface connection to server. (hr=0x80040115, ec=-2147221227)
    When I googled this error message I realized that many people encountered the same problem but no one had the right answer to this question. I have searched hours and hours to find a solution. It started to drive me crazy and to make it even more worse i discovered
    that even though i completed the first step in the migration proces (update the schema to allow a SBS2008 DC to join the domain) my replication with the other DC controllers came with a schema mismatch error???? WTF is going on !!!!!!!!
    Finally a brilliant college off me came with the answer that solved all my problems: To GET RID OFF THIS ERROR MESSAGE INSTALL: Messaging API and Collabration Data Objects 1.2.1  on the Exchange server.
    After moving about 60 mailboxes my blood pressure dropped and became stable again.
    I Have on finall question WHY Microsoft?  Was this to much trouble to put this in het migration manual off 81 pages?
    from-a-very-disappointed-microsoft-user
    PLS: send me a reply if this solved you're problem moving the mailboxes to the new server. !

Maybe you are looking for

  • Home wireless

    Just got my new MBP up and running and when I try to use my home wireless network I am prompted for a password. Went a few blocks away to a Starbucks and logged on to my T-Mobile account with no problem. Now I'm back at home on my old PowerBook and t

  • How to create and register a new page in sshr

    hello all, I am a bit new with OAF. would like to knw hw can one customize/personalize (don't know the right words) the Online payslip in xx_legislation.Any documents,ppts,or links please share it with me. All your assistance will be of grate help to

  • Xml file and flvplayback AS2

    I'm using the flvplayback component that came with Flash CS4. To use with an xml file, it indicates that all I need to do is to enter the name of the file in the contentPath, which I have done (videostest.xml) Both Flash file, html file and xml file

  • Why am I unable to use anything when I open Firefox?

    I've been having this problem since I installed the beta. When I open up Firefox, the screen immediately freezes. Nothing is able to function: the url bar, my home page, the menu bar, NOTHING. I've even tried reinstalling the beta twice (beta 4.9 and

  • Found a bug in "Health" app re: contacts

    I found, while entering Medical ID data, that when I connected to a contact through the link to "Contacts" that I couldn't connect a contact with only one phone number. Example: I add in an emergency contact--for example, my roommate--and it asks whi