Very strange errors on newest WLC version (4.1.171.0)

Hello,
I have just finished upgrading my WLC 4404's to the newest version (bootloader and all), and am running into a series of strange errors.
The initial upgrade occured on May 8th, and ever since then my WCS (4.0.97.0) has been swarmed with minor security errors related to the access points.
I have 129 APs in my network, and so far about 60 have shown up with these errors.
The errors state:
"Client '<MAC1>' which was associated with AP '<MAC2>', interface '1' is excluded. The reason code is '1(802.11 Association failed repeatedly)'".
and
"Client '<MAC1>' which was associated with AP '<MAC2>', interface '1' is excluded. The reason code is '3(802.1X Authentication failed 3 times.)'"
I have tested some of the APs listed and am having no trouble associating or authenticating (though I have yet to test them all).
The strange thing is, <MAC1> on both error message types is actually my AP's MAC addresses, whereas <MAC2> is the Client's MAC (as far as I know). So it looks like the Mac's are being listed in the wrong order. I checked the caveat's on the release notes for this version but found nothing on this apparent bug.
I know it seems like a typical authentication error (with the odd MAC placements as the exception), but these just started coming up after the upgrade - mainly wondering if that's just coincidence or a bug in the version?
Thanks in advance for anyone's input.

To Ankur,
It's more than 2 clients, seems to be just random people trying to connect as far as I can tell - random APs also.
Unfortunately I can't confirm the security settings on the client laptops as they are not supplied by the education facility I work at (they're personal computers). I imagine it is possible that it could be a client misconfiguration problem.. we have just started a new term so there's a good possibility alot of new laptops are on campus. I'll have to look into it.
To Eric,
The AP's are the same software version as the WLC's, but they are on different Boot versions (since 4.1.171.0 the software and boot images are on different files). I loaded the new boot image this morning on the controllers but it doesn't look like it pushed through to the APs..do you think that could be the cause of the WCS thinking the AP's are clients?
The AP's boot image is still only 2.1.78.0 on all the AP's I looked at, are these supposed to update?
Thanks for the replies guys.

Similar Messages

  • Very strange error : IDOC to jdbc scenario

    Hi
    I am getting a very strange error when I see the log for the idoc to jdbc scenario that I am building.
    The mapping test shows the header record and line item record properly in the mapping result.
    insert, access nodes, fields with access nodes are all formed correctly.
    However the communication channel log shows below error.
    Could not execute statement for table/stored proc. "tblTestItem" (structure "Item") due to com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near ')'.
    JDBC Message processing failed, due to Error processing request in sax parser: Error when executing statement for table/stored proc. 'tblTestItem' (structure 'Item'): com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near ')'.
    The message status was set to WAIT.
    The query that I see in the log is :INSERT INTO  tblTestItem () VALUES ()
    However mapping tool shows that all nodes are correctly formed.
    Please assist.

    Hi
    I am still getting this issue even after the below steps so kind of stuck - actually very much stuck.
    1. Restart of the dev environment
    2. Tried with a new extension of the idoc
    In the communication channel log for the JDBC receiver channel I still see
    INSERT INTO tblItem () VALUES ()
    The payload that I see in the message content tab is as follows
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:MT_XXX_XXXX xmlns:ns0="http://capita.com/pi/XXXX">
    - <Statement>
    - <dbTableName action="INSERT">
      <table>tblItem</table>
      </dbTableName>
    - <access>
      <InvoiceNo>0000000009293467</InvoiceNo>
      </access>
      </Statement>
      </ns0:MT_XXX_XXXX>
    How do I debug the jdbc adapter to see how it converts the above xml output from the mapping step (note that this output is from an actual run and not test tool) to a sql query.
    Very strange that the column names are present in the target payload but it is not reflecting in the query.
    I have other tables being populated with the same jdbc receiver communication channel which makes this more and more confusing.
    PLEASE ADVICE.

  • Very strange error: unable to activate any messgae mapping in IR

    very strange error,
    i m unable to activating any message mapping in IR,
    while activating the error thrown was:
    /usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapdddd0cb0100311dca6090012799eddc6/source/com/sap/xi/tf/_MM_sdptestFileToFile_.java (No such file or directory (errno:2))
    My observation:
    On looking at the error, i found that the folder Mapdddd0cb0100311dca6090012799eddc6 is not created at the proper place.....
    Which i assume is created dynamically created on activating a message mapping,
    Now, i saw that the directory in which these Map* folders were created, already contained 32765 folders....... since this machine is UNIX, the max no. of directories that can be inside a directory cannot be more than 32768(not confirm).....
    hence the folder Map* cant be created at the proper place...and hence message mapping cant be activated.........
    ever encountered this problem....................
    pls help

    solved by self,
    solution: delete temporary folders created during any activation of message-mapping in IR, in the classpath_resolver folder of XID HOME directory......
    solution is specific to file system/OS....

  • Very strange error in text properties - AI CS6

    Hello Everyone,
    This morning I found very very STRANGE error in Adobe CS6 about text properties. Here you go.
    In the picture one text 'ei and mosterd' was bold.
    But after copy to new string the bold characters are changed to 'ig and mosterdz'.
    This is very strange error I have seen ever.
    Do you guys have any reason why CS6 act like this?
    also do you  have any option to fix this issue?
    For your information:
    I just done copy past. Nothing else.
    All the properties are same for both.
    No difference except the text string size
    I tried the same file in different machines for check. But I still see the same error in all the machines.
    System properties:
    Mac os x: 10.8.5
    Processor 2,8 Ghz Intel Core i5
    Memory: 8 GB
    Software: Adobe CS6
    Regards,
    FroQ

    Wow, this is absolutely incredible... you try to parse an empty String to an int and it throws an exception... I'd never have thought.

  • Migration from 8i to 9.0.1(very strange error)

    Hi All,
    I have a really weird problem. I have 3 different 8i databases (8.0.5, 8.1.6, 8.1.7) and all of them work properly. I have an Oracle 9i (9.0.1) database on another server as well. I used Oracle 8i export(exp command line) to export 8i databases and then used Import 8i (imp command line) to import them to 9i database. Without any error & warning it's done. Everything seems ok on 9i database, but when I issue a very simple query in sqlplus as follow:
    SELECT
    Table1.column1
    FROM
    Table1
    WHERE
    (Table1.column1 = '01' or Table1.column1 is null )
    It returns 1 row, which is true. But if I change the query as follow:
    SELECT
    Table1.column1
    FROM
    Table1
    WHERE
    (Table1.column1 = '01' or Table1.column1 is null )
    AND (1=2 or 1 in nul)
    again it returns one row which is wrong because of that false condition (1=2 or 1 in null), It shouldn't return any rows. But if I create a new table as select * from table1, then it works for new table. So conclusion is something happening at the time of importing to 9i. What is that!? I don't have any idea ! (I did this process for all three 8i databases and got the same result)
    If anybody has any comments, I would appreciate it.
    Thanks,
    Arash
    P.S. I did everything to fix the problem ( Reinstall Oracle 9i, create a new database from scratch,...)

    Thanks for your time. I did all possible way, but still the same problem. I mean
    EXP 8... IMP 8
    EXP 8... IMP 9
    EXP 9... IMP 9
    Today I found that, NLS_LANG of two databases are different. Oracle 8i is : WE8ISO8859P1
    AND Oracle9i is : WE8MSWIN1252
    So I created a new database from scratch with Oracle 8i character set :WE8ISO8859P1 and then use imp9i to import the file. Still the same problem.
    Thanks,
    Arash

  • Very strange error "(Hex 0xBFFF003E​) Could not perform operation because of I/O error"

    Hi everyone! I've seen many similar threads but I haven't found an answer. I'm using labview 8.5 and through visa i'm controlling a USB controller which communicates with an FPGA. This pcb, is connected to a second pcb which also has another FPGA and the data are transmitted from the usb controller to the first FPGA and to the second FPGA (and vice versa). The really strange thing is that the system had been working fine for severall months but now this error appears when i remove from its connector the jtag i use to program the FPGA located on the second pcb (!!!) and everything goes back to normal when i place it back! Could it be a hardware problem? 

    Hi,
    What protocole are you using to communicate to the board?  If it is VISA then it could be a problem with the COM ports and resources on your computer.  Is the session connecting to the FPGA still active when you are disconnecting it?
    Regards,
    Greg H.
    Applications Engineer
    National Instruments

  • Very strange error, cannot reinstall or delete itunes

    Hello, I'm havin some serious trouble reinstalling iTunes after i got the error that it wasnt installed correctly. seems there might be something screwy in my registry seeing as when i attempt to install it stalls it says this
    could not open key :
    HKEYLOCALMACHINE\software\classes\interface\{914DA835-02FE-4953-92FA-624BDF5D85AB}ProxySt ubClsid. Verify that you have sufficient access to that key, or contact your support personnel

    I'm having the exact same error. Not only can't I upgrade iTunes to 7.5, but on my machine 7.4 is broken now. I was going to try a clean install, but I can't even uninstall iTunes.
    When installing iTunes this is the error I get:
    Then the install rolls back. When loading iTunes I get this error:
    And when using regedit to edit any of the sub keys to that key I get this message:
    I'm on an OEM version of Vista Home Premium.
    I don't know if this uneditable registry key is an iTunes problem or a Vista problem, but I'm seriously frustrated with it. Any help would be appreciated.
    Also, I don't know if this is connected but I've noticed that the last two times Adobe Reader tried to auto-update it failed, but doesn't say why. Could be connected to a locked registry entry like this?
    Message was edited by: dmj2012

  • Very Strange error and can't find any answer anywhere in the net

    I created a login form (see below).
    If I use the regular HTML form and form fields for the username, password and submit button I don't get any problem viewing my form
    But if I use cfform and cfinput form fields I get this error.
    Here is my cfform codes:
    cfform name="login" action="/login/checkLogin.cfm" method="post">
      cfinput type="text" name="username" size="25" required="Yes" message="Please enter your username">
      cfinput type="password" name="password" size="25" required="Yes" message="Please enter you password">
       cfinput type="submit" value="Sign In">
    /cfform>
    When I launch this page I get this error and I don't understand what this means and what am I supposed to do, please help!
    Total Time Avg Time Count Template
    1 ms 1 ms 1 /opt/coldfusion10/cfusion/wwwroot/CFIDE/administrator/templates/secure_profile_error.cfm
    0 ms 0 ms 1 top level /home/space/users/www/webdocsec/login/login.cfm
    19 ms   STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
    20 ms   TOTAL EXECUTION TIME
    red = over 250 ms average execution time
    Exceptions
    10:08:08.008 - Template Exception - in : line -1
         Attribute validation error for tag CFINPUT.

    Using cfform
    To start with, leave cfform aside. You will find in the documentation that most developers are abandoning Coldfusion's native UI tags, for example, cfform, cfgrid, and so on. They are outdated and occasionally perform erratically. If you wish to validate forms, use a Javascript library such as jQuery.
    Implementing Site-Wide Error Handler
    By default, there is no site-wide error handler configured. It is advisable to create your own. Then register the path of the page in the Coldfusion Administrator.
    As the name implies, it is a CFM page which ColdFusion runs when it encounters an error on your site. Creating your own enables you to present a simple, customized, user-friendly page to your visitors.
    Alternatively, you may choose to implement a Secure Profile. This is available in the Administrator, on the page Security => Secure Profile.
    When you check the box, you configure Coldfusion to automatically implement all the security measures listed in the table. That includes Coldfusion's own the Site-Wide Error Handler. It is the system file, /CFIDE/administrator/templates/secure_profile_error.cfm.

  • Very Strange Error Message. "There was an error downloading your.......

    There was an error downloading your purchased music. The disk could not be read from or written to.
    Does anyone know what this means? I purchased 2 films and cant watch them ;( I wonder if I will be charged??????

    I have the same problem, It says error(-50) right? but i tried to buy 3 diffrent songs to see if it would work on any of them but it didnt and i got charged for them.Whenever i go to "advanced" tool bars and click on look up purchased music it tries to repurchase my music but it never works.Can anyone help? = ]
    -Riahx
    Windows xp   Windows XP  

  • A very strange error in a JSP FILE

    Hi...
    I have written the following code..
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <%@page language="java" import="java.lang.*" %>
    <html>
    <head>
    <title>Second Page</title>
    </head>
    <body>
    <%!
         class myclass
              public Integer myfunc(String Accept_String,Integer no)
                        int start=0;
                        int end=0;
                        String Arr=new String("dummy");
                        int main_index=0;
                        int sub_index=0;
                        Integer[][] i=new Integer[20][];
                        for(int k=0;k<19;k++)
                        i[k]=new Integer[2];
                        int toggle=1;
                        do
                             if(toggle==1)
                                  {end=Accept_String.indexOf(" ",start);
                                  toggle=0;}
                             else
                                  {end=Accept_String.indexOf(",",start);
                                  toggle=1;}
                             if(end!=-1)
                                  Arr=Accept_String.substring(start,end);
                             else
                                  Arr=Accept_String.substring(start,Accept_String.length());
                             start=end+1;
                             i[main_index][sub_index]=Integer.parseInt(Arr);
                             sub_index=sub_index+1;
                             if(sub_index==2)
                                  sub_index=0;
                                  main_index=main_index+1;
                        }while(start!=0);
                        return i[0][0];
    %>
    <FORM NAME="FORM2" method="post" >
    <jsp:useBean id="id1" class="pack.dummy" />
    <% id1.setString(request.getParameter("Hidden_Text"));
    String r=new String("");
    Integer n=new Integer(0);
    Integer sep= new Integer(0);
    //for(int j=0;j<9;j++)
    //sep[j]=new Integer[2];
    r =id1.getTemp();
    out.print(r);
    n=id1.getNumber();
    out.println(n);
    myclass m=new myclass();
    sep=m.myfunc(r,n);
    out.println(sep);
    %>
    </FORM>
    </body>
    </html>
    And it gives me the following report
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Exception in JSP: /second.jsp:81
    78: out.println(n);
    79:
    80: myclass m=new myclass();
    81: sep=m.myfunc(r,n);
    82: out.println(sep);
    83: %>
    84:
    Stacktrace:
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:504)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    java.lang.NumberFormatException: For input string: ""
         java.lang.NumberFormatException.forInputString(Unknown Source)
         java.lang.Integer.parseInt(Unknown Source)
         java.lang.Integer.parseInt(Unknown Source)
         org.apache.jsp.second_jsp$myclass.myfunc(second_jsp.java:49)
         org.apache.jsp.second_jsp._jspService(second_jsp.java:134)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Actually there is a problem somewhere in this file itself..
    Can anybody help me out?

    Wow, this is absolutely incredible... you try to parse an empty String to an int and it throws an exception... I'd never have thought.

  • ORA-01422,,, Very Strange Error in my code!!!

    Dear,
    I need your help please,,,
    I have the below code in a database package which always throws (ORA-01422)
    SELECT (NVL(amount,0) - NVL(cash_disc,0)) INTO v_bill_amount
    FROM pac_bills
    WHERE pac_bills.bill_no = v_bill_no AND pac_bills.bill_type = 3;
    Now when I execute this code I get (ORA-01422) for v_bill_no = 207000003. when I execute same statement from TOAD or SqlPlus IT RETURN ONE ROW ONLY!!! for same bill_no
    This error make me mad and I need any help

    I would try to see what extra rows are selected in the pacakage. If it's a database package then it could be something like this:
    /* Temp table to register selected rows */
    CREATE TABLE Tmp_Debug(
      TS TIMESTAMP, /* to identify different statement executions */
      bill_no INTEGER,
      r ROWID
    /* DEBUG fragment to be inserted into the package */
    DECLARE
      PROCEDURE Trace(
        p_bill_no INTEGER
      ) IS
        PRAGMA AUTONOMOUS_TRANSACTION;
      BEGIN
        INSERT INTO Tmp_Debug(ts, bill_no, r)
          SELECT systimestamp, p_bill_no, (NVL(amount,0) - NVL(cash_disc,0))
          FROM pac_bills
          WHERE pac_bills.bill_no = p_bill_no AND pac_bills.bill_type = 3;
        COMMIT;
      END;
    BEGIN
      /* Original select */
      SELECT (NVL(amount,0) - NVL(cash_disc,0)) INTO v_bill_amount
      FROM pac_bills
      WHERE pac_bills.bill_no = v_bill_no AND pac_bills.bill_type = 3;
    EXCEPTION
      WHEN TOO_MANY_ROWS THEN
        Trace(v_bill_no);
    END;
    /* End of DEBUG fragment */Reproduce the error and see in Tmp_Debug, what rows are actually selected. Sure I didn't test it.
    If it's a forms package then you may implement some debug form or something else to see the actually selected rows.
    One more thought: is it possible that app logic produces extra rows? They are not commited and rolled back after the error, this is why you can't see them in TOAD/Sql*Plus.
    Regards,
    Dima.

  • [SOLVED] Intel+Compiz+Catalyst-utils = VERY strange error!

    So,
    I have an intel graphics card and am using the intel i8x0 driver - but compiz fusion refuses to run unless I have catalyst-utils present - what gives? Also the latest catalyst-utils breaks CF and I can't pin it in pacman.conf using HoldPkg.
    This is very peculiar, any thoughts?
    Last edited by floke (2008-02-21 15:28:49)

    signorl_rossi - you are star - thank-you very much!
    <buys signor_rossi a beer>

  • VERY strange error message and behavior from ipod and itunes software

    Hi. I have two major issues with itunes 7.02 and ipod.
    1) After a successful install, and after double-clicking my desktop itunes icon, the program opens, but it takes about 5 minutes to load (I kid you not, maybe longer)... I have tried uninstalling and reinstalling 5 seperate times and it never opens any quicker. Please help, extremely frustrating.
    2)THE BIGGER PROB: I get the following error message when connecting my ipod (video) to my computer (itunes is already opened at this point, as it does NOT open automatically): " The software required for communicating with the ipod is not installed correctly. Please reinstall itunes to install the ipod's software. Problem is, I have reinstalled itunes 5 or 6 times already! HELP! Thank you!

    in sorry i cant help with the speed thing,
    make sure you install all the software from the CD your ipod came with, if that dosent work, try updating your ipods firmware : http://www.apple.com/ipod/download/
    Good luck and welcome to the forums
    Joe

  • Strange error regarding libmlib.so.2 after upgrading to gcc3.4.6

    Hello everyone,
    I just upgraded my sparc Solaris 10 system to gcc3.4.6, plus a BUNCH of additional tools and libraries that rely on gcc3.4.6 libraries, from www.sunfreeware.com. I'm now getting a very strange error on a few of the tools, regarding the libmlib.so.2 library.
    For example, when attempting to run gtk-demo, I'm getting the following:
    sun440:root# gtk-demo
    ld.so.1: gtk-demo: fatal: libmlib.so.2: version `SUNW_2.3' not found (required by file /usr/local/lib/libgdk_pixbuf-2.0.so.0)
    ld.so.1: gtk-demo: fatal: libmlib.so.2: open failed: No such file or directory
    Killed
    If I do an ldd on gtk-demo, this is what I see:
    sun440:root# ldd /usr/local/bin/gtk-demo
    libgdk_pixbuf-2.0.so.0 => /usr/local/lib/libgdk_pixbuf-2.0.so.0
    libgdk-x11-2.0.so.0 => /usr/local/lib/libgdk-x11-2.0.so.0
    libgtk-x11-2.0.so.0 => /usr/local/lib/libgtk-x11-2.0.so.0
    libXrandr.so.2 => /usr/lib/libXrandr.so.2
    libXext.so.0 => /usr/lib/libXext.so.0
    libpangocairo-1.0.so.0 => /usr/local/lib/libpangocairo-1.0.so.0
    libpangoft2-1.0.so.0 => /usr/local/lib/libpangoft2-1.0.so.0
    libpango-1.0.so.0 => /usr/local/lib/libpango-1.0.so.0
    libatk-1.0.so.0 => /usr/local/lib/libatk-1.0.so.0
    libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0
    libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0
    libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0
    libiconv.so.2 => /usr/local/lib/libiconv.so.2
    libcairo.so.2 => /usr/local/lib/libcairo.so.2
    libfontconfig.so.1 => /usr/local/lib/libfontconfig.so.1
    libfreetype.so.6 => /usr/local/lib/libfreetype.so.6
    libexpat.so.0 => /usr/local/lib/libexpat.so.0
    libpng12.so.0 => /usr/local/lib/libpng12.so.0
    libz.so => /usr/local/lib/libz.so
    libXrender.so.1 => /usr/local/lib/libXrender.so.1
    libSM.so.6 => /usr/lib/libSM.so.6
    libICE.so.6 => /usr/lib/libICE.so.6
    libX11.so.4 => /usr/lib/libX11.so.4
    libsocket.so.1 => /lib/libsocket.so.1
    libnsl.so.1 => /lib/libnsl.so.1
    libm.so.2 => /lib/libm.so.2
    libmlib.so.2 => /usr/lib/libmlib.so.2
    libc.so.1 => /lib/libc.so.1
    libmlib.so.2 (SUNW_2.3) => (version not found)
    libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1
    libmlib.so.2 (SUNW_2.3) =>       (version not found)
    libXrender.so.1 (RENDER_0.6) => (version not found)
    libintl.so.8 => /usr/local/lib/libintl.so.8
    libsec.so.1 => /lib/libsec.so.1
    libdl.so.1 => /lib/libdl.so.1
    libmp.so.2 => /lib/libmp.so.2
    libmd.so.1 => /lib/libmd.so.1
    libscf.so.1 => /lib/libscf.so.1
    libavl.so.1 => /lib/libavl.so.1
    libdoor.so.1 => /lib/libdoor.so.1
    libuutil.so.1 => /lib/libuutil.so.1
    libgen.so.1 => /lib/libgen.so.1
    /usr/lib/cpu/sparcv9+vis2/libmlib.so.2
    /platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
    /platform/SUNW,Sun-Fire-V440/lib/libmd_psr.so.1
    I am also getting this same error repeatedly when trying to run Firefox 3.6. Any ideas? I do have this library installed:
    sun440:root# ls -la /usr/lib/libmlib*
    lrwxrwxrwx 1 root root 14 Nov 15 2006 /usr/lib/libmlib.so -> ./libmlib.so.2
    -r-xr-xr-x 1 root bin 20260528 Jan 22 2005 /usr/lib/libmlib.so.2
    Any ideas? It's very frustrating. Thanks in advance,
    jeff davey

    I don't understand how that would help. libmlib.so.2 is not part of gcc, it's from Sun package SUNWmlib. There is no libmlib.so.2 as part of the gcc or gcclibs packages from sunfreeware.
    I did do a search for all instances of libmlib.so.2, and I got the following results:
    ./usr/lib/sparcv9/libmlib.so.2
    ./usr/lib/cpu/sparcv8plus/libmlib.so.2
    ./usr/lib/cpu/sparcv8plus+vis/libmlib.so.2
    ./usr/lib/cpu/sparcv9+vis/sparcv9/libmlib.so.2
    ./usr/lib/cpu/sparcv9+vis2/sparcv9/libmlib.so.2
    ./usr/lib/cpu/sparcv9+vis2/libmlib.so.2
    ./usr/lib/libmlib.so.2
    ./opt/SUNWmlib/lib/libmlib.so.2
    ./opt/SUNWmlib/lib/sparcv8/libmlib.so.2
    ./opt/SUNWmlib/lib/sparcv8plus/libmlib.so.2
    ./opt/SUNWmlib/lib/sparcv8plus+vis/libmlib.so.2
    ./opt/SUNWmlib/lib/sparcv8plus+vis2/libmlib.so.2
    ./opt/SUNWmlib/lib/sparcv9/libmlib.so.2
    ./opt/SUNWmlib/lib/sparcv9+vis/libmlib.so.2
    ./opt/SUNWmlib/lib/sparcv9+vis2/libmlib.so.2
    Then, as a test, I updated my LD_LIBRARY_PATH to incorporate the paths so the various versions would be seen first, and it did not make any difference. I keep getting this when running ldd on gtk-demo:
    libmlib.so.2 (SUNW_2.3) => (version not found)
    libmlib.so.2 (SUNW_2.3) => (version not found)
    libXrender.so.1 (RENDER_0.6) => (version not found)
    I'm also confused about the libXrender not being found as well. Can anyone else shed some light on this? Thanks!

  • Strange Error in NWDS

    Hi Gurus,
    I am getting a very strange error while creating "Error in plugin.xml: A component from extension point ' PDKcustomPortalComponent is misconfigured!!!' This component will be ignored.
    And not letting me create the Abstract Portal Component.
    What my go wrong?
    Warm Regards,
    Karan

    Hi ,
    unsupported  versions of IE might cause this issue.
    check the link below:
      Error when editing WDP View's Properities....
    Thanks,
    Sunitha Hari.
    Edited by: Sunitha Hari on Jan 21, 2008 6:16 PM

Maybe you are looking for