WebUtil.tar file

Please, anybody know where I can download the webutil.tar file for install WebUtil in Linux?.
The install version from WebUtil.zip dont work properly in Linux.
Thanks in advanced.
Regards.

If it fails you didn't obvioulsy do all right.
1. Install JInitiator on your Windows machine
2. Unzip the webutil.zip
3. Copy the two jar-files from your Linux server into the webutil\lib-directory on your Windows machine
4. Edit signer.properties
5. makecert.bat
6. sign d:\<path>\webutil\lib\webutil.jar
6. sign d:\<path>\webutil\lib\jacob.jar
6. Copy the two jar-files and the two certificates back to your Linux server
My signer.properties file:
#Properties file for signer.bat & makecert.bat
#Defines the overall settings for Signing PJC jars
#Lines prefixed with # are ignored
#Directory Settings - ** change these to suit your system **
#do not include trailing "\"
JDK_HOME=D:\oracle\Oracle10gDS\jdk
JINIT_HOME=C:\Program Files\Oracle\JInitiator 1.3.1.17
#Certificate settings:
# These are used to generate the initial signing certificate
# Change them to suite your organisation
DN_CN=Product Management
DN_OU=Development Tools
DN_O=Oracle
DN_C=US
JAR_KEY=webutil
JAR_KEY_PASSWORD=webutilAlso, did you check the "Known Issues" at the end of the readme.html?
Regards,
Martin

Similar Messages

  • LMS 3.2 - Backup-Error -- ERROR(908): Cannot create or back up tar file

    Hello again,
    with performing backup (LMS 3.2 on Solaris 9) the following errors will arise.
    dbbackup.log
    /opt/CSCOpx/bin/tar: Removing leading `/' from absolute path names in the archive Apps file : /opt/CSCOpx/backup/manifest/upm/upminfo/datafiles.txt
    [Tue Dec  8 08:56:54 2009] Archiving the contents of the following directories into /enbw/backup/files/cw_db_backup/0/upm/filebackup.tar
    [Tue Dec  8 08:56:54 2009] /opt/CSCOpx/hum/conf/upm-snmp.properties
    /opt/CSCOpx/hum/thresholdscript /opt/CSCOpx/MDC/tomcat/webapps/upm/reports
    /opt/CSCOpx/MDC/tomcat/webapps/upm/WEB-INF/classes/com/cisco/nm/upm/properti
    es/common/UPM.properties
    /opt/CSCOpx/bin/tar: Removing leading `/' from absolute path names in the archive
    /opt/CSCOpx/bin/tar: Cannot add file
    /opt/CSCOpx/MDC/tomcat/webapps/upm/reports/virt32841308_657_658_-718594975:
    No such file or directory
    /opt/CSCOpx/bin/tar: Cannot add file
    /opt/CSCOpx/MDC/tomcat/webapps/upm/reports/virt32841308_658_659_1465769167:
    No such file or directory
    /opt/CSCOpx/bin/tar: Error exit delayed from previous errors [Tue Dec  8 09:07:30 2009]  ERROR(908): Cannot create or back up tar file. Backup cancelled. Verify that you have write-access to this directory. [Tue Dec  8 09:07:30 2009]  Backup failed: 2009/12/08 09:07:40 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Is seems to be problem related to maximal filesize handling of GNUtar implemented in CW2000.
    The problem is with tar'ing HUM-Reports in /opt/CSCOpx/MDC/tomcat/webapps/upm/reports, and with reaching
    tarfile-size of 2,9GByte error is thrown.
    </exxx/backup/files/cw_db_backup/0/upm># ls -lh
    total 6126448
    -rw-r-----   1 casuser  casusers    2.9G Dec  8 09:07 filebackup.tar
    </exxx/backup/files/cw_db_backup/0/upm># ls -al
    total 6126452
    drwxr-x---   2 casuser  casusers     512 Dec  7 14:30 .
    drwxr-x---  11 casuser  casusers     512 Dec  7 14:30 ..
    -rw-r-----   1 casuser  casusers 3135201280 Dec  8 09:07 filebackup.tar
    GNUtar-Version
    # /opt/CSCOpx/bin/tar --version
    tar (GNU tar) 1.13
    Copyright (C) 1988, 92,93,94,95,96,97,98, 1999 Free Software Foundation, Inc. This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    Written by John Gilmore and Jay Fenlason.
    Is this a know problem?
    Thanks for any thoughts.
    Best Regards
    Lothar

    Hi Joe,
    thanks for your feedback.
    These files to be tarred aren't there directly after backup stops with error.
    It seems that some process stores data about reports in that file and when trying to
    pack these reports via tar they are delete by any cleanup method.
    Does this help.
    P.S. Backup usually takes about more than 1hour

  • Error ,opening a  tar file created by TarOutputStream

    Iam trying to create a tar file using TarOutputStream with the code below :
    try {
    TarOutputStream tout = new TarOutputStream(out);
    for (int i = 0; i < files.length; i++) {
    if (files.getPath() == null) {
    continue;
    File f = new File(wsdir, files[i].getPath());
    if (!f.exists()) {
    continue;
    TarEntry te = new TarEntry(files[i].getPath());
    size += f.length();
    te.setSize(size);
    tout.putNextEntry(te);
    try {
         FileInputStream in = null;
         try {
              in = new FileInputStream(f);
              byte buf[] = new byte[1024];
              int n;
              while ((n = in.read(buf)) > 0) {
              tout.write(buf, 0, n);
         } finally {
              if (in != null) {
              in.close();
         } catch (IOException e) {
         e.printStackTrace();
    tout.close();
    } catch (IOException e) {
    e.printStackTrace();
    return false;
    The above code succcessfully creates the tar file but while opening the tar file Iam getting the error - Error reading header after processing 1 enries

    I created a zip file by providing the relative paths
    of the files using the java.util.zip package.I
    downloaded it through a web application.It was
    downloaded successfully and the zip file is showing
    100 kb.When i tried opening zip file from windowsXP
    SP2 and i am not able to view or extract the
    contents.It says 'Windows has blocked access to these
    files to help protect your computer'. Go and complain to Microsoft. It's a Windows XP SP2 security feature. Read the manual or help about how to deal with it. It's not a Java problem.

  • Recovery from tar file

    Hi,We ate creating a tar file every nigth with all the essbase apps, all directories etc. Then we are ftping the tar file from production failover machine. Then I am doing tar -xvf file name.All driectories are getting created etc. When I goto app manager I am not seeing the apps.Please Advise.Thanks,Minash...

    Have you created the apps/databases in Essbase yet? In addition to copying the files over, you still need to create the apps/databases.

  • 11gR2- webutil upload file to AS on two nodes RAC?

    Hellow experts plz help with the following issue,
    we are using 11gR2 forms on two node rac,webutil configured on both nodes. upload/download files to AS folder(UP_FILES) using our forms. node 2 is actually replica of node 1(forms,reports,UP_FILES). we are now facing a problem that the form which upload file to AS, only upload that to the node from where it is running say if it is running from node1 then it upload files to folder UP_FILES on that node( as the entry in webutil.cfg file) but we want that UP_FILES folder should be synced with each other on both nodes and a form running whether from node1 or node2 upload the file to both nodes at time.
    How this will be accomplished?
    --------webutil.cfg entry
    transfer.appsrv.read.3=D:\UP_FILES
    transfer.appsrv.write.3=D:\UP_FILES
    -----FORM UPLOAD CODE
          IF :CONTROL.FILE_LOC IS NOT NULL THEN
            acyr3 := :CONTROL.TXTVOUCHERNO||'-'||acyr2 ;
           FILE_RESULT := WEBUTIL_FILE_TRANSFER.CLIENT_TO_AS_WITH_PROGRESS(CLIENTFILE=>:CONTROL.FILE_LOC,
           SERVERFILE =>'D:\UP_FILES\'||acyr3||'.PDF',
          PROGRESSTITLE=>'UPLOAD TO DATABASE IN PROGRESS',
          PROGRESSSUBTITLE=>'PLEASE WAIT' );
          END IF;
    --FORM DOWNLOAD CODE
            FILE_RESULT := WEBUTIL_FILE_TRANSFER.AS_TO_CLIENT_WITH_PROGRESS
                 CLIENTFILE=>'D:\UP_FILES\'||acyr3||'.PDF',
            SERVERFILE =>'D:\UP_FILES\'||acyr3||'.PDF',
          PROGRESSTITLE=>'DOWNLOAD FROM DATABASE IN PROGRESS',
          PROGRESSSUBTITLE=>'PLEASE WAIT'
                 CLIENT_HOST('rundll32.exe url.dll,FileProtocolHandler D:\UP_FILES\'||acyr3||'.PDF');
                 IF FILE_RESULT THEN
      message('File downloaded successfully from the Application Server');
      END IF;

    Well, you're uploading the file to one node, so this is no surprise. What you can do is to store your file on a shared folder (which might be a bit tricky on windows) or synchronize a folder between your nodes. Unfortunately Forms can't access ASM directly (assuming you are using ASM), so you can't store your files directly in ASM where it would be accessible from both nodes.
    cheers

  • Webutil, syslib files one time download to client

    The below are the contents from webutil.cfg file. My question is do these syslib files need to be downloaded to the client, even if we are just using client_get_file_name, client_text_io routines of webutil?
    As per the notes on the webuitl.cfg file, only certain integration operations require this one time download , it doesnt say that all integration operations require the one time download.
    Thanks in advance.
    # 2. Installation Options
    # WebUtil needs to download some files to the client in order to perform
    # certain integration operations such as OLE or Registry Access
    # These files are downloaded the first time that you access one of the
    # functions than needs them
    # You have to define the location of these files on the server
    # Details
    # syslib.location: The vitual path to the directory holding the
    # the webutil library files on the server side
    # this must either be an absolute URL or a url
    # URL that is relative to the documentbase
    # syslib.<os>.<package>.<n>: The name(s) of the libraries required for particular
    # webutil beans
    # The format of this is name|size|version|showDownloadDialog
    # multiple libraries can be downloaded per package but
    # ensure that the <n> values are consecutive and start at 1
    install.syslib.location=/webutil
    ## Do not change the following lines unless instructed to do so
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    ## But you can add your own libraries in here
    #install.syslib.0.user.1=testwebutil.dll|204872|1.0|true
    install.syslib.0.user.1=ffisamp.dll|40960|1.0|true

    Grant Ronald
    Thanks for the reply, I really appreciated it. Can you clarify on the below 2
    1.Can I comment out the entire Installation Options as I'm using just client_get_file_name and client_text_io ?
    2.Can you please give me a link to a document or a metalink document reference where it goes into detail about syslib.install libraries and what they are used for , whey are need for and vice versa ?
    Thanks in advance.

  • How to import an .tar file in to NWDS

    Hi,
      Could any one let me know how to import an .tar file into NWDS
    Laasya.

    i don't think it is supported

  • WLC Custom Web Auth Bundle sample .tar file is not on WCS

    The WLC documentation would make it appear (or maybe previously) you should download a sample web auth bundle code from the WCS Templates. I was never able to find a sample .tar file on the WCS 7.0.172.0 templates.
    However I found on Cisco.com under Support > Downloads > Products >Wireless> Wireless LAN Controller Standalone Controllers> Cisco 5500 Series Wireless Controllers > Cisco 5508 Wireless Controller > Wireless Lan Controller Web Authentication Bundle-1.0.2  > webauth_bundle-1.0.2.zip
    It was updated in June 2011, some pretty good sample html code.
    The readme.html in the sample webauth_bundle-1.0.2.zip file has been very helpful , almost as good as the suppport community web page on custom web auth.
    https://supportforums.cisco.com/docs/DOC-13954

    WCS config guide 7.0.172 is correct
    http://www.cisco.com/en/US/docs/wireless/wcs/7.0MR1/configuration/guide/temp.html#wp1129979
    The bundle in WCS is downloaded through :
    configure->controller
    "select a command"-> download customized webauth bundle.
    Just tested it and it was there.
    The one on cisco.com is better though

  • Best practice: tar file handling through java on Linux

    What would be the better way to handle large size tar files (size may be more 1 GB) on Linux using Java? One way would be by using linux "tar" command through Runtime.exec, another option is through Java zip classes?
    Btw, functionality I am doing is extract the large tar file, remove some files and tar it back to make a smaller size tar ball. I am not too sure if Java provides an api to remove individual files/directory from a zip file.

    A tar file is not a zip file.
    Java provides no classes that handle .tar files by default.
    It does provide classes to handle the gzip compression that's often applied to .tar files (resulting in .tar.gz or .tgz files).
    So you either search for a library that handles tar files in Java or invoke tar as an external process.

  • Create a TAR file in XI?

    Hi All,
    One of our client requirement is to create a tar file as the output.
    The payloadzipbean creates a zip file. Is there any standard way to create a tar file?
    If there isnt, is there an alternative?
    Regards,
    Shabarish

    Sãnthosh Kûmãr  V wrote:
    > Hi Shabz,
    >
    > I guess it is feasabel to write a script that will both convert the file to tar file and do a FTP transfer to the target system. You may execute this script every time a file is created thru the receiver channel.
    > By this way you can avoid having an additional scenario to transfer the TAR file.
    >
    > Thanks
    > SaNv...
    Hi Santhosh,
    In this particular case, to have the same script do the FTP is not a good idea because;
    a. It is FTPS
    b. The password for the target keeps changing every month - means modifying the script in PRD
    c. To monitor for the FTP of the files via the script is a pain point. The support team will require to now check in a different location for this, losing out on the central monitoring concept of XI
    Thanks for you input still, appreciate it !!!
    Regards,
    Shabz

  • Tar extract file in particular directory excluding path stored in tar file

    In winzip you have chk box 'Use Foldername', if you uncheck it, all files will be extracted to path given in Extract to:
    Like winzip, do you have facility to extract files from tar file to a particular directory ignoring path stored in tar file.
    os - linux,unix
    regds

    Using -C <new_directory> options creates
    subdirectories under the new_directory as per path
    stored in tar file
    I just want to extract the files in the -C directory.
    e.g.
    # tar -tvf archive.tar
    -rw-r----- oracle/oinstall 4669440 2006-11-30
    13:23:02 /app/fmb/FORM1.fmb
    -rw-r----- oracle/oinstall 200704 2006-11-29
    10:18:25 /app/fmb/FORM2.fmb
    when i give following command
    tar -xvf archive.tar -C TargetDir
    creats subdirectory app/fmb in this TargetDir and
    then extract the files Forms1.fmb
    TargetDir/app/fmb/FORM1.fmb
    TargetDir/app/fmb/FORM2.fmb.
    where as i want FORM1.fmb and FORM2.fmb in TargetDir
    TargetDir/FORM1.fmb
    TargetDir/FORM2.fmb
    regdsit's include directory information when you run tar cvf.
    you can do the following action
    1. cd /app/fmb/
    2. tar cvf archive.tar *
    3. tar -xvf archive.tar -C TargetDir

  • BE5k to BE6k Migration tar file fails

    Hi we are upgrading from a CUCMBE5k to 6k (CUCM 9.1.2)
    Our existing server is on an HP MSC server and we purchased the Cisco UCS C220 server. We are following the below guide which outlines creating the server then import/export the tar files from the old server into the new CUCM. Because this is on a new server I'm bring the new one up in parallel then i will cut over.
    When I run the import it fails. Attached is the job schedular failier. The log files have some info however, how much do I need to manipulate this info, if I can. Has anyone run into this issue with the TAR files failing?
    Thanks,
    Mike

    There is no migration path for CUCM off of a BE5k. You must build the new CUCM cluster from scratch. If you're patient, you can use BAT Import/Export to carry over most of the data; however, it'll require a lot of massaging in Excel as the columns will be different between the export from your older version and the import on 9.1(2). Note that you can carry CXN mailboxes over using COBRAS but you must be on CXN 7.x or newer.
    If you have installed Cisco Unified Communications Manager Business Edition 5000 on an MCS-7828 server, and you decide that you need to migrate to separate Cisco Unified Communications Manager and Cisco Unity Connection environments for increased scalability and capacity, you can reuse that MCS-7828 server to run Cisco Unified Communications Manager in a MCS-7825 cluster. Although you can reuse the server, you must reenter your data on the server manually. You must also obtain another server to run Cisco Unity Connection.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucmbe/install/8_6_1/install/cmins861.html#wp795012
    Please remember to rate helpful responses and identify helpful or correct answers.

  • How to unzip  a .tar.tar file

    Hi ,
    I have downloaded jexel api from net. But it come as jexcelapi_2_5_9.tar.tar. i tried to unzip using winzip. But its not working. Can anybody tell how to unzip this?

    Winzip knows how to read tar files.
    This is just a wild guess, but try this:
    - Copy the file, and rename it jexcelapi_2_5_9.tar.gz
    - You may have to do this in cmd.exe because the Windows graphical shell often screws up file names
    - Then use WinZip on the copy of the file with the new name.
    I'm thinking that maybe when you downloaded the file the filename got corrupted.

  • Making .tar.gz from .tar file in linux

    i had a doubt as to how to create a .tar.gz file from a .tar file in linux as i wanted to take the back-up of the export of Oracle. Please, help in solving the doubt.
    regards

    It's the gzip command:
    http://linux.about.com/od/commands/l/blcmdl1_gzip.htm
    Also note that Oracle Database 10g provides the new UTL_COMPRESS
    package to compress and uncompress data, with the compressed output compatible with the output of the familiar GZIP and GUNZIP compression utilities.
    Hope this helps. . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference":
    http://www.dba-oracle.com/bp/s_oracle_tuning_book.htm

  • Backup failed with tar file write error (10054)

    Hi
    I have got the issue with the online backup.
    Database: Oracle 9.2.0.7
    SAP : 4.7
    Backup Server: Netbackp
    When ever i trigger the backup on few of my SAP Servers, it runs for a while and then at a point just get struck.
    Where for other systems it is running fine.
    Error:
    Incident:1
    http://80.00 18:52:28 INF - Waiting for mount of media id A00201 on server mk2sapp001-b.
    http://80.00 18:53:42 INF - Beginning backup on server mk2sapp001-b of client mk1sap01-b.
    http://80.00 18:55:10 FTL - tar file write error (10054)
    Incident:2
    http://80.00 12:05:50 BKR - G:\oracle\VWD\sapdata1\btabd_41\
    http://80.00 12:05:53 INF - Beginning backup on server mk2sapp001-b of client mk1sap01-b.
    http://80.00 12:08:13 FTL - tar file write error (10054)
    http://80.00 12:08:13 INF - Client completed sending data for backup
    After the step mentioned in bold it just get struck,
    There is no issue with the space at OS level
    I can see all process will still be running in task manager
    such as backint.exe, brbackup.exe, brconnect.exe
    But
    I don't find bpbkar32.exe Process, after the backup got struck.
    I have asked Network guys as well and they said every thing is fine from their side(such as Speed, Full Duplex)
    Its very important, please assist.
    Thanks in advance

    yes , i am using symantec netbackup,
    but every thing is fine from their side as well(settings).
    i have reinstalled the client as well.
    it runs for 1 hr and then it throws error.
    yesterday i scheduled two backup at two different time(at the interval of 1 hr) but they both failed (struck) at the exact same time(even seconds were same).
    So what do you say??

Maybe you are looking for