DNSDHCP Java Console for Linux usage question

Hi All,
This should be one of the simplest things, but it defeats me. I have downloaded and installed the DNSDHCP Java Console for Linux on my SLED11 workstation. I start it up and am presented with a login screen:
Server Address: [ ] Port: [ 636 ]
(e.g. 192.168.xxx.xxx)
Username: [ ]
(e.g. cn=admin,o=companyname)
Password: [ ]
[v] Use SSL
Questions:
Server address: is that supposed to be my OES DNS/DHCP server? Or my eDir server? I've tried each.
Username: is that supposed to be my tree admin? I've tried it.
Password: I think I got this one.
SSL: I *think* my server is set up for SSL, but I'm not sure. I've tried it both ways.
I have tried every combination except the one that works. Can anyone suggest something that I may be missing?
Thanks,
Toney.

Most of the time eDir servers default to SSL, and you have to check (or uncheck) the box under the LDAP Group object to require TLS authentication (or something like that)--so if you haven't done that then non-ssl will likely not work. I have had some boxes that wont do SSL though.... In that case, non-ssl usually works for me. You can also configure the same things under iManager.

Similar Messages

  • Java editor for Linux

    Which is the best java editor for Linux ??
    in the Win plataform I'm using the JCreator ... and now I'm migrating to the linux plataform...
    please tell me the name of the editor you are using if you use Linux... (Red Hat 7.1 here...)

    you can try SciTE from http://www.scintilla.org - it's simple, fast and good enough. you can work with java, c and many other programming languages. There are some features that don't present in any other editor.
    Btw SciTE is only editor, not complete IDE. If you wish a full IDE with projects.. etc you can use Borland's JBuilder

  • Enterprise Manager Java Console for 10G

    Hi
    I have oracle 10g R2.
    can i install Enterprise Manager Java Console for 10G.
    if yes then tell me from where i can download Enterprise Manager Java Console for 10G
    any Link or help please.
    Regards,
    Nasir.

    From the same link..
    >>
    In addition to using Oracle Enterprise Manager Database Control or Grid Control, you can use the Oracle Enterprise Manager Java Console to manage databases from this release or previous releases. You install the Java Console by using the Administrator installation type.
    >>

  • Why we have separate azure java SDK for linux and windows

    I saw different links for downloading azure java SDK for linux and windows.
    What difference does it actually have when java is platform independent? Or both are same jars?

    Hi,
    Thank you for your post.
    It contains the same jar files.
    Regards,
    Mekh.

  • Not able to see Java plugin for Linux RHEL 14.0.1

    I have installed Mozilla Firefox 14.0.1, for Linux, but I'm having trouble seeing the Java 'plugin' (libnpjp2.so').
    I believe I'm running Red Hat Enterprise Linux on a 32 bit machine, as detailed :-
    Linux localhost.127.0.0.1 2.6.18-128.el5PAE #1 SMP Wed Dec 17 12:02:33 EST 2008 i686 i686 i386 GNU/Linux
    I have installed the 32 bit version of Java :-
    [root@localhost /]# java -version
    java version "1.7.0_05"
    Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
    Java HotSpot(TM) Server VM (build 23.1-b03, mixed mode)
    from the 'pluginreg.dat' file I see :-
    [INVALID]
    /root/Oracle/Middleware/jdk160_11/jre/lib/i386/libnpjp2.so:$
    I'm referencing the 'Oracle' version of 'libnpjp2.so', as this appears to be the 32 bit version,
    and I'm trying to configure Oracle APEX on this version of Linux.
    I think I need to run Firefox in 32 bit mode, but don't know how, or if what I'm attempting to do is possible ?
    Any feedback, would be most grateful.

    The regular Firefox version as downloaded from the Mozilla server is a 32bit version
    *Firefox 14.0.x: http://www.mozilla.org/en-US/firefox/all.html
    A 32 bit Firefox version only works with a 32 bit Java version and you need to place symlink to the Java plugin file (libnpjp2.so) in a location where Firefox finds it.
    Did you try to delete the pluginreg.dat file to force Firefox to create a new file?
    * http://kb.mozillazine.org/Determining_plugin_directory_on_Linux
    See Java Platform > Java SE 7U6 or Java 6U34 (Download JRE)
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html

  • Display java console for yosemite

    How do you display Java console in Yosemite (Already Updated to latest update).  I am taking a Java programming class. Also, what is the default path for the JDK and JDE folders?  Any other advice for writing JAVA code on OSK for a beginner is greatly appreciated! Any forums for folks like me?

    I am using the MS version.
    I just had this thought, though. If I am using an
    older version of the JDK, do I need to use the Java
    plug-in??Unfortunately yes. IE needs to know where to find the Java Runtime Environment so that it can run the Applets and such you find on the web. You can direct IE to use the java binary within the JDK, but it is so much of a hassle that you're probably better off letting the plug-in "configure" the browser to use the plug-in's JRE.
    Well, I guess you don't really need to, but I wouldn't bother. Some day in the future when you switch to a new machine, you may want to take the JDK off of the old machine and use the old machine to store your MP3 collection - in which case you'll still want the JRE.

  • Enterprise Manager 10g Java Console  for Windows

    Dear all,
    I have download Complete Files of Oracle10.1.0.2 for Microsoft Windows (32-bit). After installation, When I opened Web-based Oracle Enterprise Manager 10g; I see the following tip on the Administration page
    TIP Use the Enterprise Manager 10g Java Console to manage Streams, Advanced Replication, Advanced Queues, XML Database, Spatial and Workspace.
    But I am still looking from where it can be launched. Have any professional experienced the Enterprise Manager 10g Java Console on MS Windows platform?
    Regds,
    Faran

    It is not installed by default, you have to mark its
    checkbox explicitly. In the package selection tree, it is
    under Oracle Client 10.1.0.2.0.
    It's only a Beta! But it's much more stable and a little
    bit faster than 9iR2. They probably didn't check it for
    default installation as it's just a beta.
    There's one another interesting issue with Enterprise
    Managers (Java and web) in 10g: each of them recommends
    you in the welcome page to use the other one. What was
    first, the chicken, or the egg???
    M.

  • Java MD5 for Linux

    Hi @all
    I'm trying to write a method in Java, that receives a String and should return the MD5 hash of this String.
    This hash should be usable to change the password of a user in linux with usermod -p "hash" user.
    Here is my method:
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<BEGIN>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    public String createMD5HashCode(String text) throws NoSuchAlgorithmException, NoSuchProviderException {
    String result = text;
    if (text != null) {
    StringBuffer code = new StringBuffer(); //the hash code
    String plain = text;
    byte bytes[] = plain.getBytes();
    MessageDigest messageDigest = MessageDigest.getInstance("MD5", "SUN");
    messageDigest.update(bytes);
    byte digest[] = messageDigest.digest(bytes); //create code
    System.out.println(digest.length);
    for (int i = 0; i < digest.length; ++i) {
    code.append(Integer.toHexString(0x0100 + (digest & 0x00FF)).substring(1));
    result = code.toString();
    return result;
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<END>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    And if i try to change the password with "usermod -p 'returned hash' user", it works, but i can't login anymore :-(
    Are there any proposals?
    Thanks for your help in advance.
    Regards
    daenu

    public String createMD5HashCode(String text) throws
    NoSuchAlgorithmException, NoSuchProviderException {
    String result = text;
    if (text != null) {
    StringBuffer code = new StringBuffer(); //the hash
    code
    String plain = text;
    byte bytes[] = plain.getBytes();You should realy specify the encoding here eg plain.getBytes("ASCII")
    MessageDigest messageDigest =
    MessageDigest.getInstance("MD5", "SUN");
    messageDigest.update(bytes);This will add 'bytes' to the digest.
    >
    byte digest[] = messageDigest.digest(bytes); //createand this will add them again! You don't need the update.
    code
    System.out.println(digest.length);
    for (int i = 0; i < digest.length; ++i) {
    code.append(Integer.toHexString(0x0100 + (digest &
    0x00FF)).substring(1));Very interesting! It took me some time to work out what this was doing!
    result = code.toString();
    return result;

  • Free Java Installer for Linux & Solaris

    I use the NSIS Installer for my java application, but it works only on Windows.
    If you know a free installer which supports Linux or Solaris please send me an answer.
    Thank you.

    Java Web Start?

  • Java-plugin for windows vista question

    Hello,
    What is the best java -plug ins for the windows Vista OS in the client? Is JRE 1.6 is good or we need to get anything higher? we have currently jre1.6 but at startup itis giving some problem.
    does anybody uses window vista as clint ? if so what is your java-plug in?
    appreacite for the answer
    Thanks
    Edited by: Josh Samuel on Jan 12, 2009 8:06 AM

    Highest Version of JRE would be 1.6.0_11. But there exists some very annoying Bugs with Forms and Update 10 and 11 of the 1.6 Java Runtime. At the moment we use 1.6.0_07 for our Forms which runs fine (and advise our customers to turn Java Update off ;-))
    regards

  • Free Personnal Java VM for Linux Familiar on ipaq H3800

    I would like to known if there is a free virtual machine and personnal profile to download for arm familiar linux on Ipaq H3800?
    Otherwise, I am interrested by speaking with someone that has always compiling the sun Personnal Profile source for this device and OS?
    Thank

    me too
    thanks

  • How to make installer of my java application for linux

    I want to make an installer for my java application, I am using Install any where trial version its create an installer but when i installed n execute it, it display that
    "unable to locate main class, class must be public n having a public static void main(....) LAX."
    while making the installer I specifically mention the main class.....
    I tried a lot but getting same error again n again,
    Any one has any idea, what went wrong or what should I do to make Installer by using any good tool.
    Thanks for every Thing.

    After making the installar using InstallAnywhere, when i run the installer it shows the following error....
    Unable to locate the application's 'main' class. The class 'wekna.gui.explorer.LoginScreen' must be public and have a 'public static void main(String[])' method. (LAX)
    Unable to Launch Java Application: Unable to locate the application's 'main' class. The class 'weka.gui.explorer.LoginScreen' must be public and have a 'public static void main(String[])' method. (LAX)
    my main class has syntax public static void main(...) because otherwise java will generate error,
    my application is running well with make file but I want to make an installer......

  • Adding new method into String.java (just for personal usage)

    For some reason, it kept bringing in the old String.class, even I updated it the rt.jar with the new String.class. I even checked it with jar -tvf rt.jar. It has the new String.class. However, it seemed to constantly loading in the old one. Unless I use bootclasspath. The followng is the test :
    1.     I add a new function to String.java
    a.     : goody() { return “this is a test method”; }
    2.     To compile:
    a.     javac -bootclasspath ".\;C:\Program Files\Java\jdk1.6.0_03\jre\lib\rt.jar" String.java
    jar uf rt.jar java/lang/String.class
    3.     To test with file test.java where it calls String.goody()
    a.     To make sure it is not pulling in old code, I had to copy the new rt.jar to my test directory:
    i.     copy "C:\Program Files\Java\jdk1.6.0_03\jre\lib\rt.jar” .\
    4.     compile my test.java:
    a.     javac -bootclasspath .\rt.jar test.java
    5.     Execute the jvm:
    a.     java -Xbootclasspath:.\rt.jar;.\; test
    6.     I got output : “this is test method”
    =========================
    if I use the regular : java classpath where the new classpath does indeed reside in, it claims the symbol not found. I have to copy the rt.jar to my local and use -Xbootclasspath. Suggestion? Or, this is really the only way to be able to call a new method installed in String.class?

    eproflab wrote:
    a.     To make sure it is not pulling in old code, I had to copy the new rt.jar to my test directory:
    i.     copy "C:\Program Files\Java\jdk1.6.0_03\jre\lib\rt.jar&#148; .\That will not work.
    You must replace it in the VM directory or use the bootpath options. There is no other way.
    Note that you mess up with what you are doing (replacing the rt.jar way) that not only will you not be able to run, not even to get an exception, but you will not be able to compile either.

  • Java Comm for Linux

    I am getting this error 'isDevLink' when i call the method CommPortIdentifier.getPortIdentifiers();
    While the same method is working fine on windows, but there is this error on Linux. Minicom is also talking to the modem at /dev/ttyS0, but not Jave comm lib.
    Please let me know, if any one can help.
    Thanks.

    and what does this error message mean??
    The package was installed accordingly to "Java(tm) Communications API Linux Installation Instructions":
    $ls /usr/lib/libLinuxSerialParallel.so
    /usr/lib/libLinuxSerialParallel.so
    $env|grep CLASS
    CLASSPATH=<..skipped..>:/opt/commapi/jar/comm.jar:/opt/commapi/jar/commtest.jar
    $ ls /opt/jdk1.5.0_04/jre/lib/javax.comm.properties
    /opt/jdk1.5.0_04/jre/lib/javax.comm.properties
    What else does it need?

  • UCS vNIC Adapter Policy for Linux/Windows question

    I am using Citrix XenServer for a hypervisor. I have 4 main vNIC assigned in the server profile. vNIC 0 is what I use for the hypervisor NIC, and the policy I set on this vNIC in the UCS is a Linux profile. But I am noticing that the vNIC's that I am using the Windows VM's are also set to use Linux Adapter settings. What is the typical setup for vNIC's when it comes to the VM's that your assigning ? Should the OS of VM's being used be a factor or is this just dependent on the hypervisor OS that your using ?

    Hello,
    UCSM comes with default adapter policy with tested settings to meet different OS requirements. 
    http://www.cisco.com/en/US/docs/unified_computing/ucs/sw/gui/config/guide/2.1/b_UCSM_GUI_Configuration_Guide_2_1_chapter_010101.html#d95479e943a1635
    Is Xen presenting the vNIC directly to your virtual machine ?
    Can you please share a specific virtual nic setting for Windows that should be different than vNIC configuration ?
    Padma

Maybe you are looking for

  • SAP CRM 2007 installation in cluster

    Dear Experts, We are about to start the installation of CRM 2007 (ABAP+JAVA) with Oracle 10g on Windows x64 in cluster environment. In the SAPINST dialog box under High availability option, I could see installation options like ASCS Instance, SCS Ins

  • IDoc packing with PI 7.1 EHP1

    Hello, how does IDoc packing (EHP1) work within a IDoc sender channel? Has anybody already tried it? Can I simply recieve "collected" IDoc from ECC (e.g. invoic IDocs) which are not splitted by IDoc adapter? So that I do not have to use a collect BPM

  • How to use a time dependent attribute as a replacementh path in a Bex

    Hi  friends, Does anyone know if it is possible to use time dependent attribute as a replacementh path inside the Bex Query . For example in master data  I heve like following records                        material  value    date from               

  • Logic Pro - G5 1.6 ghz single vs G5 1.8 ghz dual

    I'm doing some research before considering buying a used G5 to do midi sequencing/audio production using Logic Pro. Is there a night and day difference in terms of speed between a G5 1.6 ghz single and a G5 1.8 ghz dual machine? I can't afford to buy

  • I keep getting kicked off of my wifi with my MacBook Pro but not with my IPAD?

    I keep getting kicked off of my wifi with my MacBook Pro but not with my IPAD, what do I do?