In portal login java runtime error --

Hi all,
I tried to login to the portal page.But its suddenly throwing an java runtime error.
Its like the same issue in forum
/thread/26144 [original link is broken]
please have a look of this forum.
regards
Vijay

Hi Vijay,
Problem is with the standard java users,
Check the status of the ff. and if you choose, try changing the passwords
SAPJSF, SLDAPIUSER, SLDSUSER, J2EE_ADMIN and J2EE_GUEST are the common standard users of the Java Systems.
Regards,
Jeff

Similar Messages

  • Java runtime error while  executing install.sh - installing Oracle Clinical 4i

    Hello DBA's
    1. I am trying to install an Oracle App on a SUN SPARC 20 with 256 MB / 9.1
    GB. (solaris 8)
    2. I installed Oracle 8i EE completely and created the DB using Oracle
    Universal Installer. So the Java components and runtime were also installed
    I presume. I have it in /usr/java1.2 with links made during install.
    3. Did post installation according to the manual.
    4. Did pre-installation for install of Oracle Clinical application.
    5. Put the OC CD into the drive and typed install.sh as requested.
    Error: The Java Runtime environment was not found at
    .. /../stage/Components/oracle.swd.jre/1.1.8.10/1/Datafiles/Expanded/solaris/bin/
    jre Hence the universal installer cannot be run.
    I am struggling for 2 months now and I am hoping that some guru will wipe
    out the frustration and anxiety that has made my hair grey. I have also
    included the contents of the oraparam.ini for Oracle 8i and Oracle CLinical.
    They look almost the same but for some reason, the Oracle Universal
    installer does not seem to work for the Oracle Clinical installation.
    What could be the reason for this Jav runtime Error. I check the web and
    other sites, but no conceivable answer. I have no access to Metalink. What
    do I have to do to make the universal installer work.
    Your help is really really appreciated.
    ============================================================
    ORAPARAM.ini used when installing Oracle 8i 8.1.6.2
    [Oracle]
    DISTRIBUTION=TRUE
    SOURCE=../stage/products.jar
    JRE_LOCATION=../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expande
    d/jre
    OUI_LOCATION=../stage/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expa
    nded
    HLP_LOCATION=
    EWT_LOCATION=
    DEFAULT_HOME_LOCATION=
    NLS_ENABLED=FALSE
    NO_BROWSE=/net
    JRE_MEMORY_OPTIONS=-mx48m
    [IMAGES]
    FILE1=images/o8i_1.gif
    FILE2=images/o8i_2.gif
    FILE3=images/o8i_3.gif
    FILE4=images/o8i_4.gif
    FILE5=images/o8i_5.gif
    FILE6=images/o8i_6.gif
    FILE7=images/o8i_7.gif
    FILE8=images/o8i_8.gif
    ===========================================================
    ORAPARAM.ini used when installing Oracle Clinical 4i
    [Oracle]
    DISTRIBUTION=TRUE
    SOURCE=../../stage/products.jar
    LICENSE_LOCATION=
    JRE_LOCATION=../../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expa
    nded
    /jre
    OUI_LOCATION=../../stage/Components/oracle.swd.oui/1.7.0.19.0/1/DataFiles/Ex
    panded
    JRE_MEMORY_OPTIONS=" -mx32m"
    DEFAULT_HOME_LOCATION=
    DEFAULT_HOME_NAME=OUIHome
    NO_BROWSE=/net
    HLP_LOCATION=
    EWT_LOCATION=
    NLS_ENABLED=TRUE
    BOOTSTRAP=FALSE
    OUI_VERSION=1.7.0.19.0
    [IMAGES]
    FILE1=images/installAd0.gif
    FILE2=images/installAd1.gif
    =========================================================

    Hi
    May be you can check the Redhat FTP site.
    CentOS 4.6, 32-bit
    http://isoredirect.centos.org/centos/4.6/isos/i386/
    CentOS 4.6, 64-bit
    http://isoredirect.centos.org/centos/4.6/isos/x86_64/
    CentOS 5.1, 32-bit
    http://isoredirect.centos.org/centos/5.1/isos/i386/
    CentOS 5.1, 64-bit
    http://isoredirect.centos.org/centos/5.1/isos/x86_64/
    Regards
    Mudhalvan M.M

  • Oracle Clinical - install.sh not working - says not found or Java runtime error.

    install.sh not working - need help
    Hi all,
    OS Solaris 8. Sun Sparc 20 - 256 MB 9.1 GB. I am using csh for this install as instructed for the user OPAPPS.
    I have installed Oracle 8.1.6 Rel 2 on the SUN Sparc. Everything is fine and a customised DB has been created. Now I
    have to install an Oracle application on the same server. I have a working knowledge of Unix but I don't know scripting.
    I logged in as OPAPPS as required. (.chsrc). I have set the path with all possible directories and made it a member of
    group DBA as requested.
    I put the CD in the CDROM and then cd /cdrom
    # install.sh
    BUT I get this message: install.sh not found.
    install.sh is there on the CD. This is the contents of install.sh from the CD
    #!/bin/sh
    os=`uname | tr A-A a-z`
    case "$os" in
    sunos) platform=solaris
    hp-ux) platform=hp-ux
    osf1) platform=decunix
    esac
    #The environment variable $SRCHOME cannot be set during installation
    unset SRCHOME
    unset SHLIB_PATH
    CMDDIR=`dirname $0`
    if [ "CMDDIR" = "." ]; then
    CMDDIR=`pwd`;
    fi
    # Replace relatove path with fully qualified path
    if [ ! "`echo $CMDDIR|grep '^/'`" ]; then
    CMDDIR=`pwd`/$CMDDIR;
    fi
    if [ x${PATH} != x ] ; then
    PATH=$PATH:/usr/bin: /bin
    export PATH
    else
    PATH=/usr/bin:/bin
    fi
    cd $CMDDIR/$platform/Disk1/install/$platform
    ./runinstaller $*
    directory structure on CD
    -r-xr-xr-x 1 root sys 638 Aug 23 2000 install.sh
    dr-xr-xr-x solaris
    dr-xr-xr-x hpunix
    dr-xr-xr-x decunix
    dr-xr-xr-x nls732
    solaris/disk1/install/solaris and the file
    -r-xr-xr-x runinsta.
    -r-xr-xr-x oraparm.ini
    dr-xr-xr-x images
    d .
    d ..
    Would anybody know why I get install.sh NOT found when it is there?. This executabel is on the CD. I am not sure why it gives
    a java runtime error message when it is OK. Remember, I have already installed Oracle 8i using the same environment with the existing java runtime .
    Thanks for your help.

    Hi,
    I am installing Oracle clinical 4.5.x.
    I need to know whether both the Database server and application server for Oracle Clinical can be installed on same server(windows 2000 server).
    Both of them are installed on windows platform.
    It seems that u have tried the single node installation.
    So,please give all the possible details regarding the single node installation for oracle clinical no matter what platform it is.
    Please reply me as soon as possible, its urgent.
    Thanking u in advance.

  • Upgraded to Lion, getting Java runtime error.

    I recently upgraded to Lion. Since then I am getting "Java runtime error" and says I need to downoad java, but that I am not connected to the interned. Clearly I am connected to the internet as I am writing this now. Of course Apple wont let me download java myself from the java website.
    So heeeeeelp?
    thanks!
    Braden

    Hi Braden,
    you cannot d/l Java from http://support.apple.com/kb/DL1421 ?
    Have you tried another browser -- maybe that would work?
    Otherwise. the easiest way is of course downloading it on another machine, copying it to a thumb drive and plugging that into your Lion Mac then...
    Hope that helps,
    Thomas

  • Portal URL iview runtime error

    Dear Experts,
    i'm trying to create URL iview based on document this "http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0235c19-9493-2b10-64a5-8487b23a7a41?QuickLink=index&overridelayout=true" but when i'm trying to preview there's runtime error.
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 02:16_02/06/10_0003_19556350
    Refer to the log file for details about this exception.
    i have tried to search the exception id but i found nothing. can you help me..please.
    Regards,
    dinie.

    Hi Mikhail.
    Thanks for reply. i have search for the log. but i only got application.log which has the same word and the latest time.
    this is some of the logs.
    #1.5 #00215EDB08B0006E0000004D00001EAC00048804113F2567#1275450957859#/Applications/WebApplications#sap.com/irj#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#ZULHIA#14671##prodbwbo_PBJ_19556350#ZULHIA#b611ddc06dfa11df8c8200215edb08b0#SAPEngine_Application_Thread[impl:3]_3##0#0#Info#1#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Plain###application [irj] prt: init#
    #1.5 #00215EDB08B000650000009700001EAC00048804114FF746#1275450958968#/Applications/KMC/RF#sap.com/irj#com.sapportals.wcm.service.applog.OpenSQLAppLog.logToDatabase(Connection,JDBCAppLogEntry)#ZULHIA#14671##prodbwbo_PBJ_19556350#ZULHIA#b611ddc06dfa11df8c8200215edb08b0#SAPEngine_Application_Thread[impl:3]_38##0#0#Info#1#com.sapportals.wcm.service.applog.OpenSQLAppLog#Java###Level: , AppId: , LogTextId: , PrincipalName: , PrincipalType: , ConstId: , Rid: , Param1: , Param2: , Param3: , Param4: #11#2#IndexmanagementService#Index rooms_10c829ad-2850-2d10-3382-cb598d44ca1b created.#null#0#null#null#null#null#null#null#
    This is default Trace
    #00215EDB08B000650000009800001EAC000488041151865E#1275450959062#com.sapportals.trex.tns.TNSClient#sap.com/irj#com.sapportals.trex.tns.TNSClient#ZULHIA#14671##prodbwbo_PBJ_19556350#ZULHIA#b611ddc06dfa11df8c8200215edb08b0#SAPEngine_Application_Thread[impl:3]_38##0#0#Error##Plain###verifyNameServerAddress: NameServer = tcpip://<nameserverhost>:<nameserverport> caught exception: java.net.MalformedURLException: For input string: "<nameserverport>"#
    #1.5 #00215EDB08B000650000009900001EAC0004880411518838#1275450959062#com.sapportals.trex.tns.TNSClient#sap.com/irj#com.sapportals.trex.tns.TNSClient#ZULHIA#14671##prodbwbo_PBJ_19556350#ZULHIA#b611ddc06dfa11df8c8200215edb08b0#SAPEngine_Application_Thread[impl:3]_38##0#0#Error##Plain###Invalid Entry for nameserver: tcpip://<nameserverhost>:<nameserverport> caught Exception: com.sapportals.trex.TrexException: TREX Name Server (including back-up servers) is down or not accessable.  (Errorcode 7217)#
    #1.5 #00215EDB08B000650000009A00001EAC0004880411519615#1275450959078#com.sapportals.wcm.WcmException#sap.com/irj#com.sapportals.wcm.WcmException.WcmException(90)#ZULHIA#14671##prodbwbo_PBJ
    #00215EDB08B000650000009B00001EAC0004880411519BE5#1275450959078#com.sap.ip.collaboration.room.impl.RoomProps#sap.com/irj#com.sap.ip.collaboration.room.impl.RoomProps.RoomProps(240)#ZULHIA#14671##prodbwbo_PBJ_19556350#ZULHIA#b611ddc06dfa11df8c8200215edb08b0#SAPEngine_Application_Thread[impl:3]_38##0#0#Error##Plain###Exception while trying to create rooms index: creating index failed: Invalid entry in configuration: section nameserver, key address, value tcpip://<nameserverhost>:<nameserverport> is invalid (Errorcode 7213)com.sapportals.wcm.WcmException: creating index failed: Invalid entry in configuration: section nameserver, key address, value tcpip://<nameserverhost>:<nameserverport> is invalid (Errorcode 7213)com.sapportals.wcm.WcmException: creating index failed: Invalid entry in configuration: section nameserver, key address, value tcpip://<nameserverhost>:<nameserverport> is invalid (Errorcode 7213)
    #00215EDB08B0005F0000004400001EAC00048804CACA8FB0#1275454070734#System.err#sap.com/irj#System.err#ZULHIA#14957##prodbwbo_PBJ_19556350#ZULHIA#350532c06e0111df934000215edb08b0#SAPEngine_Application_Thread[impl:3]_31##0#0#Error##Plain###
    >>>>>urlId=readUrl.grid.txtURL.input_component#
    #1.5 #00215EDB08B0005F0000004500001EAC00048804CACA901B#1275454070734#System.err#sap.com/irj#System.err#ZULHIA#14957##prodbwbo_PBJ_19556350#ZULHIA#350532c06e0111df934000215edb08b0#SAPEngine_Application_Thread[impl:3]_31##0#0#Error##Plain###
    >>>>>hiddenXmlParamsId=readUrl.hiddenXmlParams.input_component#
    #1.5 #00215EDB08B000660001235000001EAC00048804CAF4EF03#1275454073500#com.sap.jms#sap.com/irj#com.sap.jms.server.sessioncontainer.InboundBus instance=default#J2EE_GUEST#0##n/a##630c16106cae11df9e3b00215edb08b0#Thread[Thread-52,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###com.sap.jms.server.exception.JMSServerSecurityException: You do not have permissions: action create_queue and instance ALL.
    Regards,
    dinie

  • I keep getting java runtime error messages

    I have updated and installed my java/java runtime.  Since then, I keep getting these error messages telling me I need 'to install the java runtime environment".  I have already done that.  It keeps directing me to the java page to download the update, which I've already done.
    Can anyone help me with this?  It seems to pop up all the time, both on safari and firefox.   I've checked under preferences and allow javascript, etc is checked.

    This should help.
    http://support.apple.com/kb/DL1572

  • FLASH CS5: JAVA RUNTIME ERROR

    Hi Guys!
    I'm facing a serious problem that I can't figure out how to solve it!
    I installed the Flash CS5 trial and each time I launch the application, a windows with the message (error initializing java runtime and may need to reinstall Flash )
    That's making 6 times that I reinstall Flash CS5, Java 6.21, unisntall, install from CS5 Suite, single Flash CS5 and always the same problem.
    I use Windows 7 X86
    I tried to find the solution all around the web, the Adobe support and nothing seems to point out the solution!
    Is there someone here that can help?
    Cheers!

    Please check the following links for some answers
    http://blog.tukker.org/2008/05/23/flash-cs3-error-initalizing-java-runtime-environment/
    http://www.actionscript.org/forums/showthread.php3?t=214122
    http://wiki.answers.com/Q/Error_initializing_java_runtime_environment_you_may_need_to_rein stall_flash
    I think the idea is that Flash AS3 compiler needs JRE to compile swfs, so please update to the latest JRE version for CS5 to work. You would not need to install, CS5 Flash again and again.
    Karthik

  • HT5473 Java Runtime error on Mountain Lion

    I have been reading the forum on the Java problems with Mountain Lion, but none of the proposed fixes are taking care of my issues.  I have the latest version of Java installed from Oracle and have the fix posted on the Apple website installed for the Java SE 6 runtime error I was seeing.  I no longer see the runtime error, but programs continue to say that they don't detect Java on my computer.  I feel I'm close to resolving this issue, but am obviously still missing a step.  Any help?

    tjwolf wrote:
    Alexj55,
    I just tried this (I was simply trying to verify whether my removal of Java 7 worked :-):
    I opened a Terminal and just typed "java".  Mac OSX knew that there was no JRE installed and offered to install one.  I agreed.  When I did a "java -version" from the terminal after the install was complete, I found that it had installed 1.6u33:
    dhcp-110-03:~ twolf$ java -version
    java version "1.6.0_33"
    Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720)
    Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)
    You might want to give that a try.  It was 16:00 US Eastern time when I did this.  Good luck.
    tom
    Tom,
    Thanks for the suggestion. Glad to hear some progress is being made by someone! Sadly though, this did not work for me; I got the same error as before. Sticking with it.

  • Upgraded to OS X Yosemite, but repeatedly receive Java runtime error

    I recently upgraded to OS X Yosemite, despite the fact that I don't like the current version I got one additional problem: I repeatedly receive an alert that I need to install Java Runtime Environment. I did update my Java envrionment for more than 3 times and all the times I verified the environment through an additional step to make sure I have a verified and correct version of JAVA! But this problem still persists ! It makes me go back to previous and old version which I don't want to... Any help???

    HI,
    I found this thread in regards to your question ( I have the same issue). I've seen we need to install Apple's Java 6, the latest Oracle Java 8 and now this says install Java 7! Can someone PLEASE FIX this issue???? How many Java versions do we need on our computers just because of ONE upgrade? I'm going to try the Java 7 thing and see if it works.
    JRE on Yosemite

  • Java Runtime error

    Hi,
    I Know very little Java. I got a requirement from my client to copy files from one directory to another. I got the following code from Internet. The code got compiled without any error. When I tried to run I am getting the following runtime exception. Please help me to fix this.
    C:\Temp>echo %CLASSPATH%
    C:\Program Files\VERITAS\Backup Exec\NT\ECM\bumodule.jar;C:\Program Files\VERITAS\Backup Exec\NT\ECM\LOG4J-CORE.JAR;C:\P
    LOG4J.JAR;.
    C:\Temp>java CopyDirectory('C:\Temp','C:\Y')
    Exception in thread "main" java.lang.NoClassDefFoundError: copydirectory('C:\Temp','C:\Y')
    Code:
    ====
    import java.io.*;
    public class CopyDirectory{
    public static void main(String[] args) throws IOException{
    CopyDirectory cd = new CopyDirectory();
    String arg1 = args[0];
    String arg2 = args[1];
    File src = new File(arg1);
    File dst = new File(arg2);
    cd.copyDirectory(src, dst);
    public void copyDirectory(File srcPath, File dstPath)
    throws IOException{
    if (srcPath.isDirectory()){
    if (!dstPath.exists()){
    dstPath.mkdir();
    String files[] = srcPath.list();
    for(int i = 0; i < files.length; i++){
    copyDirectory(new File(srcPath, files),
    new File(dstPath, files[i]));
    else{
    if(!srcPath.exists()){
    System.out.println("File or directory does not exist.");
    System.exit(0);
    else
    InputStream in = new FileInputStream(srcPath);
    OutputStream out = new FileOutputStream(dstPath);
    // Transfer bytes from in to out
    byte[] buf = new byte[1024];
    int len;
    while ((len = in.read(buf)) > 0) {
    out.write(buf, 0, len);
    in.close();
    out.close();
    System.out.println("Directory copied.");
    Thanks
    Leo

    The following way of execution fixed the problem.
    C:\Temp>java -classpath "%CLASSPATH%" CopyDirectory C:\Temp C:\Y
    Just recording for others.
    Regards,
    Leo

  • Java Runtime errors in Windows (error=2,3,...)

    Hello,
    I had a Java progam that makes calls to external programs (of the type of question 2 in the FAQ), but for which I have no access to the code (it is intended for Unix). I have Java installed including the docs (except search API). My question is:
    error=2, error=3, error=193 are IOEXceptions which mean something like file not found, not an executable file, the processe returned an exception, etc. Where can I find a translation of those cryptic numbers in plain English, within the docs?. Searching the Internet is not efficient ... TIA
    LT

    Just to add some perspective:
    Almost all UNIX platforms provide a file called /usr/include/errno.h (or same name in a subdirectory /usr/include/*/*.h ) as part of the baseline OS. It is only about 100 error codes and is based on the UNIX system calls. This file is provided even for those UNIX platforms (like Solaris) that do not provide any form of C compiler with the OS software (you have to pay extra for the compiler, often a lot extra). Its pedigree goes back to the origins of UNIX.
    While Microsoft has a web page with their error code info, they do not provide the file is as part of the baseline OS. I agree that Sun could attempt to provide pointers, maybe as part of a FAQ on their web site. Perhaps Sun does not want to get bogged down with the complexities introduced by a major competitor's legacy issues:
    ERRNO.H (for the WIN32 version, about 40 codes, for the C Runtime Library)
    ERROR.H (DOS error codes, derived from XENIX, OS/2)
    WINERROR.H (12,000 line header file all Win32 codes know at that time, using fields � la DEC's VMS, but includes codes of ERROR.H)
    I expect that Sun's implementation of System.exec() calls the Win32 API routine CreateProcess and that probably the only codes you will see returned are defined in ERROR.H

  • How to fix java runtime error for 10.7.2

    I have a MacBook pro and with Lion OS 10.7.2 and I am getting a message from Java Script "You will need the latest Java(TM) Runtime Environment to print our coupons. Would you like to update now?"
    Can anyone tell me how to fix this?

    That's not a problem with OSX Lion, it is an issue with that particular website (we've seen this before).  It's not working with the Mac very well, and there's nothing you can do about it.  Sorry.

  • Cannot remove java runtime error

    while instaling i recived error message "internal error 2329.32 ,C:\config.Msi\14c815.rbf"
    I now try and remove through add/remove programs and cannot.
    Any suggetions?

    Sounds like there's a problem with the Microsoft Installer that Java uses to install itself. There's a MS tool to repair the MS Installer, these formums hava a mention somewhere, or you can Google the web for information (or search the MS website.)
    There might also be a reference to the tool in the help pages at java.com

  • Java runtime error related to JVM

    HI all,
    I am getting an error during run time of kind ..
    JVMDG217: Dump Handler is Processing Signal 11 - Please Wait.
    JVMDG303: JVM Requesting Java core file
    JVMDG304: Java core file written to C:\Program Files\IBM\Rational\SDP\6.0\javacore.20061005.184327.4536.txt
    JVMDG215: Dump Handler has Processed Exception Signal 11.
    any quick suggestions please ....
    - thanks

    Ask IBM? Looks like some problem with their software and/or vm.

  • Portal login fails without error

    Hello
    We are working with Oracle Application Server 10g on Linux. Currently we have some problems with login through the login portlet.
    After starting the Application Server, the login goes right. But after some time of inactivity (about 1h) it is no longer possible to login. After clicking the Login button of the login portlet some time goes on but nothing happens. No error message or something else appears.
    Has someone else such a problem?
    Can anybody help me?
    Regards,
    Chrigel

    Hello
    We are working with Oracle Application Server 10g on Linux. Currently we have some problems with login through the login portlet.
    After starting the Application Server, the login goes right. But after some time of inactivity (about 1h) it is no longer possible to login. After clicking the Login button of the login portlet some time goes on but nothing happens. No error message or something else appears.
    Has someone else such a problem?
    Can anybody help me?
    Regards,
    Chrigel

Maybe you are looking for