Java SDK compatibility under RHEL 4 and WLS 8.1 SP5

I am in the process of installing BEA WebLogic 8.1 SP5 under Red Hat Linux ES 4 on x86 processors, and am verifying the supported Java SDKs. Accoriding to:
http://edocs.bea.com/platform/suppconfigs/configs81/rhelinux40as_es_x86/81sp5.html
only the JRockit JDK is listed. Is this implying that Sun's JDK 1.4.2_08 is not supported under this configuration?
The installation binary installs both Sun's and Jrockit's JDK.
Thanks for your assitance.

I am in the process of installing BEA WebLogic 8.1 SP5 under Red Hat Linux ES 4 on x86 processors, and am verifying the supported Java SDKs. Accoriding to:
http://edocs.bea.com/platform/suppconfigs/configs81/rhelinux40as_es_x86/81sp5.html
only the JRockit JDK is listed. Is this implying that Sun's JDK 1.4.2_08 is not supported under this configuration?
The installation binary installs both Sun's and Jrockit's JDK.
Thanks for your assitance.

Similar Messages

  • Java starts itself under names "uaxzu" and "eihf". Nothing happens, I quit them and all is back to normal. What can be the cause?

    Java starts itself under names "uaxzu" and "eihf". Nothing happens, I quit them and all is back to normal. What can be the cause?
    I fear it might be some sort of a virus and since it's a mac it simply cannot do much and I can still use my system normally. But how can I make sure that it is absolutely safe and how can I get rid of it?
    Thanks.

    Please post a screenshot that shows what you mean. Be careful not to include any private information.
    Start a reply to this message. Drag the image file into the editing window to upload it. You can also include text in the reply.

  • How manage timeout Session using java SDK?

    Hi everyone !
    I'm working with BO 4.1 and the Java SDK. I'm refreshing and exporting webi reports in my code. But it happens, sometimes, the report takes longer to refresh (when calling "setPrompts") and the session is over (timeout like when you're connected in the Launchpad).
    Is there any specific way for me to test if the call to setPrompts ends without timeout? Because, now, if it ends by a timeout, I do not see anything and I'm exporting a blank document. No error or exception :-/
    Do I have to use de EnterpriseSession?
    Thanks in advance !

    Hi Jerome,
    To understand BO session management, refer to the below document.
    http://scn.sap.com/community/bi-platform/blog/2013/11/27/session-management-bible
    How do you specify that there is a timeout? Do you get timeout errors in web intelligence server logs?
    Check whether enterprise session is still valid.
    What is the approximate time delay you observe for setPrompts when you observe the timeout?
    -Prithvi

  • BI Java SDK - query parameters

    Hello.
    I`m using BI Java SDK to develop a custom Java Swing Application to integrate with the SAP BW 3.5
    I need to replicate the BW query in Java Application and execute this in the Java Side.
    My question is: ...can i replicate the initial screen of the BW query in Java Application  ?
    The initial screen of bw query with the filters and parameters to execute the query in Java side.
    How i capture the filters and paramenters of BW query in BI Java SDK ?
    Best Regards.
    Taylor

    We have a problem with the API BI Java SDK.
    In my application, i using the swing and BI Java SDK to list al cubes and execute the queries.
    The tutorials in "BI Java SDK Examples page" are in "Hard Coded" for all itens, parameters, cubes, mdx Queries ...etc !!!
    When i try to execute the query i need add all dimensions in rows to set in moveDimensionToRows in IBICommandProcessor Class
    This the sample code and the problem:
    //Create olap Query and Commandprocessor
    IBIQuery query = olap.createQuery(cube);
    IBICommandProcessor commandProcessor = query.getCommandProcessor();
    //Here i set the dimension in "hard Coded", but my application captures this automatically to set the dimensions.
    Dimension dimension1 = olap.getObjectFinder().findDimensionFirst(cube, "0CALMONTH");
    Dimension dimension2 = olap.getObjectFinder().findDimensionFirst(cube, "EPINSTALA__0UCRATE_CAT");
    // Here i move the (dimension1 and dimension2 to rows. <-- THE PROBLEM IS HERE - How to capture only dimensions in rows to set in moveDimensionRows ???
    commandProcessor.moveDimensionToRows(dimension2);
    commandProcessor.moveDimensionToRows(dimension1);
    // Execute the query and retrieve the result set.
    IBIDataSet dataset = query.execute();
    Problem --> When i try to execute the query without set moveDimensionToRows, this return only the global result of query (1 row only).
    To return all data in my Grid (JTable), i need to set moveDimensionToRows.
    How i can capture only the rows dimensions to set in moveDimensionToRows and collum dimension ???
    How to separate row dimension and collum dimension???
    thanks...

  • SAP BO Report Scheduling and Save as report using Java SDK

    Hi All,
    We have a java product which is integrated with SAP BO using Java SDK and we have certain java screen through which we select report prompt values and webi report gets run.
    Now we want to give a functionality to save report to BO repository.
    When user select certain check box from java screen a separate copy of the webi report should get saved under default folder on BO repository.
    Also, we want user to choose the scheduling option from java screen only (and not the one which we use from BI Launchpad) due to certain access restriction. User does not have access to BI Launchpad. Only he can run report by selecting values through Java screen.
    If i need to create a separate screen for scheduling as well as saving webi report then also i am ok with it.
    P.S. i guess we need to work on Java SDK level. But could somebody please help me with the right direction?
    Let me know in case requirement is not clear.

    Hi Ketan,
    As you are on version BI 4.0 SP5 and would be migrating to BI 4.1, the best SDKs to use would be the Restful Webservices SDKs.
    You have the options to schedule a webi report with prompts as well as the save feature which you require.
    Please refer to the webi restful guides avialble at
    For BI 4.0 SP5
    http://help.sap.com/businessobject/product_guides/boexir4/en/xi4sp5_webi_restful_ws_en.pdf
    For BI 4.1 SP4
    http://help.sap.com/saphelpiis_sbo41sp4wi-sdk/frameset.htm
    Refer to the below blog to understand the Restfull Webservices SDKs.
    http://scn.sap.com/community/restful-sdk/blog/2013/09/07/scripting-web-intelligence-the-restful-raylight-web-services--learing-it
    More blogs on Rest are available at
    http://scn.sap.com/community/restful-sdk/content#filterID=contentstatus%5Bpublished%5D~objecttype~objecttype%5Bblogpost%5D
    You can find the samples from the below link
    http://scn.sap.com/community/restful-sdk/content#filterID=contentstatus%5Bpublished%5D~objecttype~objecttype%5Bdocument%5D
    You would need to refer to the community below in case you have concerns about Rest SDKs.
    http://scn.sap.com/community/restful-sdk
    Thanks,
    Prithvi

  • Java program run correctly under 1.3 and 1.2.2 but fail in 1.4

    The MixedExample.java in the following link can run correctly under 1.3 and 1.2.2. But when I run the program in 1.4, stack overflow error occurs.
    http://www2.gol.com/users/tame/swing/examples/SwingExamples.html
    Below is part of the error message
    Exception in thread "main" java.lang.StackOverflowError
    at javax.swing.table.DefaultTableModel.setColumnIdentifiers(DefaultTableModel.java:454)
    at AttributiveCellTableModel.setDataVector(AttributiveCellTableModel.java:55)
    at javax.swing.table.DefaultTableModel.setColumnIdentifiers(DefaultTableModel.java:454)
    at AttributiveCellTableModel.setDataVector(AttributiveCellTableModel.java:55)
    at javax.swing.table.DefaultTableModel.setColumnIdentifiers(DefaultTableModel.java:454)
    and so on.
    It seems that line 55 and line 454 infinitely call each other and finally cause stack overflow. I have tried to compile the program under 1.4, but the error still exists. Is it a bug in 1.4? Any solutions to this problem?
    Thanks
    Anson

    I haven't looked at the sample code, however maybe look at this:
    "As of Java 2 SDK 1.4.1, the compiler detects all cases of mutually recursive constructors. Previously, the compiler only detected a self-recursive constructor."
    (Excerpt from: http://java.sun.com/j2se/1.4.1/changes.html)

  • Retrieve underlying SQL query for deski report via java SDK in BOXIR2

    Hi all,
    I am trying to retrieve underlying SQL queries of a deski report in BOXIR2. However I find the error as
    oDataProvider = oDocumentInstance.getDataProviders().getItem(i1);               
    System.out.print(oDataProvider.getName());
    oSQLDataProvider = (SQLDataProvider) oDataProvider;
    oSQLContainer_root = oSQLDataProvider.getSQLContainer();
    But "This feature is not supported for desktop Intelligence " exception has occured.
    I am running the same query for Webi, and I did not find any issue . After several time spending in google, it appears to me that this code is supported by webi only. But "This feature is not supported for desktop Intelligence " exception has occured.
    Please help me to find out the solution in java SDK. If its not supported by Java SDK, then could you please provide me any workaround , e.g. any macro . Any help !!
    Regards,
    Nita
    Edited by: Nita Prasad on Aug 11, 2009 11:20 AM
    Edited by: Nita Prasad on Aug 11, 2009 11:25 AM

    Hi Fritz,
    I am not getting the way.. how to open the deski report programmatically. I am writing the code in this way:
    Dim oInfoObjects1 As CrystalInfoStoreLib.InfoObjects
            Set oInfoObjects1 = oInfoStore.Query("SELECT * FROM CI_INFOOBJECTS WHERE SI_NAME='" & oInfoObject.Title & "' AND SI_ID='" & oInfoObject.Id & "' order by SI_NAME")
        Dim oInfoObject1 As CrystalInfoStoreLib.InfoObject
        Dim UserCount1 As Integer
            UserCount1 = oInfoObjects1.ResultCount
            MsgBox "SELECT * FROM CI_INFOOBJECTS WHERE SI_NAME=' " & oInfoObject.Title & " ' AND SI_ID=' " & oInfoObject.Id & " ' order by SI_NAME"
            MsgBox " Total number of Deski reports are : [" & UserCount1 & "]", vbOKOnly
        Dim j As Integer
         For j = 1 To UserCount1
          Set oInfoObject1 = oInfoObjects1.Item(i)
                sFile_ReportList = StrConv(oInfoObject1.Title, vbLowerCase) & ".rep"
                sFile_Output = "D:\TraceWrite1\ " & StrConv(oInfoObject1.Id & "_" & oInfoObject1.Title, vbLowerCase) & ".txt"
                sFile_ReportListTemp = StrConv(oInfoObject1.Files.Item(j), vbLowerCase)
                MsgBox "[" & sFile_ReportList & "]", vbOKOnly
                        If Dir(sFile_ReportList) = "" Then
                MsgBox "The text file [" & sFile_ReportList & "] for the DeskI documents does not exist!" & vbCrLf & "Aborting process."
                Exit Sub
                End If
    I am getting the error on line ...  If Dir(sFile_ReportList) = "" Then...  The code is not able to locate the deski report path.
    Is this the correct way to get a deski report information? Please let me know, If I am going in the right direction.
    Edited by: Nita Prasad on Aug 18, 2009 3:47 PM

  • Whats is difference between Java JRE  and  Java SDK

    Hi,
    what is the difference between Java JRE and Java SDK...
    i think both of them have the same set of files to be installed...
    I am not able to understand where they differ

    The JRE (Java runtime Environment) contains just the stuff necessary to run Java and the SDK (System Development Kit) contains the extra stuff necessary (and also helpful) to develop in Java.

  • How to get all permissions on server level and project collection level via tfs java sdk?

    i need to list project-collection level's permission and project level's permission on my project. now i have connected to tfs and i have got project collection list and user list via tfs java sdk. but i can't find the way to get the permission name list
    and permission list. how can i do to get that?
    i have checked the database, and find that the actions have some discrepancies with the tbl_securityaction'data.
    Can anyone give me some advice on that?
    davy

    David, Thanks for your reply.
    I have test the code above, but still get error. here is my code:
    final TFSTeamProjectCollection tpc = SnippetSettings.connectToTFS();
    final DefaultClientFactory factory = new DefaultClientFactory();
    final IIdentityManagementService2 ims = (IIdentityManagementService2)factory.newClient(IIdentityManagementService2.class, tpc);
    final String scopeId = null;
    final String[] propertyNameFilters = null;
    TeamFoundationIdentity[] appGroups = ims.listApplicationGroups(scopeId, ReadIdentityOptions.EXTENDED_PROPERTIES, propertyNameFilters, IdentityPropertyScope.BOTH);
    error message:
    java.lang.NullPointerException
    at com.microsoft.tfs.core.clients.webservices.IdentityManagementService2.listApplicationGroups(IdentityManagementService2.java:92).
    davy

  • Downloading and Installing Java SDK for AIX

    Could anyone please tell me where can i download Java SDk for AIX and how to install it before installing SAP?
    Thanks in Advance

    Hi Mega,
    You can downloads Java SDK 1.4.2 from this location, just choose the OS,
    https://sdlc5d.sun.com/ECom/EComActionServlet;jsessionid=CA558AF3F6842F61D26641D9A6853DCA
    installation is very simple, just copy the downloaded file and execute by running <b>./<name of the file>.sh</b> at the command prompt.
    Regards
    Juan
    Please reward with points if helpful

  • What's the difference between Java SDK and the Enterprise Edition?

    What's the difference between Java SDK and the Enterprise Edition? Are they both free?

    both r free but they are used in diffrent applications. sdk are used for simple apps that run on your computer while j2e (enterprise edition) are ment for large distributed computer systems that include servers and such. if you don't know the diffrence you probably wont need the the j2e, only the sdk.

  • Problems with stacked bar chart in Java SDK and CRDesigner

    Hi @ll,
    I have an issue with the rendering of stacked bar charts through the Java SDK and the CRDesigner. unfortunately, my research in this forum and with the help of aunt google didn't lead to success.
    These are my problems:
    I have a  stacked bar chart which, when datasets/stacks increase in number per bar, displays errors:
    1.)  the single stacks of the bar merge together randomly and form bigger stacks with the sum of the singles. the information of  single stacks gets lost in the bar.
    2.)  the total sum of all singles is bigger than the maximum value on the y-axis displays. thus, the scaling is wrong.
    1.) appears in the CRDesigner as well as in the Java SDK
    2.) only occurs in the Java SDK
    Is there any trick to turn the random merging of slices off?
    Is the false scaling a known issue and is there a bugfix/workaround?
    many thanks for all advice
    Tom

    hi folks,
    i found the answer to the above problems:
    when you specify the recordfields that are responsible for the change to the next stack or bar, the 'stack' fields have to be unique.
    in my case i evaluated durations in msec (as stacks) from different devices (as bars). randomly i had the same durations for one device. what happens is, that CR does not notice a change and accumulates to the first stack with the same duration.
    surprisingly this also seems to derange the axis scaling. fix the problem by simply using an overall unique recordfield like rownum or a formula that forms the current timestamp to text as identifier for the stacking.
    cheers
    .t

  • How to get the total allocated CPUs, memory and storage in a particualr reservation through vRealize Automation Java SDK?

    I am trying to figure out how to get the total allocated CPUs, memory and storage in a particualr reservation through vRealize Automation Java SDK.

    I am trying to figure out how to get the total allocated CPUs, memory and storage in a particualr reservation through vRealize Automation Java SDK.

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

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

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

  • OID/Linux and Netsacpe Java SDK don't play nice

    Here's a brief description of the problem. We are developing with the Netscape LDAP SDK for Java connecting to OID on Linux and deploying on Solaris. The problem I'm discussing here doesn't happen on Solaris. All access to the LDAP server is being funelled through one connection (please don't ask, I didn't design it).
    Lets call an add, modify, delete or read an "action," for the sake of convenience. When an ldapjdk.jar client connects to an OID server, it can perform 32764 "actions." On the 32765th, it blocks forever waiting for OID server to return. Ok, the obvious solution is to implement a timeout and try again. Did that and it doesn't work. Ok, lets try dropping the connection at a watermark (say 30000 actions) and establishing a new one. Nope, still doesn't work. At the 32765 actions per client machine mark, it blocks forever.
    Dumping the threads on the client side gives us something like the following:
    main:
    [1] java.lang.Object.wait (native method)
    [2] java.lang.Object.wait (Object.java:424)
    [3] netscape.ldap.LDAPMessageQueue.waitForMessage (LDAPMessageQueue.java:179)
    [4] netscape.ldap.LDAPMessageQueue.nextMessage (LDAPMessageQueue.java:101)
    [5] netscape.ldap.LDAPSearchListener.nextMessage (LDAPSearchListener.java:86)
    [6] netscape.ldap.LDAPConnection.search (LDAPConnection.java:2584)
    [7] netscape.ldap.LDAPConnection.read (LDAPConnection.java:2104)
    [8] netscape.ldap.LDAPConnection.read (LDAPConnection.java:2098)
    [9] ReadLockTest.run_test (ReadLockTest.java:96)
    [10] ReadLockTest.run (ReadLockTest.java:49)
    [11] ReadLockTest.main (ReadLockTest.java:25)
    LDAPConnThread chakotay:389:
    [1] java.net.SocketInputStream.socketRead (native method)
    [2] java.net.SocketInputStream.read (SocketInputStream.java:90)
    [3] java.io.BufferedInputStream.fill (BufferedInputStream.java:190)
    [4] java.io.BufferedInputStream.read (BufferedInputStream.java:208)
    [5] netscape.ldap.ber.stream.BERElement.getElement (BERElement.java:101)
    [6] netscape.ldap.LDAPConnThread.run (LDAPConnThread.java:420)
    Not much help there. I turned on all debugging on the OID server and got massive amounts of data back (and the server slowed to a crawl. :-] ). They all show the choke happening after gsldfb_FetchBaseObjs, and before leaving gslfcfdRefreshRootDSE. The last request (the 32765th) has started, but
    never completes. I can provide parts of the logs on request.
    Has anyone else encountered this problem?
    Thanks.
    Glenn McAllister
    SOMA Networks, Inc.

    Hello Glen:
    I have not seen this before. Sounds like you have done a thorough job troubleshooting this and this may be a bug. If you are able, I would like you to file a trouble report at our Oracle Support web site:
    http://www.oracle.com/support/metalink/index.html
    Thanks,
    Jay
    null

Maybe you are looking for

  • Connection between iPhone and desktop Mac

    OK so just how connected are iPhones and desktop Macs now? I ask because I just deleted mail from my iPhone and it [seemed] as if the same mail was deleted from my iMac. And this was not mail using my iCloud addy.

  • Bug: Context menu operations on multiple selection of uix-nodes do not work

    Hi, when i select multiple .uix files in the navigator and then chose "Check XML Syntax", "Validate" or "Auto Indent XML" from the context menu, the selected operation is only done for the first file in the selection. This is a nice Bug because this

  • Generics error

    I'm using generics in my jsp and it compiles fine, but when I run it I get run-time compile error: org.apache.jasper.JasperException: Unable to compile class for JSP Syntax error on token "<", invalid AssignmentOperator Syntax error on token "=", !=

  • App stuck waiting

    Tried downloading an app and it is stuck on waiting. When I hold to delete, there is no "x" above the icon. Tried to sync with desktop and no luck. Also tried to delete from desktop, but because it's not downloaded yet it does not show up.

  • Lost internet access & printer settings after switched off airport extreme

    Hi, when I switched off my airport extreme I lost internet & printer settings. All other settings are OK. What`s my problem or what do I wrong?