Jws console in Linux

Anybody knows how to show the jws console in Linux (RedHat 9)?
cheers,

Hi,
go to the your JRE folder. e.g.
/usr/java/j2sdk1.4.1_01/
There you'll find a zip called javaws-1_2_0_01-linux-i586-i.zip or something like that. Unzip it.
btw; if you have a recent version of the JRE (like 1.4.2) then I think the zip is unzipped and it's located in the /jre/javaws/ folder.
Then, simply run java web start by typing:
./javaws

Similar Messages

  • 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.

  • Design Console in Linux

    Hey All,
    I've trying to run the Design Console under RHEL 5.. I've followed the instructions on setting this up (copied from a windows install, created a startup.sh script with all the classpaths, etc..). When I launch it, I get to the login screen, enter username/password, then it crashes with this error:
    [root@localhost xlclient]# ./xlclient.sh
    log4j:WARN No appenders could be found for logger (org.jboss.security.SecurityAssociation).
    log4j:WARN Please initialize the log4j system properly.
    Exception in thread "main" java.lang.NoSuchFieldError: TRACE
    at org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85)
    at org.jboss.logging.Logger.isTraceEnabled(Logger.java:122)
    at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:660)
    at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at com.thortech.xl.ejb.interfaces.tcUnauthenticatedOperationsUtil.lookupHome(Unknown Source)
    at com.thortech.xl.ejb.interfaces.tcUnauthenticatedOperationsUtil.getHome(Unknown Source)
    at Thor.API.Security.ClientLoginUtility.getUnauthenticatedOperations(Unknown Source)
    at Thor.API.Security.ClientLoginUtility.login(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.internalLogin(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.login(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.<init>(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.main(Unknown Source)
    For reference, here's the xlclient.sh file that launches this:
    [root@localhost xlclient]# cat xlclient.sh
    #!/bin/sh
    export CLASSPATH=./lib/XellerateClient.jar:./lib/xlAPI.jar:./lib/xlLogger.jar:./lib/xlVO.jar:./lib/xlUtils.jar:./lib/xlCrypto.jar:./lib/xlAuthentication.jar:./lib/xlDataObjectBeans.jar:./ext/log4j.jar:./ext/log4j-1.2.8.jar:./ext/jhall.jar:./ext/jakarta-oro-2.0.8.jar:./ext/bsh.jar:./ext/mail.jar:./ext/jboss-j2ee.jar:./ext/jboss-jaas.jar:./ext/jbosssx.jar:./ext/jts.jar:./ext/jbossall-client.jar:./ext/concurrent.jar:./ext/getopt.jar:./ext/gnu-regexp.jar:./ext/jacorb.jar:./ext/jboss-client.jar:./ext/jboss-common-client.jar:./ext/jbosscx-client.jar:./ext/jbossha-client.jar:./ext/jboss-iiop-client.jar:./ext/jbossjmx-ant.jar:./ext/jboss-jsr77-client.jar:./ext/jbossmq-client.jar:./ext/jboss-net-client.jar:./ext/jbosssx-client.jar:./ext/jboss-system-client.jar:./ext/jboss-transaction-client.jar:./ext/jcert.jar:./ext/jmx-connector-client-factory.jar:./ext/jmx-ejb-connector-client.jar:./ext/xdoclet-module-jboss-net.jar:./ext/jsse.jar:./ext/jnet.jar:./ext/jmx-rmi-connector-client.jar:./ext/jmx-invoker-adapter-client.jar:./ext/jnp-client.jar:./ext/wlfullclient.jar:./ext/sas.jar:./ext/oc4jclient.jar:./ext/ejb.jar:./ext/oscache.jar:./ext/commons-logging.jar:./ext/javagroups-all.jar
    $JAVA_HOME/bin/java \
    -DXL.ExtendedErrorOptions=TRUE -DXL.HomeDir=/opt/xlclient \
    -Djava.security.policy=config/xl.policy \
    -Dlog4j.configuration=config/log.properties \
    -Djava.security.manager -Djava.security.auth.login.config=config/auth.conf com.thortech.xl.client.base.tcAppWindow -server server \
    Anyone have any ideas?
    Thanks so much
    Alex

    I got the Design Console up and running on Linux.
    Based on your stack trace (Exception in thread "main" java.lang.NoSuchFieldError: TRACE) I would say that there is something wrong either with your classpath or with the path (jdk version).

  • WLS console in Linux

    Which file i can find out WLS console and port information on Linux,we are using 11g WLS on Linux.

    Hi appsguyflorence,
    Yes the port information can be found in the domain home in config/config.xml.
    Default it is http://myserver:7001/console. If you use the default port 7001 then this is not stored in the config.xml.
    For example:
    # 7001
      <server>
        <name>AdminServer</name>
        <machine>new_UnixMachine_1</machine>
        <listen-address></listen-address>
      </server> # 7003
      <server>
        <name>AdminServer</name>
        <machine>new_UnixMachine_1</machine>
        <listen-port>7003</listen-port>
        <listen-address></listen-address>
      </server>Regards Peter Lorenzen
    http://theheat.dk

  • How do I keep BI Publisher running when I log out of the console in linux?

    I am using the standalone version of BI Publisher and I want to keep it running even after I log out of the console. I have a script that starts it so I typed 'nohup start_bipub.sh &' but when I log out it shuts down anyway. I started my apache server the same way and it still runs after I log out so the only thing I can think of is that X is being killed due to the logout and BI Pub needs it. Is there anyway to keep this process running?
    Thanks,
    Denise

    It depends on the data path from the tower you're using, through NATs and many routers, all the way back to the server. Which depends on your current location and sheer luck.
    For some users, the data path stays alive for 30-45 minutes at a time... thus the phone only has to ping the server that often for push to work. Their push doesn't use much battery.
    Other users have the misfortune of being connected via pathways that only keep a connection alive for 5-10 minutes. Their iPhones eat battery like crazy, and they usually end up switching to a 15-30 minute timed fetch instead.

  • How do I get more colors in the console?

    I'm wanting to experiment with using emacs in the console ($TERM = linux) but it only has 8 colors, all of them ugly. Is there a way to have it provide more than 8 colors? (This will be without X, obviously).

    Which version did you install? According to their homepage fbterm provides 256 colors since version 1.4.
    How did you try to install? Installing fbterm-1.7.0-2 from the AUR using yaourt went flawlessly here. Dependencies are pretty standard (gcc-libs, libx86, fontconfig) so there should be no problem, really.
    (I didn't run it, though.)
    Last edited by bernarcher (2010-11-27 21:53:21)

  • Oracle VM Manager 3.1.1, "launch console" doesn't launch console

    Hi Guys
    VM Management console shows the Virtual Machine in running status. However, while trying to launch the the console, firefox(10.0.5) always popups a window asking whether I want to download "ovm_rasproxy-ws.jnlp"
    OS: Oracle linux 64bit
    Firefox 10.0.5
    I have installed the following packages already
    ovm-console-1.0.0-2.i386.rpm
    ovm-console-1.0.0-2.x86_64.rpm
    tightvnc-java-1.3.9-3.noarch.rpm
    and installed java using
    yum install java
    What could be wrong?
    regards,
    raj

    Dave wrote:
    Thats as designed, you need java installed, in particular, Java webstart is in charge of taking that jnlp and launching the console applet.
    You may need to install java icetea or whatever opensource flavor is available on your workstation.Hello Dave
    Out of curiosity I tried to access the console from Internet Explorer and it worked :). As far I could access the console from a 3rd machine, which in my case my Windows 7 desktop, I think I will stop worrying about not able to access the console from linux :D
    regards,
    raj

  • Which Linux Distro Works Out of the Box With the iMac late 2009 (11,1)?

    Hi. I use all 3 OSes because the other two OSes have tool and games that are not yet in OS X; best of both worlds. Win 8 on Bootcamp is nice for games and utilities but I'm installing Linux too on a separate external drive. I've tried a lot of Linux distros but they all have the bug that prevents ths iMac 4850 mobility GPU to work (you need a second monitor to solve it which I don't have the space for and I only use Linux every so often) but have you tried a Linux distro Live CD/DVD that works flawless on this Mac without editing commands in Linux's GRUB console on Linux bootup?
    If there's no distro that works out of the box, what's the closest distro that may only need a few adjustments on its boot menu (GUI preferably not console commands).
    But if there's a distro, what's the distro name and exact version (link to download it too if it's alright with you)?
    Thank you in advance.
    God bless.

    Hi, and thanks for you interest. The problems is that whether I'm using iMovie or FCE I get to a stage where the thumbnail image is present but if you try to play, import or any other action in either app it closes down and a message comes up " The Application Final Cut Express/iMovie quit unexpectedly - Mac OS X and other application are not affected" then asks if I wish to relaunch. I then hit the report to Apple button and afterwards relaunch. I was recommended to use Voltaic which I have tried, it worked but is to much mucking about for something that should work out of the box.
    This problem happens on both the iMAC and the MacBook so quite sure it's not a OS software issue. All software update are up to date also.
    Any ideas?

  • Management console fails connecting to Management server.

    I have installed Oracle 9.2 on Red Hat Advanced Server V2.1.
    Also installed Management server and client software on the system.
    Started everything up: oemctl start oms, agentctl start agent, apachectl start...
    Run Manager Console on Linux machine (i.e. locally)
    Runs successfully - connecting stand-alone
    Runs successfully - connecting to management sever
    Installed client software on a Windows NT PC.
    Runs successfully - connecting stand-alone
    FAILS - connecting to Management server
    On another NT PC, try running web interface to Management server
    FAILS - Same error as when using thick client.
    Failure is the same in both cases: The exception (java.lang.NullPointerException) occured.
    Failure of both of these suggested a server issue...
    Don't know where to find management server logs?
    Looking at $ORACLE_HOME/Apache/Apache/logs/error_log seems unable to find files, e.g.:
    [Mon Nov 25 10:01:46 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/readme/emreadme.htm
    [Mon Nov 25 10:01:57 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/java/awt/KeyboardFocusManager.class
    [Mon Nov 25 10:02:11 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/oracle/ewt/alert/resource/AlertBundle_en
    _GB.class
    [Mon Nov 25 10:02:11 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/oracle/ewt/alert/resource/AlertBundle_en
    _GB.properties
    [Mon Nov 25 10:02:15 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/oracle/sysman/vt/console/app/ConsoleBean
    Info.class
    [Mon Nov 25 10:02:15 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/sun/beans/infos/ConsoleBeanInfo.class
    [Mon Nov 25 10:02:15 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/oracle/sysman/emSDK/client/appContainer/
    WebApplicationBeanInfo.class
    I have tried reinstalling Oracle website, however this made no difference.

    Can you ping the server which is running OEM from the client NT machine?
    Are you trying to connect using DNS or IP?
    Verify that this works first.

  • OIM Design Console

    Hi all
    I am trying to install OIM design console but can't find the binaries from the list in oracle web site.
    Can you please let me know where should I bring the binaries from ?
    We already installed oim server on linux and as far as I know the design console will be installed on Windows only
    Thanks
    Edited by: 599647 on Jan 23, 2012 5:48 PM

    Hi,
    try below:
    1. configure design console on Linux machine(OIM Machine) using config.sh
    got to -> <IDM_HOME>/bin/config.sh
    2. create wlfullclient.jar
    use below link for above
    http://docs.oracle.com/cd/E14571_01/install.1111/e12002/oidonly011.htm
    3. copy it into <IDM_HOME>/designconsole/ext folder
    4. take complete backup of designconsole folder at windows machine
    5. Change the path in xlclient.cmd ( windows path for designconsole folder)
    6. Modify the config\xlconfig.xml if required ( might need to change java path)
    Regards,
    Nishith Nayan

  • Executing system commands on Linux

    Hi,
    I am trying to copy a file from Java code on Linux platform using the cp command.
    Process p = Runtime.getRuntime.exec("bash -c \"cp file1 file2\"");
    The process is exiting with exit code 2 and the file is not getting copied.
    The same command when executed directly from the terminal window (command console of Linux) is working fine and the file is getting copied.
    I am using RedHat Linux 7.1. Any ideas plz...
    best wishes
    Issac

    try splitting up the args into an arary
    import java.io.*;
    public class CP {
      public static void main (String [] args) {
        try {
          String [] cmd = {"/bin/sh","-c","cp file1 file2"};
          Process p = Runtime.getRuntime().exec(cmd);
          p.waitFor();
          System.out.println("exit value " + p.exitValue());
        } catch (Exception e) {
          System.out.println("err : " + e);
    }

  • Bug in WL5.1 Console

    Server: WLS 5.1 SP9 Solaris
    Console: WL5.1 SP9 swing console from Linux, connecting to WLS 5.1 SP9 on
    Solaris
    Using the console, under "Deployed Beans", clicking on the beans that you
    have deployed shows you how many transactions have been committed,
    rolled-back, and the sum of the two. These counter work fine.
    However, if you update the deployed bean using "java weblogic.deploy
    update", the counter no longer works ... it no longer increments despite
    calling the methods repeatedly.
    This also happens even if there were no actual changes in the deployed jar.
    Just doing a "weblogic.deploy update", and the transaction counter on the
    console no longer works.
    These are for SLSBs, not sure if the same is true for other beans.

    How Do I implement security constarints? If I've a users
    like 5000 users with admin,customer,manger type using same user table with different previledge to see
    jsp pages ,......
    thnaks
    raj
    Sriram Narayan wrote:
    Hi
    The isUserInRole method in Weblogic seems to be responding to the role-link instead of the role-name.
    specifics ...
    for the web.xml below,
    isUserInRole("ViewAllFields") is correct usage.
    isUserInRole("boss") is wrong usage.
    Right?
    <servlet>
    <security-role-ref>
    <role-name>ViewALLFields</role-name>
    <role-link>boss</role-link>
    </security-role-ref>
    </servlet>
    <security-role>
    <role-name>boss</role-name>
    </security-role>
    <security-role>
    <role-name>subordinate</role-name>
    </security-role>
    Am i right?
    But the weblogic implementation only seems to be responding to the wrong usage!!
    Please help me out.
    thanks
    sriram

  • OIM 11g: Error starting design console

    Hi All,
    Getting the following error when starting design console on Linux:
    bash-3.2$ ./xlclient.sh
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/ejb/CreateException
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
    at java.lang.Class.getDeclaredMethod(Class.java:1935)
    at java.awt.Component.isCoalesceEventsOverriden(Component.java:5948)
    at java.awt.Component.access$500(Component.java:169)
    at java.awt.Component$3.run(Component.java:5902)
    at java.awt.Component$3.run(Component.java:5900)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Component.checkCoalescing(Component.java:5899)
    at java.awt.Component.<init>(Component.java:5868)
    at java.awt.Container.<init>(Container.java:251)
    at java.awt.Window.<init>(Window.java:431)
    at java.awt.Frame.<init>(Frame.java:403)
    at java.awt.Frame.<init>(Frame.java:368)
    at javax.swing.JFrame.<init>(JFrame.java:158)
    at com.thortech.xl.gui.base.tcFrame.<init>(tcFrame.java:34)
    at com.thortech.xl.client.base.tcAppWindow.<init>(tcAppWindow.java:104)
    at com.thortech.xl.client.base.tcAppWindow.main(tcAppWindow.java:173)
    Caused by: java.lang.ClassNotFoundException: javax.ejb.CreateException
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ... 18 more
    Thanks in advance for any ideas.

    There are steps required when installing the design console to generate an appropriate jar file to be used. I would point you to the appropriate link online for the documentation, but it appears to be unavailable at the moment. I would suggest going back through the steps to install the design console and make sure you followed them all correctly.
    -Kevin

  • How to access Oracle Apps R12.1.1 from Linux

    Greetings!
    I have managed to install the R12.1.1 Vision instance on a Linux server and can access the Applications from windows Client, but when I try to run the Applications from the Linux Server console (where it is installed) I am able to Login and Open the Responsibilities page. But as soon as I click on any Oracle Forms function (Java Applet) it asks to install the J2SE Plug-in (like a Window Client). Therefore, I cannot open any Form :(
    Any guidance on how to run the Applications on the Linux Server Console ?
    TIA.

    I have managed to install the R12.1.1 Vision instance on a Linux server and can access the Applications from windows Client, but when I try to run the Applications from the Linux Server console (where it is installed) I am able to Login and Open the Responsibilities page. But as soon as I click on any Oracle Forms function (Java Applet) it asks to install the J2SE Plug-in (like a Window Client). Therefore, I cannot open any Form :(
    Any guidance on how to run the Applications on the Linux Server Console ?Linux is NOT certified as a client tier.
    Linux Client
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Linux+AND+Client&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    Thanks,
    Hussein

  • Simulate a progress Bar similar to the one we get with 'wget' in linux

    Hello everybody,
    I want to write a class that simulate a progress bar in the console in linux. I've thougth of combining System.out.println's and calling to the command 'clear' for each printing, but if the refresh is too constant the result is an excessive flickering. Any ideas?
    Regards,
    Bruno

    Thanks for replying Kayaman-
    I imagined so and I was thinking to implement it using JNI. I'm studying if it's worth the effort :P
    Bruno
    P.D. The bar is something like this: [====>      ] 33% done
    :)

Maybe you are looking for