Java ME - JRE distributed with SDK 3.0

Hi,
What I want to do is to develop a program which is based on CDC 1.1 with PBP 1.1 and AGUI optional package.
I just downloaded the new Java ME platform SDK 3.0 EA. Its specification is saying that the SDK is coming with a runtime environment for windows mobile devices. After checking the manuals corresponding to Java ME, I found out that the Java CDC Hotspot Implementation (cdc-hi) is the JVM which I have to use. Checking the folder structure in the new SDK there is a folder "runtimes", containing the subfolders "cdc-hi" and "cldc-hi". By now the problem I have is that I absolutely don't know how to install the runtime environment (which is actually distributed with the new SDK) on a mobile device. Furthermore, I'm not sure if it is only a runtime environment or emulator for CLDC configurations.
I hope you can help me out!

I don't know if this is what you are asking for, but if you want to install the runtime, you have to copy the .cab file to your Windows Mobile device, and run it there... It will install... however, I still don't know how to install or copy your own program there... when you open the program, an empty screen appears and there is no menu to intall applications....
I hope this helps you a bit...

Similar Messages

  • Updating JRE distributed with application

    Hi guys,
    I have an application that I distribute with the JRE. I have created an update routine, so I can update my application over the internet. This works great... but all I update is my own application.
    I would like to update the JRE if this has been updated as well. This is not updated by the Java Web Start service if this is installed on the computer either.
    The application consists of two applications. First a launcher application, that will check my website for available updates and also validates user permissions. What this application does is that it downloads zip file containing all the necessary jar files etc, and unpacks them into the application directory to overwrite the existing installation, and after that executes the Java executable to run the application.
    The launcher application would be running on the JRE installation that I want to upgrade. How would the application react to upgrading its own JRE?!? Can it be done?
    The initial install is done using a Wise Installer.
    /jp

    I am pretty sure that wise itself can be configured/constructed to do updates. If java is involved at all it would only be to tell wise what version is currently installed.

  • Any problems running a program compiled with SDK 1.4.2_14 with JRE 1.4.2_08

    Hi,
    Would there ever be a problem running a program compiled in Java 1.4.2_13 with JRE 1.4.2_08?
    Why or why not? No guesses please.
    Thanks

    No such hope. The alternative to testing is to review changes made to each version leading up to 14. This is spelled out in each version's Release Document. There are a lot of changes. Most will not affect your program. Each change is relatively well described, but your problem will be to decide if your program will be affected by the change.
    Or, do nothing, hope like hell that nothing breaks, and have an up-to-date copy of your resume.
    If someone came to me saying a program couldn't be tested, I'd have serious concerns for that person's future.

  • What JRE ships with IE 6/7?

    Hello. Can anyone tell me what version of the JRE ships with the latest version of Internet Explorer 6? How about IE7? I'm just trying to figure out what JRE my users will have out of the box. The Microsoft site seems mute on this subject, and for various reasons I can't simply do a clean install of these apps to answer my own question. Much thanks in advance.
    - andy

    Unless something changed, I don't think MS is allowed to distribute a JVM with IE any longer. Thus your users will have to install Java manually. I could be wrong here but I thought that was the case due to the MSJVM fiasco.

  • EJBs in Oracle 8.1.5 with SDK 1.2.2

    I am trying to get our Java Application - formerly a 1.1.7 - which accesses EJBs in the database (8i - 8.1.5) running with the new JDeveloper 3.0 with SDK 1.2.2.
    After some Exceptions that remind me of missing classes I get to the point where I do the .lookup() of the bean:
    MyFirstHome home = (MyFirstHome) ic.lookup( beanURL + beanName );
    This results in a NotContextException under 1.2.2.
    Everything works just fine under 1.1.8 with JDev 3.0 and I can lookup the bean and access all the beans methods without any problems.
    Are there still classes missing or do I need to reconfigure the database to work with 1.2.2?
    I'd appreciate any help.
    Thanks,
    Thomas Janausch

    The 8.1.5 EJB client libraries (the aurora ORB client libraries) will not work with a JDK 1.2.x client. No workaround at present. Since the 8i R2 (8.1.6) RDBMS will include JDK 1.2 support, help shouldn't be too far off.

  • Urgent problem: JRE Crashes with Access violation (c0000005)

    I have a problem where the JRE crashes with an Access violation (c0000005) at address (6d4218ce).
    The JVM is:
    java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)The application is swing based, and I have my suspicions that the problem occurs when exec'ing (Runtime.exec()) a script file (deletes data files and FTP's data files around an internal network), but I cannot categorically prove it as yet.
    The lack of a .map file does not help in analysing the Dr Watson log file. Does anyone know if a map file is available for 1.3.1?
    I have tried to raise this as a bug but as we cannot reproduce it on demand, I cannot get Sun to look into it.
    The Dr Watson log file shows:
    State Dump for Thread Id 0x13e
    eax=bf800000 ebx=0336b770 ecx=02b72168 edx=bf800008 esi=02b72168 edi=06ffd12c
    eip=6d4218ce esp=08d0fdbc ebp=08d0fddc iopl=0         nv up ei ng nz na pe nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00000282
    function: <nosymbols>
            6d4218b9 8d4df0           lea     ecx,[ebp-0x10]         ss:09c0e7e2=00000000
            6d4218bc e875000000       call    6d421936
            6d4218c1 5f               pop     edi
            6d4218c2 5e               pop     esi
            6d4218c3 c9               leave
            6d4218c4 c3               ret
            6d4218c5 56               push    esi
            6d4218c6 8bf1             mov     esi,ecx
            6d4218c8 8b5604           mov     edx,[esi+0x4]          ds:03a70b6e=????????
            6d4218cb 83c208           add     edx,0x8
    FAULT ->6d4218ce 8b4210           mov     eax,[edx+0x10]         ds:c06fea0e=????????
            6d4218d1 85c0             test    eax,eax
            6d4218d3 7f25             jg      6d4218fa
            6d4218d5 7d1b             jge     6d4218f2
            6d4218d7 83c9ff           or      ecx,0xff
            6d4218da 6a04             push    0x4
            6d4218dc 2bc8             sub     ecx,eax
            6d4218de 8b4608           mov     eax,[esi+0x8]          ds:03a70b6e=????????
            6d4218e1 d3e0             shl     eax,cl
            6d4218e3 8b4a44           mov     ecx,[edx+0x44]         ds:c06fea0e=????????
            6d4218e6 8d440807         lea     eax,[eax+ecx+0x7]      ds:03a70b6f=????????
            6d4218ea 59               pop     ecx
    *----> Stack Back Trace <----*
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    08d0fddc 6d4710ee 0336b734 0336b734 6d4381b7 0336b734 <nosymbols>
    State Dump for Thread Id 0x140
    eax=06a82398 ebx=00000000 ecx=06ab34f0 edx=00000000 esi=0000017c edi=00000000
    eip=77f682db esp=08d4fc24 ebp=08d4fc48 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00000246
    function: NtWaitForSingleObject
            77f682d0 b8c5000000       mov     eax,0xc5
            77f682d5 8d542404         lea     edx,[esp+0x4]          ss:09c4e62b=00000000
            77f682d9 cd2e             int     2e
            77f682db c20c00           ret     0xc
            77f682de 8bc0             mov     eax,eax
    *----> Stack Back Trace <----*
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    08d4fc48 77f04f37 0000017c ffffffff 00000000 6d466097 ntdll!NtWaitForSingleObject
    08d4fc90 6d476550 00000000 00000000 00000001 00765d80 kernel32!WaitForSingleObject Any help would be much appreciated.
    Regards,
    Dave Jackson

    Probably nothing to do with it but I had some dodgy memory, and windows would complain that there was an error to do with that exact memory location: c0000005

  • Error :  java:6: package com.crystaldecisions.sdk.framework does not exist

    Hi All,
    I am using BO XI R2 version.
    I am facing issues with BOE Java SDK web application.
    In this application, I have just by-passed login page(jsp page) and logout from BO. But, it is throwing errors as mentioned below:
    Generated servlet error:
    E:\BusinessObjects\Tomcat\work\Catalina\localhost\_\org\apache\jsp\BO_005fHello_005fWorld\login_jsp.java:6: package com.crystaldecisions.sdk.framework does not exist
    import com.crystaldecisions.sdk.framework.CrystalEnterprise;
    Application gives errors for these two packages:
    package com.crystaldecisions.sdk.framework
    package com.crystaldecisions.sdk.exception
    Can anyone please tell me the solution?
    From where I can get the jar files to resolves these problems?
    I tried to search these jar files in BO installation folder but was not able to get.
    Can anyone tell the exact folder path for these jar files, if it is there.
    Or any link to download jar files.
    Thanks in advance.

    Hello ,
    -In order to run your application, please copy the Business Objects JAR files from the installed location.
    -For example : If you have installed Business Objects on C:
    then , go to the path :
    C:\Program Files\Business Objects\common\3.5\Java\Lib and copy all the Jar files from that location including JAR files that are present in the external folder.
    -Paste these JAR files inside lib folder of your application.
    -The class com.crystaldecisions.sdk.framework comes under cesession.jar
    Thanks,
    Chinmay

  • Java node 'server0' terminated with exit code 2150 after JSPM patches

    Dear Experts,
    We want to install SAP Netweaver 7.3 EHP1.
    After applying patches SP11 from JSPM utility we tried to restart the SAP Java instances from SAP MMC.
    But it failed to start with error code :
    *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    *** ERROR => Java node 'server0' terminated with exit code 2150.
    *** To resolve the issue, we restarted machine, Database services, SAP services but it still did not start.
    *** Let us know if you need any other trace file for debugging.
    Below is the log file:
    stdout log file:-
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:10:29 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [16] ms
       Objects read for [109] ms
       Substituted the values for [94] ms
    Finished reading kernel objects for [203] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [109] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... 2.296: [GC2.296: [ParNew: 343552K->8912K(381696K), 0.0251348 secs] 343557K->8917K(2059008K), 0.0253589 secs] [Times: user=0.03 sys=0.03, real=0.02 secs]
    [125] ms
    Loading [ThreadManager]... [32] ms
    Loading [ClassLoaderManager]... [31] ms
    Loading [ClusterManager]... [485] ms
    Loading [LockingManager]... [63] ms
    Loading [ConfigurationManager]... [1624] ms
    Loading [CacheManager]... [141] ms
    Loading [DatabaseManager]... [547] ms
    Loading [SessionManager]... [515] ms
    Loading [LicensingManager]... [32] ms
    Loading [ServiceManager]...
    Initialize components for : 94 ms.
    Resolve components for : 31 ms.
    Load components for 969 ms.
    Loading services.
    Calculate startup service set for 266 ms.
      Service [tc~je~content~classification~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [16] ms / [0] CPU ms
      Service [engine.lm.log.facade] started. [62] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [62] ms / [0] CPU ms
      Service [webservices] started. [62] ms / [0] CPU ms
      Service [tc~je~security~api] started. [62] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [62] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [62] ms / [0] CPU ms
      Service [r3startup] started. [62] ms / [0] CPU ms
      Service [security.destination.facade] started. [62] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [62] ms / [0] CPU ms
      Service [tc~je~sca~jco.plugin] started. [110] ms / [0] CPU ms
      Service [jmx_notification] started. [140] ms / [15] CPU ms
      Service [cluster] started. [125] ms / [0] CPU ms
      Service [runtimeinfo] started. [109] ms / [15] CPU ms
      Service [memory] started. [297] ms / [31] CPU ms
      Service [timeout] started. [297] ms / [15] CPU ms
      Service [userstore] started. [297] ms / [0] CPU ms
      Service [tc~sec~destinations~provider] started. [344] ms / [171] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 298078K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  84% used [0x000000013fe70000, 0x00000001518d3970, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157be4038, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 60K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 31907K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:10:46 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [16] ms
       Objects read for [188] ms
       Substituted the values for [78] ms
    Finished reading kernel objects for [266] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [109] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... 2.406: [GC2.406: [ParNew: 343552K->8913K(381696K), 0.0187920 secs] 343557K->8919K(2059008K), 0.0190498 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    [141] ms
    Loading [ThreadManager]... [31] ms
    Loading [ClassLoaderManager]... [94] ms
    Loading [ClusterManager]... [454] ms
    Loading [LockingManager]... [47] ms
    Loading [ConfigurationManager]... [1578] ms
    Loading [CacheManager]... [78] ms
    Loading [DatabaseManager]... [344] ms
    Loading [SessionManager]... [296] ms
    Loading [LicensingManager]... [16] ms
    Loading [ServiceManager]...
    Initialize components for : 78 ms.
    Resolve components for : 16 ms.
    Load components for 703 ms.
    Loading services.
    Calculate startup service set for 172 ms.
      Service [webservices] started. [16] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [16] ms / [0] CPU ms
      Service [r3startup] started. [16] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [31] ms / [0] CPU ms
      Service [tc~je~security~api] started. [47] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [47] ms / [0] CPU ms
      Service [engine.lm.log.facade] started. [47] ms / [0] CPU ms
      Service [security.destination.facade] started. [47] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [47] ms / [0] CPU ms
      Service [cluster] started. [62] ms / [15] CPU ms
      Service [tc~je~sca~jco.plugin] started. [62] ms / [0] CPU ms
      Service [jmx_notification] started. [46] ms / [0] CPU ms
      Service [runtimeinfo] started. [62] ms / [0] CPU ms
      Service [memory] started. [172] ms / [15] CPU ms
      Service [tc~sec~destinations~provider] started. [234] ms / [109] CPU ms
      Service [timeout] started. [266] ms / [31] CPU ms
      Service [log_configurator] started. [312] ms / [46] CPU ms
      Service [userstore] started. [312] ms / [31] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 298923K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  84% used [0x000000013fe70000, 0x00000001519a6a18, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157be45b8, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 60K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 31359K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
      Service [locking] started. [47] ms / [0] CPU ms
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:11:02 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [16] ms
       Objects read for [110] ms
       Substituted the values for [93] ms
    Finished reading kernel objects for [203] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [109] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... 2.297: [GC2.297: [ParNew: 343552K->9136K(381696K), 0.0230809 secs] 343557K->9142K(2059008K), 0.0233963 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    [125] ms
    Loading [ThreadManager]... [31] ms
    Loading [ClassLoaderManager]... [16] ms
    Loading [ClusterManager]... [501] ms
    Loading [LockingManager]... [62] ms
    Loading [ConfigurationManager]... [1500] ms
    Loading [CacheManager]... [125] ms
    Loading [DatabaseManager]... [453] ms
    Loading [SessionManager]... [406] ms
    Loading [LicensingManager]... [32] ms
    Loading [ServiceManager]...
    Initialize components for : 110 ms.
    Resolve components for : 32 ms.
    Load components for 953 ms.
    Loading services.
    Calculate startup service set for 265 ms.
      Service [tc~je~security~api] started. [16] ms / [0] CPU ms
      Service [webservices] started. [16] ms / [15] CPU ms
      Service [engine.lm.log.facade] started. [0] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [0] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [0] ms / [0] CPU ms
      Service [r3startup] started. [0] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [0] ms / [0] CPU ms
      Service [security.destination.facade] started. [32] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [32] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [32] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [32] ms / [0] CPU ms
      Service [tc~je~sca~jco.plugin] started. [47] ms / [15] CPU ms
      Service [jmx_notification] started. [125] ms / [31] CPU ms
      Service [runtimeinfo] started. [109] ms / [15] CPU ms
      Service [cluster] started. [109] ms / [0] CPU ms
      Service [userstore] started. [156] ms / [15] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
      Service [timeout] started. [235] ms / [31] CPU ms
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 275035K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  77% used [0x000000013fe70000, 0x000000015021acd0, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157c1c238, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 59K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 29998K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
      Service [memory] started. [312] ms / [46] CPU ms
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:11:18 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [15] ms
       Objects read for [109] ms
       Substituted the values for [94] ms
    Finished reading kernel objects for [203] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [94] ms
    Loading [PoolManager]... [16] ms
    Loading [ApplicationThreadManager]... 2.267: [GC2.268: [ParNew: 343552K->9051K(381696K), 0.0218818 secs] 343557K->9057K(2059008K), 0.0221899 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    [156] ms
    Loading [ThreadManager]... [31] ms
    Loading [ClassLoaderManager]... [16] ms
    Loading [ClusterManager]... [485] ms
    Loading [LockingManager]... [62] ms
    Loading [ConfigurationManager]... [1297] ms
    Loading [CacheManager]... [141] ms
    Loading [DatabaseManager]... [437] ms
    Loading [SessionManager]... [406] ms
    Loading [LicensingManager]... [16] ms
    Loading [ServiceManager]...
    Initialize components for : 110 ms.
    Resolve components for : 31 ms.
    Load components for 953 ms.
    Loading services.
    Calculate startup service set for 265 ms.
      Service [engine.lm.log.facade] started. [16] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [16] ms / [0] CPU ms
      Service [webservices] started. [16] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [16] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [16] ms / [0] CPU ms
      Service [r3startup] started. [32] ms / [0] CPU ms
      Service [tc~je~security~api] started. [32] ms / [0] CPU ms
      Service [security.destination.facade] started. [32] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [16] ms / [0] CPU ms
      Service [runtimeinfo] started. [47] ms / [15] CPU ms
      Service [tc~je~sca~jco.plugin] started. [47] ms / [0] CPU ms
      Service [jmx_notification] started. [63] ms / [0] CPU ms
      Service [cluster] started. [47] ms / [15] CPU ms
      Service [timeout] started. [172] ms / [93] CPU ms
      Service [userstore] started. [140] ms / [31] CPU ms
      Service [memory] started. [172] ms / [15] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 277992K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  78% used [0x000000013fe70000, 0x0000000150513298, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157c06fd0, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 59K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 30982K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
    Thanks and Regards,
    Muddassar Khan

    Hi Muddassar,
    Hope you are doing good.
    A new note has been released exclusively for this issue. Please see:
    note 1937296 - SUM fails at start-shadow-instance-dm step. This is not
    an issue with the SCAs and more with the kernel employed.
    You will need to make sure that you are on the latest kernel so that
    this can be resolved.
    The below links will help you if there are any queries with the
    kernel update procedure
    SAP Note No. 1636252 - Installing a 7.20 kernel in SAP Web AS
                           7.00/7.01/7.10/7.11
    SAP Note No. 1629598 - SAP Kernel 720 will replace older
                           kernel versions
    SAP Note No. 19466   - Downloading SAP kernel patches
    Also check:
    <http://scn.sap.com/docs/DOC-1206>
    (for Manual Kernel Upgrade)
    and
    <http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11219>
    (for kernel upgrade using JSPM)
    Thank you and have a nice day!
    Kind Regards,
    Hemanth

  • Java Add on error with MSSQL 2005

    Hi
    when i try to insatll Java add on its giving me error message "database DEV has wrong compatability level"
    where our abap stack is working fine after applied SP13 level.
    please advice
    SAPinst is getting started.
    Please be patient ...
    guiengine: login in process.
    INFO       2006-08-19 15:25:16 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2006-08-19 15:25:16 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2006-08-19 15:25:16 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\q0w9e9r8t7.1.xml.
    INFO       2006-08-19 15:25:17 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.xml to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.1.xml.
    INFO       2006-08-19 15:25:17 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.xml to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.1.xml.
    INFO       2006-08-19 15:25:17 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\keydb.1.xml.
    INFO       2006-08-19 15:25:17 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\change.log.
    INFO       2006-08-19 15:25:18
               CJSlibModule::writeInfo_impl()
    Output of change 'user' '/install' is written to the logfile change.log.
    WARNING    2006-08-19 15:25:18
               CJSlibModule::writeWarning_impl()
    Execution of the command "change 'user' '/install'" finished with return code 1. Output:
    Install mode does not apply to a Terminal server configured for remote administration.
    INFO       2006-08-19 15:25:18 [ianxbusprv.cpp:337]
               CIaNtUserPrivileges::add_impl(., HSTDEV\Administrator, SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege)
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'HSTDEV\Administrator' on host '.'.
    INFO       2006-08-19 15:25:19 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\summary.html.
    PHASE      2006-08-19 15:25:19 [iaxxcwalker.cpp:416]
               CDomWalker::printPhaseInfo()
    Prepare the installation program.
    INFO       2006-08-19 15:25:24 [iaxxcwalker.cpp:59]
               CDomWalker::walk()
    Installation start: Saturday, 19 August 2006, 15:25:15; installation directory: D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST; product to be installed: SAP NetWeaver '04 Support Release 1> Java Add-In for ABAP> MS SQL Server> Java System Finalization
    INFO       2006-08-19 15:25:25
               CJSlibModule::writeInfo_impl()
    Looking for SAP system instances installed on this host...
    INFO       2006-08-19 15:25:26
               CJSlibModule::writeInfo_impl()
    Found these instances:
    sid: DEV, number: 00, name: DVEBMGS00, host: hstdev
    INFO       2006-08-19 15:26:00
               CJSlibModule::writeInfo_impl()
    DNS is configured correctly.
    INFO       2006-08-19 15:26:05 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & ., ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/new_51030724/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/JDKVersion.xml to: ..
    INFO       2006-08-19 15:26:05 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & ., ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/new_51030724/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/JDKVersion.xml to: ..
    INFO       2006-08-19 15:26:05 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\JDKVersion.xml.
    INFO       2006-08-19 15:26:06
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-version'" finished with return code 0. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    INFO       2006-08-19 15:26:06
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-classpath' 'D:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.3588.1156026277/JAR/ins-j2ee.jar;D:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.3588.1156026277/JAR/sapxmltoolkit.jar' 'com.sap.ins.j2ee.TestClassLoader'" finished with return code 0. Output:
    CORRECT
    INFO       2006-08-19 15:26:06
               CJSlibModule::writeInfo_impl()
    Found a valid JAVA_HOME directory D:\j2sdk1.4.2_12 with JDK version 1.4.2_12.
    INFO       2006-08-19 15:26:06
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-version'" finished with return code 0. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    INFO       2006-08-19 15:26:08
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-version'" finished with return code 0. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    INFO       2006-08-19 15:26:08
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-classpath' 'D:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.3588.1156026277/JAR/ins-j2ee.jar;D:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.3588.1156026277/JAR/sapxmltoolkit.jar' 'com.sap.ins.j2ee.TestClassLoader'" finished with return code 0. Output:
    CORRECT
    INFO       2006-08-19 15:26:09 [synxcpath.cpp:865]
               CSyPath::createDirectory()
    Creating directory D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck.
    INFO       2006-08-19 15:26:09 [syxxccuren.hpp:347]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/jdkPolicyCheck.
    INFO       2006-08-19 15:26:09 [syxxccuren.hpp:347]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST.
    INFO       2006-08-19 15:26:09 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\local_policy.log.
    INFO       2006-08-19 15:26:09
               CJSlibModule::writeInfo_impl()
    Output of D:\j2sdk1.4.2_12/bin/jar.exe is written to the logfile local_policy.log.
    INFO       2006-08-19 15:26:09
               CJSlibModule::writeInfo_impl()
    Output of D:\j2sdk1.4.2_12/bin/jar.exe 'xvf' 'D:/j2sdk1.4.2_12/jre/lib/security/local_policy.jar':
    INFO       2006-08-19 15:26:09 [syxxccuren.hpp:347]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/jdkPolicyCheck.
    INFO       2006-08-19 15:26:09 [syxxccuren.hpp:347]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST.
    INFO       2006-08-19 15:26:09 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\US_export_policy.log.
    INFO       2006-08-19 15:26:09
               CJSlibModule::writeInfo_impl()
    Output of D:\j2sdk1.4.2_12/bin/jar.exe is written to the logfile US_export_policy.log.
    INFO       2006-08-19 15:26:09
               CJSlibModule::writeInfo_impl()
    Output of D:\j2sdk1.4.2_12/bin/jar.exe 'xvf' 'D:/j2sdk1.4.2_12/jre/lib/security/US_export_policy.jar':
    INFO       2006-08-19 15:26:09 [synxcfile.cpp:152]
               CSyFileImpl::remove()
    Removing file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck\default_local.policy.
    INFO       2006-08-19 15:26:09 [synxcfile.cpp:152]
               CSyFileImpl::remove()
    Removing file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck\default_US_export.policy.
    INFO       2006-08-19 15:26:09 [synxcfile.cpp:152]
               CSyFileImpl::remove()
    Removing file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck\exempt_local.policy.
    INFO       2006-08-19 15:26:09 [synxcfile.cpp:152]
               CSyFileImpl::remove()
    Removing file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck\META-INF\JCE_RSA.RSA.
    INFO       2006-08-19 15:26:09 [synxcfile.cpp:152]
               CSyFileImpl::remove()
    Removing file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck\META-INF\JCE_RSA.SF.
    INFO       2006-08-19 15:26:09 [synxcfile.cpp:152]
               CSyFileImpl::remove()
    Removing file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck\META-INF\MANIFEST.MF.
    INFO       2006-08-19 15:26:09 [synxcdir.cpp:144]
               CSyDirectoryImpl::remove()
    Removing directory D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/jdkPolicyCheck/META-INF.
    INFO       2006-08-19 15:26:09 [synxcdir.cpp:144]
               CSyDirectoryImpl::remove()
    Removing directory D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/jdkPolicyCheck.
    WARNING[E] 2006-08-19 15:26:52 [syxxcnamrs.cpp:337]
               PSyServicesEntry CSyIPNameResolverImpl::getServiceByPort(const unsigned int portNumber, const iastring& protocol) const
    Error converting from port number=3601/protocol=tcp to service names. SAPRETURN=12
    INFO       2006-08-19 15:26:54 [synxccuren.cpp:716]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: devadm.
    INFO       2006-08-19 15:26:54 [synxccuren.cpp:716]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: devadm.
    INFO       2006-08-19 15:26:54 [syxxccuren.hpp:347]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST.
    INFO       2006-08-19 15:26:59
               CJSlibModule::writeInfo_impl()
    Execution of the command "E:\usr\sap\DEV\SYS\exe\run/disp+work.exe '-v'" finished with return code 0. Output:
    Kernel release: 640, Kernel patch level: 129, Codepage: Unicode
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter CLIENT set to value 100.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter USER set to value DDIC.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LCHECK set to value 1.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter PCS set to value 1.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LANG set to value EN.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter ASHOST set to value hstdev.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter SYSNR set to value 00.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:543]
               CAbRfcImpl::checkConnectInfo
    RFC connection information checked successfully.
    INFO       2006-08-19 15:27:14 [iaxxrfcimp.cpp:457]
               CAbRfcImpl::openRfcConn
    RFC connection opened successfully.
    INFO       2006-08-19 15:27:14 [iaxxrfcimp.cpp:618]
               CAbRfcImpl::setFunction
    Setting new application function RFC_SYSTEM_INFO.
    INFO       2006-08-19 15:27:14 [iaxxrfcimp.cpp:1043]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:950]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:952]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2006-08-19 15:27:16 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function RFC_SYSTEM_INFO copied to local Repository.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module RFC_SYSTEM_INFO set successfully.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call RFC_SYSTEM_INFO.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:496]
               CAbRfcImpl::checkSysInfoSAP
    Version 640  of remote SAP System DEV accepted.
    INFO       2006-08-19 15:27:16 [iaxxbjsco.cpp:585]
               CIaJSCo::disconnect_impl(100:DDIC:EN:hstdev:00:::)
    RFC connection closed.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter CLIENT set to value 100.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter USER set to value DDIC.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LCHECK set to value 1.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter PCS set to value 1.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LANG set to value EN.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter ASHOST set to value hstdev.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter SYSNR set to value 00.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:543]
               CAbRfcImpl::checkConnectInfo
    RFC connection information checked successfully.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:457]
               CAbRfcImpl::openRfcConn
    RFC connection opened successfully.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:618]
               CAbRfcImpl::setFunction
    Setting new application function RFC_SYSTEM_INFO.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:1043]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:950]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:952]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2006-08-19 15:27:17 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function RFC_SYSTEM_INFO copied to local Repository.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module RFC_SYSTEM_INFO set successfully.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call RFC_SYSTEM_INFO.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:496]
               CAbRfcImpl::checkSysInfoSAP
    Version 640  of remote SAP System DEV accepted.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:618]
               CAbRfcImpl::setFunction
    Setting new application function RFC_ABAP_INSTALL_AND_RUN.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:1043]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:950]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:952]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2006-08-19 15:27:18 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function RFC_ABAP_INSTALL_AND_RUN copied to local Repository.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module RFC_ABAP_INSTALL_AND_RUN set successfully.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call RFC_ABAP_INSTALL_AND_RUN.
    INFO       2006-08-19 15:27:25 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:618]
               CAbRfcImpl::setFunction
    Setting new application function OCS_GET_INFO.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:1043]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:950]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:952]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2006-08-19 15:27:26 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function OCS_GET_INFO copied to local Repository.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module OCS_GET_INFO set successfully.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call OCS_GET_INFO.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:618]
               CAbRfcImpl::setFunction
    Setting new application function OCS_GET_STAT_INFO.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:1043]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:950]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:952]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2006-08-19 15:27:27 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function OCS_GET_STAT_INFO copied to local Repository.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module OCS_GET_STAT_INFO set successfully.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call OCS_GET_STAT_INFO.
    INFO       2006-08-19 15:27:28 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:618]
               CAbRfcImpl::setFunction
    Setting new application function BAPI_USER_EXISTENCE_CHECK.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:1043]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:950]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:952]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2006-08-19 15:27:33 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function BAPI_USER_EXISTENCE_CHECK copied to local Repository.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module BAPI_USER_EXISTENCE_CHECK set successfully.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call BAPI_USER_EXISTENCE_CHECK.
    INFO       2006-08-19 15:27:36 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module BAPI_USER_EXISTENCE_CHECK set successfully.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call BAPI_USER_EXISTENCE_CHECK.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module BAPI_USER_EXISTENCE_CHECK set successfully.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call BAPI_USER_EXISTENCE_CHECK.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module BAPI_USER_EXISTENCE_CHECK set successfully.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call BAPI_USER_EXISTENCE_CHECK.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:28:21
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-version'" finished with return code 0. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    INFO       2006-08-19 15:28:21
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-classpath' 'D:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.3588.1156026277/JAR/ins-j2ee.jar;D:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.3588.1156026277/JAR/sapxmltoolkit.jar' 'com.sap.ins.j2ee.TestClassLoader'" finished with return code 0. Output:
    CORRECT
    INFO       2006-08-19 15:28:27
               CJSlibModule::writeInfo_impl()
    Looking for SAP system instances installed on this host...
    INFO       2006-08-19 15:28:28
               CJSlibModule::writeInfo_impl()
    Found these instances:
    sid: DEV, number: 00, name: DVEBMGS00, host: hstdev
    INFO       2006-08-19 15:28:30 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & ., ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/new_51030724/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/KernelVersions.xml to: ..
    INFO       2006-08-19 15:28:30 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & ., ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/new_51030724/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/KernelVersions.xml to: ..
    INFO       2006-08-19 15:28:30 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\KernelVersions.xml.
    INFO       2006-08-19 15:28:30 [synxccuren.cpp:716]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: devadm.
    INFO       2006-08-19 15:28:30 [synxccuren.cpp:716]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: devadm.
    INFO       2006-08-19 15:28:30 [syxxccuren.hpp:347]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST.
    INFO       2006-08-19 15:28:33
               CJSlibModule::writeInfo_impl()
    Execution of the command "E:\usr\sap\DEV\SYS\exe\run/disp+work.exe '-v'" finished with return code 0. Output:
    Kernel release: 640, Kernel patch level: 129, Codepage: Unicode
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/mssversions.xml to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/mssversions.xml to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mssversions.xml.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/db_all.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/db_all.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\db_all.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/db_di_clust.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/db_di_clust.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\db_di_clust.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/db_std_checks.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/db_std_checks.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\db_std_checks.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_get_defpath.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_get_defpath.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_get_defpath.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_get_r3db_config.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_get_r3db_config.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_get_r3db_config.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_init_jc.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_init_jc.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_init_jc.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_r3db_gconf.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_r3db_gconf.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_r3db_gconf.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_r3db_lconf.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_r3db_lconf.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_r3db_lconf.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_r3srv_conf.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_r3srv_conf.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_r3srv_conf.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_schema_cnv.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_schema_cnv.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_schema_cnv.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_sps_droptmp.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_sps_droptmp.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_sps_droptmp.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_users_sid_drop.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_users_sid_drop.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_users_sid_drop.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_users_sid_drop_objs.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_users_sid_drop_objs.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_users_sid_drop_objs.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/srvchk.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/srvchk.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\srvchk.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/usrabap.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/usrabap.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\usrabap.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/usrstd.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.

    Hello. Note 1126481 - SAP installation terminates in step createJSF
    Hmmm. but it on UNIX platform...as i can see you have Windows....
    Try to check JAVA_HOME and PATH are set correctly ?
    Regards.

  • No problem with sdk 1.3- problem with 1.4!!!

    I am trying to make an interface using swing objects..
    The buttons are looking like images (2D) when compiling and running the program with sdk 1.4...
    although if I use 1.3 everything is ok??
    even with the new java version I still have the same problem..
    has anyone any idea how to fix this??
    thx in advance!

    /*                      BET                                 */
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
      * Summary description for BET
    public class BET extends JFrame
         // Variables declaration
         private JLabel jLabel1;
         private JLabel jLabel2;
         private JLabel jLabel3;
         private JTextField jTextField1;
         private JTextField jTextField2;
         private JTextField jTextField3;
         private JTextField jTextField4;
         private JTextField jTextField6;
         private JButton jButton1;
         private JButton jButton2;
         private JPanel contentPane;
         // End of variables declaration
         public BET()
              super();
              initializeComponent();
              // TODO: Add any constructor code after initializeComponent call
              this.setVisible(true);
          * This method is called from within the constructor to initialize the form.
          * WARNING: Do NOT modify this code. The content of this method is always regenerated
          * by the Windows Form Designer. Otherwise, retrieving design might not work properly.
          * Tip: If you must revise this method, please backup this GUI file for JFrameBuilder
          * to retrieve your design properly in future, before revising this method.
         private void initializeComponent()
              jLabel1 = new JLabel();
              jLabel2 = new JLabel();
              jLabel3 = new JLabel();
              jTextField1 = new JTextField();
              jTextField2 = new JTextField();
              jTextField3 = new JTextField();
              jTextField4 = new JTextField();
              jTextField6 = new JTextField();
              jButton1 = new JButton();
              jButton2 = new JButton();
              contentPane = (JPanel)this.getContentPane();
              // jLabel1
              jLabel1.setForeground(new Color(59, 241, 227));
              jLabel1.setText("<HTML><B><U>QUESTION</B><HTML>");
              // jLabel2
              jLabel2.setForeground(new Color(50, 245, 113));
              jLabel2.setText("<HTML><B><U>CHOICE</B><HTML>");
              // jLabel3
              jLabel3.setForeground(new Color(50, 245, 113));
              jLabel3.setText("<HTML><B><U>POINTS</B><HTML>");
              // jTextField1
              jTextField1.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField1_actionPerformed(e);
              // jTextField2
              jTextField2.setText("YES");
              jTextField2.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField2_actionPerformed(e);
              // jTextField3
              jTextField3.setText("10");
              jTextField3.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField3_actionPerformed(e);
              // jTextField4
              jTextField4.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField4_actionPerformed(e);
              // jTextField6
              jTextField6.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField6_actionPerformed(e);
              // jButton1
              jButton1.setBackground(new Color(117, 158, 145));
              jButton1.setText("OK");
              jButton1.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jButton1_actionPerformed(e);
              // jButton2
              jButton2.setBackground(new Color(117, 158, 145));
              jButton2.setText("CANCEL");
              jButton2.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jButton2_actionPerformed(e);
              // contentPane
              contentPane.setLayout(null);
              contentPane.setBackground(new Color(67, 97, 83));
              addComponent(contentPane, jLabel1, 172,8,60,18);
              addComponent(contentPane, jLabel2, 73,78,60,18);
              addComponent(contentPane, jLabel3, 211,76,60,18);
              addComponent(contentPane, jTextField1, 9,27,403,28);
              addComponent(contentPane, jTextField2, 24,101,134,22);
              addComponent(contentPane, jTextField3, 203,101,51,22);
              addComponent(contentPane, jTextField4, 21,151,137,22);
              addComponent(contentPane, jTextField6, 18,200,140,22);
              addComponent(contentPane, jButton1, 299,188,80,70);
              addComponent(contentPane, jButton2, 299,90,80,70);
              // BET
              this.setTitle("BET");
              this.setLocation(new Point(-2, 1));
              this.setSize(new Dimension(424, 316));
         /** Add Component Without a Layout Manager (Absolute Positioning) */
         private void addComponent(Container container,Component c,int x,int y,int width,int height)
              c.setBounds(x,y,width,height);
              container.add(c);
         // TODO: Add any appropriate code in the following Event Handling Methods
         private void jTextField1_actionPerformed(ActionEvent e)
              System.out.println("\njTextField1_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jTextField2_actionPerformed(ActionEvent e)
              System.out.println("\njTextField2_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jTextField3_actionPerformed(ActionEvent e)
              System.out.println("\njTextField3_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jTextField4_actionPerformed(ActionEvent e)
              System.out.println("\njTextField4_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jTextField6_actionPerformed(ActionEvent e)
              System.out.println("\njTextField6_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jButton1_actionPerformed(ActionEvent e)
              System.out.println("\njButton1_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jButton2_actionPerformed(ActionEvent e)
              System.out.println("\njButton2_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         // TODO: Add any method code to meet your needs in the following area
    //============================= Testing ================================//
    //=                                                                    =//
    //= The following main method is just for testing this class you built.=//
    //= After testing,you may simply delete it.                            =//
    //======================================================================//
         public static void main(String[] args)
              JFrame.setDefaultLookAndFeelDecorated(true);
              JDialog.setDefaultLookAndFeelDecorated(true);
              try
                   UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
              catch (Exception ex)
                   System.out.println("Failed loading L&F: ");
                   System.out.println(ex);
              new BET();
    //= End of Testing =
    This is my code.. the problem is that when i use sdk 1.3 everything is fine... I tried to use 1.4 and now 5 and I have a problem with the appearance of buttons... I have some comments in my code. is just a form with some textfields and labels and the 2 buttons!
    thx in advance

  • Java 6 causing problems with Forms 10.1.2.0.2

    I recently installed Sun Java 6 JRE to my Windows XP machine - I have previously been using Java 5 JRE (1.5.0_09).
    When I run my Forms applications from any of our appservers (10.1.2.0.2) (i.e. dev, test, prod) I can get by the login no problem but then get presented with a 'blank' browser window. I say 'blank' because the menu and status bar are present but no forms are displayed.
    In the Java console (tracing set at level 5) I see the following error ...
    network: Connecting http://dbdev.kelman.com:7780/forms/lservlet/;jsessionid=ac1d027f30d62f783e1e32bd4b9295bce539576dad6f.e3aNbxiTbNuMe38Kah0Sb34Pa3n0n6jAmljGr5XDqQLvpAe with cookie "oracle.uix=0^^GMT-7:00"
    network: Cache entry not found [url: http://dbdev.kelman.com:7780/forms/java/oracle/bali/share/sort/StringComparator.class, version: null]
    network: Connecting http://dbdev.kelman.com:7780/forms/java/oracle/bali/share/sort/StringComparator.class with proxy=DIRECT
    network: Connecting http://dbdev.kelman.com:7780/forms/java/oracle/bali/share/sort/StringComparator.class with cookie "oracle.uix=0^^GMT-7:00"
    Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError: oracle/bali/share/sort/StringComparator
         at java.lang.Class.getDeclaredMethods0(Native Method)
         at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    I uninstalled Java 6 and then was able to run the web forms just fine.
    I reinstalled Java 6 and I'm back to the same problem.
    Anyone run across this ?
    Message was edited by:
    markhooper
    null

    This is for the benefit of everybody who are trying to run Forms 10g on the web with Oracle Application Server 10.1.2.0.2 and JRE/JDK 1.6.
    Technically speaking Oracle Support's claims of not being able to certify Forms 10g on Java 1.6 has been due to the way JRE/JDK behaviour which has been changed from 1.6 onwards. Aparently from Java 1.6 onwards, there is a check for all the imported files while classes are being loaded. Although some are not needed by forms they are still checked and an error occurs if they are not present (Note: 748324.1).
    The solution to the problem is to apply the patch 10.1.2.3 (https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=5983622) which is about 1.7Gb for Linux-x86 platform.
    The underlying issue is the way FRMALL.JAR file not having the class oracle.bali.share.sort.StringComparator. Aparently from 10.1.2.3 onwards, Oracle have included this file in the FRMALL.JAR file as a standard bundle, which resolves the bug and completes the java archive.
    Alternatively, you may be able to try the one off patch 7384879 (FORMS 10.1.2.3 JAR FILE EXPIRE JANUARY 2009) which is about 4.6Mb from which you can extract the FRMALL.JAR file and replace the original file in the iAS installation.
    Though I have not tested this personelly, this could be a faster way out of the problem.

  • Could not stop SDM server. Cannot execute Java process for stopSDM with parameters 50018

    dear SAP
    i have a system Solman 7.1
    i'm upgrading Solman from SP04 to SP13 using SUM (SP12 patch 10) on windows 2012
    and i faced  error  during  Excution phase 5.6  in JAVA Stack.
    phase : Excution - Actual Update
    Error : An error has occurred during the execution of the Deploy software components step.
    Could not stop SDM server. Cannot execute Java process for stopSDM with parameters 50018. Return code condition success evaluated to false for process java.exe for action ACTION_STOP
    You can find more information in the files D:\usr\sap\SOL\SUM\sdt\log\SUM\DEPLOY-COMPONENTS_22.LOG and ProcessOverview.html.
    To troubleshoot the problem use the provided information. An SAP Note may provide a solution to this problem. Search for SAP Notes with the following keywords:
    SUM??execute??component-deploy-700??deploy-components??com.sap.sdt.j2ee.services.servicesimpl.SDMService??class com.sap.sdt.j2ee.tools.sdmmanagement.OperateSdmException
    i try to restart server and killed sapstartsrv..  but the problem is not solved. 
    please let me know what i check more?
    D:\usr\sap\SOL\SUM\sdt\log\SUM\DEPLOY-COMPONENTS_22.LOG
    <!--LOGHEADER[START]/-->
    <!--HELP[Manual modification of the header may cause parsing problem!]/-->
    <!--LOGGINGVERSION[2.0.7.1006]/-->
    <!--NAME[D:\usr\sap\SOL\SUM\sdt\log\SUM\DEPLOY-COMPONENTS_22.LOG]/-->
    <!--PATTERN[DEPLOY-COMPONENTS_22.LOG]/-->
    <!--FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%6s]: %m)]/-->
    <!--ENCODING[UTF8]/-->
    <!--LOGHEADER[END]/-->
    Apr 19, 2015 3:59:00 AM [Info  ]: Stopping SDM server...
    Apr 19, 2015 3:59:00 AM [Info  ]: AS Java process ID 11 has been started.
    Apr 19, 2015 3:59:00 AM [Info  ]:   Command line: D:\usr\sap\SOL\DVEBMGS00\exe\sapjvm_4\bin\java.exe -Xmx900M -Djava.ext.dir=d:/usr/sap/SOL/DVEBMGS00/SDM/program/lib;D:/usr/sap/SOL/DVEBMGS00/exe/sapjvm_4/jre/lib/ext -cp . -jar d:\usr\sap\SOL\DVEBMGS00\SDM\program\bin\SDM.jar shutdown Sdmguiport=50018 sdmHome=d:/usr/sap/SOL/DVEBMGS00/SDM/program logfile=D:\usr\sap\SOL\SUM\sdt\log\SUM\OperateSDM_60.LOG
    Apr 19, 2015 3:59:00 AM [Info  ]:   Standard out: D:\usr\sap\SOL\SUM\sdt\log\SUM\OPERATESDM_44.OUT
    Apr 19, 2015 3:59:00 AM [Info  ]: Process ID 11 has been started.
    Apr 19, 2015 3:59:00 AM [Info  ]: Waiting for process ID 11, name java.exe to finish.
    Apr 19, 2015 3:59:02 AM [Info  ]: Process ID 11, name java.exe has been finished, exit code 16.
    Apr 19, 2015 3:59:02 AM [Info  ]: Process ID 11, name java.exe has been terminated.
    Apr 19, 2015 3:59:02 AM [Error ]: The following problem has occurred during step execution: com.sap.sdt.j2ee.tools.sdmmanagement.OperateSdmException: Could not stop SDM server.
    Cannot execute Java process for stopSDM with parameters 50018.
    Return code condition success evaluated to false for process java.exe for action ACTION_STOP.
    Best regards..

    Could not stop SDM server. Cannot execute Java process for stopSDM with parameters 50018. Return code condition success evaluated to false for process java.exe for action ACTION_STOP
    Please follow the solution mentioned in the below link.
    Error During Deployment - Java Support Package Manager (OBSOLETE) - SAP Library
    regards,
    pavan

  • Java running under linux with crontab

    I'm having a problem:
    i want to run a java program under linux with crontab.
    my classes are in a directory and aren't in a package. i run em by invoking ./start which is a small script that i wrote. The script is in the same dir as the classes and invokes java by "java Main >>logjava.txt " but this doesn't seem to work all i get is an empty logfile
    i need to run the program every day at 0800 so i inserted the following in crontab:
    0 8 * 1-5 /var/"path"/start > logjava (where path is the path to the classes dir)
    if i run the cmdline from anywhere on the prompt i get the result i want. I think it's because the cron runs it from the root dir thus making java unable to find the classes
    Any suggestions would be welcome. or can some1 tell me how to make linux executables from the java (i usually use jsmooth for the windows exe)

    You can execute several commands in the process started by cron. You separate them using semicolons.
    Have you tried a cron entry like this:
    0 8 * 1-5 cd /var/"path";pwd;echo $PATH; ./start > logjavaOr, you may need to make sure the process started by cron gets the same environment as your interactive shells do, by explicitly loading your setup or .login scripts:
    0 8 * 1-5 . $HOME/.setup;cd /var/"path";pwd;echo $PATH; ./start > logjava

  • Does Stage3D work with SDK 3.5?

    Hi,
    I'm in research for GPU enhancement for current project based on Flex SDK 3.5 (with Flash Builder 4.0.1).
    It causes runtime error as following.
    VerifyError: Error #1014: Class flash.display::Stage3D could not be found.
    If I changed SDK to 4.6 and nessesary settings (target Flash player version, parameter in html template), it works fine.
    But with SDK 3.5, I could not figure out how to workaround.
    It is for large enterprise application, 3.5 is hard requirement.
    Is there any way we can use for Stage3D feature with SDK 3.5?
    Thank you very much,
    Naoki

    It worked!
    Thank you very much. It was very helpful.
    I did not realized to specify 2 location of version setting in same page.
    Following is my summary.
    ======
    How to set up Stage3D enabled development environment with Flex SD 3.5
    Environment
      Target Flash Player 11.4
      Flex DSK 3.5
      Flash Builder 4.0.1
    Flash Debug Player download page for debugging.
      Download and install from following:
        http://www.adobe.com/support/flashplayer/downloads.html
      We need PlayerGlobal(.swc) file for target player version.
    Copy above playerglobal.swc file to following
      C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\3.5.0\frameworks\libs\player\11.4\playerglobal.swc
    Flash Builder project setting / ActionScript Compiler
      1) Use a specific SDK as "Flex 3.5"
      2) Use a specific (Flash Player) version as "11.4.0"
      3) Addtional compiler arguments as "-locale en_US -target-player 17"
      Ref) http://sleepydesign.blogspot.com/2012/04/flash-swf-version-meaning.html
    Edit auto generated project/html-template/ files for Rendering Mode
      Ref) http://gamua.com/starling/first-steps/
      Editing on Flex SDK 3.5 file did not worked for me.
      So I copied Flex SDK 4.6's /html-template/ files and added following 2 lines to index.template.html file.
        For script tag
           params.wmode="direct";
        For object tag
           <param name="wmode" value="direct" />
      ======

  • Java is not working with Firefox 4.0. It was working fine with Firefox 3.6

    When uploading photos on Zenfolio, Java was working fine with Firefox 3.6. But when I upgraded it to Firefox 4.0, Java stopped working properly. When I try to upload photos, the Java text opens up with all the programming codes. With Firefox 4.0, I am not able to upload photos into Zenfolio.

    Please read this thread:
    http://support.mozilla.com/bs/questions/797708

Maybe you are looking for

  • I can't figure out how to delete the blank page at the bottom of my spreadsheet.

    I am new to Numbers and not very experienced in spreadsheets period. Anyway, I made a what is supposed to be a one page spreadsheet and it worked out fine but there is this second page that has about a half page worth of blank cells and I cant figure

  • I updated my Ipad2 and now it won't start

    I updated my ipad2 on Sept 2014,and now the screen only shows the apple logo, but I can't turn it on.  Any help?

  • HT1860 I made a purchase by mistake, is there any way to cancel?

    Hi, I made a mistake and bought a session of a tv programme by mistake. I have it already in another account. It is possible to cancel this purchase before download into my itunes library?

  • Setup's required for purchasing

    Dear Members , We have implemented GL,AP,AR,Cash Management,HRMS,FA modules for one of our clients.Now we are implementing purchasing and inventory modules for the same client.For this client we have test and production instance.In the test instance

  • New Z table updation

    Hi Gurus We have created new Z table. Also a new Tcode for the report genetaion for COPA. Let me know how do we update the table with daily data.  Is there any standard job SAP has provided. Replies are highly appreciated. Regards SAP only.