Plz help me to configure web_util library

I use 10g Oracle Developer Suite and on windows OS xp Service pack2
I want to use web_util library but I can't.
I try it several times but I can't setup it on my PC , I configure my webforms.cfg,
,default.env and other files like oracle web_util documentation say but I can't.
Please give one_by_one steps to solve this problem.
My Configured files:
1-F:\frm10\forms90\server path contain these files:
(base.htm,baseie.htm,basejini.htm,basejpi.htm,default.env,forms90.cfg,
forms90.properties,formsweb.cfg,ftrace.cfg,webutil.cfg,webutil.env,webutilbase.htm,
webutiljini.htm,webutiljpi.htm)
**configured files:
-----default.env------
# $Id: win32_os_default.env,v 1.5 2003/10/02 18:42:24 pkuhn Exp $
# default.env - default Forms environment file, Windows version
# This file is used to set the Forms runtime environment parameters.
# If a parameter is not defined here, the value in the Windows registry
# will be used. If no value is found in the registry, the value used will
# be that defined in the environment in which the servlet engine (OC4J
# or JServ) was started.
# NOTES
# 1/ The Forms installation process should replace all occurrences of
# <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
# setting, and all occurrences of <percent>O_JDK_HOME<percent> with
# the location of the JDK (usually $ORACLE_HOME/jdk).
# Please make these changes manually if not.
# 2/ Some of the variables below may need to be changed to suite your needs.
# Please refer to the Forms documentation for details.
ORACLE_HOME=F:\frm10
# Search path for Forms applications (.fmx files, PL/SQL libraries)
# If you need to include more than one directory, they should be semi-colon
# separated (e.g. /private/dir1;/private/dir2)
FORMS90_PATH=F:\frm10\forms90;F:\frm10\forms90\webutil\forms
# The PATH setting is required in order to pick up the JVM (jvm.dll).
# The Forms runtime executable and dll's are assumed to be in
# F:\frm10\bin if they are not in the PATH.
# In addition, if you are running Graphics applications, you will need
# to append the following to the path (where <Graphics Oracle Home> should
# be replaced with the actual location of your Graphics 6i oracle_home):
# ;<Graphics Oracle Home>\bin;<Graphics Oracle Home>\jdk\bin
PATH=F:\frm10\jdk\bin;F:\frm10\jdk\jre\bin\client
F:\frm10\jdk\jre\bin\classic;
F:\frm10\jdk\jre\bin;
F:\frm10\jdk\jre\bin\client;
F:\frm10\jlib;
F:\frm10\bin;
F:\frm10\jre\1.4.2\bin\client;
F:\frm10\jre\1.4.2\bin;
F:\frm10\bin;
d:F:\frm10\jdk\jre\bin\client;
# Settings for Graphics
# NOTE: These settings are only needed if Graphics applications
# are called from Forms applications. In addition, you will need to
# modify the PATH variable above as described above.
# Please uncomment the following and put the correct 6i
# oracle_home value to use Graphics applications.
#ORACLE_GRAPHICS6I_HOME=<your Graphics 6i oracle_home here>
# Search path for Graphics applications
#GRAPHICS60_PATH=
# Settings for forms9i tracing and logging
# Note: This entry has to be uncommented to enable tracing and
# logging.
#FORMS90_TRACE_PATH=<FORMS_ORACLE_HOME>\forms90\server
# System settings
# You should not normally need to modify these settings
FORMS90=F:\frm10\forms90
# Java class path
# This is required for the Forms debugger
# You can append your own Java code here)
# f90srv.jar, repository.jar and ldapjclnt9.jar are required for
# the password expiry feature to work(#2213140).
CLASSPATH=F:\frm10\j2ee\OC4J_BI_Forms\applications\forms90app\forms90web\WEB-INF\lib\f90srv.jar;F:\frm10\jlib\repository.jar;F:\frm10\jlib\ldapjclnt9.jar;F:\frm10\jlib\debugger.jar;F:\frm10\jlib\ewt3.jar;F:\frm10\jlib\share.jar;F:\frm10\jlib\utj90.jar;F:\frm10\jlib\zrclient.jar;F:\frm10\reports\jlib\rwrun.jar;
F:\frm10\forms90\java\jacob.jar;F:\frm10\jdk\jre\lib\rt.jar;
F:\frm10\forms90\java\frmwebutil.jar;
F:\frm10\forms90\java\f90all.jar
FORMS_PATH=F:\frm10\forms90;F:\frm10\forms90\webutil
WEBUTIL_CONFIG=F:\frm10\forms90\server\webutil.cfg
-------formsweb.cfg-------
# $Id: formsweb.cfg,v 1.24 2003/08/22 01:07:35 pkuhn Exp $
# formsweb.cfg defines parameter values used by the FormsServlet (f90servlet)
# This section defines the Default settings. Any of them may be overridden in the
# following Named Configuration sections. If they are not overridden, then the
# values here will be used.
# The default settings comprise two types of parameters: System parameters,
# which cannot be overridden in the URL, and User Parameters, which can.
# Parameters which are not marked as System parameters are User parameters.
# SYSTEM PARAMETERS
# These have fixed names and give information required by the Forms
# Servlet in order to function. They cannot be specified in the URL query
# string. But they can be overriden in a named configuration (see below).
# Some parameters specify file names: if the full path is not given,
# they are assumed to be in the same directory as this file. If a path
# is given, then it should be a physical path, not a URL.
# USER PARAMETERS
# These match variables (e.g. %form%) in the baseHTML file. Their values
# may be overridden by specifying them in the URL query string
# (e.g. "http://myhost.mydomain.com/servlet/f90servlet?form=myform&width=700")
# or by overriding them in a specific, named configuration (see below)
[default]
# System parameter: default base HTML file
baseHTML=base.htm
# System parameter: base HTML file for use with JInitiator client
baseHTMLjinitiator=basejini.htm
# System parameter: base HTML file for use with Sun's Java Plug-In
baseHTMLjpi=basejpi.htm
# System parameter: base HTML file for use with Microsoft Internet Explorer
# (when using the native JVM)
baseHTMLie=baseie.htm
# System parameter: delimiter for parameters in the base HTML files
HTMLdelimiter=%
# System parameter: working directory for Forms runtime processes
# WorkingDirectory defaults to <oracle_home>/forms90 if unset.
workingDirectory=
# System parameter: file setting environment variables for the Forms runtime processes
envFile=default.env
# System parameter: JVM option for Microsoft Internet Explorer.
# This parameter specifies how to execute the Forms applet under
# Microsoft Internet Explorer 5.x or above. Put IE=native if you want
# the Forms applet to run in the browser's native JVM.
IE=JInitiator
# Forms runtime argument: whether to escape certain special characters
# in values extracted from the URL for other runtime arguments
escapeparams=true
# Forms runtime argument: which form module to run
form=test.fmx
# Forms runtime argument: database connection details
userid=
# Forms runtime argument: whether to run in debug mode
debug=no
# Forms runtime argument: host for debugging
host=
# Forms runtime argument: port for debugging
port=
# Other Forms runtime arguments: grouped together as one parameter.
# These settings support running and debugging a form from the Builder:
otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
# Sub argument for otherparams
buffer=no
# Sub argument for otherparams
debug_messages=no
# Sub argument for otherparams
array=no
# Sub argument for otherparams
obr=no
# Sub argument for otherparams
query_only=no
# Sub argument for otherparams
quiet=yes
# Sub argument for otherparams
render=no
# Sub argument for otherparams
record=
# Sub argument for otherparams
tracegroup=
# Sub argument for otherparams
log=
# Sub argument for otherparams
term=
# HTML page title
pageTitle=Oracle Application Server Forms Services
# HTML attributes for the BODY tag
HTMLbodyAttrs=
# HTML to add before the form
HTMLbeforeForm=
# HTML to add after the form
HTMLafterForm=
# Forms applet parameter: URL path to Forms ListenerServlet
serverURL=/forms90/l90servlet
# Forms applet parameter
codebase=/forms90/java
# Forms applet parameter
imageBase=codebase
# Forms applet parameter
width=1000
# Forms applet parameter
height=625
# Forms applet parameter
separateFrame=false
# Forms applet parameter
splashScreen=
# Forms applet parameter
background=
# Forms applet parameter
lookAndFeel=Oracle
# Forms applet parameter
colorScheme=teal
# Forms applet parameter
logo=
# Forms applet parameter
restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
# Forms applet parameter
formsMessageListener=
# Forms applet parameter
recordFileName=
# Forms applet parameter
serverApp=default
# Forms applet archive setting for JInitiator
archive_jini=f90all_jinit.jar,frmwebutil.jar,jacob.jar
# Forms applet archive setting for Microsoft Internet Explorer native JVM
archive_ie=f90all.cab
# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
archive=f90all.jar
# Number of times client should retry if a network failure occurs. You should
# only change this after reading the documentation.
networkRetries=0
# Page displayed to Netscape users to allow them to download Oracle JInitiator.
# Oracle JInitiator is used with Windows clients.
# If you create your own page, you should set this parameter to point to it.
jinit_download_page=/forms90/jinitiator/us/jinit_download.htm
# Parameter related to the version of JInitiator
jinit_classid=clsid:CAFECAFE-0013-0001-0017-ABCDEFABCDEF
# Parameter related to the version of JInitiator
jinit_exename=jinit.exe#Version=1,3,1,17
# Parameter related to the version of JInitiator
jinit_mimetype=application/x-jinit-applet;version=1.3.1.17
# Page displayed to users to allow them to download Sun's Java Plugin.
# Sun's Java Plugin is typically used for non-Windows clients.
# (NOTE: you should check this page and possibly change the settings)
jpi_download_page=http://java.sun.com/products/plugin/1.3/plugin-install.html
# Parameter related to the version of the Java Plugin
jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
# Parameter related to the version of the Java Plugin
jpi_codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0
# Parameter related to the version of the Java Plugin
jpi_mimetype=application/x-java-applet;version=1.3
# EM config parameter
# Set this to "1" to enable Enterprise Manager to track Forms processes
em_mode=0
# Single Sign-On OID configuration parameter
oid_formsid=%OID_FORMSID%
# Single Sign-On OID configuration parameter
oracle_home=F:\frm10
# Single Sign-On OID configuration parameter
formsid_group_dn=%GROUP_DN%
# Single Sign-On OID configuration parameter: indicates whether we allow
# dynamic resource creation if the resource is not yet created in the OID.
ssoDynamicResourceCreate=true
# Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
ssoErrorUrl=
# Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
ssoCancelUrl=
# Single Sign-On parameter: indicates whether the url is protected in which
# case mod_osso will be given control for authentication or continue in
# the FormsServlet if not. It is false by default. Set it to true in an
# application-specific section to enable Single Sign-On for that application.
ssoMode=false
# The parameter allow_debug determines whether debugging is permitted.
# Administrators should set allow_debug to "true" if servlet
# debugging is required, or to provide access to the Forms Trace Xlate utility.
# Otherwise these activities will not be allowed (for security reasons).
allow_debug=false
# Parameter which determines whether new Forms sessions are allowed.
# This is also read by the Forms EM Overview page to show the
# current Forms status.
allowNewConnections=true
# Example Named Configuration Section
# Example 1: configuration to run forms in a separate browser window with
# "generic" look and feel (include "config=sepwin" in the URL)
# You may define your own specific, named configurations (sets of parameters)
# by adding special sections as illustrated in the following examples.
# Note that you need only specify the parameters you want to change. The
# default values (defined above) will be used for all other parameters.
# Use of a specific configuration can be requested by including the text
# "config=<your_config_name>" in the query string of the URL used to run
# a form. For example, to use the sepwin configuration, your could issue
# a URL like "http://myhost.mydomain.com/servlet/f90servlet?config=sepwin".
[sepwin]
separateFrame=True
lookandfeel=Generic
# Example Named Configuration Section
# Example 2: configuration affecting users of MicroSoft Internet Explorer 5.x.
# Forms applet will run under the browser's native JVM rather than using Oracle JInitiator.
[ienative]
IE=native
# Example Named Configuration Section
# Example 3: configuration forcing use of the Java Plugin in all cases (even if
# the client browser is on Windows)
[jpi]
baseHTMLie=basejpi.htm
baseHTML=base.htm
# Example Named Configuration Section
# Example 4: configuration running the Forms ListenerServlet in debug mode
# (debug messages will be written to the servlet engine's log file).
[debug]
serverURL=/forms90/l90servlet/debug
[webutil]
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=F:\frm10\forms90\server\webutiljini.htm
baseHTMLjpi=F:\frm10\forms90\server\webutiljpi.htm
baseHTML=F:\frm10\forms90\server\webutilbase.htm
archive_jini=F:\frm10\forms90\java\f90all_jinit.jar
WebUtilArchive=F:\frm10\forms90\java\frmwebutil.jar,F:\frm10\forms90\java\jacob.jar,F:\frm10\forms90\java\f90all.jar
archive_jini=f90all_jinit.jar
archive=f90all.jar,frmwebutil.jar
lookAndFeel=oracle
envFile=F:\frm10\forms90\server\webutil.env
if there is error in these configured files or there are any other files not configured
in this folder , please tell me?
2-F:\frm10\forms90\java this path contail these files:
(clientfile.jar,f90all.cab,f90all.jar,f90all_jinit.jar,f90generic_laf.jar,f90jdapi.jar,
f90main.jar,f90oracle_laf.jar,f90resources.jar,f90upgrade.jar,f90xlate.jar,
f90xmltools.jar,forms.jar,frmwebutil.jar,jacob.jar)
3-F:\frm10\forms90 this path contain webutil folder and other files:
(webutil folder) which contain:
(d2kwut60.dll,JNIsharedstubs.dll,sign_webutil.bat,sign_webutil.sh,jacob.dll)
(Other Files)
(webutil.olb,webutil.plx,webutil.pll,jacob.dll)
Note:
I can't compile webutil.pll to webutil.plx because Oracle Developer can't do this
task ,So I am only change extention of webutil.pll to webutil.plx
4-F:\frm10\j2ee\DevSuite\application-deployments\forms\forms90web path contain this file:
(orion-web.xml)
-----configured file------
<?xml version="1.0"?>
<!DOCTYPE orion-web-app PUBLIC "-//ORACLE//DTD OC4J Web Application 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-web-9_04.dtd">
<orion-web-app
     deployment-version="9.0.4.0.0"
     jsp-cache-directory="./persistence"
     temporary-directory="./temp"
     servlet-webdir="/servlet/"
>
     <context-param-mapping name="configFileName">F:\frm10/forms90/server/formsweb.cfg</context-param-mapping>
     <virtual-directory virtual-path="/html" real-path="F:\frm10/tools/web90/html" />
     <virtual-directory virtual-path="/java" real-path="F:\frm10/forms90/java" />
     <virtual-directory virtual-path="/jinitiator" real-path="F:\frm10/jinit" />
<virtual-directory virtual-path="/webutil" real-path="F:\frm10\forms90\webutil" />
     <session-tracking cookies="disabled" />
     <!-- Uncomment this element to control web application class loader behavior.
          <web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="true" />
     -->
</orion-web-app>
Note:
I use jacob_18 and webutil_106 version.
I wait for your advice.
Thx.

if you can't compile the webutil.pll in your forms developer you need to set the forms_builder_classpath in you windows registry. You have to add the frmwebutil.jar,jacob.jar to the registry key. The configuration files you mention are for running the forms.

Similar Messages

  • I have just added sound fonts in my library bank, but everytime i try to load a sound tru DLS my logic crashes... Plz help.

    I have just added sound fonts in my library bank, but everytime i try to load a sound tru DLS my logic crashes... Plz help.
    cassykeys

    Have you tried importing them into the EXS 24 ? Assuming the process is the same if you're on Logic X, its just a matter of putting the soundfont files into the ~/Library/Application Support/Logic/Sampler Instruments folder and the EXS converts them when you try to load them - its explained properly in the Software Instruments manual (EXS24 section), but its very quick and  easy. It might provide a decent alternative.

  • Plz help ! how do i restore songs from another itunes library?

    Okay, yesterday i charged my ipod in my mac laptop and this morning my brother pulled it out. then my ipod would turn on and the wire icon just kept appearing on the screen of my ipod. once i put it in my laptop my ipod froze and the only way any songs or any information would appear on it is if i synced it to my laptop itunes library . The problem with this is all my songs were from my cousins itunes library and they all got erased . I tried restoring it but they wont come back. I want my songs from my cousins ipod back on my ipod because it was over 400 songs. I now only have 60 songs. PLZ HELP GET THEM BACK ! im not very educated in this stuff so please provide step by step plans thnx

    If the missing songs are neither on the laptop or the iPod they are gone.  You can only sync an iPod to one iTunes library.  If you then sync it to another iTunes library the iPod will be erased and it contents replaced with what is in the other iTunes library.  However, one can manage music amont multible computers/libraries.  See:
    Using iPhone, iPad, or iPod with multiple computers

  • Plz help me to correct unsatisfiedlinkerror - on loading a library file

    Dear friends,
    I have to load a .dll file through System.loadLibrary() method. Dll file is stored in c:\<appname>\lib\sample.dll in server machine.when a client calls this java prgm,dll has to be loaded to client machine.JVM searches the dll file only in the directories which are specified in PATH env variable.
    Before calling System.loadLibray("libraryname"),I include my library path to PATH variable by the following way
    Process p=Runtime.getRuntime.exec("command.com /c set PATH=" + "\\\\<servername>\\c\\<appname>\\lib" + "%PATH%;") ;
    System.loadLibrary("libname");
    Unsatisfiedlinkerror no <libraryname> was found in java.library.path
    I also try to include my library path in java.library.path through System.setProperty() method. But the same error is arrised.
    The dll file is loaded only when, I include my library path in autoexec.bat file. But this is not the correct way.I have to set my library path through java program only. (os -Windows 98 in Both server and client)
    Plz help to solve this plm.

    Instead of setting path thru command come set path vis System.getProperty("path") then add ur path in return value. Set modified path again as System.setProperty("path", value). Try this solution.

  • The iPhone "Nanou" cannot be synced because there is not enough free space to hold all of the items in the iTunes library (additional 3.30 GB required). I have been receiving this msg every time i wanna back up my iPhone 5 to my macbook pro. plz help

    The iPhone “Nanou” cannot be synced because there is not enough free space to hold all of the items in the iTunes library (additional 3.30 GB required). I have been receiving this msg every time i wanna back up my iPhone 5 to my macbook pro. plz help

    I'd like an answer to this one too. I need to backup my iphone5 and am getting the same message. My old laptop is pretty full. Isn't there a way to choose an external hard drive to back up to? If there is, I don't see it.

  • I have an iPod touch 4g. Has all recent up dates but it will not me sync music from my library too my iPod icon at the top of the page.. Plz help

    I have an iPod touch 4g. Has all recent up dates but it will not me sync music from my library too my iPod icon at the top of the page.. Plz help
    this also happen with my iPhone 4.. I've used the same laptop for both and same iTunes account x

    What exactly happens when you try to sync?
    Does iTunes see the iPod?
    Was the iPod previous synced to another iTunes library/computer?
    Have you successfully synced from this iTunes library/computer before?
    If so have you done anything like update iTunes on the computer since it last successfully synced?
    Do the songs play in iTunes?          
    Does any media now sync to the iPod?
    Do you have the right boxes checked to sync?
    iTunes: Syncing media content to iOS devices and iPod       
    Try syncing using the manual method                
    Managing content manually on iPhone, iPad, and iPod

  • Very Critical....Barcode Configuration..Plz Help....

    Hi SAP Gurus....
    Could you all plz help me to map in SAP..MM..Its very critical need to provide solution to my client ASAP
    1.     Client procures two types of products from ABC Dubai namely, A and B products.
    2.     The products under warranty are being tracked using Barcodes.
    The barcodes are generated at the client place with the Purchase Order and sent to the Vendor by Post or through E-mail.
    3.     Barcodes have to be printed in the case of Post, or converted into .PRN file in the case of an E-mail
    4.     These barcodes are then pasted on the products as required and shipped back to the Client.
    5.     Barcode used currently is EAN 14, code 128.
    6.     Client has different Handling Units (HU), like Outer, Inners (smaller carton inside Master carton), and items inside Inner carton. All the three HU has different barcode series. Inners have Master carton number of Pieces have respective Inner carton numbers.
    7.     At the time of GR, Masters are scanned, and details up to pieces are collected into system automatically.
    8.     All goods movement happens then with barcodes.
    Could you all plz tell me how to create the below details....respective of above requirements....
    u2022     Question - -
          How to Create Barcodes
    Edited by: shrii on May 22, 2009 9:31 AM

    Map the procurement with inbound delivery so that handling units will be captured and barcodes can be sent to the vendor with the help of data from inbound delivery. For barcode printing, follow: http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Hope, this will help you.
    Regards,
    Sudhir Dahake

  • Configure XI adapter for abap proxy scenario- plz help

    Hi,
    Pleas help me in configureing the XI adpater in abap server proxy scenario, answer the one in bold in below
    Scenario is asynchronous
    Http -> XI ->R/3(abap server proxy)
    sender: Through http client
    receiver is abap server proxy
    Repository objects:
    Sender: sender_DT, sender_MT, sender_MI(outbound asynchronous)
    Receiver: receiver_MI
    Interface mapping: source=sender_MI, receiver_MI.
    <u>Proxy generated on R/3 client 550 for receiver_MI.</u>
    this proxy internally calls an RFC which inturn updates a table.
    Configuartion objects:
    Sender: business service, no comm channel since http sender.
    receiver: R/3 business system
    Comm channel: receiver_cc type of XI.
    transport protocol: http
    message protocol : XI 3.0, since both XI and R/3 on webas 6.4
    <b>addressing type: URL
    target host: ??? where can I find this
    service number: ?? where can I find this
    path: /sap/xi/engine?type=entry</b> i guess the path is correct for XI 3.0
    <u>My system details: XI - client 400, R/3 client  550.</u>
    Authentiction data:
    <b>user name: this user suppossed to be from R/3 or XI?,</b>
    passwrod; proper password
    <b>logon client: the client supposed to be of R/3 or XI?</b>
    Recevr determinaion, interface determination and recevr agrrement looks fine.
    Please reply , your help is appreciated.
    Thanks
    KK

    Hi,
    <i>>>>target host: ??? where can I find this</i>
    Your R/3 host number you can find System->Status
    <i>>>>service number: ?? where can I find this</i>
    You can find in SMICM in services
    <i>>>>user name: this user suppossed to be from R/3 or XI?,
    passwrod; proper password
    logon client: the client supposed to be of R/3 or XI?</i>
    R/3 logon details.
    Thanks,
    Prakash

  • How i can Configure Online printing ( Ex : BPCL Gas Billing ? ) Plz Help Me.

    I am Working in BPCL Gas
    I am able print in Internet Explore
    But ii is very Slow
    i Need to print in Firefox
    Plz Help Me
    Thank U.

    u can use addon for it. Search for Print Edit 11.1 over addons.org

  • Hi basis gurus, plz help me i have problem in loading the solman 4.0 sr3

    hi basis gurus, plz help me i have problem in loading the solution manager 4.0 sr3 on mssql 2005 with sp2,
    i am enclosing the error log.
    plz help me.
    INFO 2007-12-15 04:52:47.203
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/inifile.2.xml'.
    INFO 2007-12-15 04:52:47.234
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/inifile.3.xml'.
    INFO 2007-12-15 04:52:47.671
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/keydb.2.xml'.
    INFO 2007-12-15 04:52:47.671
    Execute step changeUserInstall of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:04.531
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\change.log.
    INFO 2007-12-15 04:53:04.546
    Output of change user /install is written to the logfile change.log.
    WARNING 2007-12-15 04:53:04.562
    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 2007-12-15 04:53:04.625
    Execute step chgautInstdirPublicAllOS4 of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:04.718
    Execute step replaceDLLs of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:04.843
    File not found: [C:/DOCUME1/ADMINI1/LOCALS~1/Temp/1/sapinst_exe.3432.1197711967/msvcp71.dll].
    INFO 2007-12-15 04:53:04.859
    File not found: [C:/DOCUME1/ADMINI1/LOCALS~1/Temp/1/sapinst_exe.3432.1197711967/msvcr71.dll].
    INFO 2007-12-15 04:53:04.921
    Execute step registerEventsDll of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:05.125
    Execute step AddPrivileges of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:05.343
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'SOLMAN\Administrator' on host '.'.
    INFO 2007-12-15 04:53:05.406
    Execute step checkInstDirPermissions of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:05.562
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\testfile.1.
    INFO 2007-12-15 04:53:05.562
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\testfile.1.
    INFO 2007-12-15 04:53:05.828
    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|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2007-12-15 04:53:24.640
    Execute step sync of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2007-12-15 04:53:24.859
    Execute step adminCheck of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2007-12-15 04:53:25.62
    Execute step W2KSPCheck of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2007-12-15 04:53:25.234
    Execute step XPSPCheck of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2007-12-15 04:53:25.421
    Execute step DNSCheck of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:25.546
    DNS is configured correctly.
    INFO 2007-12-15 04:53:25.609
    Execute step done of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:25.796
    Execute step checkParams of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:25.984
    Execute step fillContextForSoftwareFeatures of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:26.171
    Execute step loadUsageTypes of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Init|ind|ind|ind|ind|2|0.
    INFO 2007-12-15 04:53:28.62
    Execute step fillContextUsageTypes of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0.
    INFO 2007-12-15 04:53:28.265
    Execute step setAllPossible of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:28.859
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/usages_data.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/usages_data.1.xml'.
    INFO 2007-12-15 04:53:28.890
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/usages_data.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/usages_data.2.xml'.
    INFO 2007-12-15 04:53:28.921
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jexclude.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jexclude.1.xml'.
    INFO 2007-12-15 04:53:28.921
    Execute step determineScenarioParameters of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:29.140
    Execute step prepareUsagesTableForUserInputXml of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:29.640
    Execute step determinePossibleUsageTypesXml of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:30.468
    Execute step prepareUsagesTableForUserInputDB of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:30.578
    Execute step setDefaultsGuiValues of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:30.687
    Execute step setDefaultsStackDetermined of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:30.781
    Execute step chooseMandatory of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:31.296
    Execute step makeABAPPartsImpossible of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:31.390
    Execute step setDependencyRestrictions of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:32.0
    Execute step prepareScenario of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:53:32.468
    Execute step fillUsagesTable of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:53:33.515
    Execute step selectUsages of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:53:33.640
    Execute step selectUsagesNetWeaver of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:53:33.765
    Execute step determineStack of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:34.234
    Execute step determineCharSet of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:34.890
    Execute step fillContext2 of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:35.93
    Execute step startDefaultMode of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2007-12-15 04:53:35.390
    Execute step fillContext of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:53:35.640
    Execute step setDefaults of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:53:36.31
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 04:53:35 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client 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\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    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_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    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/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    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_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    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=pentium i486 i386
    INFO 2007-12-15 04:53:36.312
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2007-12-15 04:53:36.312
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_12 with JDK version 1.4.2_12.
    INFO 2007-12-15 04:55:54.593
    Copied file 'D:/D51032958/J2EE_OSINDEP/JDKVersion.xml' to '.'.
    INFO 2007-12-15 04:55:54.781
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2007-12-15 04:55:54.781
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_12 with JDK version 1.4.2_12.
    INFO 2007-12-15 04:55:54.953
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2007-12-15 04:55:55.62
    Execute step getCD of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:55:55.281
    Execute step verifyJavaHome of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:55:55.593
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 04:55:55 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client 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\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    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_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    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/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    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_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    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=pentium i486 i386
    INFO 2007-12-15 04:55:55.968
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 04:55:55 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client 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\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    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_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    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/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    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_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    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=pentium i486 i386
    INFO 2007-12-15 04:55:56.187
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/3/sapinst_exe.2320.1197712344/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2007-12-15 04:55:56.390
    Execute step verifyPolicy of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|1|0.
    INFO 2007-12-15 04:55:56.531
    Creating directory C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck.
    INFO 2007-12-15 04:55:56.546
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jdkPolicyCheck.
    INFO 2007-12-15 04:55:56.562
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 04:55:56.562
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\local_policy.log.
    INFO 2007-12-15 04:55:56.578
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2007-12-15 04:55:56.875
    Output of C:\j2sdk1.4.2_12\bin\jar.exe xvf C:/j2sdk1.4.2_12/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 2007-12-15 04:55:56.890
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jdkPolicyCheck.
    INFO 2007-12-15 04:55:56.890
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 04:55:56.906
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\US_export_policy.log.
    INFO 2007-12-15 04:55:56.906
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile US_export_policy.log.
    INFO 2007-12-15 04:55:57.62
    Output of C:\j2sdk1.4.2_12\bin\jar.exe xvf C:/j2sdk1.4.2_12/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 2007-12-15 04:55:57.78
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck\default_local.policy.
    INFO 2007-12-15 04:55:57.78
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck\default_US_export.policy.
    INFO 2007-12-15 04:55:57.78
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck\exempt_local.policy.
    INFO 2007-12-15 04:55:57.78
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck\META-INF\JCE_RSA.RSA.
    INFO 2007-12-15 04:55:57.78
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck\META-INF\JCE_RSA.SF.
    INFO 2007-12-15 04:55:57.78
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jdkPolicyCheck\META-INF\MANIFEST.MF.
    INFO 2007-12-15 04:55:57.78
    Removing directory C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jdkPolicyCheck/META-INF.
    INFO 2007-12-15 04:55:57.78
    Removing directory C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jdkPolicyCheck.
    INFO 2007-12-15 04:55:57.343
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 04:55:57 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client 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\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    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_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    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/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    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_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    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=pentium i486 i386
    INFO 2007-12-15 04:55:57.625
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 04:55:57 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client 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\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    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_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    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/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    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_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    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=pentium i486 i386
    INFO 2007-12-15 05:06:19.171
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:06:19.187
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\LABEL.log.
    INFO 2007-12-15 05:06:19.187
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile LABEL.log.
    INFO 2007-12-15 05:06:21.718
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf D:\D51032958\J2EE_OSINDEP\UT_SOLMAN\LABEL.ASC:
    INFO 2007-12-15 05:21:25.93
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:21:25.93
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\unrestrict142.log.
    INFO 2007-12-15 05:21:25.109
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile unrestrict142.log.
    INFO 2007-12-15 05:21:27.734
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf D:\unrestrict142.zip:
    US_export_policy.jar
    local_policy.jar
    INFO 2007-12-15 05:21:27.750
    Creating directory C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jcePolicyCheck.
    INFO 2007-12-15 05:21:27.765
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:21:27.765
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:21:27.781
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\unrestrict142.log.
    INFO 2007-12-15 05:21:27.781
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile unrestrict142.log.
    INFO 2007-12-15 05:21:27.937
    Output of C:\j2sdk1.4.2_12\bin\jar.exe xvf D:\unrestrict142.zip local_policy.jar:
    extracted: local_policy.jar
    INFO 2007-12-15 05:21:27.953
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:21:27.953
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:21:27.968
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\local_policy.log.
    INFO 2007-12-15 05:21:27.968
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2007-12-15 05:21:28.125
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf C:/PROGRA1/SAPINS1/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck/local_policy.jar:
    META-INF/MANIFEST.MF
    META-INF/IBMFW2.SF
    META-INF/IBMFW2.DSA
    META-INF/
    default_local.policy
    INFO 2007-12-15 05:21:28.125
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:21:28.125
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:21:28.156
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\local_policy.log.
    INFO 2007-12-15 05:21:28.156
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2007-12-15 05:21:28.312
    Output of C:\j2sdk1.4.2_12\bin\jar.exe xvf C:/PROGRA1/SAPINS1/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck/local_policy.jar META-INF/MANIFEST.MF:
    extracted: META-INF/MANIFEST.MF
    INFO 2007-12-15 05:21:28.546
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 05:21:28 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client 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\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    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_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    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/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    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_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    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=pentium i486 i386
    INFO 2007-12-15 05:26:40.343
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:26:40.343
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jce_policy-1_5_0.log.
    INFO 2007-12-15 05:26:40.343
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile jce_policy-1_5_0.log.
    INFO 2007-12-15 05:26:41.953
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf D:\jce_policy-1_5_0.zip:
    jce/
    jce/COPYRIGHT.html
    jce/README.txt
    jce/US_export_policy.jar
    jce/local_policy.jar
    INFO 2007-12-15 05:26:41.953
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jcePolicyCheck\local_policy.jar.
    INFO 2007-12-15 05:26:41.968
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jcePolicyCheck\META-INF\MANIFEST.MF.
    INFO 2007-12-15 05:26:41.968
    Removing directory C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck/META-INF.
    INFO 2007-12-15 05:26:41.968
    Removing directory C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:26:41.968
    Creating directory C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jcePolicyCheck.
    INFO 2007-12-15 05:26:41.984
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:26:41.984
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:26:42.0
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jce_policy-1_5_0.log.
    INFO 2007-12-15 05:26:42.15
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile jce_policy-1_5_0.log.
    INFO 2007-12-15 05:26:42.171
    Output of C:\j2sdk1.4.2_12\bin\jar.exe xvf D:\jce_policy-1_5_0.zip jce/local_policy.jar:
    extracted: jce/local_policy.jar
    INFO 2007-12-15 05:26:42.187
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:26:42.187
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:26:42.203
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\local_policy.log.
    INFO 2007-12-15 05:26:42.203
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2007-12-15 05:26:42.359
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf C:/PROGRA1/SAPINS1/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck/jce/local_policy.jar:
    META-INF/MANIFEST.MF
    META-INF/JCE_RSA.SF
    META-INF/JCE_RSA.RSA
    META-INF/
    default_local.policy
    INFO 2007-12-15 05:26:42.359
    Working directory changed to C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck.
    INFO 2007-12-15 05:26:42.359
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:26:42.390
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\local_policy.log.
    INFO 2007-12-15 05:26:42.390
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2007-12-15 05:26:42.562
    Output of C:\j2sdk1.4.2_12\bin\jar.exe xvf C:/PROGRA1/SAPINS1/SOLMAN/SYSTEM/MSS/CENTRAL/AS/jcePolicyCheck/jce/local_policy.jar META-INF/MANIFEST.MF:
    extracted: META-INF/MANIFEST.MF
    INFO 2007-12-15 05:26:42.796
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 05:26:42 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client 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\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    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_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    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/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    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_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    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=pentium i486 i386
    INFO 2007-12-15 05:26:43.93
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Sat Dec 15 05:26:42 EST 2007
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_12
    jre
    bin
    java.vm.version=1.4.2_12-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client 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\:
    PROGRA1
    SAPINS1
    SOLMAN
    SYSTEM
    MSS
    CENTRAL
    AS
    java.runtime.version=1.4.2_12-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    3
    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_12
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_12
    bin;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    DTS
    Binn
    ;C\:
    Program Files
    Microsoft SQL Server
    90
    Tools
    Binn
    VSShell
    Common7
    IDE
    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/3/sapinst_exe.2320.1197712344/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_12
    jre
    sun.arch.data.model=32
    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_12
    java.ext.dirs=C\:
    j2sdk1.4.2_12
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_12
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_12
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_12
    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=pentium i486 i386
    INFO 2007-12-15 05:28:26.93
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:28:26.109
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jce.log.
    INFO 2007-12-15 05:28:26.109
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile jce.log.
    INFO 2007-12-15 05:28:29.156
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf C:\j2sdk1.4.2_12\jre\lib\jce.jar:
    META-INF/MANIFEST.MF
    META-INF/JCE_RSA.SF
    META-INF/JCE_RSA.RSA
    META-INF/
    javax/
    javax/crypto/
    javax/crypto/interfaces/
    javax/crypto/interfaces/DHKey.class
    javax/crypto/interfaces/DHPublicKey.class
    javax/crypto/interfaces/DHPrivateKey.class
    javax/crypto/interfaces/PBEKey.class
    javax/crypto/SecretKey.class
    javax/crypto/spec/
    javax/crypto/spec/RC2ParameterSpec.class
    javax/crypto/spec/RC5ParameterSpec.class
    javax/crypto/spec/PBEParameterSpec.class
    javax/crypto/spec/IvParameterSpec.class
    javax/crypto/spec/DESKeySpec.class
    javax/crypto/spec/DESedeKeySpec.class
    javax/crypto/spec/DHGenParameterSpec.class
    javax/crypto/spec/DHParameterSpec.class
    javax/crypto/spec/DHPrivateKeySpec.class
    javax/crypto/spec/DHPublicKeySpec.class
    javax/crypto/spec/PBEKeySpec.class
    javax/crypto/spec/SecretKeySpec.class
    javax/crypto/Cipher.class
    javax/crypto/CipherSpi.class
    javax/crypto/SunJCE_b.class
    javax/crypto/SunJCE_c.class
    javax/crypto/SunJCE_d.class
    javax/crypto/SunJCE_e.class
    javax/crypto/SunJCE_f.class
    javax/crypto/SunJCE_g.class
    javax/crypto/SunJCE_h.class
    javax/crypto/SunJCE_i.class
    javax/crypto/SunJCE_j.class
    javax/crypto/SunJCE_k.class
    javax/crypto/SunJCE_l.class
    javax/crypto/SunJCE_m.class
    javax/crypto/SunJCE_n.class
    javax/crypto/ExemptionMechanism.class
    javax/crypto/SunJCE_o.class
    javax/crypto/SunJCE_p.class
    javax/crypto/CipherInputStream.class
    javax/crypto/CipherOutputStream.class
    javax/crypto/KeyAgreement.class
    javax/crypto/KeyAgreementSpi.class
    javax/crypto/KeyGenerator.class
    javax/crypto/KeyGeneratorSpi.class
    javax/crypto/Mac.class
    javax/crypto/MacSpi.class
    javax/crypto/ShortBufferException.class
    javax/crypto/SecretKeyFactory.class
    javax/crypto/SecretKeyFactorySpi.class
    javax/crypto/NullCipherSpi.class
    javax/crypto/EncryptedPrivateKeyInfo.class
    javax/crypto/ExemptionMechanismSpi.class
    javax/crypto/ExemptionMechanismException.class
    javax/crypto/SealedObject.class
    javax/crypto/SunJCE_q.class
    javax/crypto/NullCipher.class
    javax/crypto/BadPaddingException.class
    javax/crypto/IllegalBlockSizeException.class
    javax/crypto/NoSuchPaddingException.class
    javax/crypto/SunJCE_r.class
    javax/crypto/SunJCE_s.class
    javax/crypto/SunJCE_t.class
    javax/crypto/SunJCE_u.class
    INFO 2007-12-15 05:36:57.406
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 05:36:57.421
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jce.log.
    INFO 2007-12-15 05:36:57.437
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile jce.log.
    INFO 2007-12-15 05:37:00.234
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf C:\j2sdk1.4.2_12\jre\lib\jce.jar:
    META-INF/MANIFEST.MF
    META-INF/JCE_RSA.SF
    META-INF/JCE_RSA.RSA
    META-INF/
    javax/
    javax/crypto/
    javax/crypto/interfaces/
    javax/crypto/interfaces/DHKey.class
    javax/crypto/interfaces/DHPublicKey.class
    javax/crypto/interfaces/DHPrivateKey.class
    javax/crypto/interfaces/PBEKey.class
    javax/crypto/SecretKey.class
    javax/crypto/spec/
    javax/crypto/spec/RC2ParameterSpec.class
    javax/crypto/spec/RC5ParameterSpec.class
    javax/crypto/spec/PBEParameterSpec.class
    javax/crypto/spec/IvParameterSpec.class
    javax/crypto/spec/DESKeySpec.class
    javax/crypto/spec/DESedeKeySpec.class
    javax/crypto/spec/DHGenParameterSpec.class
    javax/crypto/spec/DHParameterSpec.class
    javax/crypto/spec/DHPrivateKeySpec.class
    javax/crypto/spec/DHPublicKeySpec.class
    javax/crypto/spec/PBEKeySpec.class
    javax/crypto/spec/SecretKeySpec.class
    javax/crypto/Cipher.class
    javax/crypto/CipherSpi.class
    javax/crypto/SunJCE_b.class
    javax/crypto/SunJCE_c.class
    javax/crypto/SunJCE_d.class
    javax/crypto/SunJCE_e.class
    javax/crypto/SunJCE_f.class
    javax/crypto/SunJCE_g.class
    javax/crypto/SunJCE_h.class
    javax/crypto/SunJCE_i.class
    javax/crypto/SunJCE_j.class
    javax/crypto/SunJCE_k.class
    javax/crypto/SunJCE_l.class
    javax/crypto/SunJCE_m.class
    javax/crypto/SunJCE_n.class
    javax/crypto/ExemptionMechanism.class
    javax/crypto/SunJCE_o.class
    javax/crypto/SunJCE_p.class
    javax/crypto/CipherInputStream.class
    javax/crypto/CipherOutputStream.class
    javax/crypto/KeyAgreement.class
    javax/crypto/KeyAgreementSpi.class
    javax/crypto/KeyGenerator.class
    javax/crypto/KeyGeneratorSpi.class
    javax/crypto/Mac.class
    javax/crypto/MacSpi.class
    javax/crypto/ShortBufferException.class
    javax/crypto/SecretKeyFactory.class
    javax/crypto/SecretKeyFactorySpi.class
    javax/crypto/NullCipherSpi.class
    javax/crypto/EncryptedPrivateKeyInfo.class
    javax/crypto/ExemptionMechanismSpi.class
    javax/crypto/ExemptionMechanismException.class
    javax/crypto/SealedObject.class
    javax/crypto/SunJCE_q.class
    javax/crypto/NullCipher.class
    javax/crypto/BadPaddingException.class
    javax/crypto/IllegalBlockSizeException.class
    javax/crypto/NoSuchPaddingException.class
    javax/crypto/SunJCE_r.class
    javax/crypto/SunJCE_s.class
    javax/crypto/SunJCE_t.class
    javax/crypto/SunJCE_u.class
    INFO 2007-12-15 06:43:51.609
    Working directory changed to C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-12-15 06:43:51.609
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jce_policy-1_4_2.log.
    INFO 2007-12-15 06:43:51.625
    Output of C:\j2sdk1.4.2_12\bin\jar.exe is written to the logfile jce_policy-1_4_2.log.
    INFO 2007-12-15 06:43:52.984
    Output of C:\j2sdk1.4.2_12\bin\jar.exe tf D:\jce_policy-1_4_2.zip:
    jce/
    jce/local_policy.jar
    jce/US_export_policy.jar
    jce/README.txt
    jce/COPYRIGHT.html
    INFO 2007-12-15 06:43:52.984
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\jcePolicyCheck\jce\local_policy.jar.

    Moving this thread to "basis" forum (sorry, I cannot move to SolMan forum).

  • I restored my Macbook Pro and now I can't log in as Admin - it says there is an error with FileVault and I don't have access - plz help!  thank you.

    I had to restore my Macbook Pro from Time Capsule yesterday and now when I go to log in as my usual Admin, it says there is a FileVault error and my access is denied.  I created another temporary Admin acct, but everything I had on my desktop, etc is "gone"  I can look up the "drive' or wahtever it's called, but I can't access any of it.  All I want to do is log back in as my usual self (the regular Admin) - plz help!  Thanks.   p.s. I"m (obviously) not that computer savvy!

    Triple-click the line below to select it:
    /System/Library/CoreServices/Directory Utility.app
    Rght-click or control-click the highlighted text and select
    Services ▹ Open
    from the contextual menu.* The application Directory Utility will open.
    In the Directory Utility window, click the lock icon and authenticate. Select the Directory Editor tool in the toolbar. Select Users from the Viewing menu in the toolbar, if not already selected. Select the affected user account in the list. On the right is a list of properties and values. Select the property "HomeDirectory" and delete it by clicking the minus-sign icon directly below the property list. There are two such icons in the window. You want the one on the right, not the one on the left.
    CAUTION: Do not click the minus-sign icon on the left, below the user list.
    Then click the Save button in the lower right corner of the window. Quit Directory Utility.
    CAUTION: There is no "undo" in Directory Utility. If you make a mistake and delete something in the Directory Editor that should not have been deleted, restore your whole system from a backup and start over. I have no other help to offer in that case.
    Try again to log in as the affected user. If you can log in, you should find a file in the home folder with the name of the user and the filename extension "sparseimage" or "sparsebundle". Double-click that file. A disk image should open. Copy your files from that disk image to restore them.
    I strongly suggest that you deactivate legacy FileVault in the Security & Privacy preference pane, then log out and log back in. Consider activating FileVault 2 if you want that kind of security.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

  • How can  I access my java class file in a .jar file ...PLz Help anyone!!

    Hi Folks,
    I am new in Java programming, have a .jar file that contains .java files that I want no access and use from another .java file. These files in the .jar file basically form a library thus have no main-method. However I can not declare an instance of the library (in the .jar file) and use it within my program.
    Plz help ...I have tried all I know in vain.
    Thanks.

    temba wrote:
    Hi Folks,
    I am new in Java programming, have a .jar file that contains .java files that I want no access and use from another .java file. These files in the .jar file basically form a library thus have no main-method. However I can not declare an instance of the library (in the .jar file) and use it within my program. You are making little sense. You can't instantiate .java files.
    Plz help ...I have tried all I know in vain.
    Thanks.Could you post WHAT you have tried and also post what error messages you received?

  • Hi, I have moved to India from france and I am trying to update my payment options to the Indian visa card but it seems that no matter what I do I cant do it. I dont want to create a new ID..Plz Help!!!Just want to change my location and my payment detail

    Hi, I have moved to India from france and I am trying to update my payment options to the Indian visa card but it seems that no matter what I do I cant do it. I dont want to create a new ID..Plz Help!!!Just want to change my location and my payment details!! thanks in advance!!

    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    Note if you have iOS devices and haven't moved your contacts and calendar items across then you should create one dummy entry of each in your new profile and iTunes should  merge the existing data from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library or a backup then then seeRecover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data.
    tt2

  • Jaxrpc compilation exception(plz Help very Urgent Plz)

    Hello there....
    while deploying a simple webservice using deploytool i m getting this error while the application that is being deployed is not even using ejbs....
    i m trying to compile the example given on the forum by Qusay H. Mahmoud, so plz help me to get out from this......
    Thank u ....alll
    distribute: C:\Sun\AppServer\apps\Add.war
    deployment started : 0%
    Deploying application in domain failed; Error while running ejbc -- Fatal Error from EJB Compiler -- jaxrpc compilation exception
    ; requested operation cannot be completed
    !!! Operation Failed !!!
    !!! With The Following Failure Messages !!!
    Deploying application in domain failed; Error while running ejbc -- Fatal Error from EJB Compiler -- jaxrpc compilation exception
    ; requested operation cannot be completed
    Error while running ejbc -- Fatal Error from EJB Compiler -- jaxrpc compilation exception
    [Completed (time=24.0sec, status=13)]
    **********************************************************************

    I had a similar problem with Sun App Server.If you can check the domain/log/Server.log.It explains a valid endpoint address is missing in the deployment.To do this open the deployment tool and click the Implementation class in the tree(Bean Shaped).
    You can see a endpoint tab within which you need to configure the Endpoint address.
    The deployment went fine after this.
    Good Luck !!!

  • My iPod cannot be updated! Plz help!

    I'm using a 30-GB iPod with Video, bought May 06 in Japan. It can't be updated for 1 month so far. I still can update songs into my iTunes properly, while songs in iTunes can't get into my iPod. I've tried to reset iTunes and iPods in my PCs for several times, but the problem can't be solved. Error message is "The iPod cannot be updated. The file or directory is corrupted and unreadable". Can anyone show me how to settle the problem? Thank you guys. Van Anh
    iPod 30 GB with video   Windows XP  
      Windows XP  
      Windows XP  

    Oh, I don't think my iPod's being not updatable due to iTunes 7.0 on Windows XP. The error message "Your iPod cannot be updated. The file or directory is corrupted and unreadable" also appears with my at-home PC which runs original iTunes 6.1 (the Apple running disk went with my iPod). I've come to realize that Folder "Photos" in the iPod may be the reason? I deleted pictures in it once, and since then, I can't add new photos, together with new songs from my iTunes library into iPod. When I double-click the Photos folder, the message "The file or directory is corrupted and unreadable" also appears. How can I fix it? I've reset my iPod but failed to fix the problem. Don't anyone of you meet the same matter? Plz help! Thank you guys.

Maybe you are looking for

  • Third Party STO - GI as statistical

    Hi Guys, I have a requirement where process is a third party process and i want the GI part as statistical . is there any configuration where i can maintain the GI as statistical . the below entities are involved 1. DC 2. Vendor 3. Store 1. Creating

  • Sky HD box keeps losing signal but is fixed with a power cycle

    Hi all, I'm having issues with my Sky HD box. Every day  (recently), I'm having to powercycle the box to get a signal.After the power recovery the signal is fine, so I think the dish is fine. It's seems the the box is losing signal while it's on stan

  • Removing vocals with wavepad

    Hello everyone! I had downloaded Wavepad to remove vocals from songs, I had already removed vocals once but I forgot how to do it again WITHOUT USING "EFFECTS>SPECIAL EFFECTS>REDUCE VOCALS". I remember I learnt from a video on YouTube but I do not fi

  • ERPI SAP - FDM Customiza

    Is It possible to use the ERPI SAP to access tables customized the module SAP FI /CO?

  • Reg: Access

    Hello All, In one environment, I have two networks: private and public. I have one machine with two network interfaces (above one) running databases 9.0.1.0 and 8.1.7.4. If I want that the 8.1.7.4 database should be accessible only by the users worki