Java instance doesn't start in our portal system after db restore

We just restored the db of our live portal system to our portal qa system.
Our live portal system is EP 7.0, db version:Oracle 10.2.0.2 and os version: Windows 2003 server 64 bit
Our QA portal system is EP 7.0, db version:Oracle 10.2.0.2 and os version: Windows 2003 server 32 bit
We converted the 64 bit db to 32. DB opened without a problem.
We also changed the Dispatcher and server ids in configuration files and config tool one by one.
When we try to open SAP, the java process fails after a few seconds.
We searched the log files and found the error:
D:\usr\sap\<SID>\JC00\exe\jlaunch.exe=>sapparam(18): D:\usr\sap<SID>SYS\profile\<SID>_JC00_<hostname>: line 21 starts with illegal byte sequence
D:\usr\sap\<SID>\JC00\exe\jlaunch.exe=>sapparam(18): D:\usr\sap\<SID>\SYS\profile\<SID>JC00_<hostname>: reading canceld after 101 illegal bytes
Any suggestions
Tolga

Hi Tolga,
   Check whether the SAP SUPER USER (SAP *) is active or not,If it is active just deactivate it bocos if it is active java instance might not start in certain cases
Regards,
Tilak..

Similar Messages

  • Db instance doesn't start automatically

    Hello,
    I have a problem with a db instance that doesn't start automatically when the system restarts. I have searched in the forum, and I have found similar questions, but their answers don't fix my problem.
    I have Windows Server 2003 and Oracle10g. More information:
    Services:
    OracleOraDb10g_home1TNSListener service is started (and its startup type is automatic)
    OracleServiceLAB service is started (and its startup type is automatic)
    Registries in Windows:
    ORA_LAB_AUTOSTART=true
    ORA_LAB_SHUTDOWN=true
    ORACLE_SID=LAB
    System variable:
    oracle_sid=LAB
    When the system restarts, the services are started but the instance is down I get "ORA-01034: oracle not available". In the oradim.log file I see this error: ORA-12560: TNS protocol adapter error occurred.
    I suppose that it can be a problem with the connection service name, but I don't know which one and why, because I have defined the oracle_sid system variable (it's true that without it the problem was the same).
    Can anybody help me? Thanks in advance.
    Best regards,
    Arantza

    ok , it seems there are some notes on metalink about diagnosing this error.
    ORA-01034: oracle not available".
    see below:
    Oracle indicates the following possible causes:
    The SGA requires more space than was allocated for it. Can you check how much SGA you have and memory
    The operating system variable pointing to the instance is improperly defined.
    And ORACLE recommends the following remedial action: Refer to accompanying messages for possible causes and correct the problem mentioned in the other messages. Retry after ORACLE has been initialised. If ORACLE has been initialised, verify that ORACLE was linked correctly. Also, refer to the installation or user's guide for additional information about this error.
    After exhausting all other options, a simple reboot has been observed to resolve this error.
    Regards

  • Local OC4J instance doesn't start  from oracle developer suite 10gR2

    Local OC4J instance doesn't start from oracle developer suite 10gR2

    You might also wish to consider posting your question here:
    <br>
    Forms
    <br>
    OC4J (maybe)

  • 11.2 oracle instance doesn't start on OEL 5.5

    I installed Oracle database 11.2 on OEL 5.5 . I created a instance an I want to set it to start automatic in a way described here http://download.oracle.com/docs/cd/E11882_01/server.112/e10839/strt_stp.htm#BABGDGHF. My oracle instance doesn't start automatic at boot time .
    But because messages that oracle software give it to me at boot time is very few , I tried to execute manually the procedure that starts oracle instance , /etc/init.d/dbora .
    It gives me the following output :
    /etc/init.d/dbora start
    + ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    + ORACLE=oracle
    + PATH=/usr/kerberos/sbin:/u01/app/oracle/product/11.2.0/dbhome_1/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin:/u01/app/oracle/product/11.2.0/dbhome_1/bin
    ++ hostname
    + HOST=linux
    ++ uname
    + PLATFORM=Linux
    + export ORACLE_HOME PATH
    + '[' '!' '' = ORA_DB ']'
    + '[' Linux = HP-UX ']'
    + rsh linux -l oracle /etc/init.d/dbora start ORA_DB
    connect to address 89.136.140.223 port 544: Connection refused
    Trying krb4 rsh...
    connect to address 89.136.140.223 port 544: Connection refused
    trying normal rsh (/usr/bin/rsh)
    linux: Connection refused
    + '[' Linux = Linux ']'
    + touch /var/lock/subsys/dbora
    + exit
    It is strange for me . It doesn't even try to start database , and I do not understand why this error : "connecton refused" .
    I hope someone , that understand what procedure is trying to do , help me understand what mistake I did.
    Thanks,
    Aurel

    Don't post your question to multiple forums.
    You already asked this in the General Linux forum.
    Multi-posting is frowned upon as poor forum etiquette.
    That post has now been deleted, since you state you're using OEL 5.5.
    In the future, if you want a post moved then log in to the site, bring your post up on the screen and click the yellow exclamation mark icon and report "abuse" on yourself. That process works. A site admin will eventually move the thread.
    ... and isn't this other thread actually the same issue?
    Errors during boot OEL 5.5 starting a 11.2 instance

  • 100% Cpu on One of our portal system

    Hi All,
    We are facing problem in one of our portal system where the cpu usage is going upto 100%. We have checked trace and other things but seems to be fine.
    At database level following query is taking all the cpu. We are not sure what exactly it is
    "SELECT
      DISTINCT "V"."OBJECTID"
    FROM
      "DAV_CONTENTSTORE" "CS" INNER JOIN "DAV_RESOURCE" "R" ON "R"."CONTENTS
      TOREID" = "CS"."CONTENTSTOREID" INNER JOIN "PVC_VERSION" "V" ON "V"."V
      ERSIONID" = "R"."RESOURCEID" INNER JOIN "PVC_VERSIONSET" "VS" ON "VS".
      "EXTERNALPROPERTY" = :1 AND "VS"."EXTERNALTYPE" = :2 INNER JOIN "PVC_V
      SETELEMENT" "VSE" ON "VS"."VERSIONSETID" = "VSE"."VERSIONSETID" INNER
      JOIN "PVC_VERSIONEDOBJ" "VO" ON "VSE"."OBJECTID" = "VO"."OBJECTID"
    WHERE
      "CS"."ISINDELTA" = :3 AND "CS"."DELTAALGORITHM" = :4 AND
      "R"."RESOURCETYPE" = :5 AND "R"."PATHURI" LIKE :6 AND "R"."OBJNAME" >=
      :7 AND "R"."OBJNAME" < :8 AND "VO"."OBJECTTYPE" = :9 AND
      "V"."VERSIONID" = "VSE"."VERSIONID" AND "V"."OBJECTID" > :10
    ORDER BY
    The above is cpu intensive query and at os level we can see it is taking 100% cpu.
    Can somebody help us to understand what is this query doing and how we can stop it occuring in the system.
    Regards
    Deepak

    wilberfan wrote:
    Dual-core, 32-bit Intel machine.   Did an -Syu two nights ago.  A dozen or so packages upgraded--including (I remember) the latest nvidia (302.17-1).
    When I first boot-up, I get 100% CPU on one of the cores.   htop reveals that it's the X session that's running away (?)   Rebooting seems to take care of it--although I don't understand why yet...
    Anyone experiencing this--or have any suggestions on what I could look at to see what the problem might be? 
    Thanks in advance...
    I had this problem with mount. In fact asking the system for shutdown would set a live lock on a mount process taking one core.

  • Java Instance not getting started

    Hi Experts,
                      After System copy we are not able to start the java instance of SAP BW Java Instance of 7.0.Though Dispatcher is getting started but server 0 is not getting started.Sending you the jcontrol & dev_w0 error.We are using sql server 2008 & win 2008.
    [Thr 6336] JControlICheckProcessList: process server0 started (PID:6268)
    [Thr 6336] Mon Jun 21 02:50:16 2010
    [Thr 6336] JControlICheckProcessList: process server0 (pid:6268) died (RUN-FLAG)
    [Thr 6336] JControlIResetProcess: reset process server0
    [Thr 6336] JControlIResetProcess: [server0] not running -> increase error count (4)
    [Thr 6336] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_19-x64\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID15726550 1277103001 -bz G:\usr\sap\DBJ\SYS\global
    dev_w0----
    [Thr 4704] Mon Jun 21 03:39:01 2010
    [Thr 4704] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 4704] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 4704] JLaunchCloseProgram: good bye (exitcode = -11113)
    Please suggest.

    Sunny sending u the log files.Yah I have imported java of our source system.
    dev_sever0 log :
    trc file: "G:\usr\sap\DBJ\JC01\work\dev_server0", trc level: 1, release: "701"
    node name   : ID15726550
    pid         : 388
    system name : DBJ
    system nr.  : 01
    started at  : Tue Jun 22 02:56:02 2010
    arguments       :
           arg[00] : G:\usr\sap\DBJ\JC01\exe\jlaunch.exe
           arg[01] : pf=G:\usr\sap\DBJ\SYS\profile\DBJ_JC01_GOLITSAPD28
           arg[02] : -DSAPINFO=DBJ_01_server
           arg[03] : pf=G:\usr\sap\DBJ\SYS\profile\DBJ_JC01_GOLITSAPD28
    [Thr 4416] Tue Jun 22 02:56:02 2010
    [Thr 4416] *** WARNING => INFO: Unknown property [instance.box.number=DBJJC01golitsapd28] [jstartxx.c   841]
    [Thr 4416] *** WARNING => INFO: Unknown property [instance.en.host=GOLITSAPD28] [jstartxx.c   841]
    [Thr 4416] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 4416] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [G:\usr\sap\DBJ\JC01\j2ee\cluster\instance.properties]
    -> ms host    : GOLITSAPD28
    -> ms port    : 3900
    -> OS libs    : G:\usr\sap\DBJ\JC01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : G:\usr\sap\DBJ\JC01\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : GOLITSAPD28
    -> ms port    : 3900
    -> os libs    : G:\usr\sap\DBJ\JC01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : G:\usr\sap\DBJ\JC01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID15726500 : G:\usr\sap\DBJ\JC01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID15726550 : G:\usr\sap\DBJ\JC01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID15726500           : G:\usr\sap\DBJ\JC01\j2ee\cluster\instance.properties
    -> [01] ID15726550           : G:\usr\sap\DBJ\JC01\j2ee\cluster\instance.properties
    [Thr 4416] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4416] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 5144] JLaunchRequestFunc: Thread 5144 started as listener thread for np messages.
    [Thr 6104] WaitSyncSemThread: Thread 6104 started as semaphore monitor thread.
    [Thr 4416] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 4416] CPIC (version=701.2009.01.26)
    [Thr 4416] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_19-x64\
    [Thr 4416] JStartupICheckFrameworkPackage: can't find framework package G:\usr\sap\DBJ\JC01\exe\jvmx.jar
    [Thr 4316] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4316] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4316] JLaunchISetClusterId: set cluster id 15726550
    [Thr 4316] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4316] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Tue Jun 22 02:56:32 2010
    4.725: [GC 4.725: [DefNew: 174592K->12689K(261888K), 0.0611219 secs] 174592K->12689K(2009856K), 0.0612466 secs]
    Tue Jun 22 02:56:34 2010
    6.803: [GC 6.803: [DefNew: 187281K->16256K(261888K), 0.0465093 secs] 187281K->16256K(2009856K), 0.0465882 secs]
    Tue Jun 22 02:56:36 2010
    8.329: [GC 8.329: [DefNew: 190848K->18509K(261888K), 0.0445783 secs] 190848K->18509K(2009856K), 0.0446530 secs]
    Tue Jun 22 02:56:37 2010
    9.631: [GC 9.631: [DefNew: 193101K->22134K(261888K), 0.0486306 secs] 193101K->22134K(2009856K), 0.0487179 secs]
    [Thr 7116] Tue Jun 22 02:56:40 2010
    [Thr 7116] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 7116] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 7116] JLaunchCloseProgram: good bye (exitcode = -11113)
    [Thr 568] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 568] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 5544] JLaunchRequestFunc: Thread 5544 started as listener thread for np messages.
    [Thr 5408] WaitSyncSemThread: Thread 5408 started as semaphore monitor thread.
    [Thr 568] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 568] CPIC (version=701.2009.01.26)
    [Thr 568] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_19-x64\
    [Thr 568] Tue Jun 22 02:56:43 2010
    [Thr 568] JStartupICheckFrameworkPackage: can't find framework package G:\usr\sap\DBJ\JC01\exe\jvmx.jar
    Edited by: N. Das on Jun 22, 2010 11:44 AM

  • My server doesn't start without monitor (UEFI system)

    Hallo folks!
    I have a problem with my new Gigabyte J1800N-D2H motherboard: the computer doesn't start if there is no screens at the startup.
    I can't find any log about this fact...
    I can't connect with ssh, ping doesn't pong and there aren't R/ARP packages on the lan.
    Also I didn't find any option into UEFI system.
    What I could check?
    Thanks all
    Last edited by the9ull (2014-10-08 08:03:37)

    jasonwryan wrote:
    Can you more accurately describe the problem? You have sshd running, but when you boot if a monitor is not connected, you cannot ssh in?
    What does "computer doesn't start" mean? Doesn't boot at all? Boots but chokes at some point?
    I can't see where is the problem because the machine doesn't apprear online: no ssh, no ping; moreover, no logs were saved.
    On the other hand, if the monitor is connected no errors are shown

  • ESR Builder java applet doesn't start

    Hi all,
    while trying to start the ESR Builder i get the following error message:
    I opened it with Javaws from JDK 1.7. When i try to open it with a 1.6 version, the application didn't even get displayed.
    The weird thing is that opening the Integration builder isn't a problem at all..
    Is this a java related issue or has this something to do with SAP?
    Thanks for your help,
    Maurice

    Hi Maurice,
    The problem should be in java version. Please check the below blog
    Troubleshooting PI ESR and Integration Builder Logon Issues - Process Integration - SCN Wiki
    Unable to open IR/ESR/ID ? (XI/PI/PI 7.1) [Updated for PI 7.1 support]
    New error when launching the PI Integration Builder tools
    regards,
    Harish

  • OC4J  instance doesn't start automatically on boot.

    I've installed 9iAS 9.0.2 on a Win2K advanced Server machine.
    However the OC4J instances don't startup automatically on boot and I have to start them up manually using the Enterprise Manager.
    Is there any way to make them start up automatically?

    Is your Oracle9iASProcessManager service set to automatic ? If so the OC4J and HTTP server processes will startup automatically.
    regards
    Debu Panda
    oracle

  • Satellite doesn't start the BIOS without pw after update phoenix secure

    Hello
    I'm new in this forum and have the problem, that after an update from the Toshiba homepage with the Phoenix secureCore Tiano my Satelite L555 is asking about a password for starting the BIOS, which I haven't entered and never been asked for. X-(
    What can I do to get this machine started again? I've tried to get in with the F2; and the F12 while starting the machine, but it's allways asking my about this password and after 3 "wrong entries" the notebook closes down again and I've to restart it. (with the same results)
    Can somebody give my an idea, how I can get my notebook to work normaly? ?:|
    Thanks
    We

    Hi,
    There was the user who had problem with Bios password after update:
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?messageID=201651&#201651
    Then, in this thread he gave a link how he recovered it:
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=53813&tstart=15
    Otherwise, you need to contact the Asp.
    Good luck!

  • Possible to start MXI-3/PXI system after PC booted?

    Hi,
    I'm new here, so I just asked this question in another thread through a reply. I didn't notice that it was already marked as solved, so I'm going to ask again in my own thread.
    My problem may seem very related to the one of Kobi, but there are some differences which are holding my hopes up that the problem could be solved. The system setup summarized:
    - PC (MXI-3)
      ->PXI1002 (Chassis1)
       ->PXI8335 (port1 - in)
       ->PXI8335 (port2 - out)
       ->PXI5122 (measurement)
         ->PXI1002 (Chassis2)
          ->PXI8335 (port1 - in)
          ->PXI5122 (measurement)
    The aim is, as it is easily guessed, to be able to start the additional measurement devices at any time, even while the pc is already running.
    The situation differs to Kobis' in one specific point: in my case the cards and all the equipment is at all times visible in MAX, even though I startet it after the pc booted. What does change is the pattern of the leds, and that the PXI cards don't pass the self test in MAX. The following screenshot shows the konfiguration of the system how it is observed after both ways of starting the complete system (pc first or PXI first).
    (Even though I'm using an english labview version my MAX partialy remains german, I hope this is no problem.)
    I tried to identify the PXI system and chassis, but couldn't get a different result. The NIscope VIs are orderly initialising and resetting all the sessions, but only if I switch on the PXI systems first.
    So what do you think, could it be possible to achieve the goal of making it work, or should i stick to booting the pc after switching on the PXIs? I did some research and I know, that the installation guides do specify the order of switching the devices on, but I thought that this was only meant for installation/first run.
    I would be really thankfull for any advice in this.
    Regards
    Max1744
    Solved!
    Go to Solution.

    Hi Max,
    there is no way around to first start the PXI. You always have to start the PXI System an d then the PC.
    regards
    Tobias

  • Java instance not starting

    Hello,
    I have an ABAP+Java system. The Abap instance has started with 'startsap', but teh Java instance is not starting.
    Please help me troubleshooting.
    Thanks.

    Dear Gautam,
    Java always take some time. If ABAP stack is ready in 5 mins, it will take 10 - 15mins for Java stack to be up. This is because of the Java program/stack objects being loaded into your physical RAM,pagefile.
    Regards,
    Veera

  • Can i start only Java Instance

    HI,
    I installed both JAVA+ABAP stack in Nw2004s.can i start only Java STACK(java instance) with out starting the ABAP instance from SAP MMC

    Hi Surya,
                Under normal circumstances the persistence store for an ABAP+JAVA stack is the ABAP system, therefore, your system may not work without the ABAP stack. If you need just the java stack, I would recommend that you install a JAVA only system.
    Sajit

  • Time out parameters for ABAP and JAVA instance

    Hello All,
    We are looking for Time out parameters for our ABAP and JAVA instances.
    As users are complaining that they are getting time out error
    while they are trying to access Cprojects from Portal.
    I was able to check/collect the ABAP instance parameters from SMICM Tcode.
    Can anybody tell me which parameters we need to look for JAVA instance.
    Thanks in advance.
    Regards,
    Amber S

    jstart/shutdownTimeout
    (jstartup/shutdown_timeout)
    Specifies the shutdown timeout, i.e. the grace period for the AS Java instance to shut down before the Java process terminates itself.  Unt is in Seconds. Default is 120
    j2ee/ms/connectTimeout
    (jstartup/wait_for_scs)
    Specifies the timeout for the first connection to the message server. The AS Java instance fails to start if this timeout expires.Unt is in Seconds.Default is  60
    j2ee/ms/reconnectTimeout
    (jstartup/wait_for_reconnect)
    Specifies the timeout for the reconnecting to the message server.The AS Java instance shuts down when this timeout expires.Unt is inSeconds.Default is  3600 (one hour)
    Thanks

  • Load balancing Java instances with EP

    Hi all,
    I am wondering if EP provides load balancing when connecting to backend java systems. For example, when a user connects to the enterprise portal and then, through portal, connects to a java system like BI portal or Biller Direct, are they being load balanced? From what I have read, it sounds like the portal connects to the message server to load balance these backend systems, however I have heard some concerns that a web dispatcher instance may be needed for each backend java system. Is this true or is the load balancing functionality provided by the portal sufficient?
    Our users will only be connecting to these systems via enterprise portal. We are planning to install a web dispatcher instance to balance the portal users but I am trying to figure out if more instances are needed to balance the other java systems.
    I have read the help.sap.com documentation on webdispatcher, as well as these two notes, but none directly addresses this question. Experts, I would really appreciate your help!
    Note 1040325 - HTTP load balancing: Message Server or Web Dispatcher?
    Note 649008 - HTTP load balancing using the SAP message server
    Thanks,
    Michelle

    Michael,
    If I understand you right then the Enterprise portal you are talking about is your "super/main/consumer" portal and you ahfe other portals and java systems as producers?
    If a java installations have one or more Dialog Instances then I would advice you to also install Webdispatchers for those systems too.
    But If these java installations only hava a CI then you don't need webdispatcher as the dispatcher in the instance will load balance on the server nodes.
    Instead of a webdispatcher you could also use a hardware solution but webdispatcher will suit your needs I guess.
    Following ASCII art figure hopefully makes it a litle bit clear:
                                       1. Webdispatcher
                                              |              
                          2. Enterprise Portal CI + DI etc etc
                                              |        
              |                                      |                                     |
    3a. Webdispatcher                       3b. Webdispatcher                              |
              |                                      |                                     |           
    4a. BI Portal CI + DI etc etc           4b. XYZ Portal CI + DI etc etc         4c. Java instance CI only
             |                                       |                                    
    5a. BI ABAP system                      5b. XYZ ABAP system                  
    Good Luck,
    Benjamin Houttuin

Maybe you are looking for