Contribute login error

Ask a Question related to Macromedia Contribute Connection Administrtion, Design and Development.

  1. #1

    Default Contribute login error

    Hello,

    I've recently been tasked with taking care of a contribute server that I did
    not install. Yesterday I reset the admin password for the administrative
    interface at [url]https://host:8900/contribute/admin[/url], after that I restarted
    contribute.

    Now when users attempt to log in using the contribute client they get the
    error "Error in readKeyFile decryptKey decryptKey(). Error Given final block
    not properly padded" as seen here:

    [url]http://www.lhsc.on.ca/~lawsonk/login_error.jpg[/url]

    Authentication is configured to use LDAPS and authenticate against a Novell
    LDAP server. We upgraded the server that contribute runs on about 2 months ago,
    at that time all we had to do was start the contribute server and everything
    worked. As far as I know nothing has changed since then but the restart
    yesterday broke client authentication for some reason.

    Keith

    jklawson Guest

  2. Similar Questions and Discussions

    1. Given correct SFTP login information, Contribute tellsme it's wrong
      I'm attempting to set up a new SFTP connection. When I give my login information, it pops up an error "Your Secure FTP (SFTP) username or password...
    2. Contribute screwing up FTP login data?
      Hi, Since quite recent I have a curious problem with an FTP account of one of my clients. For no apparent reason at all teh login data for the...
    3. RDS login error
      Now that I have my data source defined. I have an RDS login error. My setup is local on my machine running CF 7, DW MX, and IIS. The error is...
    4. error login on os X.2.0.6
      hello, when i login my administrator name and password the darwin mode automaticaly starts saying 'login autorization failed (-60005)'...then i...
    5. LOGIN: ERROR- Failed to initialize policy manager. (IFOR_PM_FATAL) Login sessions denied.
      Verify that you haven't set the system date by mistake to a far away future. All the licenses then become expired! Restoring the system to the...
  3. #2

    Default Re: Contribute login error

    This problem ended up being a due to Contribute finding the wrong version of
    openssl libraries at runtime. I'm running Contribute on Solaris 10 which has
    the following Sun distributed openssl libraries:

    /usr/lib/AdobeReader/Reader/sparcsolaris/lib/libssl.so
    /usr/lib/AdobeReader/Reader/sparcsolaris/lib/libssl.so.0.9.6

    and

    /usr/sfw/lib/libssl.so
    /usr/sfw/lib/libssl.so.0.9.7

    Since /usr/lib was before /usr/sfw in the runtime library search path
    contribute was using the 0.9.6 version of the library. When I changed the
    search path so it found the 0.9.7 version authentication started working again.

    My runtime link path now looks like this on Solaris 10:

    crle -c /var/ld/ld.config -l /usr/sfw/lib:/opt/lib:/opt/mysql/lib:/lib:/usr/lib

    I've opened a call with Adobe technical support in hopes that they'll fix this
    bug (at least throw a warning if openssl libs are wrong version).

    Keith.

    jklawson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139