Hana Server Supported Java

Hi Experts,
I need to upgrade the Java JRE version in my SAP HANA Server but I want to avoid any problem, I'm looking in SAP Hana guides, the Java version supported in a HANA Server, but neither in the PAM or Installation Guide for SAP HANA Server I can identify this information, Do you have any information about this JRE supported in HANA Server or if exists a Prerequisites for HANA Server.
Thank you for your answers.
best Regards.

Hi everybody,
I find this SAP Note 1944799 - SAP HANA Guidelines for SLES Operating System Installation where I support the Update of the Java Release.
Best regards.

Similar Messages

  • Does messaging server support java?

    Hi,
    Anyone know that does the messaging server bundle's web server support Java? Can I run jsp on that web server?
    Thanks

    Hi,
    Which "webserver" are you referring to?
    The mshttpd daemon that provides webmail access (messenger express) is not a full-blown webserver software. It is only designed to provide access to store information. It will not run random java files or whatever.
    The webserver that you can use for UWC IS a full blown webserver, with the UWC instance being one container - so as to it's capabilities, you should look up the webserver 6 documentation on docs.sun.com.
    Regards,
    Shane.

  • Does Netscape Enterprise Server support Java Web Start?

     

    Hi,
    I working on this problem too. Could you send me about
    your project's details ? (spec and config)
    My email: [email protected]
    Thank you.I've come to the conclusion that Java Web Start does not support hosting applications on password protected servers. It plain does not not work.
    If anyone can get it to work, please let me know.
    For me the JWS version based servlet is not a hosting option. I'm stuck with a dumb old IIS server. The only reason I'd want to use the version based servlet hosting is to work around the update bugs.
    See my other recent postings.
    I've posted a bug-report on the bugparade, but it will take three months before I should expect a reply.
    At that point, they may dismiss the bug-reports as "intended features", in which case I do wish there was more options to "turn off" "features" in the JNLP file. ;-)
    For now I've been my client has accepted "security by obscurity" for the beta version of the program I'm working on, i.e. I've put the program in a "secret" place and turned off password protection.
    �yvind

  • Which application server supports EJB 3 and Java EE 5?

    Hi all,
    I want to develop an application using EJB 3.
    I was planning on using JBOSS 4.0.4 as application server, but I am not sure whether EJB 3 is fully supported.
    Which application server supports EJB 3 and Java EE 5?
    Thanks

    Just install it using the EJB3 profile in the installer. Don't use the "All" profile
    and think EJB3 is included in it :)

  • PL/SQL support Java and VB

    We are exploring the possibility of one Oracle DB supporting
    both Application written in VB and Java. Do I have to write two
    sets of PL/SQL stored procedures/packages so that one will work
    with VB codes through OraOLEDB and the other set will support
    Java through JDBC?
    I appreciate any of your inputs.
    Lisa

    I think one version of the PL/SQL stored procedure will serve
    both VB and Java programs. With Java JDBC, you can also load a
    Java stored procedure into the database and then publish it so
    that it can be called from another PL/SQL function, of couse in
    this case, the Java stored procedure will have a version
    different from that used by VB. Hope that this helps.
    Good Luck!
    Ming Xu.

  • How to get  current working directory of the ftp server,in java application

    Hi All,
    I?m FTP?ing the file using java.net.url.
    Here is the snippet of the code:
    public void ftpFile()throws ChrsException
    try
    System.out.println("FTPing the file '"+localfile+"'");
    OutputStream os = openUploadStream(targetfile);
    FileInputStream is = new FileInputStream(localfile);
    byte[] buf = new byte[16384];
    int noOfBytesRead;
    while (true)
    //Read the data from the source File into buf
    noOfBytesRead = is.read(buf);
    if (noOfBytesRead <= 0)
    break;
    //Writes the data present in the buf to the target file
    os.write(buf, 0, noOfBytesRead);
    os.close();
    is.close();
    close();
    System.out.println ("The file '"+localfile+"' is Sucessfully FTP'd to '"+targetfile+"'");
    catch (MalformedURLException malExcp)
    System.out.println ("Invalid URL. Error in FTP'ing the file: \""+localfile+"\"");
    catch(IOException ioe)
    System.out.println ("Error in FTP'ing the file: \""+localfile+"\"");
    private OutputStream openUploadStream(String targetfile) throws MalformedURLException, IOException
    URL url = null;
    //Creates a URL object with FTP protocol
    if (user == null)
    url = new URL("ftp://" + host + "/" + targetfile + ";type=i");
    else
    url = new URL("ftp://" + user + ":" + password + "@" + host + "/" + targetfile + ";type=i");
    urlc = url.openConnection();
    //Get the OutputStream that writes to this connection.
    OutputStream os = urlc.getOutputStream();
    return os;
    Now I need to find what the current directory is when the user logs in with username and password on to the FTP server in java.
    Thanks in Advance.

    as soon as user logs in he is taken to the directory
    "ftproot/pub/abc".
    now If I execute pwd command , is hould be able to
    get to know tht user is under "ftproot/pub/abc"Three respected posters, well two plus me ;-), have just told you otherwise. The information about the current directory is (a) secure and (b) useless to the user, as he can't do anything with it. The user doesn't want to know that at all and you shouldn't try to tell him. And in any case FTP doesn't support it, again for security reasons, so you can't do it.
    Just accept it.

  • Error 500--Internal Server Error: java.lang.NoClassDefFoundError:

    Dears
    I deployed a and ADF application in Weblogic server configured instance. Compilation and deployment was done perfectly. When I tried to Run the application in my local weblogic instance it throw the following exception
    Error 500--Internal Server Error
    java.lang.NoClassDefFoundError: com/sun/facelets/FaceletViewHandler
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:343)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:302)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl._initIfNeeded(ViewHandlerImpl.java:346)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:88)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:763)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:374)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.kacst.common.filter.ErrorHandlerFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.lang.ClassNotFoundException: com.sun.facelets.FaceletViewHandler
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
         ... 58 more
    Any body has faced a similar issue. Please let me know your views
    Best regards
    Mohamed Chargui

    The JSF version packaged starting in 11.1.2.0.0 has been upgraded to 2.0.
    Jdeveloper 11.1.1.6 support is JSF 1.2.
    Upgrade to JDeveloper 11.1.2.0.0.
    With an earlier version of WLS (10.3.4) add the jsf library configuration for the JSF 2.0 library to weblogic.xml with exact-match set to true.
    <library-ref>
    <library-name>jsf</library-name>
    <specification-version>2.0</specification-version>
    <implementation-version>1.0.0.0_2-0-2</implementation-version>
    *<exact-match>true</exact-match>*
    </library-ref>
    Edited by: dvohra16 on Feb 28, 2013 6:43 AM

  • Oracle Application Server 10g Java Object Cache

    Hi,
    I am new to Java and looking for a java caching framework and just came across Oracle Application Server 10g Java Object Cache. I am unable to find 11g version of the same. Is it not supported any more?
    Can I use this with weblogic server? Please suggest if any other alternatives.
    Thanks,
    Manoj

    Bump.
    I definitely don't see the same file: C:\dev\jdevstudio10134\javacache\lib\cache.jar in the Oracle JDEV tree. Is there a suggested alternative?

  • What other Application server supports PI

    Hi Experts,
    SAP PI has its own Application server ABAP & JAVA.
    Can PI supports other application server like (Apache Tomcat, Geronimo,Jboss,Jetty,Jrun,Oracle,Resin,Web Sphere,Weblogic)
    Br,
    Ahmed.

    Hello Ahmed,
    SAP PI comes packaged with its own Application Server SAP Web AS.
    Now, this SAP Web AS already have basic Netweaver Components installed like BASIS, Identity Management, etc.
    For installing SAP PI, additional usage type is selected other than SAP Web AS which deploys PI related content onto it.
    PI is an integration middleware product from SAP which comes with its own Application Server with an option to install it on a combination of OS-DB.
    by "Can PI support other Application Server", if you mean "Can PI be installed on other Application server", AFAIK answer is NO.
    But what is the use case?
    Regards,
    Ankit

  • System backup of HANA server and HANA DB.

    Hi .
    I'm creating some of documents for maintenance operation - hana server .
    I want to confirm about backup of "HANA Server" . Also HANA server is SUSE linux , so normally I get backup of linux server by dump/restore command , use dd command when server offline  and on rescue mode kernel , or use something disk(partition) image backup tool .
    I think it can use for SUSE linux server - HANA Server too.
    In this time , if I get backup image of all disk  that  contains all HANA related files including persistent storage (of course hana is offline when get backup) , then I restore this image , can I use this HANA DB ?
    I see some of documents of HANA backup , but I never find about this type system backup . It is not supported operation?
    Regards,
    JT

    HI Jim,
    standard Linux system backup/recovery methods apply also for the SAP HANA servers.
    However, backing up the SAP HANA database is only supported by the backup commands.
    - Lars

  • WebLogic 10.0 supports Java 6?

    Does anyone know if WebLogic server 10.0 supports Java 6? I am currently running Java 1.5 and I would like to run my application with Java 1.6.
    If not, what version of WebLogic I should upgrade so that I can run with Java 6?
    Thanks.

    Hi,
    Weblogic 10 will not support JDK6.
    Please upgrade to Weblogic 10.3 to work with JDK 6.
    Regards,
    Kal.

  • What are the PDA or phone that supporte java ????

    what are the PDA or phone that supporte java ????
    I want to integrate a java application, but tryed to integred on the Mondo Trium with Pjava, so it's too slow, is there any phone or PDA than supported my application
    My application download some maps from server and put up on panel, so it required a good machine ?????
    Please Help !!!!!

    You could try Personal JAVA with WinCE 2.11
    http://java.sun.com/products/personaljava/

  • Migrate Oracle DB to Hana Server

    Hi everybody,
    I have a question, i want to migrate an oracle Database with 50 tables(4big tables/46 small) to Hana Server, i was thinking the best way to do and i read something here about do this with oracle dump, generating scripts and execute them in hana server.
    someone have an idea about the best way in this scenary.

    Hi Naveen,
    You can find official website for BW migration using DMO.
    https://scn.sap.com/docs/DOC-46824
    1667731 - Rapid database migration of SAP BW to SAP HANA
    10 Golden Rules for SAP BW on HANA Migrations
    A demo of their tool can be seen here:
    Oracle to SAP HANA Database Migration Demo - YouTube
    Couple of other links worth looking into:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80e279fd-b067-3010-528b-f03a57a6857d?QuickLink=index&…
    http://scn.sap.com/community/netweaver-portal/blog/2012/11/26/how-we-migrated-an-existing-oracle-database-to-hana
    For schema migration, unless you already have DDL scripts that you can leevrage, SAP PowerDesigner be used.
    See http://www.sap.com/pc/tech/database/software/model-driven-architecture/index.html
    For data migration, esp when source system needs to continue to be up and running, SAP Replication Server, maybe a good choice.
    See http://www.sap.com/pc/tech/database/software/sybase-data-replication-software/index.html
    Please note that exact level of support provided by PowerDesigner and Replication Server for HANA will need to be verified. These products are best of breed and come from the Sybase acquisition. I believe they have been updated to support SAP HANA but exact level of support etc needs to be verified.
    SAP also provides end-to-end migration services for such migrations. I'll find the contact point to further add to this thread.

  • Telnet Server in java

    Hello!
    I am a student and I'm writting my graduate work on the implementation of Telnet protocol in java.
    Can anyone please tell me where can I find open source implementation of Telnet server in java, it was easy to find Telnet client but I have trouble finding the server.
    Thank you!

    Maybe worth checking out (I do not know whether the server side is supported):
    http://commons.apache.org/net/
    * Jakarta Commons Net* implements the client side of many basic Internet protocols. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. Our philosophy is to make the global functionality of a protocol accessible (e.g., TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that the programmer may construct his own custom implementations (e.g, the TFTP packet classes and the TFTP packet send and receive methods are exposed).
    Features
    Supported protocols are:
    FTP/FTPS
    NNTP
    SMTP
    POP3
    * Telnet *
    TFTP
    Finger
    Whois
    rexec/rcmd/rlogin
    Time (rdate) and Daytime
    Echo
    Discard
    NTP/SNTP

  • Does the Messages server support transports?

    Just curious, but does the built in Messages (Jabber) server support Jabber transports? These are the gateways that allow a Jabber account to act as a proxy for Windows Live Messenger, ICQ and other protocols.
    The reason I ask is that I'm currently using OpenFire to run an MSN gateway, as it allows me to effectively use Messages as an MSN/Live Messenger client. While there's nothing wrong with OpenFire, I'm concidering using OS X server for managing a set of machines and I figure it's better to avoid installing anything OS X Server might already povide

    http://forum.java.sun.com/thread.jsp?forum=4&thread=396128&tstart=0&trange=15
    the same problem,
    could someone help us ?

Maybe you are looking for

  • Adding user-defined data

    Okay I am having problems, obviously. I am developing a program where the user will enter X and Y values and the program will calculate the relational data. However, I can't even get a start. First of all, the user defines the number of pairs of poin

  • How do i update my existing itunes account

    How do I update my existing itunes account to sync my new iPhone?

  • Hardware scan not updating

    SCCM 2012 SP1 CU3 We are going through a Windows 7 deployment at the moment (not alone here I'm sure) and we're finding that some of the clients aren't reporting back their hardware inventory after being re-imaged. Client activity is as follows: Poli

  • Wlsc problem with package name

    I am using wlsc ant task to generate my java code for a web service. Unlike the simplistic examples (HelloWorld and Complex) I have my complex types split into a separate .xsd file instead of putting them directly into the WSDL file. Is there a way t

  • Same subject Mail messages are grouped together in sent mail

    How can I get mac mail to stop grouping sent messages on the same subject together in the sent mail file? i went in mail- preferences viewing and turned off mark them by color, but that was no help. I want each message in sent mail on its own, and in