Use IBM JVM in presense of 64 and 32 bit

Hello,
I am running WIN7 and have both the 32 and the 64 bit IBM JVM installed on it, the 64 bit IBM JVM being the system JVM. The latter is mandatory for various applications.
I am experiencing problems with the Java plugin of Firefox (version 31.5.0). The plugin is listed as "always activate" in the Add-ons Manager, and when I look into pluginreg.dat, it looks like the correct (i.e. 32 bit) version:
npjp2.dll|$
C:\Program Files (x86)\IBM\Java70\jre\bin\plugin2\npjp2.dll|$
10.71.0.0|$
1414303728000|0|0|0|$
Next Generation Java Plug-in 10.71.0 for Mozilla browsers|$
IBM Developer Kit for Windows,Java,1.7.0|$
Nevertheless, Java content in an application does not show up. When I click on the little Lego brick left of the web address after I clicked on the link requesting the Java-generated content, it says "IBM Developer Kit for Windows is enabled, Continue allowing" but nothing happens, even when I click on the "Continue allowing" button. What is supposed to happen is that a new window opens displaying the Java-generated content. The web-site is allowed to open new windows, and does so for non-Java content, so it cannot be just popup-blocking which prevents the Java content from showing up.
The last thing various support entries here pointed me to is the "Configure Java" panel. I ran it both for the 64 bit and 32 bit JVM. For both, when I try to enable "Mozilla family" for "Default java for browsers" under the "Advanced" tab, the setting does not save. Which perhaps seems correct for the 64 bit JVM, but not for the 32 bit JVM. So I cannot verify whether this setting would help. On the security tab, the site is listed on the exception site list, so this shouldn't be a problem.
Any help or ideas are greatly appreciated!
Regards+thanks, Irene

Hello,
We do have 64 and 32 bit heteregeneous landscapes with Windows 2000 32 bit x86 and Windows 2003 64 bit ia64.
There are no problems for transports between 32 bit and 64 bit systems.
Problems can happen with differences between the différent operating systems.
We had, for instance, an issue with some scripts (bat files) because Microsoft had the very strange idea to change the syntax of the DIR command between win 2000 and win 2003. If your script need to work in the same way in both OS, you have to detect the OS and have the 2 syntaxes in the script...
We also have systems with a 64 bit CI and 32 bit dialog instances.
Here, the problems may be with memory hungry programs running OK on the 64 bit system and short dumping on 32 bit app servers
We had also a bad surprise with Win 2003 IA64 servers when we discovered that some SAP software is not available on this platform. Exemples : Adobe Services or TREX.

Similar Messages

  • IBM JVM and WebLogic

    I consider using IBM JVM 1.2.2 with WebLogic 5.1. Has anyone tried this
    before?
    Are there any suggestions about performance and realibility of such
    configuration?
    Thanks in advance
    Wojtek

    I am pretty sure that it is not certified. The platform support page for
    WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Wojciech Ozimek" <[email protected]> wrote in message
    news:[email protected]..
    I consider using IBM JVM 1.2.2 with WebLogic 5.1. Has anyone tried this
    before?
    Are there any suggestions about performance and realibility of such
    configuration?
    Thanks in advance
    Wojtek

  • IBM JVM & weblogic?

    WLS 5.1 is certified only on IBM 1.1.8 JVM. I would like to be using the IBM 1.30
    JVM. Or rather, any JAVA 2 JVM that supports native threads. IBM 1.1.8 JVM won't
    work for us because our application wont compile under jdk1.1.8
    The issue is i'd rather not be using green threads for my production environment.
    Any thoughts?
    IBM JDK 1.3 performance seems to be stellar.
    Any plans to support this jvm on WLS 5.0? 6.0? 6.1? Our shop wants to support
    linux production enviroments, but we are hesitant to move forward with the green
    threads on the sun 1.2.2 jvm.

    I am pretty sure that it is not certified. The platform support page for
    WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Wojciech Ozimek" <[email protected]> wrote in message
    news:[email protected]..
    I consider using IBM JVM 1.2.2 with WebLogic 5.1. Has anyone tried this
    before?
    Are there any suggestions about performance and realibility of such
    configuration?
    Thanks in advance
    Wojtek

  • Issues in TIME OUT for Dynamic Queues- Using  IBM MQ Client

    Hi
    I have an issue with Dynamic queues. I am using IBM websphere as my Mesaging server and IBM MQ client. I need to send a request to a static queue and then wait for a response for a specified duration(in my case it is 100 millisecs) in the corresponding dynamic queue.But what I found out that in some cases, I got response even after 100 ms !!!! Here's my code. Is there anything wrong going on somewhere???
    com.ibm.mq.jms.MQTemporaryQueue replyToQueue = com.ibm.mq.jms.MQTemporaryQueue)queueSession.createTemporaryQueue();
    replyToQueue.setTargetClient(JMSC.MQJMS_CLIENT_JMS_COMPLIANT);
    requestMsg.setJMSReplyTo(replyToQueue);
    long t1 = System.currentTimeMillis();
    queueSender.send(requestMsg);
    queueReceiver = queueSession.createReceiver(replyToQueue);
    queueConnection.start();
    m = queueReceiver.receive(100);
    long t2 = System.currentTimeMillis();
    if(m != null){
    System.out.println("Response Time: " + (t2 - t1) + " ms");}
    I have left out the queueSession and queueSender piece of code here.
    Anyways, I found 1 response in 122 ms and another in 128 ms. Can anyone throw some light as to why and how this is happening?

    Don't run from the client ... run from the server
    or
    if running from a client use the built-in DBMS_DATAPUMP package's API.
    http://www.morganslibrary.org/reference/pkgs/dbms_datapump.html

  • Help! XSQL with IBM JVM and Websphere

    We are attempting to use XML/XSQL using IBM's JVM 1.2.2 and IBM Websphere 3.5.2 - when we attempt to execute a simple XSQL statement, we are receiving a Dr. Watson message stating that the JVM has an access violation.
    The XSQL queries have been successfully run under IIS using Sun's JVM.
    Any suggestions would be greatly appreciated - we are under the gun to get this working.
    Thanks in advance!

    Steve Muench kindly provided me with the answer to this problem:
    "We have repeatedly experienced problems with IBM's JIT compiler when using our Java-based XML components. They work fine with other Java VM's as you've seen, so IBM must have a bug in their JIT compiler.
    Disabling the JIT compiler has worked around the problem for 100% of the customers that has reported the trouble with IBM's JDK."
    We tried disabling the JIT compilier, and everything worked fine after that.
    Thanks, Steve!

  • Anyone had problems with BouncyCastle on AIX using IBM's JVM 1.3.0?

    I'm having an issue on AIX with IBM's JVM 1.3.0; the same code and configuration has worked on other OSs and JVMs, including the IBM JVM on Linux and Win2K. The JVM is barfing with a ClassCastException before even the first line of my code is being executed. The rather cryptic (no pun intended) error message is:
    Exception in thread "main" java.lang.ClassCastException: org.bouncycastle.jce.X509Principal
    The only reference I've seen on this is here:
    http://groups.google.com/groups?q=java.lang.ClassCastException:+org.bouncycastle.jce.X509Principal&hl=en&safe=off&rnum=1&selm=8s3l7u%249ks1%40webint.na.informix.com
    Anyone else seen this? Any AIX/IBM JVM 1.3.0/BouncyCastle users out there?
    TIA,
    Matthew
    Matthew T. Adams [[email protected]]
    Software Engineer, Architecture Group
    www.highwire.com

    You have the same problem that I was very annoyed.
    Remove your IBMJCEfw.jar from %JAVA_HOME%/jre/lib/ext directory.
    Anyway , I believe this message and exception is not appropriate ,
    or at least unkind one.
    I hope the ClassCastException will be handled and another message
    and Exception thrown such as "UnverifiedProviderException" in
    future release of JCE.
    # I'll submit a bug-report later.
    UKAI Hiroshi

  • JSF Portlet using IBM RAD 6.0 and tomahawk.jar

    I am trying to use the tomahawk Date tag in a JSR 168 Portlet using IBM's RAD 6.0 but am unable to make the date's calendar button show. Has anyone been able to successfully make this work? I have the filter
    defined and tag mported.
    I get the following messages in my server
    9/29/05 16:53:52:881 CDT] 298629dd MyfacesConfig I org.apache.myfaces.config.MyfacesConfig No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
    [9/29/05 16:53:52:881 CDT] 298629dd MyfacesConfig I org.apache.myfaces.config.MyfacesConfig No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
    [9/29/05 16:53:52:881 CDT] 298629dd MyfacesConfig I org.apache.myfaces.config.MyfacesConfig No context init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
    [9/29/05 16:53:52:881 CDT] 298629dd MyfacesConfig I org.apache.myfaces.config.MyfacesConfig No context init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false
    [9/29/05 16:53:52:921 CDT] 298629dd OSEListenerDi E PLGN0021E: Servlet Request Processor E

    I encountered errorThere are countless kinds of errors on the world. Unfortunately you didn't mention which one you got. Can you please copypaste here the complete message and the stacktrace here? Errors are not to be ignored, they can certainly be helpful in finding the solution. You as developer should know that better.
    At least I can tell you that you can just mix component libraries with each other as long as you don't mix JSF implementations with each other. The IBM Faces Client Framework is just a component library and so is Tomahawk. But for example MyFaces and Sun RI are JSF implementations and cannot be mixed with each other.

  • Difference Between Sun JVM and IBM JVM

    Hi
    Can some one let me on the difference between Sun JVM and IBM JVM
    regs
    Vivek Nidhi

    Sun's JVM is built on HotSpot technology: http://java.sun.com/docs/hotspot
    and covers a broad range of OS/HW combinations: http://java.sun.com/j2se/1.5.0/system-configurations.html
    Maybe you can be more specific in your question or in describing what you want to do.
    -Alexis

  • Problem with IBM JVM or the Thread

    Hi All,
    I have a class which implements Runnable. The purpose of the program is to read a file and count the number of lines present in that.
    I am using the IBM JVM. The logic runs like this..
    For each 2048 bytes read , it spawns a new thread with this object and each such new thread counts the no. of newline chars present. Once the thread is finished with its 2048 bytes it upddates an instance variable , count, to that value , updates the boolean done flag to "true" and stops. Once the whole file is read(thereby creating filesize/2048 threads ) , it keeps waiting for the threads to finish and then adds all the counts.
    Now the problem is that for some reason these threads seem to hang. There are no static vars present.
    Pls help.
    Tx

    Help yourself first.
    If this is "Windows", try typing Ctrl-Break in your window (Type Ctrl-\ if you're on Windows). This will produce a thread dump with all of your threads.
    See which ones are running, and what they're doing.
    Did you remember to either make your threads daemons (setDaemon(true)), or explicitly exit the run() method of the threads?

  • Error while using MaxPermSize JVM paramter in OC4J

    i am using this parameter in OC4J's opmn.xml
    <category id="start-parameters">
    <data id="java-options" value="-XX:MaxPermSize=128m "/>
    </category>
    while restarting the OC4J instance , i am getting the error
    JVMJ9VM007E Command-line option unrecognised: -XX:MaxPermSize=256m
    </verbosegc>
    Could not create JVM.
    Kindly help since it works for others. I am using JDK 1.4.2. On a UNIX machine with Oracle 10GR3 server.
    Message was edited by:
    user571297
    Message was edited by:
    user571297

    The -XX:MaxPermSize option is specific to Sun's JDK for Solaris and Linux. And works pretty fine on my Linux system.
    It looks like you're using the IBM JDK which has different options and may be a different memory model.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • JVM Experts - Challenging IBM JVM segfault

    We have a 100% java web application (running on Tomcat 5) that is occasionally causing a JVM core dump on a single machine. (Redhat Linux
    ES3)
      SIGSEGV received in ?? at 0xffffffff in ??. Processing terminated.Full core dump is here:
    http://office.bensoft.com/ibmjvm/javacore.20060519.122632.20212.txt
    This is a baffling problem that only occurs on a single machine (1 out of 7). Due to client 'policies' I am not privy to the hardware, but I do know it's a dual Xeon with hyperthreading enabled (appears as 4
    processors)
    We cannot reliably replicate the problem. IT recommends that we 'code around' the issue in the application, however, I am convinced this has nothing to do with the application which has never exhibited a segfault on 6 other machines, some under much heavier load.
    The problem has never occured on an identical software stack. Running on a Compaq - single CPU Celeron (Coppermine) box.
    IT is very inflexible and insists on using only RHES3 binaries. They are unwilling to bend the rules (at least for us). In other words, we cannot upgrade to the latest IBM JVM release, we cannot use a Sun JVM, and we cannot use a different JVM that is not distributed through a RedHat ES3 channel.
    The ultimate goal would be to identify the problem and get Redhat to update the kernel, lib, or JVM which would be downloaded via RHN.
    Application stats:
    - 100% java web app (no JNI, no system calls)
    - Using JasperReports for PDF, JFreeChart for GANTT charts
    - Running on Tomcat 5 (RHES3 tomcat5-5.0.28-2jpp_5rh)
    - DB is MySQL 4.0.13 (only part that is not RHES3, don't ask :)
    Here is the part of the core dump that is really interesting:
      1HPTHDDETAILS  Current Thread Details
      NULL           ----------------------
      NULL
      3HPREGISTERS    Register Values
      NULL            ---------------
      3HPREGVALUES     EAX : 00000000, EBX : B2B89EEC, ECX : B1467270
      3HPREGVALUES     EDX : B42A5EE8, ESI : B44E9520, EDI : B2B89AC0
      3HPREGVALUES     EBP : B35DEB48, ESP : B2B89BA0, EIP : FFFFFFFF
      3HPREGVALUES     EFLAGS : 00010292
      NULL
      3HPNATIVESTACK  Native Stack of "http-(ip)-8080-Processor3" PID 1802
      NULL            -------------------------
      3HPSTACKLINE     FFFFFFFF
      3HPSTACKLINE     0
      3HPSTACKLINE     0In each case:
    - EIP is always FFFFFFFF
    - EAX is always 00000000
    - the value FFFFFFFF(eip) is always at the top of the stack.
    - Under cxia32142-20050609, this problem would occur and the value of
    EDX was always B42A5EE8.
    - After upgrading to cxia32142-20050929 (via RHN) the problem still
    occurs but the value of EDX is now B42A8EE8.
    - The Processor that the runaway thread is on changes every time.
    I can provide objdump segments of any shared library or binary listed.
    A ThinkGeek gift certificate is waiting for anyone who can conclusively solve this problem!!!
    Thanks,
    Dave Bennett
    Bensoft Inc.

    Which OS will you be installing on? It's likely that you'll be fine, since you'll be able to configure the primary JVM via update-alternatives.
    This is how we configure all of ours:
    Install IBM JDK into /opt/
    Point installers explicitly to the IBM directory.
    Keep the default JDK installed for all other functions.

  • Extremely slow performance with ojdbc6.jar on IBM JVMs (Java 6)

    We are consistently seeing slow performance (easily demonstrable by the simplest of test cases) while using ojdbc6.jar on IBM JDKs. Pefrormance is normal when we simply opt for ojdbc14.jar under the same JDK, same java program.
    Works well
    =======
    JRockit, ojdbc6.jar
    JRockit, ojdbc14.jar
    IBM JDK, ojdbc14.jar
    A lot slower
    =======
    IBM JDK, ojdbc6.jar
    All we had to do was to write a simple JDBC access program and measure time taken around
    Connection conn = DriverManager.getConnection(jdbcURL, dbProps);
    The first 3 combinations mentioned above return comparable numbers. The 4th combination takes 3-4 times as much.
    We initially saw this during performance test of our software on WebSphere (also supported on Weblogic). Later was able to eliminate WebSphere and Weblogic as the problem areas and narrow it down to the JVM. Reproduce-able on development machines.
    We have been using Oracle/WLS since BEA used to market 'Tengah' servers. This is the worst we have seen as far as the qaulity of support staff goes. We first level support seems clueless. We filed this case and the support comes back tells us that IBM JDKs are not supported for WLS! Oh, we have been running WLS/AIX/IBM JVM combination only for 5+ years.

    A quick solution to test this would be to do the following:
    mv /dev/random /dev/random.bk
    ln /dev/urandom /dev/random
    Note: The quick solution will disappear after a reboot. You could add it to rc.local to automatically make this change, but I wouldn't recommend it.
    The following is from [http://www.usn-it.de/index.php/2009/02/20/oracle-11g-jdbc-driver-hangs-blocked-by-devrandom-entropy-pool-empty/]:
    "Oracle 11g JDBC driver hangs blocked by /dev/random – entropy pool empty
    On a headless (=without console) network server, the 11g JDBC driver used for (java) application connect may cause trouble. In my case, it refused to connect to the DB without any error, trace or log entry. It simply hung. After several hours, it connected one time, and freezed again. Remote debugging done by the development clarified that it locks after calling SeedGenerator() and SecureRandom().
    Reason: The JDBC 11g needs about 40 bytes of secure random numbers, gathered from /dev/random, to encrypt its connect string.
    But public-available “man 4 random” says:
    When read, the /dev/random device will only return random bytes within the estimated number of bits of noise in the entropy pool. /dev/random should be suitable for uses that need very high quality randomness such as one-time pad or key generation. When the entropy pool is empty, reads from /dev/random will block until additional environmental noise is gathered.
    So far so good, now the question arises: Why does this mystic “entropy pool” runs out of gas?
    The answer is as simple as unsatisfying: because too less entropy “noise” was generated by the system. You can check the “filling level” (maybe zero?) of your pool and the overall size of the pool (usually 4096) by issuing
    cat /proc/sys/kernel/random/entropy_avail
    cat /proc/sys/kernel/random/poolsize
    Hint: /dev/random will deliver one new random number as soon as the pool has reached more than 64 entropy units.
    So why does my box not generate more entropy noise?
    Because only few drivers will fill the entropy pool, first of all keyboard and mouse. Sounds very useful on a server in a datacenter, isn’t it? Some block device and network drivers seem to do so as well, and I have read from guys on the net changing their network card and driver to enjoy this “feature”! But let’s stop ranting, /dev/random is simply made for high security randomness, and if it can’t make sure that randomness is as good as possible in this deterministic world, it stops. Intelligent people have created /dev/urandom for that, like “man 4 random” clearly states:
    A read from the /dev/urandom device will not block waiting for more entropy. As a result, if there is not sufficient entropy in the entropy pool, the returned values are theoretically vulnerable to a cryptographic attack on the algorithms used by the driver. Knowledge of how to do this is not available in the current non-classified literature, but it is theoretically possible that such an attack may exist. If this is a concern in your application, use /dev/random instead.
    Now let’s get back on our JDBC problem. Oracle JDBC 11g seems to use /dev/random by default, which causes usually no trouble on clients running with console access by a user, because his/her unpredictable :) actions will keep the entropy pool well-fed. But to make it usable on a headless server with a latently empty entropy pool, you should do several things, in descending security order (without warranty):
    1. Involve an audio entroy daemon like AED to gather noise from your datacenter with an open microphone, maybe combine it with a webcam noise collector like VED. Other sources are talking about “Cryptographic Randomness from Air Turbulence in Disk devices“. :)
    2. Use the Entropy Gathering Daemon to collect weaker entropy from randomness of userspace programs.
    3. Talk your JDBC into using /dev/urandom instead:
    -Djava.security.egd=file:///dev/urandom"

  • IBM JVM - what is happening with it?

    I have not heard much talked about the IBM JVM (I think it was up to version 1.3 on windows and linux, perhaps higher on IBM platforms).
    The few things I have heard about it said it was good. In fact I am interested in any non-sun JVMs (that are up to J2SE1.4 if possible) for comparison. I have tried JRockit for server side apps, and in some cases the performance increase was substantial. In any case, having another JVM to play with would be useful (competition is a good thing).
    Any ideas what happened to all the JVM implementations (not interested in anything pre 1.3 J2SE, or anything that is half done).

    I have not heard much talked about the IBM JVM (I
    think it was up to version 1.3 on windows and linux,
    perhaps higher on IBM platforms).
    The few things I have heard about it said it was good.
    In fact I am interested in any non-sun JVMs (that are
    up to J2SE1.4 if possible) for comparison. I have
    tried JRockit for server side apps, and in some cases
    the performance increase was substantial. In any case,
    having another JVM to play with would be useful
    (competition is a good thing).
    Any ideas what happened to all the JVM implementations
    (not interested in anything pre 1.3 J2SE, or anything
    that is half done).Hi Michael,
    IBM/JRE 1.3.1 is still used in IBM products like Notes/Domino 6
    and the Websphere products.
    Marc

  • Is OC4J container certified with JRockit, IBM JVMs ?

    Hi All,
    Is OC4J container certified with Jrockit and IBM JVMs ?
    we have been using the default sun hotspot jvm that comes with oc4j but now we are trying to use Jrockit but not sure wheather OC4J is certified to run with JRockit
    Thanks
    Raghavendra

    Raghavendra,
    Please review this document
    Please use Metalink to check for certification matrixes, all the OS and other certify material can be found on Metalink.
    Deepak

  • Issue in configuration - formsweb.cfg (10.1.2.0.2) using Sun JVM

    Hi gurus,
    Below is my config in formsweb.cfg, I want to use Sun JVM instead of Jinitiator
    [customjpi]
    baseHTML=D:\Ora10gDS\forms\server\base.htm
    baseHTMLjpi=D:\Ora10gDS\forms\server\basejpi.htm
    baseHTMLjinitiator=D:\Ora10gDS\forms\server\basejpi.htm
    HTMLdelimiter=%
    envFile=default.env
    escapeparams=true
    form=test.fmx
    serverURL=/forms/lservlet
    codebase=/forms/java
    imageBase=DocumentBase
    width=100%
    height=100%
    separateFrame=true
    archive=D:\Ora10gDS\forms\java\frmall.jar
    archive_jini=D:\Ora10gDS\forms\java\frmall_jinit.jar
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_09/index.html
    jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,0
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_09
    When I calling form using URL http://pc021161.cts.com:8889/forms/frmservlet?config=customjpi which is throwing errors.
    Below is my log of Java console
    Java Plug-in 1.5.0_06
    Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\125217
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.net.MalformedURLException: unknown protocol: d
         at java.net.URL.<init>(Unknown Source)
         at java.net.URL.<init>(Unknown Source)
         at sun.plugin.util.GrayBoxPainter.setProgressFilter(Unknown Source)
         at sun.plugin.AppletViewer.initApplet(Unknown Source)
         at sun.plugin.AppletViewer.appletInit(Unknown Source)
         at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown Source)
         at sun.plugin.viewer.IExplorerPluginObject$Initer.run(Unknown Source)
    load: class oracle.forms.engine.Main not found.
    java.lang.ClassNotFoundException: oracle.forms.engine.Main
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-4" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Please help, if anybody have the idea of this error.
    Thanks in Advance
    Justin

    My default.env file is pasting below:
    # $Id: default.env 14-apr-2005.13:22:43 pkuhn Exp $
    # default.env - default Forms environment file, Windows version
    # This file is used to set the Forms runtime environment parameters.
    # If a parameter is not defined here, the value in the Windows registry
    # will be used. If no value is found in the registry, the value used will
    # be that defined in the environment in which the servlet engine (OC4J
    # or JServ) was started.
    # NOTES
    # 1/ The Forms installation process should replace all occurrences of
    # <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
    # setting, and all occurrences of <percent>O_JDK_HOME<percent> with
    # the location of the JDK (usually $ORACLE_HOME/jdk).
    # Please make these changes manually if not.
    # 2/ Some of the variables below may need to be changed to suite your needs.
    # Please refer to the Forms documentation for details.
    ORACLE_HOME=D:\Ora10gDS
    # Search path for Forms applications (.fmx files, PL/SQL libraries)
    # If you need to include more than one directory, they should be semi-colon
    # separated (e.g. c:\test\dir1;c:\test\dir2)
    FORMS_PATH=D:\Ora10gDS\forms;D:\Source\FMB;D:\Source\LIB
    # webutil config file path
    WEBUTIL_CONFIG=D:\Ora10gDS\forms\server\webutil.cfg
    # Disable/remove this variable if end-users need access to the query-where
    # functionality which potentially allows them to enter arbitrary SQL
    # statements when in enter-query mode.
    FORMS_RESTRICT_ENTER_QUERY=TRUE
    # The PATH setting is required in order to pick up the JVM (jvm.dll).
    # The Forms runtime executable and dll's are assumed to be in
    # D:\Ora10gDS\bin if they are not in the PATH.
    # In addition, if you are running Graphics applications, you will need
    # to append the following to the path (where <Graphics Oracle Home> should
    # be replaced with the actual location of your Graphics 6i oracle_home):
    # ;<Graphics Oracle Home>\bin;<Graphics Oracle Home>\jdk\bin
    PATH=D:\Ora10gDS\bin;D:\Ora10gDS\jdk\jre\bin\client
    # Settings for Graphics
    # NOTE: These settings are only needed if Graphics applications
    # are called from Forms applications. In addition, you will need to
    # modify the PATH variable above as described above.
    # Please uncomment the following and put the correct 6i
    # oracle_home value to use Graphics applications.
    #ORACLE_GRAPHICS6I_HOME=<your Graphics 6i oracle_home here>
    # Search path for Graphics applications
    #GRAPHICS60_PATH=
    # Settings for Forms tracing and logging
    # Note: This entry has to be uncommented to enable tracing and
    # logging.
    #FORMS_TRACE_PATH=<FORMS_ORACLE_HOME>\forms\server
    # System settings
    # You should not normally need to modify these settings
    FORMS=D:\Ora10gDS\forms
    # Java class path
    # This is required for the Forms debugger
    # You can append your own Java code here)
    # frmsrv.jar, repository.jar and ldapjclnt10.jar are required for
    # the password expiry feature to work(#2213140).
    CLASSPATH=D:\Ora10gDS\j2ee\OC4J_BI_Forms\applications\formsapp\formsweb\WEB-INF\lib\frmsrv.jar;D:\Ora10gDS\jlib\repository.jar;D:\Ora10gDS\jlib\ldapjclnt10.jar;D:\Ora10gDS\jlib\debugger.jar;D:\Ora10gDS\jlib\ewt3.jar;D:\Ora10gDS\jlib\share.jar;D:\Ora10gDS\jlib\utj.jar;D:\Ora10gDS\jlib\zrclient.jar;D:\Ora10gDS\reports\jlib\rwrun.jar;D:\Ora10gDS\forms\java\frmwebutil.jar;D:\Ora10gDS\forms\java\frmall.jar;D:\Ora10gDS\forms\java\frmall_jinit.jar
    Regards
    justin

Maybe you are looking for

  • I can't delete a page in Pages. In Thumbnail is grouping pages together and won't let me delete it from the group

    How can I "de-group" pages in Pages. I want to delete a blank page, and it refuses to let me.

  • 500 Internal Sever - Flat Mode is not Supported!

    Hello SDNers, I am getting the error while opening the report in the portal. Error Details: 500 Internal Server - Flat Mode is not Supported! Can any one please adive me how to go through.. <removed_by_moderator> Thx, Siva

  • Can´t install ZEN 8 GB on Win-XP-

    Hello, I can't install my ZEN on the PC. If I have installed the software from the CD, I have to connect the ZEN with the PC. The automatc Hardware-Installation begins, but then I got this message: Hardware Installation failed. During Installation is

  • ORA-12516 occurs in oracle 10.0.1

    In oracle 10.0.1 version, There are a lot of oracle.exe(SHAD) process using SQL: select * from v$process; Because the number of process exceeds the limit, it prompt error "ORA-12516". A few days ago, I have increased the limit value of process and it

  • How to open Office & PDF documents?

    Hi gurus, I want to use a Tree control which will be generated runtime. When i will be clicking a child element of the tree node at runtime depending upon which node i have clicked if the node cotains information about the .doc file the word control