Class cl_salv_tree in Netweaver 2004

Hi
Has anyone successfully been able to use this class to display a tree? Any examples would be greatly appreciated.
Thanks
Message was edited by: Faaiez Sallie

Hi ,
Here is the example from sap help .. the code runs.
  data: gt_outtab1 type table of sflight,
        gt_outtab2 type table of sflight.
  data: ls_outtab type sflight.
  data: gr_tree  type ref to cl_salv_tree.
  data: nodes type ref to cl_salv_nodes,
        node type ref to cl_salv_node,
        key type SALV_DE_NODE_KEY.
*... Select Data
  select * from sflight into corresponding fields of table gt_outtab1 up to 5 rows.
*... Create Instance with an Empty Table
  call method cl_salv_tree=>factory
    IMPORTING
      R_SALV_TREE = gr_tree
    changing
      t_table      = gt_outtab2.
*... Add the Nodes to the Tree
  nodes = gr_tree->get_nodes( ).
  loop at gt_outtab1 into ls_outtab.
    try.
      node = nodes->add_node( related_node = key
                              relationship = cl_gui_column_tree=>relat_first_child ).
      node->set_data_row( ls_outtab ).
    catch cx_salv_msg.
    endtry.
  endloop.
*... Display Table
  gr_tree->display( ).
regards
austin

Similar Messages

  • Problem with ejbs in Netweaver 2004s-Class not found exception

    Hello,
    I have a webdynpro project(Newtweaver 2004s)  referring to a stateless session bean. I created an ejb and defined two public parts - part 1 contains EJB components and part 2 contains some Exception classes I refer to in my webdynpro project. I added these parts to my webdynpro project as dependencies for compile and runtime. I am able to compile and deploy the webdynpro project without any issue but I get runtime errors saying the following:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.test.techops.ccf.data.Data. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:707)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:269)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:174)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
         ... 27 more
    Caused by: java.lang.NoClassDefFoundError: com/test/techops/ccfejb/util/CCFException --> Defined in my ejb (public part)
         at com.test.techops.ccf.data.wdp.InternalData.<init>(InternalData.java:240)
         ... 32 more
    I did not have any issues when the code was running on Netweaver 2004 but now it does not seem to work when I migrated to 2004s. Can anyone please advice me on what the problem might be ?
    Thanks,
    Rama

    Hi Harsha,
    Thanks for your quick reply.
    Trying to figure it out by comparing JRE versions but still no result. I have found one problem is that
    when Gantt is loaded , Java in control panel loads all the Applets requried in to its Resources.
    These Resources are missing for the user for whom the Gantt error is produced.
    Loaded Resources can be found in the below Path :
    ControlPanel -> Java-> General Tab -> View Button -> select Resources in Show .
    So, How to load these resources ??? . Is there any setting to do that ???
    Regards,
    Ravikiran.K

  • SAP NetWeaver 2004s Java Trial Version installation problem

    I am trying to install SAP NetWeaver 2004s Java Trial Version in my windows xp machine.
    I have the following error.
    Nothing is written in to my E:\usr\sap folder which I have share as saploc and sapmnt.
    I read the forum threads on this.
    I still do not know how to do this.
    Please help
    vijay
    INFO 2006-12-17 21:23:58
    Execute step getSID of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    ERROR 2006-12-17 21:24:01
    FJS-00003  TypeError: dir_profile has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 39640: ???)
    ERROR 2006-12-17 21:24:01
    MUT-03025  Caught ESAPinstException in Modulecall: executing JS script failed.
    ERROR 2006-12-17 21:24:01
    FCO-00011  The step getSID with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|getSID was executed with status ERROR .

    Rajat,
    Sorry for the delay. I was on vacation.
    Which environment variable are you referring to?
    JAVA_HOME is set to C:\j2sdk1.4.2_09.
    I am using j2sdk1.4.2_09.
    Only port changes I tried was
    #sapdp01          3201/tcp.
    I tried with and without the # .
    Both had the same results.
    I have given below the last few statememts from the sapinst log file
    Any help to solve my problem will be greatly appreciated.
    Thanks.
    Vijay
    INFO 2007-01-02 16:13:25
    Execution of the command "C:\j2sdk1.4.2_09\bin\java.exe -classpath C:/DOCUME1/VIJAYV1/LOCALS1/Temp/sapinst_exe.5432.1167783061/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: ##Tue Jan 02 16:13:25 PST 2007java.runtime.name=Java(TM) 2 Runtime Environment, Standard Editionsun.boot.library.path=C\:
    j2sdk1.4.2_09
    jre
    binjava.vm.version=1.4.2_09-b05java.vm.vendor=Sun Microsystems Inc.java.vendor.url=http\://java.sun.com/path.separator=;java.vm.name=Java HotSpot(TM) Client VMfile.encoding.pkg=sun.iouser.country=USsun.os.patch.level=Service Pack 2java.vm.specification.name=Java Virtual Machine Specificationuser.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SNEAK_PREVIEW
    FULL
    INSTALLjava.runtime.version=1.4.2_09-b05java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironmentjava.endorsed.dirs=C\:
    j2sdk1.4.2_09
    jre
    lib
    endorsedos.arch=x86java.io.tmpdir=C\:
    DOCUME1
    VIJAYV1
    LOCALS1
    Temp
    line.separator=\r\njava.vm.specification.vendor=Sun Microsystems Inc.user.variant=os.name=Windows XPsun.java2d.fontpath=java.library.path=C\:
    j2sdk1.4.2_09
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;e\:
    sapdb
    programs
    bin;e\:
    sapdb
    programs
    pgm;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;f\:
    oracle
    product
    10gDSHome
    jdk
    jre
    bin
    classic;f\:
    oracle
    product
    10gDSHome
    jdk
    jre
    bin;f\:
    oracle
    product
    10gDSHome
    jdk
    jre
    bin
    client;f\:
    oracle
    product
    10gDSHome
    jlib;f\:
    oracle
    product
    10gDSHome
    bin;f\:
    oracle
    product
    10gDSHome
    jre
    1.1.8
    bin;f\:
    oracle
    product
    10.1.0
    Db_1
    bin;f\:
    oracle
    product
    10.1.0
    Db_1
    jre
    1.4.2
    bin
    client;f\:
    oracle
    product
    10.1.0
    Db_1
    jre
    1.4.2
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    Program Files
    Microsoft SQL Server
    80
    Tools
    BINN;C\:
    Program Files
    Microsoft SQL Server
    80
    Tools
    Binn
    ;C\:
    WINDOWS
    Microsoft.NET
    Framework
    v1.1.4322;F\:
    maven
    Maven 1.0
    bin;C\:
    Program Files
    QuickTime
    QTSystem
    ;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;java.specification.name=Java Platform API Specificationjava.class.version=48.0java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactoryos.version=5.1user.home=C\:
    Documents and Settings
    vijay vijayakumaruser.timezone=America/Los_Angelesjava.awt.printerjob=sun.awt.windows.WPrinterJobfile.encoding=Cp1252java.specification.version=1.4java.class.path=C\:/DOCUME1/VIJAYV1/LOCALS~1/Temp/sapinst_exe.5432.1167783061/JAR/ins-j2ee.jaruser.name=vijay vijayakumarjava.vm.specification.version=1.0java.home=C\:
    j2sdk1.4.2_09
    jresun.arch.data.model=32user.language=enjava.specification.vendor=Sun Microsystems Inc.awt.toolkit=sun.awt.windows.WToolkitjava.vm.info=mixed modejava.version=1.4.2_09java.ext.dirs=C\:
    j2sdk1.4.2_09
    jre
    lib
    extsun.boot.class.path=C\:
    j2sdk1.4.2_09
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_09
    jre
    classesjava.vendor=Sun Microsystems Inc.file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgisun.io.unicode.encoding=UnicodeLittlesun.cpu.endian=littlesun.cpu.isalist=pentium i486 i386
    INFO 2007-01-02 16:13:25
    Execute step setNWOption of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|0|0.
    INFO 2007-01-02 16:13:26
    Execute step collect of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    ERROR 2007-01-02 16:13:28
    FJS-00003  TypeError: this._name has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 8987: ???)
    ERROR 2007-01-02 16:13:29
    FCO-00011  The step collect with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR .

  • Netweaver 2004S Installation stops in phase 'Create Java Users'.

    Hi,
    We have an error in the installation of Netweaver 2004s on an Solaris X64 10 (64 bit). We have j2sdk1.4.2_13 (32 bit installed)
    In phase 'Create Java Users' , we receive the following error in dev_UserCheck.clone :
    '*** ERROR => DlLoadLib: dlopen()= ld.so.1: jlaunch:
    fatal: /usr/j2se/jre/lib/i386/server/libjvm.so: wrong ELF class:
    ELFCLASS32 -> DLENOACCESS (0,Error 0) [dlux_mt.c 314]
    [Thr 4] *** ERROR => Can't load VM shared library (libjvm.so) (rc=-2)
    [jhvmxx_mt.c 1576]'
    I think this is an java error.
    We can't find a download for the 64 supplementation package for solaris
    X64. Is this supported?
    Kind regards,
    Serge Schelles

    Hi Serge,
    I'm no Solaris expert, but if I'm not mistaken, JRE and JDK versions for the X64 platform are only available as of version 1.5. It's worth a try, you can run them both at the same time on the same server. Just point your JAVA_HOME to the 1.5 directory after installation and start SAPinst again.
    Good luck!
    Henk.

  • Sneak Preview SAP Netweaver 2004S  SR1

    Hi All,
    I installed Sneak Preview SAP Netweaver 2004S SR1.
    After that I found in sap management console, the second instance has yellow light. In process "jcontrol.EXE", it has status "stopped".
    The developer Trace is as follows :
    trc file: "F:\usr\sap\RAJ\JC01\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 4280
    system name : RAJ
    system nr.  : 01
    started at  : Mon Apr 09 13:56:39 2007
    arguments       :
           arg[00] : F:\usr\sap\RAJ\JC01\exe\jcontrol.EXE
           arg[01] : pf=F:\usr\sap\RAJ\SYS\profile\RAJ_JC01_sumt-hyd
    [Thr 5800] Mon Apr 09 13:56:40 2007
    [Thr 5800] *** WARNING => INFO: Unknown property [instance.box.number=RAJJC01sumt-hyd] [jstartxx.c   841]
    [Thr 5800] *** WARNING => INFO: Unknown property [instance.en.host=sumt-hyd] [jstartxx.c   841]
    [Thr 5800] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 5800] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\RAJ\JC01\j2ee\cluster\instance.properties;F:\usr\sap\RAJ\JC01\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : sumt-hyd
    -> ms port    : 3900
    -> OS libs    : F:\usr\sap\RAJ\JC01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\RAJ\JC01\j2ee\cluster\instance.properties
    -> files [01] : F:\usr\sap\RAJ\JC01\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : sumt-hyd
    -> ms port    : 3900
    -> os libs    : F:\usr\sap\RAJ\JC01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\RAJ\JC01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID12336400 : F:\usr\sap\RAJ\JC01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID12336450 : F:\usr\sap\RAJ\JC01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID12336400           : F:\usr\sap\RAJ\JC01\j2ee\cluster\instance.properties
    -> [01] ID12336450           : F:\usr\sap\RAJ\JC01\j2ee\cluster\instance.properties
    -> [02] sdm                  : F:\usr\sap\RAJ\JC01\SDM\program\config\sdm_jstartup.properties
    [Thr 5800] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 5800] [Node: bootstrap] java home is set by profile parameter
         Java Home: F:\rajendra\Program Files\javasdk
    [Thr 5800] JStartupICheckFrameworkPackage: can't find framework package F:\usr\sap\RAJ\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : F:\rajendra\Program Files\javasdk
    -> java parameters    : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version    : 1.4.2_09-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> root path          : F:\usr\sap\RAJ\JC01\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : F:\usr\sap\RAJ\JC01\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : F:\usr\sap\RAJ\JC01\exe\jstartup.jar;F:\usr\sap\RAJ\JC01\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0123364
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = F:\usr\sap\RAJ\JC01\exe\jlaunch.exe
    -> arg[00] = F:\usr\sap\RAJ\JC01\exe\jlaunch.exe
    -> arg[01] = pf=F:\usr\sap\RAJ\SYS\profile\RAJ_JC01_sumt-hyd
    -> arg[02] = -DSAPINFO=RAJ_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=F:\usr\sap\RAJ\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4280
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=F:\usr\sap\RAJ\JC01\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=F:\usr\sap\RAJ\JC01\work\std_bootstrap.out
    -> arg[09] = -locOutFile=F:\usr\sap\RAJ\JC01\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=F:\usr\sap\RAJ\SYS\profile\RAJ_JC01_sumt-hyd
    -> lib path = PATH=F:\rajendra\Program Files\javasdk\jre\bin\server;F:\rajendra\Program Files\javasdk\jre\bin;f:\sapdb\programs\bin;f:\sapdb\programs\pgm;F:\Perl\bin\;C:\oracle\ora92\bin;C:\oracle\ora92\jre\1.4.2\bin\client;C:\oracle\ora92\jre\1.4.2\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;F:\usr\sap\RAJ\SYS\exe\uc\NTI386
    -> exe path = PATH=F:\rajendra\Program Files\javasdk\bin;F:\usr\sap\RAJ\JC01\j2ee\os_libs;f:\sapdb\programs\bin;f:\sapdb\programs\pgm;F:\Perl\bin\;C:\oracle\ora92\bin;C:\oracle\ora92\jre\1.4.2\bin\client;C:\oracle\ora92\jre\1.4.2\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;F:\usr\sap\RAJ\SYS\exe\uc\NTI386
    [Thr 5800] Mon Apr 09 13:56:58 2007
    [Thr 5800] *** ERROR => invalid return code of process [bootstrap] (exitcode = 66) [jstartxx.c   1642]
    [Thr 5800] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = 66)
    [Thr 5800] JControlCloseProgram: started (exitcode = 66)
    [Thr 5800] JControlCloseProgram: good bye... (exitcode = 66)

    I have same problem ,does anybody know the solution ,any idea

  • Printing of views without Netweaver 2004s (Solution 2)

    Hallo,
    after writing my post concerning a printing solution before NetWeaver2004s (Solution 1),
    i will also share my knowledge concerning my own printing solution developed inside Web Dynpro.
    The following example should only demonstrate how an implementation of a print renderer can be done
    inside Web Dynpro while you can take influence of the generated output.
    I had to develop the possibility of printing some views including some head infos and table data.
    The application is localized into six languages.
    First i had a look at Adobe Document Services, but it is quite uncomfortable using table output
    (it seems to be better supported in NetWeaver 2004s), but the problems resists in the localized labels.
    You have to implement each lable also as an computed attribute to use it inside Adobe or
    you have to copy the template for each language and translate it beside the xlf files.
    I needed a solution that does not generate additional needs to print views.
    So i decided to write an own PrintRendererClass using the Runtime view and the mapped context.
    The following szenario should only demonstrate how you can archieve such a solution.
    The Solution needs two Context attributes:
    <b>ViewPrinter</b> (holds the reference to the renderer class)
    <b>ViewPrinterURL</b> (String that receives an URL handle for using inside a LinkToURL control)
    The instantiation of the class takes place inside the wdDoModifyView:
    public static void wdDoModifyView(IPrivateDetailsView wdThis, IPrivateDetailsView.IContextNode wdContext,
         com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime) {
    //@@begin wdDoModifyView
    if (firstTime) {
         ViewPrinter vprt = wdContext.currentContextElement().getViewPrinter();
         vprt = new ViewPrinter(view, wdContext, WDClientUser.getLoggedInClientUser().getLocale());
         vprt.setTitle(vprt.getTextById("Headline"));
         vprt.addGroup("GroupCustomerorder");
         vprt.addTable("TablePositions");
         wdContext.currentContextElement().setViewPrinterURL(vprt.render());                                           
    //@@end
    The RendererClass is only a framework for a big StringBuffer (xml) that uses methods to add
    addtional output content to the string and finally generates a dynamic xhtml file.
    The URL handle is returned at the end via vprt.render() and stored in the context attribute.
    Inside the view you can use a LinkToURL control mapped to this context attribute,
    which opens a new window with the generated xhtml file.
    The most interessting parts are addGroup(uielementid) and addTable(uielementid).
    The addGroup searches for a uielement with the given id and iterates through all entries.
    For all found labels and their binded values output code will be added:
    public void addGroup(String id) {
         // open group
         xml.append("<fieldset>");
         IWDGroup group = (IWDGroup) view.getElement(id);
         // get group header text
         String legend = group.getHeader().getText();
         xml.append("<legend>" + legend + "</legend>");
         // trace all elements
         for (Iterator iter = group.iterateChildren(); iter.hasNext();) {
              IWDUIElement uiEl = (IWDUIElement) iter.next();
              if (uiEl instanceof IWDLabel) {
                   xml.append("<div>");
                   this.addLabelWithValue(uiEl.getId());
                   xml.append("</div>");                    
         // close group
         xml.append("</fieldset>");
    For each found label the label and binded text should be printed out:
    public void addLabelWithValue(String id) {
         // find given label (with value)
         IWDLabel lbl = (IWDLabel) view.getElement(id);
         if (lbl!=null) {
              xml.append("<label for="" + lbl.getLabelFor() + "">" +
                   encodeHTML(lbl.getText(),true) + ": </label>");
              // find corresponding value          
              IWDTextView txt = (IWDTextView) view.getElement(lbl.getLabelFor());
              if (txt!=null) {
                   xml.append("<span id="" + lbl.getLabelFor() + "">" +
                        encodeHTML(txt.getText(),true) + "</span>");
    The most interesting part is the generic output of a table:
    public void addTable(String id) {
         // find given table
         IWDTable table = (IWDTable) view.getElement(id);
         String tableBindedDataSource = table.bindingOfDataSource(); // node "Positions"
         xml.append("<fieldset>")
              .append("<legend>" + table.getHeader().getText() + "</legend>");
         xml.append("<table summary="")
              .append(table.getHeader().getText())
              .append("">");
         xml.append("<thead><tr>");
         // use iterator          
         ArrayList cellAlign = new ArrayList();     
         ArrayList cellId = new ArrayList();
         int nrUsedColumns = 0;
         for (Iterator iter = table.iterateColumns(); iter.hasNext();) {
              IWDTableColumn col = (IWDTableColumn) iter.next();
              // check column id against blacklist
              if (!blackList.contains(col.getId())) {                    
                   IWDTableCellEditor cellEditor = col.getTableCellEditor();
                   // casting for supported uiwidgets
                   String bindedColumnText = null;
                   if (cellEditor instanceof IWDTextView) {
                        IWDTextView txt = (IWDTextView) cellEditor;               
                        bindedColumnText = txt.bindingOfText(); // "TABLE.ATTRIBUTE"                                                  
                   // add supported widgets to print
                   if (bindedColumnText != null) {
                        // remove leading TABLE prefix (use only ATTRIBUTE)               
                        String textId = bindedColumnText.substring(bindedColumnText.lastIndexOf('.')+1);
                        // get column alignment
                        String colAlign = col.getHAlign().toString().toLowerCase();
                        String classAlign = (colAlign.equalsIgnoreCase("auto"))
                             ? "" : " class="" + colAlign + """;
                        xml.append("<th" + classAlign + " scope="col" abbr="" + col.getHeader().getText() + "">")
                             .append(col.getHeader().getText())
                             .append("</th>");
                        // make column values for table body available
                        cellAlign.add(nrUsedColumns, colAlign);
                        cellId.add(nrUsedColumns, textId);
                        nrUsedColumns++;
         xml.append("</tr></thead>");
         // print out table body
         xml.append("<tbody>");          
         // table corresponding context node
         IWDNode node = ((IWDNode)wdContext).getContext().getRootNode().
              getCurrentElement().node().getChildNode(tableBindedDataSource, 0);
         int tableSize = node.size();     
         IWDNodeElement nodeEl = null;
         for (int i = 0; i < tableSize; i++) {
              xml.append("<tr>");     
              nodeEl = node.getElementAt(i);
              for (int col = 0; col < nrUsedColumns; col++) {     
                   Object value = nodeEl.getAttributeValue(cellId.get(col).toString());                    
                   String classAlign = (cellAlign.get(col).toString().equalsIgnoreCase("auto"))
                        ? "" : " class="" + cellAlign.get(col).toString() + """;               
                   xml.append("<td" + classAlign + ">"
                        + encodeHTML(this.getAttributeValue(value), true) + "</td>");
              xml.append("</tr>");
         xml.append("</tbody>");
         xml.append("</table>");
         xml.append("</fieldset>");     
    [code]
    First we inspect all table columns to get the head labels and the used cell editors.
    There is also support for a black list to allow skipping of columns that should not be printed.
    Invisible columns are also printed, so you can add addtional table columns for printing that are
    disabled for the browser. Also the alignment of the cell editor will be supported.
    A second loop iterates over the table context depending the used columns.
    To get the formatted values concerning their datatype i use the method getAttributeValue,
    cause i think the formatting of mapped Context to the browser takes place in the deepest parts
    of the Web Dynpro Renderer Task and is not accessible via API.
    Therefore you have to implement formatters for all supported datatypes:
    [code]
    private String getAttributeValue(Object obj) {          
         String txt = "";
         if (obj != null) {     
              // String handling
              if (obj instanceof java.lang.String) {
                   txt = obj.toString();
              // Date handling     
              } else if (obj instanceof java.sql.Date) {
                   DateFormat formater = DateFormat.getDateInstance(
                        DateFormat.SHORT, this.locale);
                   txt = formater.format(obj);
              // BigDecimal handling
              } else if (obj instanceof java.math.BigDecimal) {     
                   DecimalFormat df =
                        (DecimalFormat)DecimalFormat.getInstance(this.locale);
                   df.applyPattern( "0.######" );
                   txt = df.format(obj);
              // Default Handling -> with debug output of Class Name
              } else {
                   txt = "<span class="pointer red" title="" + obj.getClass().getName() +
                        "">" + obj.toString() + "</span>";
         return txt;
    Here is the reason, why the class constructor needs a locale!
    I try to format the output concerning the portal user language.
    At the end you have to call the vprt.render() method to start creation of a new html ressource.
    The method returns the ressource url as a string which is binded to a LinkToUrl control.
    That's it.
    The above solution only fullfills my needs concerning the project. I implemented only the
    needed methods to print out groups and tables.
    The table renderer skips all table columns that are not IWDTextView.
    if you need addtional things like IWDProgressBar, you have to implement such a kind of renderer.
    The solution is a nice way to generate printable content of views with the following benefits
    Pro:
    - Print out is Locale/Language dependend (Text, Date, ...)
    - You can influence the print design via css
    - You can implement your own controll renderer (like decorators)
    - It works for SAP Net Weaver releases <= 2004s
    Cons:
    - To support all widgets, you have to implement them
      (controls/widgets are growing with new service packs)
    The functionallity shows how you can use the abstract api for iterating
    through view elements and their mapped context in a generic way.
    The solution is a plain structured class because i do not want to reimplement
    the whole Widgets API for printing a view (not in the scope/budget of our customers).
    If you are interessted in the working class file, please contact me.
    Maybe this helps someone who has to do similarly things inside Web Dynpro
    and does not want to reinvent the wheel.
    Best wishes,
    Holger Schaefer

    Hi Holger,
    This Solution helped me a lot. Thanks a lot.
    Sreekanth

  • Mandatory variable error of report design in Netweaver 2004s

    Hi.
      I have created a query contained a variable, this variable is provided by sap named 0I_FPER (Period/Fiscal Year (Interval Entry, Required)). I run this query by
    BEX Analyzer, the system will popup a dialog to ask me input Fiscal Year/Period,
    When i want to select some value to input, the system will give me an error message: "Program error in class SAPMSSY1 method : NCAUGHT_EXCEPTION".
      Can anyone help me to solve this problem?
    Alex

    Hi,
    It is a Bug with SAP Netweaver 2004s. Correct the Coding error by applying the note:
    Note - 961995 - Variable submission during opening and refreshing query\WB
    Assign points if found useful.
    Regards,
    Srikanth.

  • Accessing BW in netweaver 2004s issue

    Accessing BW in netweaver 2004s issue
    Hi
    I logged into Sap (sneak preview installed locally) via client 001 ( in order to work on BW) & user= SAP*
    When I try to create a new class with transaction se24
    I get the following message "No changes for user SAP* allowed"
    Can anyone help me on this issue ?
    How can extend right to that user in order not to be blocked.
    Thanks in adance
    Kadiga

    Hi Kadiga,
    You can post in the SAP NetWeaver2004s Ramp-Up forum of BI. Here is the link:
    /community [original link is broken]
    Bye
    Dinesh

  • Webdynpro Application is not Deploying into Netweaver 2004s From NWDS CE

    Hi,
    I Developed Webdynpro Application in NWDS CE 7.1 SP5.
    I Am using Netweaver 2004s AS JAVA .
    After Deploying application i will get page can not be displayed and in the browser url is following below
    http://localhost:-1/webdynpro/dispatcher/demo.sap.com/firstapp/FirstApp?SAPtestId=2
    my actual port is 50000 but it gives -1.
    and also i need one clarification NWDS CE 7.1 Applications Supports the Netweaver 2004s or
    it requires Netweaver CE 7.1 AS JAVA.
    We have to develop applications using webdynpro,mobile perspectives in NWDS CE 7.1 SP5
    Is it Supports Netweaver 2004s.
    Thanks
    Subbarao

    Hi
    NetWeaver CE 7.1 uses Java 5 and so does the NWDS CE 7.1 by default. The server you have is NW 2004s SP 9 which runs on Java 1.4. So you simply can not build with Java 5 and deploy it to a server with JRE 1.4, you will get a class unsupported version error.
    Next you are using NWDS CE 7.1 to connect to server 2004s. The architecture of the Java servers in SAP is changed. 2004s has SDM and dispatcher and a server process at its simplest form. In CE theres an ICM and server. (SDM & Dispatcher combined). You no more give the message port number when you set up the JEE server of NWDS 7.1 instead you would use instance number. When you register a NW 2004s server with NWDS 7.1 (instance numbers are available for 7.0 servers as well), the studio fails to find the deploy mechanism (SDM or ICM) hence you see a port -1.
    Lastly the architecture of WebDynpro is greatly changed from NW 7.0 to NW 7.1 so dont even think of deployment to previous versions.
    Regards
    LNV

  • Error installing Netweaver 2004s on 64 bit system

    Hi
    I ma installing Netweaver 2004s on a 64 Bit OS (Windows). I have installed Oracle 10.0.2.0 oracle. While running SAPINST i am getting error: "Oracle is not installed. Please install Oracle and resume". There was no error while installing Oracle and its patch still I am getting this error. Can anybody help me on this?
    Thanks in advance.

    Hi
    Following is sapinst.log file
    INFO 2008-11-10 23:05:54.096
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\x.
    INFO 2008-11-10 23:05:54.096
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\x.
    INFO 2008-11-10 23:05:57.471
    Creating directory C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\log_10_Nov_2008_23_05_57.
    INFO 2008-11-10 23:05:57.721
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/IND/control.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.737
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/IND/dialog.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.737
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/IND/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.753
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/IND/messages.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.753
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/IND/toplevel.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.753
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/IND/control.dtd' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.768
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/IND/doc.dtd' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.768
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/IND/keydb.dtd' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.768
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/IND/messages.dtd' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.784
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/IND/packages.dtd' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.784
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/IND/resources.dtd' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.784
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/IND/sapinstgui.dtd' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.799
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/ORA/PD/exportcds.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.799
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/ORA/PD/jexclude.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.799
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/ORA/PD/packages.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.815
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/ORA/PD/product.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.815
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/NW04S/WEBAS/ORA/PD/usages_data.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.831
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/catalog.dtd' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.831
    Copied file 'E:/Dumps/inst-master/BS_2005_SR3_SAP_Installation_Master/IM_WINDOWS_X86_64/resourcepool.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS'.
    INFO 2008-11-10 23:05:57.831
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\start_dir.cd.
    INFO 2008-11-10 23:05:57.846
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO 2008-11-10 23:05:57.846
    Removing file C:\Program Files\sapinst_instdir\x.
    INFO 2008-11-10 23:05:59.565
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\statistic.xml.
    INFO 2008-11-10 23:05:59.581
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/statistic.1.xml'.
    WARNING 2008-11-10 23:05:59.799
    Unable to get information about path
    LABEL.ASC\ using GetVolumeInformation. Operating system error message: The filename, directory name, or volume label syntax is incorrect.
    INFO 2008-11-10 23:06:04.393
    Creating directory C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\SUPPORT_CONTAINER.
    INFO 2008-11-10 23:06:04.409
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/keydb.1.xml'.
    INFO 2008-11-10 23:06:04.424
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\inifile.xml.
    INFO 2008-11-10 23:06:04.456
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/inifile.1.xml'.
    INFO 2008-11-10 23:06:04.768
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/statistic.2.xml'.
    INFO 2008-11-10 23:06:04.768
    Execute step fillContextProduct of component |NW_Onehost|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:21.425
    Execute step showLicenseAgreement of component |NW_Onehost|ind|ind|ind|ind|0|0|licenseAgreement|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:21.471
    Execute step fillContext of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0
    INFO 2008-11-10 23:06:21.550
    Execute step readProductXML of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Read_Product_XML|ind|ind|ind|ind|1|0
    WARNING 2008-11-10 23:06:21.628
    The install parameter INSTPARA_DB is already defined (existing value IND, new value ORA).
    INFO 2008-11-10 23:06:21.643
    Execute step checkRuntimeSystem of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:21.706
    Execute step askStandardMode of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:31.456
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/product.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/product.1.xml'.
    INFO 2008-11-10 23:06:31.472
    Execute step syncKeydb of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:31.565
    Execute step changeUserInstall of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:31.612
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\change.log.
    INFO 2008-11-10 23:06:32.081
    Output of change user /install is written to the logfile change.log.
    WARNING 2008-11-10 23:06:33.034
    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 2008-11-10 23:06:33.81
    Execute step chgautInstdirPublicAllOS4 of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:33.112
    Execute step replaceDLLs of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:33.159
    File not found: [C:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/msvcp71.dll].
    INFO 2008-11-10 23:06:33.159
    File not found: [C:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/msvcr71.dll].
    INFO 2008-11-10 23:06:33.190
    Execute step registerEventsDll of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:33.331
    Execute step AddPrivileges of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:33.409
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'SAPNBIDEV\Administrator' on host '.'.
    INFO 2008-11-10 23:06:33.440
    Execute step checkInstDirPermissions of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:33.503
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\testfile.1.
    INFO 2008-11-10 23:06:33.503
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\testfile.1.
    INFO 2008-11-10 23:06:33.565
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0
    INFO 2008-11-10 23:06:49.300
    Execute step sync of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0
    INFO 2008-11-10 23:06:49.409
    Execute step adminCheck of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0
    INFO 2008-11-10 23:06:49.518
    Execute step W2KSPCheck of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0
    INFO 2008-11-10 23:06:49.597
    Execute step XPSPCheck of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0
    INFO 2008-11-10 23:06:49.675
    Execute step DNSCheck of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0
    INFO 2008-11-10 23:06:49.722
    DNS is configured correctly.
    INFO 2008-11-10 23:06:49.768
    Execute step done of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0
    INFO 2008-11-10 23:06:49.847
    Execute step checkParams of component |NW_Onehost|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:49.940
    Execute step fillContextForSoftwareFeatures of component |NW_Onehost|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:50.19
    Execute step loadUsageTypes of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Init|ind|ind|ind|ind|3|0
    INFO 2008-11-10 23:06:50.722
    Execute step fillContextUsageTypes of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0
    INFO 2008-11-10 23:06:50.815
    Execute step setAllPossible of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:51.019
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/usages_data.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/usages_data.1.xml'.
    INFO 2008-11-10 23:06:51.050
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/usages_data.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/usages_data.2.xml'.
    INFO 2008-11-10 23:06:51.065
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/jexclude.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/jexclude.1.xml'.
    INFO 2008-11-10 23:06:51.97
    Execute step determineScenarioParameters of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:51.190
    Execute step prepareUsagesTableForUserInputXml of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:51.347
    Execute step determinePossibleUsageTypesXml of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:51.628
    Execute step prepareUsagesTableForUserInputDB of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:51.690
    Execute step setDefaultsGuiValues of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:51.862
    Execute step setDefaultsStackDetermined of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:51.909
    Execute step chooseMandatory of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:52.65
    Execute step makeABAPPartsImpossible of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:52.112
    Execute step setDependencyRestrictions of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:06:52.331
    Execute step prepareScenario of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0
    INFO 2008-11-10 23:06:52.503
    Execute step fillUsagesTable of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0
    INFO 2008-11-10 23:06:52.862
    Execute step selectUsages of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0
    INFO 2008-11-10 23:06:52.925
    Execute step selectUsagesNetWeaver of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|4|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0
    INFO 2008-11-10 23:07:12.909
    Execute step determineStack of component |NW_Onehost|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:07:13.97
    Execute step determineCharSet of component |NW_Onehost|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:07:13.347
    Execute step fillContext2 of component |NW_Onehost|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:07:13.441
    Execute step startDefaultMode of component |NW_Onehost|ind|ind|ind|ind|0|0
    INFO 2008-11-10 23:07:13.566
    Execute step fillContext of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0
    INFO 2008-11-10 23:07:13.675
    Execute step setDefaults of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_getJavaHome|ind|ind|ind|ind|1|0
    INFO 2008-11-10 23:07:13.956
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Mon Nov 10 23:07:13 EST 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_13-x64
    jre
    bin
    java.vm.version=1.4.2_13-b06
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    CENTRAL
    AS
    java.runtime.version=1.4.2_13-b06
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_13-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;D\:
    oracle
    NWD
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_13-x64
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_13-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_13
    java.ext.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-11-10 23:07:14.222
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Mon Nov 10 23:07:14 EST 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_13-x64
    jre
    bin
    java.vm.version=1.4.2_13-b06
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    CENTRAL
    AS
    java.runtime.version=1.4.2_13-b06
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_13-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;D\:
    oracle
    NWD
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_13-x64
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_13-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_13
    java.ext.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-11-10 23:07:14.425
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/2/sapinst_exe.3724.1226376336/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-11-10 23:07:14.441
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_13-x64\ with JDK version 1.4.2_13.
    INFO 2008-11-10 23:07:49.753
    Copied file 'E:/Dumps/SP14-Java-based-SWcomponents/51033513/DATA_UNITS/JAVA_J2EE_OSINDEP/JDKVersion.xml' to '.'.
    INFO 2008-11-10 23:07:50.769
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/2/sapinst_exe.3724.1226376336/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-11-10 23:07:50.785
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_13-x64\ with JDK version 1.4.2_13.
    INFO 2008-11-10 23:07:50.956
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/2/sapinst_exe.3724.1226376336/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-11-10 23:07:51.19
    Execute step getCD of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_getJavaHome|ind|ind|ind|ind|1|0
    INFO 2008-11-10 23:07:51.128
    Execute step verifyJavaHome of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_getJavaHome|ind|ind|ind|ind|1|0
    INFO 2008-11-10 23:07:51.363
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Mon Nov 10 23:07:51 EST 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_13-x64
    jre
    bin
    java.vm.version=1.4.2_13-b06
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    CENTRAL
    AS
    java.runtime.version=1.4.2_13-b06
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_13-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;D\:
    oracle
    NWD
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_13-x64
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_13-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_13
    java.ext.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-11-10 23:07:51.644
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Mon Nov 10 23:07:51 EST 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_13-x64
    jre
    bin
    java.vm.version=1.4.2_13-b06
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    CENTRAL
    AS
    java.runtime.version=1.4.2_13-b06
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_13-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;D\:
    oracle
    NWD
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_13-x64
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_13-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_13
    java.ext.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-11-10 23:07:51.863
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Mon Nov 10 23:07:51 EST 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_13-x64
    jre
    bin
    java.vm.version=1.4.2_13-b06
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    CENTRAL
    AS
    java.runtime.version=1.4.2_13-b06
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_13-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;D\:
    oracle
    NWD
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_13-x64
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_13-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_13
    java.ext.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-11-10 23:07:52.066
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/2/sapinst_exe.3724.1226376336/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-11-10 23:07:52.253
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/JDKVersion.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/JDKVersion.1.xml'.
    INFO 2008-11-10 23:07:52.269
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/JDKVersion.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/JDKVersion.2.xml'.
    INFO 2008-11-10 23:07:52.269
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/JDKVersion.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/JDKVersion.3.xml'.
    INFO 2008-11-10 23:07:52.347
    Execute step verifyPolicy of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_getJavaHome|ind|ind|ind|ind|1|0
    INFO 2008-11-10 23:07:52.410
    Creating directory C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\jdkPolicyCheck.
    INFO 2008-11-10 23:07:52.441
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/jdkPolicyCheck.
    INFO 2008-11-10 23:07:52.441
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS.
    INFO 2008-11-10 23:07:52.456
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\local_policy.log.
    INFO 2008-11-10 23:07:52.456
    Output of C:\j2sdk1.4.2_13-x64\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2008-11-10 23:07:52.613
    Output of C:\j2sdk1.4.2_13-x64\bin\jar.exe xvf C:/j2sdk1.4.2_13-x64/jre/lib/security/local_policy.jar:
    extracted: META-INF/MANIFEST.MF
    extracted: META-INF/JCE_RSA.SF
    extracted: META-INF/JCE_RSA.RSA
      created: META-INF/
    extracted: default_local.policy
    extracted: exempt_local.policy
    INFO 2008-11-10 23:07:52.628
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/jdkPolicyCheck.
    INFO 2008-11-10 23:07:52.628
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS.
    INFO 2008-11-10 23:07:52.644
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\US_export_policy.log.
    INFO 2008-11-10 23:07:52.644
    Output of C:\j2sdk1.4.2_13-x64\bin\jar.exe is written to the logfile US_export_policy.log.
    INFO 2008-11-10 23:07:52.800
    Output of C:\j2sdk1.4.2_13-x64\bin\jar.exe xvf C:/j2sdk1.4.2_13-x64/jre/lib/security/US_export_policy.jar:
    extracted: META-INF/MANIFEST.MF
    extracted: META-INF/JCE_RSA.SF
    extracted: META-INF/JCE_RSA.RSA
      created: META-INF/
    extracted: default_US_export.policy
    INFO 2008-11-10 23:07:52.800
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\jdkPolicyCheck\default_local.policy.
    INFO 2008-11-10 23:07:52.816
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\jdkPolicyCheck\default_US_export.policy.
    INFO 2008-11-10 23:07:52.816
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\jdkPolicyCheck\exempt_local.policy.
    INFO 2008-11-10 23:07:52.816
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\jdkPolicyCheck\META-INF\JCE_RSA.RSA.
    INFO 2008-11-10 23:07:52.816
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\jdkPolicyCheck\META-INF\JCE_RSA.SF.
    INFO 2008-11-10 23:07:52.816
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\jdkPolicyCheck\META-INF\MANIFEST.MF.
    INFO 2008-11-10 23:07:52.816
    Removing directory C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/jdkPolicyCheck/META-INF.
    INFO 2008-11-10 23:07:52.816
    Removing directory C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/jdkPolicyCheck.
    INFO 2008-11-10 23:07:53.003
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Mon Nov 10 23:07:52 EST 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_13-x64
    jre
    bin
    java.vm.version=1.4.2_13-b06
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    CENTRAL
    AS
    java.runtime.version=1.4.2_13-b06
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_13-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;D\:
    oracle
    NWD
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_13-x64
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_13-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_13
    java.ext.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-11-10 23:07:53.206
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Mon Nov 10 23:07:53 EST 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_13-x64
    jre
    bin
    java.vm.version=1.4.2_13-b06
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    CENTRAL
    AS
    java.runtime.version=1.4.2_13-b06
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_13-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;D\:
    oracle
    NWD
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_13-x64
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_13-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_13
    java.ext.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-11-10 23:08:28.316
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS.
    INFO 2008-11-10 23:08:28.316
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\jce_policy-1_4_2.log.
    INFO 2008-11-10 23:08:28.316
    Output of C:\j2sdk1.4.2_13-x64\bin\jar.exe is written to the logfile jce_policy-1_4_2.log.
    INFO 2008-11-10 23:08:29.535
    Output of C:\j2sdk1.4.2_13-x64\bin\jar.exe tf "E:\Dumps\Oracle Dumps\jce_policy-1_4_2.zip":
    jce/
    jce/local_policy.jar
    jce/US_export_policy.jar
    jce/README.txt
    jce/COPYRIGHT.html
    INFO 2008-11-10 23:08:29.550
    Creating directory C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\jcePolicyCheck.
    INFO 2008-11-10 23:08:29.550
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/jcePolicyCheck.
    INFO 2008-11-10 23:08:29.550
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS.
    INFO 2008-11-10 23:08:29.566
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\jce_policy-1_4_2.log.
    INFO 2008-11-10 23:08:29.566
    Output of C:\j2sdk1.4.2_13-x64\bin\jar.exe is written to the logfile jce_policy-1_4_2.log.
    INFO 2008-11-10 23:08:29.722
    Output of C:\j2sdk1.4.2_13-x64\bin\jar.exe xvf "E:\Dumps\Oracle Dumps\jce_policy-1_4_2.zip" jce/local_policy.jar:
    extracted: jce/local_policy.jar
    INFO 2008-11-10 23:08:29.738
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/jcePolicyCheck.
    INFO 2008-11-10 23:08:29.738
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS.
    INFO 2008-11-10 23:08:29.754
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\local_policy.log.
    INFO 2008-11-10 23:08:29.754
    Output of C:\j2sdk1.4.2_13-x64\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2008-11-10 23:08:29.910
    Output of C:\j2sdk1.4.2_13-x64\bin\jar.exe tf "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/jcePolicyCheck/jce/local_policy.jar":
    META-INF/MANIFEST.MF
    META-INF/JCE_DSA.SF
    META-INF/JCE_DSA.DSA
    META-INF/JCE_RSA.SF
    META-INF/JCE_RSA.RSA
    META-INF/
    default_local.policy
    INFO 2008-11-10 23:08:29.925
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/jcePolicyCheck.
    INFO 2008-11-10 23:08:29.925
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS.
    INFO 2008-11-10 23:08:29.941
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\local_policy.log.
    INFO 2008-11-10 23:08:29.941
    Output of C:\j2sdk1.4.2_13-x64\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2008-11-10 23:08:30.097
    Output of C:\j2sdk1.4.2_13-x64\bin\jar.exe xvf "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/jcePolicyCheck/jce/local_policy.jar" META-INF/MANIFEST.MF:
    extracted: META-INF/MANIFEST.MF
    INFO 2008-11-10 23:08:30.285
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Mon Nov 10 23:08:30 EST 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_13-x64
    jre
    bin
    java.vm.version=1.4.2_13-b06
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    CENTRAL
    AS
    java.runtime.version=1.4.2_13-b06
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_13-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;D\:
    oracle
    NWD
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_13-x64
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_13-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_13
    java.ext.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-11-10 23:08:30.519
    Execution of the command "C:\j2sdk1.4.2_13-x64\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Mon Nov 10 23:08:30 EST 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_13-x64
    jre
    bin
    java.vm.version=1.4.2_13-b06
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    CENTRAL
    AS
    java.runtime.version=1.4.2_13-b06
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_13-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;D\:
    oracle
    NWD
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_13-x64
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=America/New_York
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/2/sapinst_exe.3724.1226376336/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_13-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_13
    java.ext.dirs=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_13-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-11-10 23:08:30.785
    Execute step setNWOption of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_getJavaHome|ind|ind|ind|ind|1|0
    INFO 2008-11-10 23:08:30.957
    Execute step collect of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_GetSidNoProfiles|ind|ind|ind|ind|2|0
    INFO 2008-11-10 23:08:31.363
    No installed instances found!
    INFO 2008-11-10 23:08:31.457
    Execute step getMounts of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_GetSidNoProfiles|ind|ind|ind|ind|2|0

  • Probem with building DCs on Netweaver 2004

    Dear Netweaver experts,
    I'm using netweaver 2004 and try to build an appliaction with external Software Component.
    I tried to build the appliaction for local deploymnent.
    To add JIMI into my project there were generated DCs with included external SC.
    The JIMI component seems to be available in my system. also the building routine
    seems to find my JIMIext DC.
    But during compilation of my source code the build fails since the compiler can't resolve the JIMI-imports.
    Following the recommendations of Hint 797222 I synced and rebuildt the dcs but this did not solve my problem.
    Now i don't know how to proceed. Any hints ?
    Best regards and thanks in advance,
    Daniel Wetzler
    Here's my error message :
    08.04.2008 12:09:08 /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [ThreadModalContext,5,main] ERROR: km/main/wd: Build failed for sig/km/main/wd(sig_KMMAIN_1) in variant "default": Compile failed; see the compiler error output for details.
    Build log
    Development Component Build (2008-04-08 12:08:48)
    Component name: km/main/wd
    Component vendor: sig
    SC compartment: sig_KMMAIN_1
    Configuration: SIG_KM_D
    Location: SIG_KM_D
    Source code location: http://delinjdici:57400/dtr/ws/KM/sig_KMMAIN/dev/inactive/DCs/sig/km/main/wd/_comp/
    DC root folder: C:\Documents and Settings\DE11605.K-0017553\.dtc\2\DCs\sig\km\main\wd\_comp\
    DC type: Web Dynpro
    Host: K-0017553
    DC Model check:
    dcmake All used DCs are available locally
    dcmake validating dependency to build plugin "sap.com/tc/bi/bp/webDynpro"
    dcmake validating dependency to public part "default" of DC "sap.com/tc/cmi"
    dcmake validating dependency to public part "default" of DC "sap.com/tc/ddic/ddicruntime"
    dcmake validating dependency to public part "default" of DC "sap.com/tc/ddic/metamodel/content"
    dcmake validating dependency to public part "default" of DC "sap.com/tc/wd/webdynpro"
    dcmake validating dependency to public part "default" of DC "sap.com/tc/logging"
    dcmake validating dependency to public part "default" of DC "sap.com/tc/wdp/metamodel/content"
    dcmake validating dependency to public part "default" of DC "sap.com/com.sap.aii.proxy.framework"
    dcmake validating dependency to public part "default" of DC "sap.com/com.sap.aii.util.misc"
    dcmake validating dependency to public part "default" of DC "sap.com/com.sap.exception"
    dcmake validating dependency to public part "default" of DC "sap.com/com.sap.mw.jco"
    dcmake validating dependency to used DC "sap.com/com.sap.security.api.sda"
    dcmake validating dependency to public part "ExternalLibAssembly" of DC "sig/jimiext"
    dcmake DC model check OK
    Start build plugin:
    dcmake using build plugin: sap.com/tc/bi/bp/webDynpro
    dcmake starting build plugin from : C:\Documents and Settings\DE11605.K-0017553\.dtc\2\DCs\sap.com\tc\bi\bp\webDynpro\_comp\gen\default\public\webDynpro\
    Build Plugin 'WebDynproPlugin', Version 6.40 SP 16 (630_VAL_REL, built on 2006-02-09 00:06:54 CET)
    development component: km/main/wd (sig)
    software component: KMMAIN (sig)
    location: SIG_KM_D
    type: Web Dynpro
    build variant: default
    source location: http://delinjdici:57400/dtr/ws/KM/sig_KMMAIN/dev/inactive/
    plugin start time: 2008-04-08 12:08:49 GMT+01:00 (CEST)
    Java VM: Java HotSpot(TM) Client VM, 1.4.2_09-b05 (Sun Microsystems Inc.)
    General options:
    convert *.xlf to *.properties: yes
    include sources for debugging: yes
    Plugin initialized in 0.062 seconds
    Preparing data context..
    No 'default' JDK defined, will use running VM.
    Data context prepared in 0.047 seconds
    Executing macro file..
    Using macro file: C:\Documents and Settings\DE11605.K-0017553\.dtc\2\DCs\sap.com\tc\bi\bp\webDynpro\_comp\gen\default\public\webDynpro\macros\build.vm
    Creating output file: C:\Documents and Settings\DE11605.K-0017553\.dtc\2\DCs\sig\km\main\wd\_comp\gen\default\logs\build.xml
    Macro file executed in 0.531 seconds
    Starting Ant..
    Using build file: C:\Documents and Settings\DE11605.K-0017553\.dtc\2\DCs\sig\km\main\wd\_comp\gen\default\logs\build.xml
    Using build target: build
    Generation folder: C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498
    Using Ant version: 1.5.4
    prepare:
    mkdir Created dir: C:\Documents and Settings\DE11605.K-0017553\.dtc\2\DCs\sig\km\main\wd\_comp\gen\default\deploy
    compile:
    ddgen
    ddgen Info Property deployment is true: Deployment information is provided!
    ddgen Info Property sourcepath: C:\Documents and Settings\DE11605.K-0017553\.dtc\2\DCs\sig\km\main\wd\_comp\src\packages
    ddgen Info Property targetpath: C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gdd
    ddgen Info Property archivename: sigkmmain~wd
    ddgen Info Property vendor: sig
    ddgen Info Property dcname: km/main/wd
    ddgen Info Property language: Available languages are automatically determined!
    ddgen Info Property addpaths ...
    ddgen Info SapMetamodelWebdynproContent.zip - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/bi/extmm/_comp/gen/default/public/def/lib/model
    ddgen Info SapMetamodelDictionaryContent.zip - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/bi/extmm/_comp/gen/default/public/def/lib/model
    ddgen Info jrfc.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/com.sap.mw.jco/_comp/gen/default/public/default/lib/java
    ddgen Info aii_util_misc.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/com.sap.aii.util.misc/_comp/gen/default/public/default/lib/java
    ddgen Info cmiapi.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/cmi/_comp/gen/default/public/default/lib/java
    ddgen Info aii_proxy_rt.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/com.sap.aii.proxy.framework/_comp/gen/default/public/default/lib/java
    ddgen Info SapDictionaryTypeServices.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
    ddgen Info SapDictionaryTypesRuntime.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
    ddgen Info com.sap.security.api.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/com.sap.security.api.sda/_comp/gen/default/public/default/lib/java
    ddgen Info com.sap.security.api.perm.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/com.sap.security.api.sda/_comp/gen/default/public/default/lib/java
    ddgen Info exception.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/com.sap.exception/_comp/gen/default/public/default/lib/java
    ddgen Info webdynproadmin.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    ddgen Info webdynprobasesrvc.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    ddgen Info webdynproclientserver.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    ddgen Info webdynpromodelimpl.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    ddgen Info webdynpromodel_dynamicrfc.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    ddgen Info webdynpropdfobject.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    ddgen Info webdynproprogmodel.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    ddgen Info webdynproruntime_designtime_coupling.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    ddgen Info webdynproruntime_designtime_coupling_api.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    ddgen Info webdynproruntime_repository.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    ddgen Info webdynproruntime_repository_pmr.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    ddgen Info webdynproservices.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    ddgen Info SapMetamodelDictionaryContent.zip - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
    ddgen Info SapMetamodelWebdynproContent.zip - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
    ddgen Info logging.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
    ddgen Info logging.perf.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
    ddgen Info Initialize generation templates from configuration jar:file:/C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/java/SapDictionaryGenerationCore.jar!/DictionaryGenerationConfigurationCompiled.xml
    ddgen Info Generating datatypes/sig/com/km/model/types/Sernr.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/PackagePointer.java
    ddgen Info Generating datatypes/sig/com/km/model/types/Z_Matnr.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Matnr.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Landk.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Dokvr.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Char72.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Ernam.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Zkms_Dokar.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Ojtxp.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Ojtxb.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Qcode.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Histu.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Kunnr.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Landx.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Maktx.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Sposn.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Typbz.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Ersda.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Mtart.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Kmpme.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Zkms_Doktl_D.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Sypagno.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Idnrk.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Tplnr.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Dappl.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Doknr.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Zkms_Dokvr.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Zmaty.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Sdok_Phid.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Kmpmg.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Dokar.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Qtxt_Code.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Name1.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Xfeld.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Cv_File_Description.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Sdok_Sdatx.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/I.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Zkms_Doknr.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Serge.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Doktl_D.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Char40.gsimpletype
    ddgen Info Generating datatypes/sig/com/km/model/types/Zckms_S_Search.gstructure
    ddgen Info Generating datatypes/sig/com/km/model/types/Sdokcntbin.gstructure
    ddgen Info Generating datatypes/sig/com/km/model/types/Zckms_S_Where_Used_Result.gstructure
    ddgen Info Generating datatypes/sig/com/km/model/types/Zckms_S_Upload.gstructure
    ddgen Info Generating datatypes/sig/com/km/model/types/Zckms_S_Bom_Result.gstructure
    ddgen Info Generating datatypes/sig/com/km/model/types/Zckms_S_Docdata.gstructure
    ddgen Info Generating datatypes/sig/com/km/model/types/Zckms_S_Filedat.gstructure
    ddgen Info Generating datatypes/sig/com/km/model/types/simpleTypesResource.properties
    ddgen Info Generating datatypes/sig/com/km/model/types/simpleTypesResource_en.properties
    ddgen Info Generating datatypes/sig/com/km/model/types/KMModel.gdictionary
    ddgen Info Generating dbtables/sdmDeployDd.xml
    ddgen Info Generation finished (2 seconds)
    ddgen
    timer Data dictionary generator finished in 2.469 seconds
    wdgen
    wdgen Info Property deployment is true: Deployment information is provided!
    wdgen Info Property sourcepath: C:\Documents and Settings\DE11605.K-0017553\.dtc\2\DCs\sig\km\main\wd\_comp\src\packages
    wdgen Info Property targetpath: C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd
    wdgen Info Property archivename: sigkmmain~wd
    wdgen Info Property vendor: sig
    wdgen Info Property dcname: km/main/wd
    wdgen Info Property projectlanguage: en
    wdgen Info Property language: Available languages are automatically determined!
    wdgen Info Property addpaths ...
    wdgen Info SapMetamodelWebdynproContent.zip - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/bi/extmm/_comp/gen/default/public/def/lib/model
    wdgen Info SapMetamodelDictionaryContent.zip - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/bi/extmm/_comp/gen/default/public/def/lib/model
    wdgen Info jrfc.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/com.sap.mw.jco/_comp/gen/default/public/default/lib/java
    wdgen Info aii_util_misc.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/com.sap.aii.util.misc/_comp/gen/default/public/default/lib/java
    wdgen Info cmiapi.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/cmi/_comp/gen/default/public/default/lib/java
    wdgen Info aii_proxy_rt.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/com.sap.aii.proxy.framework/_comp/gen/default/public/default/lib/java
    wdgen Info SapDictionaryTypeServices.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
    wdgen Info SapDictionaryTypesRuntime.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
    wdgen Info com.sap.security.api.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/com.sap.security.api.sda/_comp/gen/default/public/default/lib/java
    wdgen Info com.sap.security.api.perm.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/com.sap.security.api.sda/_comp/gen/default/public/default/lib/java
    wdgen Info exception.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/com.sap.exception/_comp/gen/default/public/default/lib/java
    wdgen Info webdynproadmin.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    wdgen Info webdynprobasesrvc.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    wdgen Info webdynproclientserver.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    wdgen Info webdynpromodelimpl.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    wdgen Info webdynpromodel_dynamicrfc.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    wdgen Info webdynpropdfobject.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    wdgen Info webdynproprogmodel.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    wdgen Info webdynproruntime_designtime_coupling.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    wdgen Info webdynproruntime_designtime_coupling_api.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    wdgen Info webdynproruntime_repository.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    wdgen Info webdynproruntime_repository_pmr.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    wdgen Info webdynproservices.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
    wdgen Info SapMetamodelDictionaryContent.zip - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
    wdgen Info SapMetamodelWebdynproContent.zip - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
    wdgen Info logging.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
    wdgen Info logging.perf.jar - C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
    wdgen Info Initialize generation templates from configuration jar:file:/C:/Documents and Settings/DE11605.K-0017553/.dtc/2/DCs/sap.com/tc/bi/extwd/_comp/gen/default/public/def/lib/java/SapWebDynproGenerationCore.jar!/WebDynproGenerationConfigurationCompiled.xml
    wdgen Info Generating packages/sig/com/km/model/KMModel.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_Upload_File_Input.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_Bom_Expl_Input.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_Search_Material_Output.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_Search_Material_Input.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_Download_File_Output.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_Download_File_Input.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_S_Where_Used_Result.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_S_Docdata.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_S_Filedat.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_Upload_File_Output.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_S_Search.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_Where_Used_Input.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_Bom_Expl_Output.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_Where_Used_Output.java
    wdgen Info Generating packages/sig/com/km/model/Sdokcntbin.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_S_Upload.java
    wdgen Info Generating packages/sig/com/km/model/Zckms_S_Bom_Result.java
    wdgen Info sig.com.km.main.app.SelectDocumentView --> TextView SelectedTreeItem: UIElement does not have a label
    wdgen Info sig.com.km.main.app.SearchView --> ScrollContainer ScrollContainer Children: Container does not contain children
    wdgen Info sig.com.km.main.app.SearchView --> TextView SearchViewHeading: UIElement does not have a label
    wdgen Warning sig.com.km.main.app.SearchView --> InputField InputField: UIElement does not have a label
    wdgen Warning sig.com.km.main.app.UploadFileView --> Label FileUploadLabel labelFor: labelFor is not set
    wdgen Warning sig.com.km.main.app.UploadFileView --> Label FileDescriptionLabel labelFor: labelFor is not set
    wdgen Warning sig.com.km.main.app.UploadFileView --> Label FileNameLabel1 labelFor: labelFor is not set
    wdgen Warning sig.com.km.main.app.UploadFileView --> Label FileNameLabel2 labelFor: labelFor is not set
    wdgen Warning sig.com.km.main.app.UploadFileView --> Label ExtensionLabel1 labelFor: labelFor is not set
    wdgen Warning sig.com.km.main.app.UploadFileView --> Label ExtensionLabel2 labelFor: labelFor is not set
    wdgen Warning sig.com.km.main.app.UploadFileView --> Label SizeLabel1 labelFor: labelFor is not set
    wdgen Warning sig.com.km.main.app.UploadFileView --> Label SizeLabel2 labelFor: labelFor is not set
    wdgen Warning sig.com.km.main.app.UploadFileView --> UIElement FileUploadCtrl: UIElement does not have a label
    wdgen Warning sig.com.km.main.app.UploadFileView --> InputField DescriptionInputField: UIElement does not have a label
    wdgen Info sig.com.km.main.app.UploadFileView --> TextView FileDetailsTextView: UIElement does not have a label
    wdgen Warning sig.com.km.main.app.MaterialListView --> Label UsageSearchLabel labelFor: labelFor is not set
    wdgen Info sig.com.km.main.app.MaterialListView --> TextView DetailsHeading: UIElement does not have a label
    wdgen Warning sig.com.km.main.app.MaterialListView --> InputField UsageSearchInputField: UIElement does not have a label
    wdgen Info sig.com.km.main.app.UsageView --> TextView DefaultTextView: UIElement does not have a label
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivate_Main_Main_MainWindow.java
    wdgen Info Generating packages/sig/com/km/main/app/_Main_Main_MainWindow.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/Internal_Main_Main_MainWindow.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivateSelectDocumentView.java
    wdgen Info Generating packages/sig/com/km/main/app/SelectDocumentView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/InternalSelectDocumentView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPublicMain.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivateMain.java
    wdgen Info Generating packages/sig/com/km/main/app/Main.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/InternalMain.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivateSearchView.java
    wdgen Info Generating packages/sig/com/km/main/app/SearchView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/InternalSearchView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivateUploadFileView.java
    wdgen Info Generating packages/sig/com/km/main/app/UploadFileView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/InternalUploadFileView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivateMaterialListView.java
    wdgen Info Generating packages/sig/com/km/main/app/MaterialListView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/InternalMaterialListView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivateDocumentView.java
    wdgen Info Generating packages/sig/com/km/main/app/DocumentView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/InternalDocumentView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivateUsageView.java
    wdgen Info Generating packages/sig/com/km/main/app/UsageView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/InternalUsageView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPublicMaterialUsageWindowInterfaceView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivateMaterialUsageWindowInterfaceView.java
    wdgen Info Generating packages/sig/com/km/main/app/MaterialUsageWindowInterfaceView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/InternalMaterialUsageWindowInterfaceView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPublicMainInterfaceCfg.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IExternalMainInterfaceCfg.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivateMainInterfaceCfg.java
    wdgen Info Generating packages/sig/com/km/main/app/MainInterfaceCfg.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/InternalMainInterfaceCfg.java
    wdgen Info Generating packages/sig/com/km/main/app/MainInterfaceCfg.wdcontroller
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPublicMainInterface.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IExternalMainInterface.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivateMainInterface.java
    wdgen Info Generating packages/sig/com/km/main/app/MainInterface.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/InternalMainInterface.java
    wdgen Info Generating packages/sig/com/km/main/app/MainInterface.wdcontroller
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPublicUploadFileWindowInterfaceView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivateUploadFileWindowInterfaceView.java
    wdgen Info Generating packages/sig/com/km/main/app/UploadFileWindowInterfaceView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/InternalUploadFileWindowInterfaceView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPublicMainWindowInterfaceView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IPrivateMainWindowInterfaceView.java
    wdgen Info Generating packages/sig/com/km/main/app/MainWindowInterfaceView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/InternalMainWindowInterfaceView.java
    wdgen Info Generating packages/sig/com/km/main/app/wdp/IMessageMain.java
    wdgen Info Generating configuration/Components/sig.com.km.main.app.Main/Main.xml
    wdgen Info Generating packages/sig/com/km/main/app/wdp/ResourceMain.properties
    wdgen Info Generating packages/sig/com/km/main/app/wdp/ResourceMain_en.properties
    wdgen Info Generating configuration/Applications/sig.com.km.main.app.Main/Main.xml
    wdgen Info Generating portalapp.xml
    wdgen Info Generating wd.xml
    wdgen Info Generating application.xml
    wdgen Info Generating application-j2ee-engine.xml
    wdgen Info Generating PublicPartFileList.properties
    wdgen Info Generating PublicPartFileList.xml
    wdgen Info Generation finished (11 seconds)
    wdgen
    timer WebDynpro generator finished in 11.453 seconds
    echo Starting Java compiler
    javac Compiling 68 source files to C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\classes
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\DocumentView.java:42: package com.sun.jimi.core does not exist
    import com.sun.jimi.core.Jimi;
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\DocumentView.java:43: package com.sun.jimi.core does not exist
    import com.sun.jimi.core.JimiException;
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\Main.java:50: package com.sun.jimi.core does not exist
    import com.sun.jimi.core.Jimi;
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\Main.java:51: package com.sun.jimi.core does not exist
    import com.sun.jimi.core.JimiException;
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\Main.java:52: package com.sun.jimi.core.filters does not exist
    import com.sun.jimi.core.filters.Invert;
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\DocumentView.java:264: cannot resolve symbol
    symbol : variable Jimi
    location: class sig.com.km.main.app.DocumentView
    Image image = Jimi.getImage(inStream);
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\DocumentView.java:268: cannot resolve symbol
    symbol : variable Jimi
    location: class sig.com.km.main.app.DocumentView
    Jimi.putImage("image/jpeg", image.getScaledInstance(nLocalWidth, nLocalHeight, image.SCALE_DEFAULT), outStream);
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\DocumentView.java:270: cannot resolve symbol
    symbol : class JimiException
    location: class sig.com.km.main.app.DocumentView
    } catch (JimiException ex) {
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\Main.java:493: cannot resolve symbol
    symbol : variable Jimi
    location: class sig.com.km.main.app.Main
    Image image = Jimi.getImage(inStream, "image/tiff");
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\Main.java:496: cannot resolve symbol
    symbol : class Invert
    location: class sig.com.km.main.app.Main
    Invert invertImstance = new Invert(image.getSource());
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\Main.java:496: cannot resolve symbol
    symbol : class Invert
    location: class sig.com.km.main.app.Main
    Invert invertImstance = new Invert(image.getSource());
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\Main.java:505: cannot resolve symbol
    symbol : variable Jimi
    location: class sig.com.km.main.app.Main
    Jimi.putImage("image/jpeg", image.getScaledInstance(1200, 1200, image.SCALE_DEFAULT), outStream);
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\Main.java:507: cannot resolve symbol
    symbol : variable Jimi
    location: class sig.com.km.main.app.Main
    Jimi.putImage("image/jpeg", image.getScaledInstance(600, 600, image.SCALE_DEFAULT), outStream);
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\Main.java:510: cannot resolve symbol
    symbol : class JimiException
    location: class sig.com.km.main.app.Main
    } catch (JimiException ex) {
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\Main.java:517: cannot resolve symbol
    symbol : variable Jimi
    location: class sig.com.km.main.app.Main
    Image image = Jimi.getImage(inStream);
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\Main.java:524: cannot resolve symbol
    symbol : variable Jimi
    location: class sig.com.km.main.app.Main
    Jimi.putImage("image/jpeg", image.getScaledInstance(600, 600, image.SCALE_DEFAULT), outStream);
    ^
    C:\Documents and Settings\DE11605.K-0017553\.dtc\2\t\3DC8454FC6DDF5E74295BACD7A67E498\gwd\packages\sig\com\km\main\app\Main.java:526: cannot resolve symbol
    symbol : class JimiException
    location: class sig.com.km.main.app.Main
    } catch (JimiException ex) {
    ^
    17 errors
    Ant runtime 18.625 seconds
    Ant build finished with ERRORS
    Compile failed; see the compiler error output for details.
    Error: Build stopped due to an error: Compile failed; see the compiler error output for details.
    Build plugin finished at 2008-04-08 12:09:08 GMT+01:00 (CEST)
    Total build plugin runtime: 19.406 seconds
    Build finished with ERROR

    "Current (soft) <b>resource limit stacksize should be unlimited</b> but it is 33554432. This may cause core dumps. Stop the installation set the limit to unlimited and start again."
    -> plz check your root values using SMITTY -> Security & Users -> Users -> Change/Show  Characteristics of a User -> insert 'root' -> check parameter 'Soft STACK size' -> value should be '-1' (minus one)
    GreetZ, AH

  • SAP NetWeaver 2004s SR 1 SP9 INSTALL

    I spent last week trying to install SAP Netweaver 2004s SR 1 SP9 in XP SP2 with no success.
    The JDK version is 1.4.2_09 and the install process fail in step "Import Java Dump", the <i>sapinst.log</i> indicates the error:
    14-dic-2007 11:55:30 com.sap.inst.jload.Jload dbImport
    GRAVE: <b>DB Error during import of J2EE_CONFIGENTRY</b>
    14-dic-2007 11:55:30 com.sap.inst.jload.Jload printSQLException
    GRAVE: Message: Cannot assign NULL to host variable 2. setNull() can only be used if the corresponding column is nullable. The statement is "INSERT INTO J2EE_CONFIGENTRY( CID ,  NAMEHASH ,  ISFILE ,  NAME ,  DTYPE ,  VBIGINT ,  VDOUBLE ,  VSTR ,  VBYTES ,  FBLOB ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )".
    14-dic-2007 11:55:30 com.sap.inst.jload.Jload printSQLException
    GRAVE: SQLState: SAP06
    14-dic-2007 11:55:30 com.sap.inst.jload.Jload printSQLException
    GRAVE: ErrorCode: 1001142
    14-dic-2007 11:55:31 com.sap.inst.jload.db.DBConnection disconnect
    INFO: disconnected
    ERROR 2007-12-14 11:55:31
    CJS-30049  Execution of JLoad tool 'C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:\Archivos de programa\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL\install\sltools\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/lib/iaik_jce.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/jload.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/antlr.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/exception.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/jddi.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/logging.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/offlineconfiguration.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/opensqlsta.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/tc_sec_secstorefs.jar;C:\sapdb\programs\runtime\jar\sapdbc.jar" -sec J2E,jdbc/pool/J2E,
    MX3506DC0976/sapmnt/J2E/SYS/global/security/data/SecStore.properties,
    MX3506DC0976/sapmnt/J2E/SYS/global/security/data/SecStore.key -dataDir C:/Programas/SAPNW2004sJavaSP9_Trial/SAP_NetWeaver_2004s_SR_1_Installation_Master_DVD__ID__NW05SR1_IM1\../Sneak_Preview_Content\JAVA\JDMP -job "C:\Archivos de programa\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL\IMPORT.XML" -log jload.log' aborts with return code 1.<br>SOLUTION: Check 'jload.log' and 'C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/jload.java.log' for more information.
    ERROR 2007-12-14 11:55:31
    FCO-00011  The step importJavaDump with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump was executed with status ERROR .
    INFO 2007-12-14 11:55:38
    An error occured and the user decide to stop.\n Current step "|NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump".
    I have read many posts in many forums and there are some posts about the same problem of the table J2EE_CONFIGENTRY, but never clear answers (or answers for Linux OS). I really appreciate any help about it.
    PD: No, it's not the timezone configuration (I have GMT+1 and daylight saving enabled).

    Hi Friends!
    This is Anand Here
    I am totally new to SAP
    I was trying to install SAP on 2003Server
    while installing the ABAP System-Central Instance
    I Got this error message
    An error occurred during the installation of component SAP ERP 2004 SR1>ABAP  System>Oracle> Non-Unicode>Central Instance Installation. Press the log View Button to get extended error information or press OK to terminate the installation. Log Files are written to SAP ERP  2004 SR1>ABAP System>Oracle> Non-Unicode>Central Instance Installation
    The following error occured and the installation could not proceed
    ERROR 2007-12-27 20:33:33
    - FSL-00001 System Call Failed. Error 5 (Access is denied.) in execution of system call 'FindFirstVolumeMountPoint' with parameter (
    ?\Volume{c682cb5b-b31d-11dc-be09-806e6f6e6963}\), line (77) in file (synxcfsmit.cpp).
    ERROR 2007-12-27 20:33:33
    MOS-01235 Module function getInfo of module CIa0sMount Failed,
    Can Somebody help me with this

  • Upgrade from SAP Webas 6.40 to SAP Netweaver 2004s

    Do we have to change the virtual host name used for high availability clustering environment to local host name before we conduct the upgrade from SAP WebAS 6.40 to SAP NetWeaver 2004's ?

    Do we have to change the virtual host name used for high availability clustering environment to local host name before we conduct the upgrade from SAP WebAS 6.40 to SAP NetWeaver 2004's ?

  • How do I use the option "table view" in NetWeaver 2004s Query Designer?

    Dear,
    We have used NetWeaver 2004s Query Designer, We found a strange problem. The option to select table view is not available. It is greyed out. How can you select table view (tabular) in 2004s Query Designer?
    I have read the help doc about tabular view of NetWeaver 2004s Query Designer, I check my query, it has only one structure . but the option is still greyed out. I rebuild the query with 3.x Query Designer in tabular view, and reopen it with 2004s Query Designer, So there is a tab named "tabular view" display, but the option to select table view is still not available, and when users view the query result in web , it is still not in tabular view display. So I am confused, is there a bug with NetWeaver 2004s Query Designer?
    Please help me. Thanks!

    Note 1002271. Seach this note to use key word "table view"

  • Netweaver 2004S installation on Windows 2003 server : Oracle 10g Problem

    Hi Friends,
    I am installing the SAP Netweaver 2004s on a server which has Windows 2003 server Operating system  on it.
    It has got 6GB RAM  and  has, 5gb of free space in C drive, H: drive has 70 gb and I: drive has 50 GB of free space in it.
    I am running  Pre_requiste checker tool to check my hardware & software requirements in order to go ahead with installation, as a part of SAPInst.exe execution.
    The results of Prerequisite checker tool are satisfied  except for one  " SWAP SPACE VALUES"
    I am getting the message as follows
    "The Minimum SWAP SPACE values required is 10994MB and currently you have 5993MB"
    How to increase this SWAP space value? Please let me know the procedure.
    Currently my server has a paging file details as below : Min size : 2MB & Max size : 9214MB allocated on C: drive. No other drive has paging file allocation.
    What effect will I have if i proceed without meeting this requirement??
    Suitable answers will be rewarded.
    Thanks
    Diwakar

    OPen windows explorer and right click my computer
    Select Properties
    Click Advanced Tab
    Click Settings (performance)
    Select Advanced Tab
    In virtual memory - click change.
    Increase swap space/page file here.

Maybe you are looking for