IE8 JRE 1.6.0_016  and  ** 10.1.2.2 ** app server

We are currently using IE6, 10.1.2.2 app server/forms, Jinitiator 1.3.1.28. We want to end up being certified IE8, 10.1.2.3 app server/forms, JRE 1.6.0_16. Upgrading every app server (dev thru prod), pushing IE8, and the pushing the JRE to 2000 users all in one night is a little much. We were hoping to push the JRE now, then IE8, then upgrade each app server dev thru prod one at a time. However, we will be in non-certified configuration for a little while with this plan.
So, has anyong gotten IE8, JRE 1.6.0_16, and ** 10.1.2.2 ** app server to work. We get a white screen with a box in IE8 under this configuration. Any suggestion on IE8 options to click or unclick? Or JRE option to click or unclick?
We have managed to get IE8, Jinitiator 1.3.1.28, and 10.1.2.2 to work.

One thing we noticed with the Sun JRE 1.5 and higher is it routinely checks for JRE Updates. This can present a problem if you define the JRE version in the formsweb.cfg to strict. We left it open so any version of 1.6 would work. This requires modifying the following two lines:
#jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
jpi_mimetype=application/x-java-applet;jpi-version=1.6.0  /* drop point release */
and
#jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBANote the use of FFFF in place of *0006*. This makes it ignore the point-release (ie., 1.6.0_4 works the same as 1.6.0_18).
Craig...

Similar Messages

  • Load balancing and HA for office web apps server Lync 2013

    Hi,
        I have 12000 users, 3 FE servers in a pool, 2 edge server in a pool, HA required, IM/presence, A/V, WEb conferencing required. plan to have 2 office web apps server a farm with HA, below are my queries
    1.  which type of load balancing i need....DNS or HLB for office web app servers? if its HLB then is it mandatory?
    2. i have already 2 HLB for FE pool .. one for externa url , one for internal URL...can i use the same HLB for office web app servers ?
    3. one more question regarding EDGE pool load balancing, can i use the same HLB  in EDge pool also that i am using for FE pool?

    Hi,
    1.  which type of load balancing i need....DNS or HLB for office web app servers? if its HLB then is it mandatory?
    WebApps runs on https and you cannot load balance http traffic using DNS load balancing. you need to have a HLB.
    2. i have already 2 HLB for FE pool .. one for externa url , one for internal URL...can i use the same HLB for office web app servers ?
    you can use the same HLB for that
    3. one more question regarding EDGE pool load balancing, can i use the same HLB  in EDge pool also that i am using for FE pool?
    for that one, you probably need a separate HLB.  
    Z-Hire -- Automate Lync User Account creation process ( AD / Exchange / Lync )

  • File picking and placing in same dir App server of SAP XI using NFS.

    Hi All,
    As I am new to XI,
    I am using XI 3.0,
    My scenario is  File ->XI-> File.
    This is just a pass through data that is no IR objects.
    I need to pick the file from App server(AL11) of R/3 sys , we have a dir as "/sai/output"
    so in order to pick file from the App server of R/3 sys using NFS,
    the dir "/sai/output" is mounted into the App server(AL11) of XI ie.., there is a same dir in AL11 of XI as "/sai/ouput".
    so when ever the file(sai.txt) is placed in the "/sai/output" in r/3  App server , i am able to see the file(sai.txt) in the "/sai/output" in XI App server.
    what i am trying to do is pick the file(sai.txt) and place the file(kumar.txt) it in same dir " /sai/output" of XI Appserver using NFS.
    sender cc parameters are like these :
    Transport protocol : NFS
    source dir :    \sai\output\
    filename :      sai.txt
    Qos : Exactly once
    Poll intervel : 10sec
    processing mode : delete
    Receiver cc parameters are like these:
    Transport protocol : NFS
    target dir :     \sai\output\
    filename :      kumar.txt
    So my questions are
    1) can i place the file in  App server (AL11) dir "/sai/ouput" of XI where i am picking the file it from the same location ie.., App server (AL11) dir "/sai/output"
    2) If so, the procedure(cc parameters) which i have shared is correct.
    Correct me if am wrong.
    Thanks
    Sai

    Hi Sai,
        The files need rwx bits to be set before being picked up by channel
    Thus you need to use "chmod +777 sai.txt" before the file is picked up.
    Thus you can try set up the parameter "operating system command before processing" to "chmod +777 sai.txt" in the channel.
    you can look into this link for setting this parameter
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi
    How are you accessing the file directory? if you are using WINSCP, you can right click on the file and check the read, write, execute bits on for the file.
    "/out/output " is perfectly ok for UNIX/LINUX operating system.
    Now in RWB pls check the polling of communication channel.
       and check in SXMB_MONI whether some messages are being received or not.
    regards
    Anupam
    Edited by: anupamsap on Aug 5, 2011 1:01 PM

  • Wls 7.0 sp2 proxy plugin issue with iplanet6.x and wls 6.1 sp3 app server

    Hi,
    I've a setup with iplanet 6.x webserver using the wls 7.0 sp2 proxy plugin to
    route requests to the clustered app server instances (2 of them) that are in wls
    6.1 sp3.
    The issue is, I'm noticing that the session is not sticky and is getting routed
    onto the other app server instance. The error that I see in the wlproxy.log is
    as follows:
    *******Exception type [PROTOCOL_ERROR] raised
    at line 654 of URL.cpp
    Thu Nov 13 11:30:08 2003 failure on sendRequest() w/ recycled connection
    to Instance1:7001, numfailures=1
    Thu Nov 13 11:30:08 2003 Marking Instance1:7001 as bad
    Thu Nov 13 11:30:08 2003 got exception in sendRequest phase:
    PROTOCOL_ERROR [line 654 of URL.cpp]: unexpected EOF
    reading HTTP status at line 1010
    Thu Nov 13 11:30:08 2003 Failing over after sendRequest exception
    Thu Nov 13 11:30:08 2003 attempt #1 out of a max of 5
    Has anyone seen this issue? Can anyone explain why this issue is occuring.?
    Thanks.

    Did you find a solution for this problem?
    I have somthing very similar going on where I am currently working.
    Thanks!
    Andy.
    "Simple Guy" <[email protected]> wrote:
    >
    Hi,
    I've a setup with iplanet 6.x webserver using the wls 7.0 sp2 proxy plugin
    to
    route requests to the clustered app server instances (2 of them) that
    are in wls
    6.1 sp3.
    The issue is, I'm noticing that the session is not sticky and is getting
    routed
    onto the other app server instance. The error that I see in the wlproxy.log
    is
    as follows:
    *******Exception type [PROTOCOL_ERROR] raised
    at line 654 of URL.cpp
    Thu Nov 13 11:30:08 2003 failure on sendRequest() w/ recycled connection
    to Instance1:7001, numfailures=1
    Thu Nov 13 11:30:08 2003 Marking Instance1:7001 as bad
    Thu Nov 13 11:30:08 2003 got exception in sendRequest phase:
    PROTOCOL_ERROR [line 654 of URL.cpp]: unexpected EOF
    reading HTTP status at line 1010
    Thu Nov 13 11:30:08 2003 Failing over after sendRequest exception
    Thu Nov 13 11:30:08 2003 attempt #1 out of a max of 5
    Has anyone seen this issue? Can anyone explain why this issue is occuring.?
    Thanks.

  • Using cron to stop and restart password protected instance (App Server 7)

    I have been asked by a customer to create a cron job to stop and restart their web application running under Applications server 7.
    I have created the script and can stop the instance, but I am unable to start it as it is asking for a password.
    I have included this in the script but it doesn't seem to like having a password supplied this way.
    Am I doing something wrong or Are there any alternative ways of stopping and restarting an application, using Cron?

    Have you looked at using password.conf file as described in --
    http://docs.sun.com/source/816-7155-10/crcfgfil.html#1075615
    You might also want to look at --
    http://docs.sun.com/source/816-7156-10/agsvrprf.html#1019453

  • How to find a duplicate file and Time stamp in an app. server

    Hi all,
               My program need to access a file from application server. If there exists DUPLICATES in the same folder I need to pick the one with latest TIMESTAMP.
    Could u please help me in this regard?

    Hi Dude,
    I suppose ,file names are unique in the same folder.
    So proceed normally,specifying the exact file path.
    Regards,
    Lakshmanan

  • How to get Client ID and Client Secret for Office App for Word which accessing SharePoint Online

    we currently implementing an Office App for MS Word which access SharePoint list and get data from lists. Our aim is any user can get this app from Office App store and enter their SharePoint URL and browse their own SharePoint lists and use those. When
    I was checking mechanisms which you used to access SharePoint, in some of them have used ClientId and Client Secret to authenticate with SharePoint. I have following questions.
    1.If I want to sell my app using Office app store where can I get those clientId and client secret which is used to  get the access tokens.
    2.Is it possible to create SharePoint app and publish it to SharePoint app store and get clientId and client secret and use it when accessing through office. So users first download our SharePoint app install it to their SharePoint environment then get out
    Office App from Office app store and add it to word. Will this work?

    Hi,
    >> We are planning to develop an Office app to access SharePoint Online and SharePoint on Premise from Microsoft word.
    I’m not very familiar with SharePoint development, so please correct me if I have any misunderstandings about your requirement.
    The basic components of an app for Office are an XML manifest file and the default webpage of your app (server side).
    >> If I'm publishing my Office App for Word in to the Microsoft office app store, how do I get the ClientId and ClientSecret which I need to pass to authenticate with SharePoint online?
    As far as I know, when register your web app to SharePoint Online, you will get the ClientId and ClientSecret from the Azure Active Directory. And you need to store the Client ID and Client
    Secret on the app server side.
    For details, you could reference the article
    Building an Office 365 ASP.NET MVC app.
    >> If ClientId and ClientSecret not providing when we publishing Word Office App to the app store how what the ways which we can use to authenticate with SharePoint using Word Office app?
    You don’t need to provide the ClientId and ClientSecret when publishing your App to App Store. They are stored on your app server side.
    By the way, if you have the question about how to access the SharePoint resource in a Web Application, I will suggest you posting the questions to
    SharePoint Development Forum. For this forum, we mainly discuss the questions about using the Office JavaScript API to develop Apps for Office.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Running 10.1.2 forms and 10.1.3 app server on same machine

    Has anyone installed and run (in production) both 10.1.2 Forms/Reports and the 10.1.3 app server on the same machine? We would like to make use of the new OC4J features in 10.1.3 but also need to support a forms/reports app.
    If someone has done this, any pitfalls. Is there a way to have one HTTP front-end to both app servers?
    Thanks.

    Hi
    This is an upgrade of a 9.0.4. installation. Infrastructure on one machine, a single middle tier on the other with all products (i.e. with forms and reports).
    I am following the install guides http://download-uk.oracle.com/docs/cd/B14099_19/sol.1012/quickupgrade.1012/quickupgrade/toc.htm and http://download-uk.oracle.com/docs/cd/B14099_19/sol.1012/upgrade.1012/upgrade/toc.htm
    The plan is to replace exactly what we have with the 10.1.2 versions. It was just that it does suggest there is this extra step to link Forms and reports to the infrastructure. But if you say nothing else is required than all the better.
    I am soon to try this in out test environment so I'm sure I will find there.
    thanks

  • How to get alert for app server that experienced high memory and CPU utiliz

    Hi
    How to get  alerts configured and turned u201Conu201D for the  app server that experienced high memory and CPU utilization?
    And let me know where we can check this?
    Regards,
    Neni

    hi,
    Have you configured a Central Monitoring System (CEN)? This includes registering the agent on the CEN, starting it and configuring the Central Auto Reactions on CEN using RZ21 transaction.
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/05c80724d63836e10000000a42189b/frameset.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/05c80724d63836e10000000a42189b/frameset.htm]
    Jansi

  • How to use multiple JREs (1.5.0_20 and 1.6.0_07) with Internet Explorer 8?

    Hi!
    Question about the problem mentioned in subject.
    I have configured that JNLP opens with 1.5 version, both versions are enabled in Java Control Panel Runtime Settings but when I try to start a desktop java console says:
    Java Web Start 1.5.0_22
    Using JRE version 1.6.0_07 Java HotSpot(TM) Client VM
    And the opening of the desktop creates an exception:
    Java Web Start - Invalid Argument Error
    TooManyArgumentsException[ Too many arguments supplied: {C:\WINDOWS\Temporary, Internet, Files\Content.IE5\....
    I'm trying to open my desktop with 1.5 version and other programs with 1.6 version. What is it that I still need to do? I'm kind of confused with this. Some of my collagues have succeeded with this and some doesn't, with the same configuration.
    So the question is, how to use multiple JREs with IE8 so that one application uses 1.5 version and others 1.6 version?
    Br,
    Katri
    Edited by: ka**** on 09-Mar-2011 01:16
    Edited by: ka**** on 09-Mar-2011 03:16

    ka**** wrote:
    ..Question about the problem mentioned in subject.No "Using multiple JREs (1.5.0_20 and 1.6.0_07) with Internet Explorer 8" is a statement. To transform it to a question would be something like "How to use multiple JREs (1.5.0_20 and 1.6.0_07) with Internet Explorer 8?".
    Once you can come up with an actual question, I might look at this more closely.

  • How do you switch between JRE v1.4.x and v1.5.x

    Java 2 Runtime Environment, v1.5.0_02-b09 Control Panel doesn't appear to let user switch back to a 1.4.x version. Hoping someone can can me how to do this.
    I have an application that uses JRE 1.4.2 and does not allow user into the interface until they switch their configuration to the 1.4.2 version by going to Start > Settings > Control Panel > Java Plug-in, selecting the Advanced tab and choosing the 1.4.2 version from the pull down provided in the Java Runtime Environment Section. This process worked fine if the user had v 1.4.x or lower, but does not work now that users have v1.5.x due to the changes in the Control Panel. Does anyone know the equivalent procedure with the new 1.5.x Control Panel so user can specify 1.4.x? (I did play around with the setting in the Java tab, Java Application Runtime Settings section to no avail.) Thanks.

    We have had backwards compatibility problems before and must ensure that the product we deliver works for our user community due to the nature of the product. We have compiled our code with 1.4.2 and test internally with 1.4.2_04. In addition, the product that we deliver is in maintenance mode and is not currently funded for development/updates - just need to let the users who have updated to 1.5.x know how to switch back and forth between 1.4.x and 1.5.x. Currently, I can only tell them to remove 1.5.x, which is not desirable.

  • Internet Explorer very slow to display with JRE 1.5.0_7 and above

    We're running Windows 2000 Server (SP4) with Terminal Services enabled in Application Server mode. We typically have 20+ concurrent users logged on to a server. Since JRE 1.5.0_7, we've had issues with Internet Explorer taking upwards of 15 seconds to display even though Iexplore.exe appears in Task Manager almost immediately. If we uninstall JRE 1.5.0_7 and use 1.4.2_6, Internet Explorers displays fine. We've tried JRE 1.5.0_11 and 1.6.0_3, and Internet displays slowly. Has anyone else experienced this issue? Any thoughts of why this is occuring? Thanks.

    Just wondering whether anyone has ideas/thoughts about this issue. Thanks.

  • How to switch between jre 1.5.0 and 1.4.2 when running applet in browser?

    Hi,
    I have JRE 1.5.0_05 and 1.4.2_04 installed and currently applet in browser is always run under jre 1.5. How to run the applet under jre 1.4.2 in browser?
    Thanks a lot

    Hi,
    Thanks for the info. I was thinking that the note didn't work for me, apparently I didn't use the conventional APPLET tag.
    Is there other way to switch JRE if I'm not using APPLET tag?

  • Re: Java JRE Mixed Code Security starting with JRE 1.6.0_19 and on

    Hi,
    Can you please share how you added 3rd party jars to manifest.mf. I am having same problem but I am self - signing 3rd party jars. 3rd party jars are able to upload fine if I don't sign the jars,
    but if I self -sign the jars I get the following exception:
    Exception in thread "Thread-15" java.lang.NoClassDefFoundError: com/l2fprod/common/swing/JDirectoryChooser
         at com.sjm.pcs.sneakernet.applet.ScanApplet$JavaScriptEventListener.run(ScanApplet.java:803)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: com.l2fprod.common.swing.JDirectoryChooser
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
    Thanks!

    What are you missing?
    I inherited this app and signing the third party jars is how it was setup, I was wondering the same thing too, why was it necessary to sign the third party jars?
    The applet runs in either JRE 1.6.0_13 or JRE 1.6.0_27 depending on the other Java apps the user uses. JRE 1.6.0_13 does not have the mixed code security (so it is like is disable), but JRE 1.6.0_27 does have the mixed code security and the applet will not launch with mixed code security enable, so we have to disable it. With all the hacking going on in the last two years, is important to improve security; so this is a must.
    Yes, I always clear up the cache.
    Any idea on how to resolve this problem?

  • Question JRE (1.6.x) and Glass fishV2

    Friends,
    I need help. I keep running into a problem which is quite mysterious to me.
    Before I explain problem I guess it’s important for you to know the development environment am working
    JAVA Platform: JEE5 (java version "1.6.0_06")
    App.Server: GlassFish V2
    Application is using: Visual JSF framework
    OS:WindowsXP
    IDE: NetBeans 6.1
    Description Of the problem: I’m a developing a web application using the visual JSF and GlasshFishv2. In the development process I’m using third party .jar libraries (Haley). When I call a method present in the third party libraries from glass-fish server environment, I get this error below
    java.lang.IllegalAccessError: tried to access class com.haley.util.l from class com.haley.haleyrules.KnowledgeBaseFactory
    However, when I execute the same code in a non-application server(no glass fish server involvement) everything works fine. There is no error in plain java development environment,
    Any suggestion would be appreciated
    Third party vendor (Haley) keep saying that it’s a glassfish problem because libraries work in plain JAVA environment
    Thank in advance for your help

    Questions: Do you plan to use the same web browser? The earlier applet running on JRE 1.5.x cannot run on 1.6 ? Sun puts forth a lot of effort in attempt to ensure that applets are forwards compatible.

Maybe you are looking for

  • I need to get sound events from sounds embedded in a MovieClip

    I'm working on a SoundManager class for a game development platform. Unfortunately, I can't leverage the Sound class because the requirements are that the sounds for an application would be embedded in individual MovieClip objects and set to stream a

  • ITunes crashes when I plug in 80GB iPod classic

    My 80GB iPod classic had been working flawlessly with my MacBook Pro until yesterday afternoon, when I plugged it in to sync and iTunes crashed with this error: Exception: EXCBADACCESS (0x0001) Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000014 I ha

  • Preventing my 7 year old from seeing (on his Ipad) what I see on my Iphone

    So, I am surfing for Christmas gifts.... maybe some other adult type gifts. I signed my sons I pad up to my Itunes account. He is getting access to all my apps, Icloud whatever. How do I stop it? I have no problem creating his own apple ID and email

  • Problem with slideshow

    Hi There. I'm stuck on something: I go to Aperture>Presets>Slideshows and pick any of the presets. I go to the timing drop down and click "Fit to music." When I do, the "play music during slideshow" box turns grey and I can't check it. If I go ahead

  • 100% resource allocation

    Hi All,      At present in SAP HRMS, When we allocate an employee for more than 100% allocation to one or more than one project, system gives us a warning message, thus we can allocate an employee for more than 100%.      But when we allocate a perso