SSL and RMI: Client hangs when trying to connect

Hi all,
Sorry for the cross-posting (I first posted to the RMI forum) but I thought someone here might be able to shed some light. The original message follows.
I have a very simple client/server model implemented using RMI. Previously I used the default socket factories for creating sockets/connections and everything worked fine, but now I want to use SSL to encrypt all the traffic and I'm running into some trouble. The client is able to get the correct remote registry on the correct port, but when it tries to do registry.lookup("ServerName") to get a reference to the server object, it hangs indefinitely.
Briefly, here are the changes from default RMI:
As the docs suggested, I created a pair of custom socket factory classes (one for the client and one for the server) that create SSL sockets, and I put the following line in my server's constructor:
super(0, new CustomClientSocketFactory(), new CustomServerSocketFactory());
[my server extends UnicastRemoteObject].
The custom factories are quite simple; the client consists of:
public class CustomClientSocketFactory implements RMIClientSocketFactory, Serializable {
public Socket createSocket(final String iHost, final int iPort) throws IOException {
return SSLSocketFactory.getDefault().createSocket(iHost, iPort);
and the server:
public class CustomServerSocketFactory implements RMIServerSocketFactory {
public ServerSocket createServerSocket(final int iPort) throws IOException {
return SSLServerSocketFactory.getDefault().createServerSocket(iPort);
Everything else is the same as before. I start the server on the remote machine, which starts its own registry on a certain port; then I start the client on the local machine. The client gets the registry and then ... nothing happens.
I know this is somewhat vague, but the changes are small from the working code so I must be doing something wrong in creating SSL sockets. Is there something I can do to trace the process or figure out what's causing the hang? Am I missing some required authentication or other code in the server socket factory (my understanding from the docs is that authentication is optional)? Any other ideas about what's going on?
Thanks,
- Matt

Matt, did you ever determine anything about your Strange Behavior #2. I'm running int the exact same issue. We've been using JSSE without problem for more than 2 years now. I'm currently trying to connect to a new SSL server and the connections setup is taking about 4 minutes (not the SecureRandom seeding) (see my comment in the trace: "this is where it sits for about 3 minutes")
Trace:
init context
trigger seeding of SecureRandom
done seeding SecureRandom
%% No cached client session
*** ClientHello, v3.1
RandomCookie: GMT: 1005755098 bytes = { 7, 203, 184, 206, 249, 120, 35, 155, 160, 131, 72, 68, 12, 35, 64, 75, 63, 202, 161, 95, 42, 130, 74, 248, 145, 108, 49, 189 }
Session ID: {}
Cipher Suites: { 0, 5, 0, 4, 0, 9, 0, 10, 0, 18, 0, 19, 0, 3, 0, 17 }
Compression Methods: { 0 }
[write] MD5 and SHA1 hashes: len = 59
0000: 01 00 00 37 03 01 3C F3 9B DA 07 CB B8 CE F9 78 ...7..<........x
0010: 23 9B A0 83 48 44 0C 23 40 4B 3F CA A1 5F 2A 82 #...HD.#@K?.._*.
0020: 4A F8 91 6C 31 BD 00 00 10 00 05 00 04 00 09 00 J..l1...........
0030: 0A 00 12 00 13 00 03 00 11 01 00 ...........
SbATAOutAdapter, WRITE: SSL v3.1 Handshake, length = 59
[write] MD5 and SHA1 hashes: len = 77
0000: 01 03 01 00 24 00 00 00 20 00 00 05 00 00 04 01 ....$... .......
0010: 00 80 00 00 09 06 00 40 00 00 0A 07 00 C0 00 00 .......@........
0020: 12 00 00 13 00 00 03 02 00 80 00 00 11 3C F3 9B .............<..
0030: DA 07 CB B8 CE F9 78 23 9B A0 83 48 44 0C 23 40 ......x#...HD.#@
0040: 4B 3F CA A1 5F 2A 82 4A F8 91 6C 31 BD K?.._*.J..l1.
SbATAOutAdapter, WRITE: SSL v2, contentType = 22, translated length = 16310
!!! This is where it sits for about 3 minutes !!!!
%% No cached client session
*** ClientHello, v3.1
RandomCookie: GMT: 1005755287 bytes = { 8, 151, 45, 75, 86, 164, 141, 52, 216, 145, 81, 24, 157, 215, 246, 206, 87, 83, 153, 41, 88, 38, 3, 119, 190, 13, 0, 28 }
Session ID: {}
Cipher Suites: { 0, 5, 0, 4, 0, 9, 0, 10, 0, 18, 0, 19, 0, 3, 0, 17 }
Compression Methods: { 0 }
[write] MD5 and SHA1 hashes: len = 59
0000: 01 00 00 37 03 01 3C F3 9C 97 08 97 2D 4B 56 A4 ...7..<.....-KV.
0010: 8D 34 D8 91 51 18 9D D7 F6 CE 57 53 99 29 58 26 .4..Q.....WS.)X&
0020: 03 77 BE 0D 00 1C 00 00 10 00 05 00 04 00 09 00 .w..............
0030: 0A 00 12 00 13 00 03 00 11 01 00 ...........
SbATAOutAdapter, WRITE: SSL v3.1 Handshake, length = 59
[write] MD5 and SHA1 hashes: len = 77
0000: 01 03 01 00 24 00 00 00 20 00 00 05 00 00 04 01 ....$... .......
0010: 00 80 00 00 09 06 00 40 00 00 0A 07 00 C0 00 00 .......@........
0020: 12 00 00 13 00 00 03 02 00 80 00 00 11 3C F3 9C .............<..
0030: 97 08 97 2D 4B 56 A4 8D 34 D8 91 51 18 9D D7 F6 ...-KV..4..Q....
0040: CE 57 53 99 29 58 26 03 77 BE 0D 00 1C .WS.)X&.w....
SbATAOutAdapter, WRITE: SSL v2, contentType = 22, translated length = 16310
SbATAOutAdapter, READ: SSL v3.1 Handshake, length = 74
*** ServerHello, v3.1
RandomCookie: GMT: 1005755466 bytes = { 145, 7, 69, 98, 152, 52, 222, 159, 96, 162, 220, 85, 77, 107, 82, 203, 25, 94, 208, 124, 2, 245, 96, 208, 224, 254, 139, 206 }
Session ID: {68, 7, 167, 168, 236, 202, 48, 147, 191, 204, 208, 122, 24, 43, 132, 50, 65, 220, 172, 189, 17, 18, 197, 11, 150, 59, 201, 103, 86, 176, 115, 68}
Cipher Suite: { 0, 5 }
Compression Method: 0
%% Created: [Session-1, SSL_RSA_WITH_RC4_128_SHA]
** SSL_RSA_WITH_RC4_128_SHA
Anybody have any ideas?
Thanks,
Marcel

Similar Messages

  • OEM NT CLIENT HANGS WHEN TRYING TO CONNECT TO OMS ON LINUX

    I am having a problem connecting to our oracle 9.0.1 management server running on Redhat 7.1. It appears to hang after I enter the defualt username, password (sysman/oem_temp) and host. I can ping the server from the client and I can also ping the client from the server.
    I do not have a problem connecting to the repository via sqlplus from the client. I know the oms is working, I can connect to the oms on the linux machine by starting (oemapp dbastudio.) Has anyone encoutered this? Any suggestions?

    I can ping the client and the server using the hostname or the ip without any problems. I verified the server is in the DNS through a nslookup also.
    I also added the client's hostname and ip into the linux server's /etc/hosts file. The client utilizes DHCP.

  • TS1398 my network but just hangs when trying to connect? I've have reset the settings and all sorts? My iPhone can connect fine? Any advise would be great!

    My iPad can see my network but just hangs when trying to connect? I've  reset the settings and all sorts? My iPhone can connect fine? Any advise would be great!

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • AD LDS Stand Alone SSL gives error 81 (x51) when trying to connect with LDP.exe 3.0

    I  have a stand alone instance of ad lds on win server 2008 R2.  Using ldp.exe 3.0 I CAN do a NON-ssl connection and eventually a bind using servername or the fqdn which is the servername followed by a period (i.e servername.) or using the
    IP address.  Note that the server is in a workgroup (not a domain).
    However, when specifying the ssl port, ssl checkbox and any of the following servers in LDP.exe:
    servername
    servername. (note the trailing period)
    ip addr
    I get:
    ld = ldap_sslinit("SRV9.", 50001, 1);
    Error 0 = ldap_set_option(hLdap, LDAP_OPT_PROTOCOL_VERSION, 3);
    Error 81 = ldap_connect(hLdap, NULL);
    Server error: <empty>
    Error <0x51>: Fail to connect to SRV9..
    For SSL I expected the IP addr to fail because it has to be the FQDN. I expected the servername + period to work because it has on similar ad lds instances in the past.
    I verified that the port is correct using dsdbutil.  I have also tried changing the port using dsdbutil.  Could this mess anything up if I specify that port in ldp.exe?
    I have used the mmc certificate snap in to validate the certification path.  The rootCA and subCAs are valid and work on other websites.
    Under the details tab I have validated:
    Issuer
    Valid dates
    Subject  is SRV9
    the template is WebServer
    Server Authentication (1.3.6.1.5.5.7.3.1)
    I have put the server cert in both the machine and service (for my ad lds instance) under the Personal store.  I also have put the two "parent" CA certs in the Trusted Root Cert stores for both the service and the machine.
    Additionally, here is some partial output from netstat -ano on the ADLDS machine:
    Active Connections
      Proto  Local Address          Foreign Address        State           PID
      TCP    0.0.0.0:50000          0.0.0.0:0              LISTENING       1256
      TCP    0.0.0.0:50001          0.0.0.0:0              LISTENING       1256
      TCP    [::]:50000             [::]:0                 LISTENING      
    1256
      TCP    [::]:50001             [::]:0                 LISTENING      
    1256
      UDP    10.200.41.75:40000     *:*                                   
    1280
      UDP    10.200.41.75:50000     *:*                                   
    1256
      UDP    127.0.0.1:59087        *:*                                   
    1256
      UDP    127.0.0.1:59088        *:*                                   
    1280
      UDP    127.0.0.1:59097        *:*                                   
    1300
      UDP    [2001:0:9d38:90d7:245d:2f39:f537:d6b4]:40000  *:*             1280
      UDP    [2001:0:9d38:90d7:245d:2f39:f537:d6b4]:50000  *:*             1256
      UDP    [fe80::245d:2f39:f537:d6b4%13]:40000  *:*                     1280
      UDP    [fe80::245d:2f39:f537:d6b4%13]:50000  *:*                     1256
      UDP    [fe80::bd46:2e7e:708c:1c3a%11]:40000  *:*                     1280
      UDP    [fe80::bd46:2e7e:708c:1c3a%11]:50000  *:*                     1256
    Also Taskman reveals:
    PID
    1256   dsamain.exe   ADLDS
    1280   dsamain.exe   ADLDS (another instance that I am not using)
    1300   AD Webservices
    MY pid is 1256.  Port 50000 is non-ssl, 50001 is SSL.  I have no idea what port 59087 (attached to my pid) is for.
    Thanks!
    leo

    Lee you rock!  Thanks!!
    My problem was the missing read permission.  I modified the instructions a bit from your link for Windows Server 2008 R2 for the permission issue:
    To grant the Read permission on the server authentication certificate to the Network service account
    First go into control panel > Folder Options and turn on view hidden files.
    Navigate to the following default directory where the installed or imported certificates are stored:
    C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys
    Right-click the appropriate server authentication certificate, and then click
    Properties.  I see a strange filename convention.  I just sorted the files by date and picked the latest one.  Not sure how else to do it. Can someone please tell me the file naming convention of these files in MachineKeys?
    On the Security tab, click Edit.
    In the Permissions dialog box, click Add.
    In the Select Users, Computers, or Groups dialog box, type
    Network Service, and then click OK.
    Turn off view hidden files in control panel Folder Options.
    leo

  • My lap hangs when trying to connect wifi network

    when I power on the lap, there is no issue with wifi connectivity,but with in 30 to 40 min wifi gets disconnected showing limited signal . We have created two networks on same wifi in our room. When I try to connect to other network lap hangs.also when I  power off wifi in lap during this situation ,I am unable turn on wifi again(wifi option blank,unable to select).Even task manager is not getting opened. I should power off lap by holding power button and again power on the lap. When it is on the same thing happens

    Thank you for visiting the HP Support Forums and Welcome. It is a great site for information and questions. I have looked into your issue about your HP Pavilion 15-p077tx Notebook and issues with Wireless. Here is a link to the troubleshooting the Wireless connection. It has some helpful information inside of the document that has helped other. Here is a link to the HP Support Assistant. Just download and run the application and it will help with the software and drivers on your system it has built in Wireless troubleshooting assistance. If this continues I would change the Channel on the router. Routers are capable of communicating to your Notebook on several different channels. If your neighbours Wifis  on the same channel, your network speeds might have issues. I have searched Microsoft for a fix for this and they indicate on the forums that if you change the router channel to a different channel, this might resolve the connection issue. You could turn off IPv6 for the notebook. Some say this helps. Fix this problem Microsoft Fix it 50413.  Here is a link to help as well. Hope this is helpful. Thanks.

  • [Solved] Wicd hangs when trying to connect to WPA

    When I try to connect to a wireless network secured with WPA, Wicd puts up the interface then crashes. It freezes the entire system and I have to hard restart. I tried connecting manually with wpa_supplicant in debug mode and this is what I got:
    Initializing interface 'ra0' conf '/etc/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A'
    Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
    Reading configuration file '/etc/wpa_supplicant.conf'
    update_config=1
    ctrl_interface='/var/run/wpa_supplicant'
    eapol_version=1
    ap_scan=1
    fast_reauth=1
    Line 559: unknown global field 'Downstairs apartment'.
    Line 559: Invalid configuration line 'Downstairs apartment'.
    Priority group 0
    id=0 ssid='abjj'
    Failed to read or parse configuration '/etc/wpa_supplicant.conf'.
    Failed to add interface ra0
    Cancelling scan request
    Cancelling authentication timeout
    [cyrus@HAL-8999 ~]$ wpa_supplicant -c/etc/wpa_supplicant.conf -ira0 -d
    Initializing interface 'ra0' conf '/etc/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A'
    Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
    Reading configuration file '/etc/wpa_supplicant.conf'
    update_config=1
    ctrl_interface='/var/run/wpa_supplicant'
    eapol_version=1
    ap_scan=1
    fast_reauth=1
    Priority group 0
    id=0 ssid='abjj'
    ioctl[SIOCSIWPMKSA]: Operation not permitted
    ioctl[SIOCSIWMODE]: Operation not permitted
    Could not configure driver to use managed mode
    SIOCGIWRANGE: WE(compiled)=22 WE(source)=14 enc_capa=0xf
    capabilities: key_mgmt 0xf enc 0xf flags 0x0
    netlink: Operstate: linkmode=1, operstate=5
    WEXT: SIOCSIWAUTH(param 7 value 0x1) failed: Operation not permitted)
    socket(PF_PACKET): Operation not permitted
    Failed to add interface ra0
    wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
    ioctl[SIOCSIWENCODEEXT]: Operation not permitted
    Driver did not support SIOCSIWENCODEEXT
    wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
    ioctl[SIOCSIWENCODEEXT]: Operation not permitted
    Driver did not support SIOCSIWENCODEEXT
    wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
    ioctl[SIOCSIWENCODEEXT]: Operation not permitted
    Driver did not support SIOCSIWENCODEEXT
    wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
    ioctl[SIOCSIWENCODEEXT]: Operation not permitted
    Driver did not support SIOCSIWENCODEEXT
    State: DISCONNECTED -> DISCONNECTED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    wpa_driver_wext_set_countermeasures
    WEXT: SIOCSIWAUTH(param 4 value 0x0) failed: Operation not permitted)
    No keys have been configured - skip key clearing
    Cancelling scan request
    Cancelling authentication timeout
    WEXT: SIOCSIWAUTH(param 7 value 0x0) failed: Operation not permitted)
    netlink: Operstate: linkmode=0, operstate=6
    Could not set interface ra0 flags: Permission denied
    It doesn't crash when I run wpa_supplicant in the terminal, though, just throws an error. I am using an rt2860 wireless chipset, so I just had to downgrade to the staging drivers, as the new mainline drivers don't work for this chipset. I have no idea if that could cause this problem or not. It connects to wired ethernet just fine, though; I don't have access to an unsecured wireless network to see if it would connect properly without going through WPA.
    Last edited by quantumcoffeemug (2012-01-07 20:11:17)

    quantumcoffeemug wrote:I am using an rt2860 wireless chipset, so I just had to downgrade to the staging drivers, as the new mainline drivers don't work for this chipset.
    I have an rt2860 in my EeePC and am on the current kernel (3.1.7-1) and have no issues with either using the rt2800pci driver (and wlan0 as the interface) or wicd and WPA2...
    If you are running a stock kernel, I would try using the correct driver for the card and see where that takes you.

  • Discoverer plus hangs when trying to connect to it

    Dear All,
    I installed discoverer 9.0.2.53 and i installed the tutorial eul and created a public connection for it but when i tried to open the tutorial eul from the discoverer plus using the configured public connection the IE did n't response for a long time and failed to connect although the viewer is working perfectly...!!!
    any help will be appreciated.

    I have this same problem doesn't anyone else have this issue? How do you fix it?

  • RMI Error when trying to connect to remote server

    We are getting an RMI error (below) when trying to connect to a remote weblogic 9 server with mission control.
    We are running a portal application on the app server. If we connect using mission control before the app starts then mission control connects successfully.
    If we wait until the portal application is running then we get the following error when we try to connect:
    Could not open Management Console for UAT Live (1).
    java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
         java.lang.ClassNotFoundException: com.vignette.monitor.framework.VgnMBeanInfo (no security manager: RMI class loader disabled)
    java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
         java.lang.ClassNotFoundException: com.vignette.monitor.framework.VgnMBeanInfo (no security manager: RMI class loader disabled)
         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
         at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl_Stub.getMBeanInfo(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.getMBeanInfo(RMIConnector.java:1031)
         at com.jrockit.console.rjmx.RJMXConnection.getMBeanInfos(RJMXConnection.java:262)
         at com.jrockit.console.rjmx.RJMXConnection.getMBeanInfos(RJMXConnection.java:297)
         at com.jrockit.console.rjmx.RJMXConnectorModel.initializeAttributeInfos(RJMXConnectorModel.java:294)
         at com.jrockit.console.rjmx.RJMXConnectorModel.<init>(RJMXConnectorModel.java:99)
         at com.jrockit.console.rjmx.RJMXConnectorModel.<init>(RJMXConnectorModel.java:113)
         at com.jrockit.mc.console.ui.actions.StartConsole$1.preConnect(StartConsole.java:36)
         at com.jrockit.mc.browser.utils.PreConnectJob.run(PreConnectJob.java:73)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.lang.ClassNotFoundException: com.vignette.monitor.framework.VgnMBeanInfo (no security manager: RMI class loader disabled)
         at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:371)
         at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:165)
         at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:620)
         at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:247)
         at sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:197)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1544)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1699)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
         at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:290)
         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:139)
         ... 11 more
    thanks

    As poorem suggested, I would check that the time is the same on both the identity and vcac appliances.  It has been a while since I posted this question but I believe that did get me past that specfic error.  I changed the timezone on each and made sure the times were correct and the same.

  • Aperture 3.5.1 on OS X 10.9.2 hangs when trying to update the backup

    Aperture 3.5.1 on OS X 10.9.2 hangs when trying to update the backup. I get the rotating beach ball cursor for hours but not get the confirmation dialog known from 3.4.2 aksing whether I really want to back up.
    On old Mac Mini with OS X 10.6.8 and Aperture 3.4.2 there was no such issue.

    Creating a new vault and populating it always works but then turning around and updating that vault hangs? The drive is formatted OS X Extended, correct?
    That is strange. Before abandoning vaults, they should and do work in 3.5.1, I'd try this
    Run a library repair on the library. I always do this now as it seems to cut down and hangs when updating a vault.
    Before starting the vault update open the Aperture activity window Aperture->Window->Show Activity.
    Now do the update.  I can't give you anything specific to look for, just try to get an idea of where the hang is happening (if it happens after the repair).
    As for rsync, it should work OK but keep in mind as a lot of the data now in 3.5 is in database files any change to Aperture will result in reync seeing a lot of files has having been changed so I'm not sure now much of a savings that will be over just copying the library. To be honest I've never tried rsync on an Aperture library so this may not be an issue but something to keep in mind. BTW do you have much rsync experience? It can be a bit of a bear to setup if you're not familiar with it.
    Another option is to look at one of the cloning programs Carbon Copy Cloner or SuperDuper. They have the ability to make clones and then update only the changes since the last clone operation. In reality, I believe one or both actually use rsyn as the backend but give you a much nicer way to set it up and schedule it.

  • Acrobat X Pro v 10.1.10 (Mac OS 10.9.3) hangs when trying to save PDF files

    Acrobat X Pro v 10.1.10 (Mac OS 10.9.3) hangs when trying to save some PDF files, after opening or after commenting.  Applies for any of the Save options.  "Watch" then "spinning beach ball" appear and application is indicated as "not responding."  Mac OS Preview has no problem with the same files.  Files can be displayed with Acrobat, just not saved.  I would prefer to use Acrobat's commenting tools to mark up the document.

    "Mac Office 2008"? You must mean Microsoft Office 2008. Try posting in the Microsoft forums here:
    http://www.officeformac.com/productforums/

  • Lenovo Vibe X2 keeps hanging when trying to pullup the contacts or when opening the SMS function !

    Have been using the Vibe X2 since 2 months. Phone keeps hanging when trying to pullup the contacts or when opening the SMS function. Terribly dissatisfied with the functioning. 
    *Moderator note:Message edited for a better understanding of the problem/ compliance with the Lenovo Community Participation Rules 

    Solved, I found the option there:
    Contacts - local menu - More features and settings - More display options - Matching digits of number - 7 digits
    Works great now,
    Regards,

  • My G3 is Hanging when trying to load Tiger

    My G3 is hanging when trying to load up tiger. It gets all the way up the progress bar and doesn't go any further? Any suggestions? Can I just erase my hard drive and start over. It's a computer that I'm trying to upgrade for my kids so there is really nothing important on the hard drive at this point. I can't even get to disk utility to do this.

    Does your computer meet the minimum system requirements for Tiger? [Mac OS X 10.4 Tiger system requirements|http://docs.info.apple.com/article.html?artnum=301341] Note, these really are minimum and Tiger will run a lot better with more, especially RAM. Tiger on a 300MHz will probably be quite slow.
    Some B&W G3s do not respond well to larger drives and the best terms is "flaky". These are the Rev. 1 G3s. You can post in the G3 forum for more information about this. See Grant's comments in [this discussion|http://discussions.apple.com/thread.jspa?messageID=7203272&#7203272]
    The firmware should have been updated on your computer before any OSX install but I'd make sure just in case [Mac OS X: Available firmware updates for upgrading from OS9 to OSX|http://docs.info.apple.com/article.html?artnum=86117]

  • Dreamweaver CS6 hangs when trying to access SFTP site (Mac)

    Dreamweaver CS6 hangs when trying to access an SFTP site - or at least I think that SFTP could be the reason.
    Beachball forever....
    It works fine when trying to access other sites.
    The one addity is that when I go into "Manage Sites" and test it, it connects fine.
    I am running OSX 10.8.2.  I upgraded from 10.7 to see if this problem would go away.
    Message was edited by: deeed (typo)

    When CS6 first released, some people experienced problems with the FTP feature.  A critical update was released which addressed these issues. Did you install it?
    http://www.adobe.com/support/dreamweaver/downloads_updaters.html
    Nancy O.

  • Illustrator CS4 hangs when trying to map art on 3D object

    Hi, does anyone have a solution for this problem:
    Illustrator CS4 hangs when trying to map art on 3D object
    The rendering dialog box comes up and never goes away.  I have to force a quit.
    I'm on a Mac OS 10.6.6
    I've got AI CS4
    Any ideas?
    Thanks,
    Linda

    This may not be exactly what you are looking for but another user experienced a crash:
    http://forums.adobe.com/message/3162350
    Scroll down to JETalmage's post and see if you are doing anything which he describes as being a potential cause for AI to stop responding.
    Also, as in the link I provided, try to give more details about your scenario so we can see if the problem can be replicated.

  • Itunes hangs when trying to uncheck encryption for iphone backup.

    Itunes hangs when trying to uncheck encryption for iPhone backup. The iTunes software becomes unusable and unresponsive after entering correct password (only set up today) All i want to do is backup my iPhone before trying update to the latest ios. I have tried uninstalling all Apple software and re-installing, all unsuccessfully - still have the same problem! Essentially i have to use ctr+alt+del to even close the iTunes program, so I'm assuming there must be some sort of corruption with the encryption / password setup - neither of which have been used at all, all previous backups are on iCloud and don't have encryption. I obviously don't want to attempt a backup with these sort of issues occurring as i don't think i could trust it. Can anyone suggest a way to fix the problem, Ive tried googling all afternoon without any success - most answers I can find relate to people who have lost their passwords but don't have the software issues i am having.

    Further to the issue - i thought I'd try and run an encrypted backup for fun (since that's the only option available atm) and the backup hangs as well - in fact it doesn't even technically start other than saying its backing up. The progress bar never moves at all?

Maybe you are looking for