JVM version for PS6

We're planning a Portal Server 6 install on a Solaris 9 box, which has a version 1.4 JVM. Is this compatible with PS6 or do we have to install the version 1.3.1 JVM that's supplied with the distribution?

When you install portal it automatically installs JVM 1.3.1_04. Portal is certified only with JVM 13.1_04.

Similar Messages

  • Recommended JVM Version for ZfS 6.5 SP1 on NetWare 6 SP5 w/NCS

    Quick question - what is the recommended version of the NetWare JVM to use
    with ZfS 6.5 SP1? I'm running NW6SP5, ZfS65 with SP1 applied, and Tomcat
    3.3. Right now I'm using JVM 1.4.2_6 and just wanted to verify there are no
    known issues with JVM 1.4.2_6 playing well with ZfS 6.5 SP1. Running on on
    a 2 node cluster.I plan to add ZfD 6.5 SP1 to the cluster soon - primarily
    for HA inventory services. Thanks in advance for any input.

    Ron,
    Thanks for the general advice. That's what I thought, but sometimes we
    all need a sanity check. Especially when you see java thread death
    messages when the distributor starts up :-) Not due to the JVM.
    > In General, use the JVM version that shipped at the same time as the
    NetWare
    > Service Pack you're using.
    >
    > For NetWare 6 this still gives you the choice between JVM 1.3.x and
    1.4.x,
    > my preference is the JVM 1.4.2 as it has better performance then the
    1.3.x.
    > The 1.4.2_6 your using is quit stable, no major issues known.
    >
    > Ron
    >
    >
    > <[email protected]> wrote in message
    > news:MaeMe.444$[email protected]..
    > > Quick question - what is the recommended version of the NetWare JVM
    to use
    > > with ZfS 6.5 SP1? I'm running NW6SP5, ZfS65 with SP1 applied, and
    Tomcat
    > > 3.3. Right now I'm using JVM 1.4.2_6 and just wanted to verify there
    are
    > no
    > > known issues with JVM 1.4.2_6 playing well with ZfS 6.5 SP1. Running
    on on
    > > a 2 node cluster.I plan to add ZfD 6.5 SP1 to the cluster soon -
    primarily
    > > for HA inventory services. Thanks in advance for any input.
    >
    >

  • Possible to set CacheSize for the single-JVM version of the data cache?

    Hi -
    I'm using Kodo 2.3.2.
    Can I set the size for the data cache when I'm using a subclass of the single-JVM version of the
    data cache? Or is this only a feature for the distributed version?
    Here are more details...
    I'm using a subclass of LocalCache so I can display the cache contents.
    The kodo.properties contains these lines:
    com.solarmetric.kodo.DataCacheClass=com.siemens.financial.jdoprototype.app.TntLocalCache
    com.solarmetric.kodo.DataCacheProperties=CacheSize=10
    When my test program starts, it displays getConfiguration().getDataCacheProperties() and the value
    is displayed as "CacheSize=10".
    But when I load 25 objects by OID and display the contents of the cache, I see that all the objects
    have been cached (not just 10). Can you shed light on this?
    Thanks,
    Les

    The actual size of the cache is a bit more complex than just the CacheSize
    setting. The CacheSize is the number of hard references to maintain in the
    cache. So, the most-recently-used 10 elements will have hard refs to them,
    and the other 15 will be moved to a SoftValueCache. Soft references are not
    garbage-collected immediately, so you might see the cache size remain at
    25 until you run out of memory. (The JVM has a good deal of flexibility in
    how it implements soft references. The theory is that soft refs should stay
    around until absolutely necessary, but many JVMs treat them the same as
    weak refs.)
    Additionally, pinning objects into the cache has an impact on the cache
    size. Pinned objects do not count against the cache size. So, if you have
    15 pinned objects, the cache size could be 25 even if there are no soft
    references being maintained.
    -Patrick
    In article <aqrpqo$rl7$[email protected]>, Les Selecky wrote:
    Hi -
    I'm using Kodo 2.3.2.
    Can I set the size for the data cache when I'm using a subclass of the single-JVM version of the
    data cache? Or is this only a feature for the distributed version?
    Here are more details...
    I'm using a subclass of LocalCache so I can display the cache contents.
    The kodo.properties contains these lines:
    com.solarmetric.kodo.DataCacheClass=com.siemens.financial.jdoprototype.app.TntLocalCache
    com.solarmetric.kodo.DataCacheProperties=CacheSize=10
    When my test program starts, it displays getConfiguration().getDataCacheProperties() and the value
    is displayed as "CacheSize=10".
    But when I load 25 objects by OID and display the contents of the cache, I see that all the objects
    have been cached (not just 10). Can you shed light on this?
    Thanks,
    Les
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Setting different JDK versions for Different webapp in Tomcat

    Hi All,
    I have 2 web-applications in Tomcat 5. Now for Java I have j2sdk1.4.2 & j2sdk1.3..
    Now One of my application needs j2sdk1.4.2 while other can run only with
    j2sdk1.3.. (This is an old project & there are java class package norms - like every class should be in a package to import it now. But earlier it was not strict).
    Means this is absoulte for me to run one application with version 1.3 while other with 1.4.
    But I can set Java_Home env. varibale only once. How can I tell my each web-application to take thier own jdk version in compiling & running.
    Is this allowed in J2EE/Web-Containers.
    Please suggest if there is any such setting which makes it possible.
    THanks you all in advance...
    Manoj :confused:

    wouldn't matter if you could.
    The package enforcement is NOT something from J2SDK 1.4 but from the version of Tomcat used.
    Each Tomcat instance will use the same JVM for all webapps running inside it. You'll need a separate Tomcat instance of an older version for the older webapp (or better yet change it around to the new rules).

  • 1.1 vs 1.4 : SDK API's and how they relate to JVM versions

    Hey all,
    I'm hoping some Java expert/guru/enthusiast can help me understand a little (OK, a lot) more about designing applets for backward compatibility .
    My situation is that I need to design applets which are compatibile with the built-in Java features of Internet Explorer and Netscape 6.x - which appears to be JVM versions 1.1.4. I know going with Java2, JDK 1.4, web start whatever would be MUCH better, and will do whatever I can to push clients to plug-in & non-MS browsers, etc. etc., but believe me, supporting MS JVM 1.1.4 is a requirement...
    ...So my question is, are there any things added to the JDK since 1.1.4 that can be used in a 1.1 JVM? If so, how would I be able to determine what those things are without testing them all?
    Like could i take java source for some 1.4 SDK code and add them to a 1.1 project? how do I know if the api requires a new intrinsic or not? (native keyword?)
    Also, I'm using the 1.4 SDK compiling for 1.1 targets, aside from the 1.4 SDK api's & packages, will there be any code I can write that will happily compile for a 1.1 target but then mysteriously fail when testing? What I mean is, if I use a new language feature or compiler feature since 1.1, will the 1.4 compiler's byte-code still be 1.1 compatible, or will there be some potential run-time problems?
    thanks

    As a rule of thumb, avoid all swing components (just use awt) because they are only available in 1.2. You can use all enhancements and bug fixes to awt components that are available in 1.4 (even 1.5).
    ;o)
    V.V.

  • Solaris JVM Version

    How do I verify which JVM version is running on a Solaris 7 box?
    Thanks

    Hello,
    that's quite simple. If you configured properly the path
    where the virtual machine was installed to
    just type the following command in a console:
    java -version
    Otherwise you have to search for a directory like
    java/jdk1.2.2/bin/
    or
    ..jdk1.3/bin
    etc.
    and to execute there the preceding command.
    Marc

  • Oracle 8i jvm version

    Is there any standard pl-sql procedure or java procedure , that gives the version of JVM , within oracle 8i.From the readme.txt I am sure that the version of JVM is 1.2.1 , but I would like to have a function callable from within sqlplus which gives the same result.

    Hi Chandrashekaran,
    Please note that I can't verify this for you at the time of writing,
    but I think that one of the "System" properties gives you the version
    of the JVM. So you could write a java stored procedure that retrieves
    the JVM version from the appropriate System property. Check the javadoc
    for the java.lang.System class. From memory, there is also a method
    that lists all the property names -- so you can locate the relevant
    one and then use that to get the required information regarding the
    JVM version.
    Hope this helps,
    Avi.

  • Need a link for PS6 raw conversion for 5dIII & 7dII cameras?

    Can any one give me a link to the raw conversion software for bridge and PS6 for 5dIII & 7dII cameras?  New computer and need to install to get my raws.  Using Windows 8.1 version.
    many thanks,
    Noella

    many thanks.
    In a message dated 11/18/2014 4:01:26 P.M. Pacific Standard Time, 
    [email protected] writes:
    need  a link for PS6 raw conversion for 5dIII & 7dII cameras?
    Arpit  Kapoor
    (https://forums.adobe.com/people/Arpit+Kapoor?et=watches.email.outcome)  marked ssprengel
    (https://forums.adobe.com/people/ssprengel?et=watches.email.outcome) 's  reply on _need  a link for PS6 raw conversion
    for 5dIII & 7dII cameras?_
    (https://forums.adobe.com/thread/1636778?et=watches.email.outcome)  as  helpful. View  the full reply
    (https://forums.adobe.com/message/6939148?et=watches.email.outcome#6939148)

  • How to detect JVM version in Internet Explorer

    Hello, I have a site I need to do a check to determine if the user has the Sun JVM or Microsoft JVM and the version of each. This needs to be fully client side and preferably in JavaScript.
    The problem is I can't seem to grab the JVM versions. Do I use a version number or objectID? If I have to use an object number like this 08B0E5C0-4FCB-11CF-AAA5-00401C608500, where do I find those numbers?
    I did a pretty extensive web search and can't find a lot of options. Thanks.

    Hi
    I am also looking for solution for same problem..
    While Searching in this forum I came across this thread..
    Re: wf installation/monitor configuration
    Please install the plugin on the following url http://www.java.com/en/download/manual.jsp. This will view all the images and the applet.
    Sharat
    I am now going to try this... Also I have a doubt whether it is because of IE version less than 6 ... As somewhere in requirements I have read IE 6 is required. Cant remember where
    Sanjeev

  • Controlling JVM Args for the Connection Server?

    I'm looking to control the JVM Args for the Connection Server which is invoked from Web Intelligence.  Any idea how I would do that?  I'm primarily looking to control min/max memory and to set a debug port for a custom Open Data driver.  I saw this post which seemed like a similar question, https://forums.sdn.sap.com/click.jspa?searchID=26256895&messageID=5611756 , but the resolution doesn't seem to apply to Connection Server.
    Thanks!

    Hi Jin-Chong -
    Yes, by entering
    -Xmx1024m
    ...you will successfully increase the heap size of the default JVM used by connection server.  We do this in our product when data volumes become significantly large.  Make sure you don't forget the "m" or "-" - it must be exactly as shown above.
    Regarding the libjvm: You should use the classic version.  The alternate version is meant in most situations for debugging but does provide some additional features.  You should check w/ IBM DeveloperWorks online for more info. about that.
    I'm not sure how you mean by "logging" - if you have some custom code you're running through cs.cfg, I would output runtime settings from that code.  Otherwise, you should be able to profile cs.cfg if you attach a debugger as mentioned earlier in this post.
    Hope this helps.

  • Restrict JVM version on javafx application on browser

    Hi,
    I really appreciate if someone give me direction on my question.
    I have javafx application running under browser perfectly fine. Issue is that with new version of Java, old application doesn't work all the time and we don't want user to have bad application experience.
    I know that we can inform user to turn off java auto download but still problem persist for users who doesn't have java on their machine and want to use our application.
    I have defined J2SE version as 1.7.0_21 in my JNLP file, when user who doesn't have java loaded on their box try to access our application, the installer always try to install latest version of java instead of
    the one specified in JNLP.
    Is there way to restrict JVM version somewhere in JNLP which allows application to runs only if specific version of JVM is installed.
    Thanks & Regards,
    Ashu.

    This might be a bug in JavaFX, could you please file an issue in http://javafx-jira.kenai.com for it?

  • InvalidClassException: JComponent; local class incompatible - JVM Version?

    Iam having trouble deserializing some old objects.
    My object header is
    public class SoundMatrix extends AbstractTableModel implements Serializable
    So i happend to save some swing components :(
    Now i got the problem of deserializing them again. What can i do to recover the data?
    The serialVersionUID is the same, none has changed.
    java.io.InvalidClassException: javax.swing.JComponent; local class incompatible: stream classdesc serialVersionUID = -2514362798440941654, local class serialVersionUID = -1030230214076481435
         at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
         at javax.swing.event.EventListenerList.readObject(EventListenerList.java:255)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1849)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
         at dk.tigermedia.Prog.main(Prog.java:119)
    I guess its a JVM Versioning problem, the version may have changed over time, the application have been used.
    I know the problem is, that i have serialized Swing objects- the docs even warn against this. Great :)
    Can i see which version was used to make the files? Can take control over the deserializing process?
    Tryed overwriting the readObject - but it dont seem to get that far.
    Any help is much appreciated. Thanks.

    Update versions don't matter, just 1.3, 1.4, 1.5 etc.
    You don't need to recompile except backwards, e.g. if you're using JDK 1.3 you need binaries produced by 1.3 or with -target 1.3. But I'd advocate writing a new mini application for this conversion task, using 1.3 or whatever the JDK version actually was when the data was serialized.
    You also need to inform management about this debacle and the reasons for it. The warnings about serialization-incompatibility of Swing classes have been right there in the Javadoc since the beginning. No competent IT professional should have perpetrated this act. Make sure it doesn't happen again.

  • Utility to check Java source JVM version compliance

    Does anyone know of any utilities that can check Java source for compliance against various JVM versions (other than an appropriate compiler!).
    So, for example, we're developing using an IDE that only works against 1.4 and later, but must develop to a rather old JVM. At the moment we need to know to avoid certain language constructs, etc. It would be nice to verify that we are compliant before delivering the system for test.

    why other than a compiler? no better test than compiling! later compilers can still compile for an earlier JVM, if you wish
    I'd trust the compiler more than I would some third-party checking application

  • Test JVM version and parameters

    I am a novice Java programmer. Is there a resource you can direct me to that will guide me to coding the following? I need to have this on a Web page.
    --I need to test and display the JVM version
    --I need to check the value of the Jave Runtime Parameters field (on a PC: Start > Control Panel > Java Plug-in: Advanced Tab)
    Thank you in advance for any help.
    b.

    System.getProperty("java.vm.version");See
    http://java.sun.com/j2se/1.5.0/docs/api/java/lang/System.html#getProperties()
    for a list of mandatory properties.

  • What is the Best Safari Version for OS 10.9.5 Maverick on a MacBookPro, 2.4Ghz, 8 GB Mem.?

    What is the best Safari Version for OS 19.9.5 Maverick on a MacBook Pro. 2.4 Ghz, with 8 gb memory?

    The best version for Mavericks, in fact the only version, is an integral part of OS X. In other words you already have it.
    Its version number is 7.1.5.
    Keep OS X up to date: Update OS X and App Store apps on your Mac - Apple Support

Maybe you are looking for

  • 2 ipods on 1 computer, but only 1 works.

    My boyfriend and I both got ipod nanos, he got his first so we installed everything onto my computer and his is working just fine, it updates when we download new music and has no problems. Then I bought mine and assumed it would work just as well, b

  • OBI 11.1.1.6-Restrict visible application roles while sharing customization

    Hi, I am trying to test the security around share customizations functionality accessed through (any)Dashboard -> Page Options -> Save Current Customization -> Save for Others -> Set Permissions -> (+)Add Roles/groups -> Search Application Roles Whil

  • NFSv4 and ZFS ACLs

    Hello All, Is there any specific shell command on Solaris 10, to find out if the file has NFSv4 or ZFS style ACLs set on them ?? -- I see there is a system call available for this purpose, but did not come across any specific command just to tell the

  • How to disable browser next and previous buttons for entire ADF application

    Hi, JDev Ver : 11.1.1.2.0 How can I disable the browser navigation buttons next and previous for my entire ADF application. If user click on page and then if it press backspace key then it should not go back to the previous opend url and the current

  • Family Sharing Confusion

    I have a few questions about family sharing. I set myself up as the organizer. I also added my wife and daughter (7yo) both of which were using my iTunes account info to purchase songs, movies, etc. 1) How do I set up their devices for family sharing