LoadVars not working with IE browser(on Server)

Hello,
I have loaded html file in flash for getting content from html file, it's work great on local machine. But when we have uploaded it to LMS(Blackboard) flash cant load html file. This happens only in Internet Explorer other brousers like Chrome and firefox works fine.
Please provide solution
myData = new LoadVars();
myData.onLoad = function() {
myData.load("myText1.html");
Thanks in advance

Thanks for reply, But Using flash in https webpage, which uses Loadvars.
Works fine in Firefox, but doesnt display the loadvars data in IE 6.
What are the main possible reasons why it doesnt work in IE? (uploaded on
LMS)
its work on Local
Here is the Code:
import flash.external.*
import flash.LoadVars.*
// Get raw_data from test.html
var temp:LoadVars = new LoadVars();
temp.onData = function(raw_data:String) {
trace(raw_data);
temp.load("temp.html");
stop();
HTML: test.html
My First Heading
My first paragraph.
</html

Similar Messages

  • Deskjet D4260 does not work with an ethernet printer server

    I am attempting to attach a Deskjet D4260 printer to a home ethernet network using a StarTech PM1115U printer server. The printer has been connected to the network through a desktop computer, and worked perfectly.  The printer server will also work with a different printer (Canon i550).  However, it doesn't work with the D4260.  The server's port will not go online, and it does not appear to recognize the printer.
    This occurs regardless of OS (Windows XP, VIsta, 7, and 8 preview all don't  work).
    StarTech says there is no incompatibility issue with the server and host-based LIDL printers in general or the D4260 in particular.  Does anyone know of any issues, or how to get the D4260 to work with this printer server?

    Yes, that is how the instructions with the server tell you to install it.  The server is connected to the network via ethernet cable and the printer to the server via USB.  The server's instructions (as well as those given to me from StarTech support) say to install the printer as a local printer using a TCP/IP port using the server's IP address, which must be on the same subnet as the computer you are installing the printer on.  All this I have done.  There are a number of settings for the port.  It can be raw or LPR and there are other options.  I have attached it as instructed, and I have tried both raw and LPR, and tried various other settings.  I was able to install a Canon i550 on the server with no difficulties.  I was able to print to the printer, and the server, when I accessed it using either StarTech's server management software or a browser pointed to the IP address, showed the server's port on line and identified correctly the printer attached to it.  When I attach the D4260, however, it shows the port off line and does not identify the printer.  I got this server as a replacement for one that I bought without knowing that, according to its own documentation, it does not work with LIDL orinters.   StarTech did not have any such warning, and the StarTech support people said that there should be no problem with a LIDL printer.  They told me to consult HP support (to which this forum is the closest thing I can find).  It looks to me as if either there is something about the printer that needs to be reset, or the server does not work with this printer.  So far changing the driver does something, but not enough to print.

  • Firefox 3.6.11 will not work with Dreamweaver browser preview.

    Upgraded to 3.6.11 today. Now the browser preview in Dreamweaver will not work with Firefox. I have to use browser preview nearly every day, so I need to go back to 3.6.10 - how can I do this?

    Here's the fix. Dump Firefox 3.6.13 and Re-Install Firefox 3.5.16. Problem solved.

  • Flash video has not worked with Firefox browser for years. When will you fix this?

    Anyone who uses Firefox browser (for Windows or for Mac) knows that flash video playback ceased working sometime around Firefox ver 13 and has not worked since.
    The Mozilla people say it is Adobe's fault - instead of fixing Firefox.
    They say roll back to Adobe Flash version 10.
    This solves the video problem, but then, any other services that depend on the latest Flash build, quit working properly.
    This situation leaves millions of Firefox users in perpetual frustration. We can't use our browser of choice to view any web video built with Flash.
    This is so unacceptable. I am unable to understand why Adobe and Firefox don't get together and iron out whatever code incompatibility is causing this.
    I would really like to hear Adobe's explanation for this.

    proteus-editorial wrote:
    Anyone who uses Firefox browser (for Windows or for Mac) knows that flash video playback ceased working sometime around Firefox ver 13 and has not worked since.
    The Mozilla people say it is Adobe's fault - instead of fixing Firefox.
    They say roll back to Adobe Flash version 10.
    This solves the video problem, but then, any other services that depend on the latest Flash build, quit working properly.
    This situation leaves millions of Firefox users in perpetual frustration. We can't use our browser of choice to view any web video built with Flash.
    This is so unacceptable. I am unable to understand why Adobe and Firefox don't get together and iron out whatever code incompatibility is causing this.
    I would really like to hear Adobe's explanation for this.
    Uh... I don't know what planet you posted this from, but Flash video has worked flawlessly with Firefox for hundreds of millions of users here on earth, without any gaps since Firefox was still called Mozilla.
    For the record, I have Firefox 28 with Flash Player 13 installed on:
    WIndows XP (SP3-64bit)
    Windows Vista Ultimate (SP2-64bit)
    Windows 7 Ultimate (SP1-64bit)
    Windows 8 Enterprise (64bit-2 machines) 
    Windows 8.1 Enterprise (64 bit)
    OS 0.6.8 Server
    OS10.7.5
    OS10.8.5 
    OS10.9.2
    And I've had Firefox with Flash Player since 2003 on both OS formats. I've never had a compatibility problem.
    I also use Chrome, IE, Opera, Safari and a few other browsers you probably never heard of (like SeaMonkey, Maxthon, Waterfox, iCab, OmniWeb)... Flash works in all of them.
    I'd have to say the problem is with your system specifically, because if it was a Firefox/Flash compatibility problem, there would have been hundreds of millions of complaints about it, for over a decade. That... just isn't the case.

  • Full-Text search is not working with PDF files - SQL Server 2012 64 bit

    Hi,
    We are in the process of storing PDF files in SQL Server 2012 with Full-Text search capability.
    I followed the steps as below and it works fine with word document but not for PDF files. I tried with PDF ifiler 11 & 9 and both are unsuccessful.
    Server/DB Level Settings:
    1)
    Enable FileStream
    2)
    Install Full-Text
    then restart
    3)
    Use [specific db]
    alter
    database [db name]
    add
    filegroup Files
    contains filestream;
    alter
    database [db name]
    add
    file (
    name = N'Files',
    filename =
    N'D:\SQL\DATA') to
    filegroup [Files];
    3)
    Database level
    Settings:
    FileStream:
    FileStream
    Directory name:
    [Set the name]
    FileStream
    non-transacted
    Access: [set Appropriate]
    3a)
    Add a
    datafile to DB
    with filestreamdata
    filetype.
    4)
    Share D:\SQL\DATA
    directory and
    add specific accounts
    with read/write
    access
    5)
    Give bulkadmin
    access to those
    specific accounts
    at server
    level
    6)
    From the
    page (link)
    download and
    install the *.pdf
    IFilter for
    FTS. Link:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5542
    7)
    To the
    PATH global system
    variable add
    path to the
    catalog,
    where you installed
    the plugin.
    Default for
    this version is:
    C:\Program
    Files\Adobe\Adobe
    PDF iFilter 9
    for 64-bit
    platforms\bin
    8)
    From the
    page (link)
    download a
    FilterPackx64.exe
    and install
    it. Link:
    http://www.microsoft.com/en-us/download/confirmation.aspx?id=20109
    9)
    Now from
    SSMS execute the following
    procedures:
    -sp_fulltext_service
    'load_os_resources',1
    -sp_fulltext_service
    'verify_signature', 0
    EXEC
    sp_fulltext_service
    'update_languages';
    -- update language list
    EXEC
    sp_fulltext_service
    'restart_all_fdhosts';
    -- restart daemon
    reconfigure
    with override;
    10)
    Restart the
    server
    11)
    select document_type,
    path from
    sys.fulltext_document_types
    where document_type
    = '.pdf'
    -select
    document_type,
    path from sys.fulltext_document_types
    where document_type
    = '.docx'
    12) Results are OK.
    Following is my Table /Index/ catalog script:
    CREATE
    TABLE dbo.DocumentFilesTest
    DocumentId  INT
    IDENTITY(1,1)
    NOT NULL
    PRIMARY KEY,
    AddDate datetime
    NOT NULL,
    Name nvarchar(50)
    NOT NULL,
    Extension nvarchar(10)
    NOT NULL,
    Description nvarchar(1000)
    NULL,
    FileStream_Id UNIQUEIDENTIFIER
    ROWGUIDCOL NOT
    NULL UNIQUE DEFAULT
    NEWSEQUENTIALID(),
    FileSource varbinary(MAX)
    FILESTREAM DEFAULT(0x)
    go
    --Add default add date for document   
    ALTER
    TABLE dbo.DocumentFilesTest
    ADD CONSTRAINT
    DF_DocumentFilesTest_AddDate
    DEFAULT sysdatetime()
    FOR AddDate
    EXEC
    sp_fulltext_database
    'enable'
    GO
    IF
    NOT EXISTS
    (SELECT
    TOP 1 1 FROM sys.fulltext_catalogs
    WHERE name
    = 'Ducuments_Catalog_test')
    BEGIN
    EXEC sp_fulltext_catalog
    'Ducuments_Catalog_test',
    'create',
    'D:\SQL\PDFBlob';
    END
    --EXEC sp_fulltext_catalog 'Ducuments_Catalog_test', 'drop'
    DECLARE
    @indexName nvarchar(255)
    = (SELECT
    Top 1 i.Name
    from sys.indexes
    i
    Join sys.tables
    t on 
    i.object_id
    = t.object_id
    WHERE t.Name
    = 'DocumentFilesTest'
    AND i.type_desc
    = 'CLUSTERED')
    PRINT @indexName
    EXEC
    sp_fulltext_table
    'DocumentFilesTest',
    'create',
    'Ducuments_Catalog_test', 
    @indexName
    EXEC
    sp_fulltext_column
    'DocumentFilesTest',
    'FileSource',
    'add', 0,
    'Extension'
    EXEC
    sp_fulltext_table
    'DocumentFilesTest',
    'activate'
    EXEC
    sp_fulltext_catalog
    'Ducuments_Catalog_test',
    'start_full'
    ALTER
    FULLTEXT INDEX
    ON [dbo].[DocumentFilesTest]
    ENABLE
    ALTER
    FULLTEXT INDEX
    ON [dbo].[DocumentFilesTest]
    SET CHANGE_TRACKING
    = AUTO
    ALTER
    FULLTEXT CATALOG
    Ducuments_Catalog_test REBUILD
    WITH ACCENT_SENSITIVITY=OFF;
    INSERT
    INTO DocumentFilesTest(Extension,
    Name,
    FileSource)
    SELECT
     'pdf'
    'BOL12006553.pdf'
    * FROM
    OPENROWSET(BULK
    'd:\SQL\PDFBlob\BOL12006553.pdf',
    SINGLE_BLOB)
    AS BLOB;
    GO
    INSERT
    INTO DocumentFilesTest(Extension,
    Name,
    FileSource)
    SELECT
     'docx'
    'test.docx'
    * FROM
    OPENROWSET(BULK
    'd:\SQL\PDFBlob\test.docx',
    SINGLE_BLOB)
    AS Document;
    GO
    SELECT
    d.*
    FROM dbo.DocumentFilesTest
    d WHERE
    Contains(d.FileSource,
    'BILL')
    Returns nothing. it should come from PDF file
    SELECT
    d.*
    FROM dbo.DocumentFilesTest
    d WHERE
    Contains(d.FileSource,
    'TEST')
    Returns from word document as follows:
    2           2014-06-04 10:11:41.393            test.docx docx           
    NULL   [BINARY Value]  [Binary Value]
    Any help is appreciated. Its been a long wait.
    Thanks,
    Vel
    Vel Thavasi

    Hello,
    Did you check the fulltext log files for more details about the errors. If the filter isn’t working, there should be errors in the error log file.
    The following thread is about similar issue, please refer to:
    http://social.msdn.microsoft.com/forums/sqlserver/en-US/69535dbc-c7ef-402d-a347-d3d3e4860d72/sql-server-2008-64bit-fulltext-indexing-pdf-not-working-cant-find-ifilter
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • Client Exclusion Policies on WLC not working with ISE as RADIUS Server

    Hi,
    for our Guest WLAN (Security Setting for this SSID:Layer2: MAC filtering, Layer3:none) we use ISE as RADIUS Server. On WLC I enabled client exclusion polices and checked all options (Excessive 802.11 Auth. Failures etc..).. But even if a client fails 20times at authentication, it is not excluded on the wlc. It works with other SSIDs, where security settings are set to 802.1x.
    Am I missing any settings here or do you have some tipps on how to troubleshoot this?
    Thanks very much!

    Hi Renata,
    If those guest failures are not associated with valid guest users (i.e. people who have forgotten their account or entering the wrong password) there isn't anything that can be done. The main point of Guest WLAN is to make it as easy as possible for Guests - individuals with device configurations you don't want to deal with or know about, to connect your network for internet access. From a WiFi/802.11 perspective, the standard Guest WLAN setup means its easy for any device to connect.
    If your Guest WLAN has the following:
    SSID is broadcast enabled, Security = OPEN, Encryption = none, then any 802.11 device can find the WLAN via passive scanning and connect. And any device that connects will get the ISE portal. Once recieveing that portal they can guess away at valid username/password.
    I would suspect that unless your Guest WiFi is adjacent to a Mall, school, hotel or other hi-density area of individuals  with time and electronics on their hands, other than alerts in your ops window and logs, resources associated with this (WLC & ISE) are very low.
    You can try and dull the noise a few ways.
    Option 1. create and ISE log filter on those alerts so they don't cluter the console.
    Option 2. Stop broadcasting the SSID.  This is not a security measure, but will cut volume of people connecting to the SSID significantly. You will have to tell your guests what SSID or include it in their credential communication.
    Option 3. Put a very simple PSK on the SSID. The PSK will become a public secret - shared with valid guests, doesn't have change as it's purpose is not security.  You will have to include this information on their credential communication.
    Option 4 - both 2 and 3
    The most effective option would be 3.
    Good Luck!

  • Flash Player latest not working with any browser.

    I want to play some games on addicting games, I got to it and I get a blue screen instead of the screen I get usually before I updated. I go to hulu.com and the front bar NEVER loads (sits for hours and nothing loads) Youtube videos DO load but games do not work ever! Pandora won't load either it says you aren't loading the page. Been dealing with this for as long as I've had the latest version and I can't figure it out.

    Sadly doing that did not fix my problem either.     I just tried doing that and uninstalling flash player, rebooting and then reinstalling flash and I am still having the same problem as I stated here.   http://forums.adobe.com/message/4014843#4014843
    I have checked that flash is enabled
    Unchecked hardware accerleration
    Set in the internet options to use software rendering
    Tried updating my drivers (it tells me my drivers are up to date, in any case I have only had this laptop since July)
    I even tried deleting cookies, though I use IE9 instead of firefox so I just deleted them all instead of just the one for youtube, I honestly can not find the folder for cookies anyway with this windows 7 and how it is set up to try and delete the one cookie.
    I am really at a loss as to what to do.

  • Flash not working with any browser after update

    After an update, flash videos will not stream in any browser (Chrome, Firefox, Safari). I did a clean install of flash and the browsers, but to no avail. Mac 10.10.2. Has anyone else experienced this?

    Sadly doing that did not fix my problem either.     I just tried doing that and uninstalling flash player, rebooting and then reinstalling flash and I am still having the same problem as I stated here.   http://forums.adobe.com/message/4014843#4014843
    I have checked that flash is enabled
    Unchecked hardware accerleration
    Set in the internet options to use software rendering
    Tried updating my drivers (it tells me my drivers are up to date, in any case I have only had this laptop since July)
    I even tried deleting cookies, though I use IE9 instead of firefox so I just deleted them all instead of just the one for youtube, I honestly can not find the folder for cookies anyway with this windows 7 and how it is set up to try and delete the one cookie.
    I am really at a loss as to what to do.

  • Microsoft Word 2013 Dictionary App not working with "compatible" Browser

    My Microsoft Word English Dictionary App is not working. It keeps giving me the excuse that my browser is not compatible but I checked and the minimum is Firefox 12. I have Firefox 33. Any ideas on how to fix this?

    Hi rosedoc12,
    I have done some research and I have found a document that will show you how to disable or lock the fn key.
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&​lc=en&docname=c02035108
    Thank you,
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • BEA Portals will NOT work with particular browser settings

    Hi Everyone,
    A colleage just had very unexpected results when using our portal (v8.1 SP2).
    We found that the problem was due to the broswer cache setting. The 'Check for
    newer versions of stored pages' option in IE5.5 was set to 'never' and obviously
    the browser was redisplaying wrong pages of the portal causing various errors.
    Surely when these portals are released to the public you don't need to ask for
    specific browser settings for people to use them?
    Is there anyway to force the browser to not use the cache? Has anyone had any
    other browser issues with Portal?
    Thanks in Advance,
    Alex.

    Hi Alex,
    We've experienced similar problems. Setting the following metatags in the head-section
    of the should work:
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Cache-Control" content="no-store">
    <meta http-equiv="Expires" content="-1">
    You can set them in the head.jsp file in the framework, right after the <head>
    tag.
    Due to some bug in IE when size is less than 64 Kb. you will also have to set
    the following just before the </html> tag. I've set them in shell.jsp in the framework:
    <head>
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="-1">
    </head>
    (Yes - you need the <head> and </head> tags!?)
    Hope this helps??
    - Peter
    "Alex Cave" <[email protected]> wrote:
    >
    Hi Everyone,
    A colleage just had very unexpected results when using our portal (v8.1
    SP2).
    We found that the problem was due to the broswer cache setting. The 'Check
    for
    newer versions of stored pages' option in IE5.5 was set to 'never' and
    obviously
    the browser was redisplaying wrong pages of the portal causing various
    errors.
    Surely when these portals are released to the public you don't need to
    ask for
    specific browser settings for people to use them?
    Is there anyway to force the browser to not use the cache? Has anyone
    had any
    other browser issues with Portal?
    Thanks in Advance,
    Alex.

  • Flash Player trust file not working with Embedded browser on linux

    Hi,
    I have an application which embeds a browser based on
    Xulrunner inside it. I have couple of flash swf files I need to
    load in the browser. The swf files talk with a javascript to change
    the page title and also to change the URL when I am browsing
    through the content in the URL. I need the URL change because I
    need to remember where I was in the flash content so that I can go
    directly to that place in the flash file when I open my browser the
    next time.
    To let the swf file do this I created a cfg file and placed
    it into the Flash Player Trust folder( I tried both the local one
    at /home/user/.macromedia/Flash_Player/#Security/FlasPlayerTrust
    and global trust file location at /etc/adobe/FlashPlayerTrust ) ,
    but I didn't get the expected result. I debugged into my app and
    found that the swf never reset the Title of the page( which
    indicates that the javascript was blocked) . It works fine from a
    firefox browser but not from inside my embedded browser. My app
    also works fine on windows and Mac . This is observed only on
    Linux. Can any body think of what else I need to do get my
    javascript embedded in the flash file working?
    Thanks
    jbsp72

    I tried out a few more things since nobody on this forum was
    responding. I tried installing another application which also
    embeds xulrunner browser. So I downloaded Prism which is a simple
    xulrunner based browser. The flash works fine with that and the URL
    gets set appropriately. So is there any setting I need to do to get
    it working. Or could somebody atleast point me to the right place
    to ask this question? :(

  • My stumble upon has quit working. Keeps saying It will not work with the browser version I have witch is Mozilla 12.0

    All of the sudden my stumble upon has quit working and I'm not sure why. When I try to stumble it says my browser version needs to be updated yet I have done nothing to change anything to make this problem happen. What do I need to do and how do I fix this?

    You probably have a corrupted user agent that identifies you as Firefox/3.5.6
    *Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)
    See:
    *https://support.mozilla.org/kb/Finding+your+Firefox+version
    *https://support.mozilla.org/kb/websites-say-firefox-outdated-or-incompatible
    *http://kb.mozillazine.org/Resetting_your_useragent_string_to_its_compiled-in_default

  • Ipad2 after upgrade to 4.3.3 not working with Outlook 2007 Outlook server

    After the upgrade I not able to connect to work Outlook mail server. Before the upgrade everything worked fine.

    You say it worked prior to the upgrade - have you tried removing the account and re-adding it, ensuring that all ActiveSync features are enabled and that all information is entered properly?

  • Weblogic server 5.1.0 with sp8 does not work with LDAP (Netscape Directory Server 4.12)

    I have weblogic server 5.1.0 with the sp8 running on Windows NT server 4.0.
    The weblogic server is configured to use LDAP realm (Netscape directory
    server 4.12).
    When I try to run weblogic server and I am getting the following errors:
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException: java.lang.ExceptionInInitialize
    or: weblogic.security.ldaprealm.LDAPRealmException: cannot connect to ldapse
    without a principal to authenticate as
    at weblogic.security.ldaprealm.LDAPDelegate.setupProperties(LDAPDele
    .java, Compiled Code)
    at weblogic.security.ldaprealm.LDAPDelegate.<clinit>(LDAPDelegate.ja
    83)
    at weblogic.security.ldaprealm.LDAPRealm.<init>(LDAPRealm.java:34)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:241)
    at weblogic.security.acl.Realm.getRealm(Realm.java:78)
    at weblogic.security.acl.Realm.getRealm(Realm.java:56)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1756)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    java.lang.ExceptionInInitializerError: weblogic.security.ldaprealm.LDAPRealm
    ption: cannot connect to ldapserver without a principal to authenticate as
    at weblogic.security.ldaprealm.LDAPDelegate.setupProperties(LDAPDele
    .java, Compiled Code)
    at weblogic.security.ldaprealm.LDAPDelegate.<clinit>(LDAPDelegate.ja
    83)
    at weblogic.security.ldaprealm.LDAPRealm.<init>(LDAPRealm.java:34)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:241)
    at weblogic.security.acl.Realm.getRealm(Realm.java:78)
    at weblogic.security.acl.Realm.getRealm(Realm.java:56)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1756)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    And here is the my ldaprealm.properties file
    netscape.server.host=localhost
    netscape.server.port=389
    netscape.server.ssl=false
    netscape.server.principal=uid=admin, ou=Administrators,
    ou=TopologyManagement, o=NetscapeRoot
    netscape.server.credential=password
    netscape.user.dn=ou=People, o=towers.com
    netscape.user.filter=(&(uid=%u)(objectclass=person))
    netscape.group.dn=ou=Groups, o=towers.com
    netscape.group.filter=(&(cn=%g)(objectclass=groupofuniquenames))
    netscape.membership.filter=(&(uniquemember=%M)(objectclass=groupofuniquename
    s))
    By looking at the error message, it seems like the "server.principal" and
    "server.credential" info is not correct.
    But I was able to use the same Netscape Directory server with Welogic 5.1.0
    with sp4, although the ldaprealm.properties file has somewhat different
    format.
    Did anyone have similar problems with sp8?
    Thanks in advance for any suggestions.

    BEA support just gave me the solution.
    They told me to uncomment out the line
    server.alias=netscape
    in the ldaprealm.properties file
    And I am able to start weblogic with my NIS
    Thanks
    "Enrique" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi,
    Have you try to remove the "system" user on the LDAP server?
    Regards.
    "Honghai Zhang" <[email protected]> wrote:
    I have weblogic server 5.1.0 with the sp8 running on Windows NT server
    4.0.
    The weblogic server is configured to use LDAP realm (Netscape directory
    server 4.12).
    When I try to run weblogic server and I am getting the following errors:***************************************************************************
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.ExceptionInInitialize
    or: weblogic.security.ldaprealm.LDAPRealmException: cannot connect toldapse
    without a principal to authenticate as
    atweblogic.security.ldaprealm.LDAPDelegate.setupProperties(LDAPDele
    ..java, Compiled Code)
    atweblogic.security.ldaprealm.LDAPDelegate.<clinit>(LDAPDelegate.ja
    83)
    atweblogic.security.ldaprealm.LDAPRealm.<init>(LDAPRealm.java:34)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:241)
    at weblogic.security.acl.Realm.getRealm(Realm.java:78)
    at weblogic.security.acl.Realm.getRealm(Realm.java:56)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1756)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    java.lang.ExceptionInInitializerError:weblogic.security.ldaprealm.LDAPRealm
    ption: cannot connect to ldapserver without a principal to authenticate
    as
    atweblogic.security.ldaprealm.LDAPDelegate.setupProperties(LDAPDele
    ..java, Compiled Code)
    atweblogic.security.ldaprealm.LDAPDelegate.<clinit>(LDAPDelegate.ja
    83)
    atweblogic.security.ldaprealm.LDAPRealm.<init>(LDAPRealm.java:34)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:241)
    at weblogic.security.acl.Realm.getRealm(Realm.java:78)
    at weblogic.security.acl.Realm.getRealm(Realm.java:56)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1756)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)***************************************************************************
    And here is the my ldaprealm.properties file////////////////////////////////////////////////////////////////////////////
    netscape.server.host=localhost
    netscape.server.port=389
    netscape.server.ssl=false
    netscape.server.principal=uid=admin, ou=Administrators,
    ou=TopologyManagement, o=NetscapeRoot
    netscape.server.credential=password
    netscape.user.dn=ou=People, o=towers.com
    netscape.user.filter=(&(uid=%u)(objectclass=person))
    netscape.group.dn=ou=Groups, o=towers.com
    netscape.group.filter=(&(cn=%g)(objectclass=groupofuniquenames))
    netscape.membership.filter=(&(uniquemember=%M)(objectclass=groupofuniquename
    s))////////////////////////////////////////////////////////////////////////////
    By looking at the error message, it seems like the "server.principal" and
    "server.credential" info is not correct.
    But I was able to use the same Netscape Directory server with Welogic5.1.0
    with sp4, although the ldaprealm.properties file has somewhat different
    format.
    Did anyone have similar problems with sp8?
    Thanks in advance for any suggestions.

  • Can someone help with my Mail not working with my Microsoft Exchange server?

    I am trying to set up my Mail account. I am using the Microsoft Exchange server. I've been using Entourage, but wanted to switch to using the Mac's Mail. I used the same settings I had with Entourage, but with Mac Mail I'm getting this error: MFEWSErrorDomain error 56. From some of the other posts I saw, it seems as though no one has any answers, but I figured I'd ask anyway.

    There is no single cause of this problem and hence no single solution. There are several suggestions in this thread, if you haven't come across it, one of which might help:
    https://discussions.apple.com/thread/3953623?start=0&tstart=0
    Regards.

Maybe you are looking for

  • FCE making me cry, lol. I edit down size of my video to fit screen and render, then it goes back

    So my video that I sized down to fit the screen then went back to large again. Every time I have to render its time consuming and I feel like it's every other minute...anyone have tips?

  • Unablle to turn on wireless radio

    We have an IBM Thikpad. we are unable to turn on the wireless readio. We have turned the switch on, the light is on and we have tried to power on the switch from the Think vantage instructions. We have spent hours trying to solve this problem. Please

  • How can I identify and remove duplicate file (audio & photo)

    How can I identify and remove duplicate file (audio & photo)?  I have quite a few libraries created as backup files.

  • Re: Slow Speed During Prime Time

    I moved to a property connected to the Leith Exchange from the Newington one. Since then I have noticed a considerable deterioration in my download speed. Netflix will often be very pixelated and other video steaming will take a while to buffer. This

  • Can't open idvd

    when I try to open idvd I get a message can't find file /applications/imovie hd.imovie project/shared movies/idvd/moviehd.mov audio /applications/imovie hd.imovie project/shared movies/idvd/moviehd.mov video my movie is all set to go but I can't burn