No licence file: further startup cancelled

Hi
Installed EDQ into WebLogic ... followed the Advanced installation steps but recieved this error when starting the managed server hosting dndirector app. Testing the installation on Windows 7.
INFO: Refreshing com.datanomic.director.startup.WebApplicationContext@1e4acce: display name [Root WebApplicationContext]; startup date [Thu Apr 18 17:20:24 EDT
2013]; root of context hierarchy
INFO: 18-Apr-2013 17:20:24: dn:director version 9.0.6(895) starting
18-Apr-2013 5:20:24 PM com.datanomic.director.startup.WebApplicationContext loadBeanDefinitions
SEVERE: No licence file: further startup cancelled
INFO: 18-Apr-2013 17:20:25: Initialising ZipServerServlet.
<18-Apr-2013 5:20:25 o'clock PM EDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
EDIT:
The app is looking for a director.lic file under the server\dndirector\WEB-INF\config directory but the file doesn't exist there or anywhere for that matter.
Thanks in advance.
Notes:
Development Mode (JDK 1.6_29)
weblogic-plan.xml
Demo Keystore provided by Oracle.
SSL enabled on both Admin and edq's managed server.
Deployed into edq's managed server.
Created the required folders, tools, config, dndirector (copied required files to them) (dndirector contains the config and tools directories).
Restarted all servers. started dndirector deployment (all started health ok and active)
Edited by: owbdev99 on 18-Apr-2013 8:09 PM
Edited by: owbdev99 on 18-Apr-2013 8:23 PM
Edited by: owbdev99 on 18-Apr-2013 8:35 PM

Hi,
Just to be clear to all reading this.
The issue here is that the default SSL certificate created during a WebLogic install is blocked by recent versions of Internet Explorer due to its keysize (512 bits) - see Microsoft knowledge base article 2661254. This will prevent the display of the HTTPS web pages required to complete an EDQ install and to administer EDQ after installation.
There are two ways to get over this:
1) Use a different browser. This will enable you to complete the installation, at least. If you then need to use IE on an ongoing basis you will also need to do 2.
2) Generate and attach a new certificate that will not be blocked (using an RSA keysize of 1024 or 2048 bits for example). To do this, please consult the Weblogic documentation for Configuring Identity and Trust, and especially the section Using the Keytool Utility.
It is not recommended to attempt to take pieces from the proper config directory and place them in the temporary directory WEB-INF. This is not necessary and does not help resolve the problem, which is really just about displaying secure web pages.
The EDQ documentation will be updated shortly to reflect the above.
Regards,
Mike
Edited by: MikeMatthews on Apr 19, 2013 6:44 AM

Similar Messages

  • Adobe Acrobat gives an error message "The key file is missing, canceled"

    Hi,
    Adobe Acrobat gives an error message "The key file is missing, canceled" this is a direct translation of the Finnish error message. Acrobat is already re-installed. The operating system is Windows Server 2008 R2, and there is also installed Adobe Reader X.
    BR
    Heikki

    Please let us know do you see this error on every launch of Acrobat?
    Recommended is to have latest version of Acrobat and Reader. i.e. 10.1.8
    Try updating application and then see if you still encounter the error.

  • Licence file is not being uploaded to NX 9k ?

    Trying to upload the licence file to a bootflash: via tftp, but keep getting TFTP get operation failed: connection time out;
    Any link/method than normal upload file to Cisco switches ?
    Rgds

    I'd try them over here.
    http://forums.asp.net/1247.aspx/1?Azure+and+ASP+NET
    http://forums.asp.net/26.aspx/1?Configuration+and+Deployment
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Launch a specific file on startup

    Hello everyone,
    Is there a way to automatically launch a specific file on startup?
    I would like to have an image pop up on my wife's computer when she logs in in the morning. Is this possible? Is there an app to automate this sort of thing? I've looked into the Login Items, but as far as I know it only allows one to launch apps, not specific files.
    Thank you so much for your help
    Best,
    Rui

    Hi there,
    Thank you for your help. I just found the answer in another post, and you can actually fo it from the Login Items section. Simply click the + sign, select the file to open and voilá
    Cheers!

  • Webstart  unable to find the Bea licence file

    Hi All,
    We are using an web application with weblogic server and webstart. We are currently trying to convert the application from T3 to T3s protocol. For this we require the license.bea file to be set in the client side class path.
    When i place this license.bea in the download directory of the webstart (where all signed the jar's and .jnlp file is downloaded) and launch the .jnlp file,it works.But when the .jnlp file is called throug the application it fails to locate the license file. error message:
    <<Missing license file for: WebLogic Platform 8.1>>
    The .jnlp file is as below :
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="http://dbnexus.int.risk.db.com:80/webstart/" href="launch.jnlp" spec="1.0+">
    <information>
    <vendor>GRT</vendor>
    <homepage href="index.html"/>
    <description kind="short">Client for dbNexus reference data management system</description>
    <description kind="one-line">dbNexus client</description>
    <description kind="tooltip">dbNexus client</description>
    <title>dbNexus Client ( INT )</title>
    </information>
    <security>
    <all-permissions/>
    </security>
    <property name="bea.home" value=".\"/>
    <property name="weblogic.security.SSL.ignoreHostnameVerification" value="true"/>
    <property name="weblogic.security.SSL.trustedCAKeyStore" value=".\DAPTrust.jks"/>
    <property name="weblogic.security.SSL.trustedCAKeyStorePassPhrase" value="trustpassword"/>
    <resources>
    <j2se initial-heap-size="512M" max-heap-size="1024M" version="1.4+"/>
    <jar download="eager" href="dbnApplet.jar"/>
    <jar download="eager" href="xmlParserAPIs.jar"/>
    <jar download="eager" href="xercesImpl.jar"/>
    <jar download="eager" href="log4j-1.2.3.jar"/>
    <jar download="eager" href="utils.jar"/>
    <jar download="eager" href="weblogic.jar"/>
    <jar download="eager" href="dbnexus-ejb-compiled.jar"/>
    <jar download="eager" href="wlcipher.jar"/>
    </resources>
    <application-desc main-class="dbnexus.client.applet.appletwrapper.MainFrame">
    <argument>http://dbnexus.int.risk.db.com:80/webstart//dbnexus.properties</argument>
    </application-desc>
    </jnlp>
    In the above code i have specified the Bea.home as .\ so that it picks up the license from the same directory. We do not want to place the file at other place and hard code the path in the code as the path might differ in different systems where the application will be downloaded.
    Is there any way by which we can achive the above. Is it possible to place the .bea file inside any jar and access it from the same. Please advice.
    Thaks in advance....
    Regards,
    Ravi

    The problem is,the appliaction is not able to find
    the license file from within the .Jar.
    is set the property as :
    Dbea.home="c:/Documents and Settings/All
    Users/Application
    Data/JavaCache/http/Ddbnexus.int.risk.db.com/P80/DMweb
    start/" and it works
    But if i giv the path of the jar file it does not :
    -Dbea.home="c:/Documents and Settings/All
    Users/Application
    Data/JavaCache/http/Ddbnexus.int.risk.db.com/P80/DMweb
    start/RMwlcipher.jar!/license.bea"
    How can i make the licence file insidethe .jar file
    readable by the application ?
    Or is there any way by which i can download the .bea
    file to the webstart catch(I.e the download
    directory). I am able to download the .jar using
    <resources>
    <jar href="wlcipher.jar" download="eager"/>
    </resources>
    Please advice.........
    Ravi
    The problem is,the appliaction is not able to find
    the license file from within the .Jar.
    That is because there is no such "file" on the client machine.
    c:/Documents and Settings/.../DMwebstart/RMwlcipher.jar!/license.bea"
    is not a path at all. (notice the "!" between the jar and the file in it.)
    After you call getResource you have a valid url to the file, but URL.getPath() will not return a "path" that can be used by the file system.
    You have to open a URLConnection to that URL and read the stream that is the file contents, and store it as a file somewhere on the filesystem.
    (Instead of getResource(), you can just use getResourceAsStream())
    /Andy

  • Error in identifying control file; during startup, SOLVED

    Virag_Sh: Thanks for your valuable inputs.
    Oracle is not able to identify the control files on startup.
    [oracle@localhost ~]$ sqlplus sys/change_on_install as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jun 2 11:36:25 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 88080384 bytes
    Fixed Size 1217836 bytes
    Variable Size 79694548 bytes
    Database Buffers 4194304 bytes
    Redo Buffers 2973696 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    initTSH1.ora file contents:
    CONTROL_FILES = ("/boot/u01/app/oracle/oradata/orcl/control1.ctl","/boot/u01/app/oracle/oradata/orcl/control2.ctl","/boot/u01/app/oracle/oradata/orcl/control3.ctl"
    And here are the control files:
    [oracle@localhost orcl]$ pwd
    /boot/u01/app/oracle/oradata/orcl
    [oracle@localhost orcl]$ ls -l | grep ctl
    -rw-r----- 1 oracle oinstall 7061504 May 31 15:19 control01.ctl
    -rw-r----- 1 oracle oinstall 7061504 May 31 15:19 control02.ctl
    -rw-r----- 1 oracle oinstall 7061504 May 31 15:19 control03.ctl
    Message was edited by:
    user545563

    The new value is ((4MB * the number of cpus)/db_block_size)
    Sat Jun 2 16:10:53 2007
    Starting ORACLE instance (normal)
    Sat Jun 2 16:10:53 2007
    System parameter db_block_buffers enabled without VLM on.
    Cannot determine all dependent dynamic libraries for /proc/self/exe
    Unable to find dynamic library libocr10.so in search paths
    RPATH = /ade/aime1_build2101/oracle/has/lib/:/ade/aime1_build2101/oracle/lib/:/ade/aime1_build2101/oracle/has/lib/:
    LD_LIBRARY_PATH is not set!
    The default library directories are /lib and /usr/lib
    Unable to find dynamic library libocrb10.so in search paths
    Unable to find dynamic library libocrutl10.so in search paths
    Unable to find dynamic library libocrutl10.so in search paths
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as /boot/u01/app/oracle/product/10.2.0/db_1/dbs/arch
    Autotune of undo retention is turned off.
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 50
    shared_pool_size = 54525952
    control_files = /boot/u01/app/oracle/oradata/orcl/control01.ctl, /boot/u01/app/oracle/product/10.2.0/db_1/dbs/;
    db_block_buffers = 512
    log_buffer = 2927616
    log_checkpoint_interval = 10000
    db_files = 80
    db_file_multiblock_read_count= 8
    global_names = TRUE
    parallel_max_servers = 5
    max_dump_file_size = 10240
    db_name = DEFAULT
    MMAN started with pid=4, OS id=7709
    PMON started with pid=2, OS id=7705
    PSP0 started with pid=3, OS id=7707
    LGWR started with pid=6, OS id=7713
    DBW0 started with pid=5, OS id=7711
    RECO started with pid=9, OS id=7719
    MMON started with pid=10, OS id=7721
    MMNL started with pid=11, OS id=7723
    SMON started with pid=8, OS id=7717
    CKPT started with pid=7, OS id=7715
    Sat Jun 2 16:11:01 2007
    ALTER DATABASE MOUNT
    Sat Jun 2 16:11:01 2007
    ORA-00202: control file: '/boot/u01/app/oracle/product/10.2.0/db_1/dbs/;'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    Sat Jun 2 16:11:01 2007
    ORA-205 signalled during: ALTER DATABASE MOUNT...
    The error is here:
    ORA-00202: control file: '/boot/u01/app/oracle/product/10.2.0/db_1/dbs/;'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Don't know how is /boot/u01/app/oracle/product/10.2.0/db_1/dbs/ directory getting added to while searching for the control file.
    control files are located in directory: /boot/u01/app/oracle/oradata/orcl/control01.ctl
    init.ora,initTSH1.ora and spfileTSH1.ora all have control file location as
    /boot/u01/app/oracle/oradata/orcl/control01.ctl
    [oracle@localhost dbs]$ cat spfileTSH1.ora
    *.CONTROL_FILES='/boot/u01/app/oracle/oradata/orcl/control01.ctl',';'
    *.db_block_buffers=100# SMALL
    *.db_file_multiblock_read_count=8# SMALL
    *.db_files=80# SMALL
    *.db_name='DEFAULT'
    *.global_names=TRUE
    *.log_buffer=32768# SMALL
    *.log_checkpoint_interval=10000
    *.max_dump_file_size='10240'# limit trace file size to 5 Meg each
    *.parallel_max_servers=5# SMALL
    *.processes=50# SMALL
    *.shared_pool_size=52132659
    [oracle@localhost dbs]$
    In init.ora
    CONTROL_FILES = ("/boot/u01/app/oracle/oradata/orcl/control01.ctl","/boot/u01/app/oracle/oradata/orcl/control02.ctl","/boot/u01/app/oracle/oradata/orcl/control03.ctl");
    In initTSH1.ora
    # define two control files by default
    CONTROL_FILES = ("/boot/u01/app/oracle/oradata/orcl/control01.ctl","/boot/u01/app/oracle/oradata/orcl/control02.ctl","/boot/u01/app/oracle/oradata/orcl/control03.ctl");
    [oracle@localhost orcl]$ pwd
    /boot/u01/app/oracle/oradata/orcl
    [oracle@localhost orcl]$ ls -l | grep ctl
    -rw-r----- 1 oracle oinstall 7061504 May 31 15:19 control01.ctl
    -rw-r----- 1 oracle oinstall 7061504 May 31 15:19 control02.ctl
    -rw-r----- 1 oracle oinstall 7061504 May 31 15:19 control03.ctl

  • Unable to update software or upload pics from SD card-how do I remove files from startup disk? Please help!

    Unable to update software or upload pics from SD card-how do I remove files from startup disk? Please help!

    Hello Smile_333
    The article below will assist with finding things and help increase the hard drive space for your computer. The best way is to have an external hard drive to copy things to if you do not want to delete and loose things.
    OS X Mountain Lion: Increase disk space
    http://support.apple.com/kb/PH10677
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Upgrade would not install (3.6.8) error message Licence file for this version could not be found

    The latest upgrade 3.6.8 downloaded but would not install. Error message read "the licence file for this version could not be found.". Visit Firefox homepage for more info
    == I tried to install the latest Firefox upgrade. Have tried about 6 times

    It can also help if you delete the Firefox program folder (C:\Program Files\Mozilla Firefox) before installing a new full Firefox copy.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that are locked in any way.
    You can skip the step to create a new profile, that is not necessary for this issue.

  • Unix Installation Error - Error parsing licence file

    Hi All,
    I'm trying installed OBIEE in HP-UX Box. I got a CD from my partner and trying to install OBIEE. But i got error at the first step itself. Below is the error:
    Error parsing licence file '/opt/oraclebi/Server/Oracle_Business_Intelligence/licence.xml'. The licence file does not match its signature. Please contact Siebel tecnical support.
    Please help me. This first time i'm installing OBIEE.
    Regards
    Raj

    Is there anybody can help. It is urgent. I need to setup the development server ASAP.

  • Nexus 1000v Eval Licence File for ASA1000v

    Hi Guys,
    We have installed N1K working no problem and now installed ASA1000v with VNMC using ASADM mode. The device is registred to VNMC and Security profiles set, access rules set against with NAT. Port profiles created on the N1K with the VNMC path and Security profile attached. I now realised i require the Licence file for the following packages;
    gs2-cldnexus-01# sh license host-id
    License hostid: VDH=1956902401137053593
    gs2-cldnexus-01#
    gs2-cldnexus-01# sh license usage
    Feature                      Ins  Lic   Status Expiry Date Comments
                                     Count
    NEXUS_VSG_SERVICES_PKG        No  512   Unused 05 Aug 2013 -
    NEXUS1000V_LAN_SERVICES_PKG   No  512   Unused 05 Aug 2013 -
    NEXUS_ASA1000V_SERVICES_PKG   No   16   Unused 05 Aug 2013 -    <---- This licence is required
    All documentation points to the following link but its dead. Does anyone know where i can download the licence file from?
    www.cisco.com/go/1000veval
    Regards
    Darren

    Here is hte patch you may be looking for:
    http://www.vmware.com/patchmgr/findPatch.portal?product=ESXi+%28Embedded+and+Installable%29&version=121

  • How to upgrade licence file

    Hi All,
    I have downloaded BEA weblogic8.1 software from Oracle site and installed on a Unix machine. I want to update the licence file so that unlimited number of connections can be established.
    Kindly provide me the steps.
    Thanks,
    Raj

    I follow the link here:
    http://licensecodes.oracle.com/bea.html#WLSP
    And I am able to download the specific WLS license that I want, such as WLS 9.2 Premium Edition:
    http://licensecodes.oracle.com/downloads/LIC-WLSP92.zip

  • Licence file for new hardware key

    Hi everybody.
    I plan to migrate mi SBO server to a new machine. In order to test the change process a realise it in a virtual machine. During the install process I have requested a new licence file an finish correctly the new setup and restore the DB without trouble. The problem is that I have received a licence file that expire in 14 days. So when I will make the real new setup in my new machine How could I get a permanent valid file for the new hardware key  and disable the orl licence file ?

    Go to this link
    https://websmp101.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000706510&%20_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&_OBJECT=011000358700001187372008E
    click on 'Request licence key'

  • Delete files from startup disk?

    Under system preferences I see the StartUp Disk, but where do I delete files from that in order to clear up some space?
    I have MacBook Air OS 10.6.8. Is it just under my User? everything like applications and documents, etc?

    Open Finder and look on the sidebar for the House Icon:
    Click on it and you should see a list similar to this:
    You should be able to delete any items in those folders to create the required space.
    You may also delete any third party applications from your Applications folder.
    Ciao.

  • Running a .cmd file at startup using Task Scheduler on Windows 2012 R2 server

    Hello,
    I've recently tried to get a simple .cmd file running at server startup on my Windows 2012 R2 server.
    The .cmd (test.cmd) file contains the following:
    C:
    cd C:\SomeFolder\
    call Some.exe file "Argument1" "Argument2"
    I've ensured that the local administrator user [someuser01] has full control of the C:\SomeFolder
    I've also ensured that someuser01 is part of Log on as Batch Job
    in Local Security Policy
    To try running it as startup, I tried using Task Scheduler.
    General Tab: I set the user (local administrator account [someuser01] ) and ticked the options
    Run whether logged on or not, Do not Store Password, Run with Highest Privileges
    Triggers: At System Startup, Ticked Enabled
    Actions: Start a Program. Program/Script: test.cmd, Add arguments: [Blank], Start in: C:\SomeFolder
    Conditions: Unticked all conditions
    Settings: Ticked only the following --> Allow task to be run on demand, If the running task does not end...force to stop
    Then I clicked OK and was prompted for someuser01's credentials.
    I then restarted the server.
    Upon logging in as administrator, I checked the task scheduler, and I found that the task did not run (Last Run Time: Never)
    I've been able to run it manually (click Run on the task in Task scheduler) without any problems.
    I just cannot get it to run at startup as I've instructed Task Scheduler to do.
    Any ideas on what might be causing this problem?
    Thanks.

    Hello Dave Patrick,
    I've also tried this approach and I came across this error after I try to enter someuser01's credentials:
    An error has occured for the task sometask01. Error message: The following error was reported: A specified logon session does not exist. It may already have been terminated..
    After doing some research, this new error is caused by a setting in Local Security:
    Local Security Policy --> Security Options --> Network Access: Do not allow storage of passwords and credentials for network authentication --> Enabled
    Unfortunately, I cannot disable this Security Policy due to our company's internal restrictions.
    Just to clarify, the reason that the task does not run at startup is because of a logon failure because the password was not stored for
    someuser01 ?
    However, I cannot allow storage of the password because of our our company's internal restrictions.
    Is there a possible workaround for this..?
    Thanks!

  • Please help. 3 beeps and gray file on startup

    2012 Macbook Pro 13 inch. A friend brought it to me because of a white screen and gray flashing folder on startup. I booted to disk uility and saw that it did not see a hard drive. Pulled hard drive attached it with a external reader to my macbook. was able to browse all the files, and back them up.  Formated hard drive with disk uility and put back in the computer. Disk uility did not see it after format. Put a different hard drive in computer, disk uility still doesnt see. it. Hardware test came back with no problems. I put a snow leopard cd in and booted, and i get a apple logo with 3 beeps. I have checked all connections adn removed battery. Please help i am out of ideas.

    There a some fasteners that hold them in, if adjusted may restore functionality.
    motownmedic wrote:
    also would that cause the white screen with a gray file?
    The HDD or the connection to the HDD is faulty.
    Ciao.

Maybe you are looking for