Automated JRE intall

Ok I've got my executable jar file and now I want to distribute it to lots of users who don't want to know what a JRE is. Are there any freeware/shareware tools or install wizards to download an appropiate JRE version and install it with no pain or education required for the user.
Also can you change the icon displayed for a jar file?
thanks
martin

hi,
I already have these codes in my batch file:
@echo off
java.exe -classpath f:\jdbc\lib\classes111.zip;f:\hrd\healthscreen\cFrame.jar cFrame
exit
I'm not sure where I should I include the "java -jre..." line. hence when I include that line, i get error message like:
Unrecognized option: -jre
Could not create the Java virtual machine.
please advise. Thanks very much.

Similar Messages

  • Automating JRE 1.5.10 setup

    Hi,
    I have to deploy JRE 1.5.10 for a specific application over 1000 computers. I'd like to do so through AD and GPO. I extracted the MSI file and generated an MST file for customization.
    On previous versions of JRE 1.5 (before 1.5.7), the License Agreement could be accepted through the AgreetoLicense Property, and applied in the transform file.
    Since 1.5.7, this property has disappeared and prevents the installation to be fully automated. Has someone found the solution to fully automate the setup process, and if so could I get the MST that you use ?
    Thanks in advance.
    St�phane

    have you tried your code with on of the latest jdk 5.0 updates (jdk 5.0_14 for example) ?

  • Automated JRE installation?

    I would like to automatically install the JRE or JDK from a script or batch file. Are there any command line parameters that I can send to the executable to have it install quietly without having all of the Java installation screens and installation questions start poping up? Is there an easier way to deploy the JDK without Java Web Start!?

    Here is a way the install JRE from a dos batch file:
    : INSTALL JRE IF NOT PRESENT
    echo off
    IF EXIST "C:\Program Files\JavaSoft\Jre\1.3\bin\javaw.exe" GOTO JRE_PRESENT
    echo Please wait for Java Runtime Installation
    REM Copy Files
    c:
    cd \
    md jreinstall
    cd jreinstall
    copy \\server name\some directory\jre.exe c:\jreinstall
    copy \\server name\some directory\setup.iss c:\jreinstall
    REM Install JRE
    start /w jre.exe -a -s -f1setup.iss
    REM Cleanup
    cd \
    rmdir /s /q \jreinstall
    echo "Java Runtime Installation is complete"
    :JRE_PRESENT

  • Is plugin.jar included by the jre intall process

    Is plugin.jar included with an install of the JRE? Do I need to bundle a version plugin.jar with my browser based application?
    Is there a version in the manifest file to identity which plugin.jar
    If I have to include it each time, I would like to download it from a maven repository. Does anyone know of a maven repository that allows you to find plugin.jar based on the version of the JRE.
    If you load a plugin.jar that is not compatible with the current JRE shouldn't it raise an exception?

    Is plugin.jar included with an install of the JRE?yes
    Do I need to bundle a version plugin.jar with my browser based application?No
    Is there a version in the manifest file to identity which plugin.jarNo. Applets and Webstart application will always use latest version of plugin.jar available on the system.
    If your application has dependency on the minimum version of JRE then consider specifying this in the JNLP file for your application/applet using j2se tag.

  • Lotus Notes applet doesnt load after intalling JRE

    Hello,
    Any ideas how to go about this thing? Without the JRE, the applet is ok, but after installing the JRE, there is a class not found exception. I tried taking off my classpath settings but i still cannot access, but when i uninstalled the JRE, the applet goes ok again.
    Thanks for any help extended.
    Regards.

    When installing the JRE you can specify if you want to use this JRE for your webbrowser as well.
    Uncheck this option and you'll do fine.

  • Annoyance - latest Java JRE update too automated

    I am quite annoyed that someone somewhere made a choice that took away an install option I've relied upon and has suddenly made life much more difficult. In the past, whenever I chose to or wanted to update my runtime environment, I was able to manually invoke the update (I always turn the auto-update service off!!!). Then, during the update install, there USED to exist a checkbox providing an option to install the update to a location OF MY CHOICE as opposed to the much-abused "Program Files" location. Why was this option removed from the latest version of the update? I now am forced to walk through all my registry entries and hope I find all references to this crap and change them to the location I EXPECT and INSIST on the update existing. On a number of production systems, I have chosen to uninstall or not even allow the update because I don't know what else you broke and am not willing to spend an inordinate time going through an elaborate test cycle wasting unfunded, overtaxed and much-beleagured resources.
    I beseech you as a long-time Java developer, a Sun shareholder, and avid advocate of the mighty Sun - please bring me back my choice of install location for the JRE update!
    da Lizard

    Lounge_Lizard wrote:
    It is my experience that there are those who have some Sun influence DO in fact read and monitor the forums...
    In most forums that is not the case.
    It has been my experience that most JRE updates are not simple in-place patches. Rather, the update is a complete self-contained install of the JRE files. I have ALWAYS used the checkmark option and place each update in a folder specific to that update. This way, I've been able to isolate JRE version compatibility in my production systems and it has allowed my staff to manage our runtime environments. This last update did not provide me with the option as all the other updates since 1.4 have.
    Certainly sounds reasonable. Someone at Sun thinks it is a patch though. The bug that was opened above has been closed by specifically noting that it is a patch.
    So in terms of your goal you would probably need to write a wrapper that going forward allows them to differentiate an update that allows for an alternative location and one that does not.

  • JavaWebStart : How to check intalled JRE ?

    Hi I poster some days ago a message on the JavaWebStart forum, but I haven't (yet) received any reply. So, I'm doing it here... maybe....
    here it is
    hi,
    Can anyone tell me how can I check what version of java web start is installed on the client and display a message if the client has not the good version ?
    I mean:
    I'd like all people running my application use java 5 and if someone using java 1.4 try to run the application get a nice screen telling him to download the latest version of Java Web Start.
    Is this possible ?
    Thanks in advance.
    Of course, I put this on my jnlp file,
    <resources>
    <j2se version="1.5+"/>
    <jar href="..... "/>
    </resources>
    But even with that, it doesn't display a nice message but a kind of exception instead.
    Thanks in advance.
    If I wasn't clear enough just let me know and I'd clarify my question :-)
    Thanks.

    Of course :-)
    Sorry for doing this laaaaaaaaate :-)
    JNLPException[category: Erreur de t�l�chargement : Exception: null : LaunchDesc: null ]
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getJRE(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJRE(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)As you can see, there is some French in the message exception. Why? I can't answer this actually !

  • Successfully Intalled Oracle 11i E-Business Suite in windows platform !

    Dear All
    After struggling almost 15 days (documents searching from google, metalink etc...), successfully intalled more than 6 times in Window 2000, windows 2003, and Windows XP .
    Anyone wants to know the steps contact me directly, i will advice you accordingly.
    Staging, intalling software step by step and path setting, error code, gnumake failure, domain etc....
    Regards,
    Willynelly.

    Hi Willynelly
    I an trying to install the Oracle 11.5.10.2. I am using Cygwin instead of MKS. But getting some post installation problems. The log is as follows.
    DBC File Check gave following successful message:
    DBC file passes instantiated variables test:
    File = E:\oracle\visappl\fnd\11.5.0\secure\VIS_01hw071632\vis.dbc
    But JSP Check gave following:
    checking URL =
    http://01hw071632.myolm:8000/OA_HTML/jsp/fnd/fndhelp.jsp?dbc=E:\oracle\visappl\fnd\11.5.0\secure\VIS_01hw071632\vis.dbc
    DBC file may be invalid
    Database Availability Check gave "requires review" with following message:
    command : cmd.exe /c E:\OracleState11i\Stage11i\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd
    E:\oracle\visdb\9.2.0\VIS_01hw071632.cmd sqlplus E:\OracleState11i\Stage11i\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    E:\OracleState11i\Stage11i\startCD\Disk1\rapidwiz>echo off
    Fri 08/25/2006
    12:26 PM
    ECHO is off.
    ECHO is off.
    Fri 08/25/2006 12:26 PM
    VIS_01hw071632.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : E:\oracle\visdb\9.2.0"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH :
    E:\oracle\visdb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;E:\oracle\visdb\9.2.0\bin;E:\oracle\visdb\9.2.0\jre\1.4.2\bin;E:\o
    racle\visdb\9.2.0\jre\1.4.2\bin;C:\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;E:\PgFiles\VS6\Tools\Win
    NT;E:\PgFiles\VS6\MSDev98\Bin;E:\PgFiles\VS6\Tools;E:\PgFiles\VC98\bin;E:\cygwin\bin"
    " LD_LIBRARY_PATH : E:\oracle\visdb\9.2.0\lib"
    SQL*Plus: Release 9.2.0.6.0 - Production on Fri Aug 25 12:26:01 2006
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12537: TNS:connection closed
    connect test returning code 3
    ERRORCODE = 3 ERRORCODE_END
    RW-50011: Error: - Database ORACLE_HOME connection test has returned an error: 3 command : cmd.exe /c
    E:\OracleState11i\Stage11i\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd E:\oracle\visora\8.0.6\VIS_01hw071632.cmd plus80
    E:\OracleState11i\Stage11i\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    E:\OracleState11i\Stage11i\startCD\Disk1\rapidwiz>echo off
    Fri 08/25/2006
    12:26 PM
    "The environment settings are as follows ..."
    " ORACLE_HOME : E:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH :
    E:\oracle\visora\8.0.6\bin;E:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\W
    INDOWS\System32\Wbem;E:\PgFiles\VS6\Tools\WinNT;E:\PgFiles\VS6\MSDev98\Bin;E:\PgFiles\VS6\Tools;E:\PgFiles\VC98\bin;E:\cygwin
    \bin"
    " LD_LIBRARY_PATH : E:\oracle\visora\8.0.6\lib"
    SQL*Plus: Release 8.0.6.0.0 - Production on Fri Aug 25 12:26:02 2006
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12547: TNS:lost contact
    connect test returning code 3
    ERRORCODE = 3 ERRORCODE_END
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error: 3
    I also sent you a friend request from yahoo to ask your advice.
    Your help is of much appriciation.
    Thanks
    Manish

  • "Bad Applet class name" error while recording on Oracle Forms 11g through OpenScript (JRE 1.7.0_17)

    Hi,
    I am trying to record automation functional test script on Oracle Forms 11g using OpenScript.
    Able to open the browser, but after accessing application URL, getting application error as "Bad Applet class name"
    Java Plug-in 10.17.2.02
    Using JRE version 1.7.0_17-b02 Java HotSpot(TM) Client VM
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    SSV dialog is suppressed........
    cracked oracle.forms.engine.Main
    Loading cached Forms Jars ...
    Is this version (Oracle forms 11g, JRE 1.7.0_17) supported by OATS-OpenScript ?
    Please advise if there is any work around here.
    Thanks.

    From the last OATS release notes available in the C:\OracleATS\docs directory:
    4.1 Oracle Functional Testing/OpenScript
    Oracle Functional Testing’s OpenScript scripting platform has the following system
    requirements:
    ■ Operating System (32-bit and 64-bit versions): Windows XP, Windows Vista,
    Windows 2003, Windows 7, Windows 2008, Windows 2008 R2.
    ■ Memory: Minimum 1 GB
    ■ System: x86, 32-bit or 64-bit processor, 2.6 GHz or faster
    ■ Disk Space: 4 GB minimum
    ■ Browser: Internet Explorer 7.x, 8.x., 9.x; Firefox 3.5/3.6, 6.x, 10; Chrome 27+
    (playback only).
    ■ Java Runtime Environment: JRE 1.6 minimum (up to build 38), JRE 1.7 (up to build
    11) .
    So basically, it's not supported... Can you try with another JRE version?
    As always don't forget to run OpenScript as administrator on W7/8 or equivalent
    JB

  • How to make jre 1.3 and 1.4 co-exist

    Hi,
    I have an applet that I have tested and know runs fine under 1.3.1_01 to 1.3.1_04.
    I have tested it with 1.4.0_01 and know that it doesn't work.
    Right now, rather than look into why it doesnt work in 1.4 I'm interested in just making it work at all times, using 1.3.
    So there are several problems here, one to make 1.3 and 1.4 co-exist.
    I would like to tell IE ( I use 5.5 but it should also work with 6.0 ) that I dont want to use 1.4 but 1.3. The only way I have made this work is to install 1.3 after 1.4 or it won't. Regardless of how many times I turn off 1.4 from the contolpanel plugin console, and turn on 1.3 the same way, it still runs 1.4 if its installed after. (I restart IE it's not that.)
    I guess this is not just a matter of choosing the default plugin, but it depends also on the applet tag. Furthermore I would like the applet tag to say run this only with 1.3. I also would like it to install 1.3 if and ONLY if 1.3 is not installed. I have many times got the install pop-up even though I know I have the right version installed.
    My applet tag looks like this (its actually an object tag, becuase as I understand, that's the way to tell it run only the version I want) Whats wrong with it?
    <object
         id="treeApplet"
         classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
         width="100%"
         height="80%"
         border="0"
         codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,1,4"
    >
    <param name="code" value="applet/TreeApplet.class">
    <param name="codebase" value="/tree/">
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
    <param name=... >
    </object>
    the class id is the dynamic, where do I find the static ones?
    Is the .cab file pointing to the right jre or is it giving me trouble? What is the url of right .exe files to use instead? will that work better?
    ok, so to summarize, how do I make all I want to work? co-existence (shouldnt it work to go back and forth between the jre versions?), running the right version, and intalling when and only when needed.
    thanks

    First, CLSID's:
    8AD9C840-044E-11D1-B3E9-00805F499D93 --> dynamic
    CAFEEFAC-0013-0001-0001-ABCDEFFEDCBA --> static, 1.3.1_01
    CAFEEFAC-0013-0001-0004-ABCDEFFEDCBA --> static, 1.3.1_04
    CAFEEFAC-0014-0000-0000-ABCDEFFEDCBA --> static, 1.4.0
    ... (you get the picture)
    Second, you are really going to have to get your applet working with 1.4 -- Microsoft was kind enough with IE 6 to drop support for Netscape-style plug-ins, which is what all the Sun JRE's except 1.4 use (making them unusable with IE 6). If you want Java on IE 6, your only options are the MS Runtime (1.1.4) or Sun's 1.4 JRE.
    Now, under IE 5, all the runtimes will co-exist fine, but you need to install them IN ORDER -- Make sure 1.3 goes on before 1.4, etc. or you will be constantly plagued by the autodownloading messages.

  • Automation of OBIEE 11G services in Linux OS

    Hi
    We have a requirement for the automation of OBIEE 11G services in Linux OS whenever system reboots. I came to know that this can be achieved by a shell script, however, not certain about it. It would be grateful if any workaraound/pointers/documentation to achieve this is shared.
    Thanks.

    HI
    The mentioned link has scripts for linux, but I need for windows and I tried some script which I found online but I am getting some errors which are in bold below
    C:\Oracle\Middleware\wlserver_10.3\server\bin>installAdminServer.cmd
    C:\Oracle\Middleware\wlserver_10.3\server\bin>SETLOCAL
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set OBI_HOME=C:\Oracle\Middleware
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set DOMAIN_NAME=bifoundation_domai
    n
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set USERDOMAIN_HOME=C:\Oracle\Midd
    leware\user_projects\domains\bifoundation_domain
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set SERVER_NAME=AdminServer
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set PRODUCTION_MODE=true
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set JAVA_HOME=C:\Oracle\Middleware
    \Oracle_BI1\jdk
    C:\Oracle\Middleware\wlserver_10.3\server\bin>cd C:\Oracle\Middleware\user_proje
    cts\domains\bifoundation_domain
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>call C:\Oracle\Mi
    ddleware\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd
    SVR_GRP =
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>set CLASSPATH=C:\
    Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_p
    atch.jar;C:\Java\JDK16~1.0_3\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\
    lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Ora
    cle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MID
    DLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.
    1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:
    \Oracle\MIDDLE~1\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDL
    E~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\Middleware\Oracl
    e_BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;C:\Oracle\MIDDLE~1\patch_wls1035\profi
    les\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\JDK16~1.0_3\lib\to
    ols.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDL
    E~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblo
    gic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webserv
    ices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~
    1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\oracle_common\modu
    les\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\webl
    ogic.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:
    \Oracle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\O
    racle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\Mi
    ddleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\MIDDLE~1\ORA
    CLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\or
    acle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\orac
    le.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient
    .jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    * To start WebLogic Server, use the password *
    * assigned to the system user. The system *
    * username and password must also be used to *
    * access the WebLogic Server console from a web *
    * browser. *
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>rem *** Set Comma
    nd Line for service to execute within created JVM
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>set CMDLINE="-ser
    ver -Xms512m ûXmx512m -XX:MaxPermSize=512m -XX:+UseSpinning -Dweblogic.Producti
    onModeEnabled=true -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.hom
    e=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV
    ~1.3\server -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=
    11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Log
    ger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1 -Djrockit.optfile
    =C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Dora
    cle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON
    ~1\servers\AdminServer -Doracle.domain.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\do
    mains\BIFOUN~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~1\US
    ER_P~1\domains\BIFOUN~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Oracle\
    MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidprovider -Doracle.secur
    ity.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig\jps
    -config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN
    ~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alte
    rnateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:
    \Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.hand
    ler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dbi.oracl
    e.home=C:\Oracle\Middleware\Oracle_BI1 -DEPM_ORACLE_HOME=C:\Oracle\Middleware\Or
    acle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HOME=C:\Oracle\Middlewa
    re\Oracle_BI1 -DHYPERION_HOME=C:\Oracle\Middleware\Oracle_BI1 -DEPM_ORACLE_INSTA
    NCE=novalue -Dhyperion.home=C:\Oracle\Middleware\Oracle_BI1 -DEPM_REG_PROPERTIES
    _PATH=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig -Depm.useApp
    licationContextId=false -Doracle.biee.search.bisearchproperties=C:\Oracle\Middle
    ware\Oracle_BI1\bifoundation\jee\BISearchConfig.properties -Dweblogic.management
    .clearTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interv
    al=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.secur
    ity.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf.security.service=ora
    cle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.cla
    ss=oracle.biee.search.services.BISearchServiceConfiguration -Dxdo.server.config.
    dir=C:\Oracle\Middleware\user_projects\domains\bifoundation_domain\config\bipubl
    isher -DXDO_FONT_DIR=C:\Oracle\Middleware\Oracle_BI1\common\fonts -Drtd.instanc
    eName=RTD_AdminServer -Dem.oracle.home=C:\Oracle\Middleware\oracle_common -Djava
    .awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=false
    -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\O
    racle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath -classpa
    th @C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin\classpath.txt -Dweblogic.Name=Admin
    Server -Dweblogic.management.username= -Dweblogic.ProductionModeEnabled=true -Dj
    ava.security.policy=\"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy\"
    weblogic.Server"
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>rem *** Set up ex
    trapath for win32 and win64 platform separately
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>if "true" == "tru
    e" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MI
    DDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK16~1.0_3\bin
    ;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>if "false" == "tr
    ue" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\64\;C:\Oracle\
    MIDDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK16~1.0_3\b
    in;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\64\oci920_8
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>if "false" == "tr
    ue" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\;C:\Oracle
    \MIDDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK16~1.0_3\
    bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>rem *** Install t
    he service
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>"C:\Oracle\MIDDLE
    ~1\WLSERV~1.3\server\bin\beasvc" -install
    BEA Default Service installed.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-svcname:"Oracle_
    bifoundation_domain_AdminServer"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-javahome:"C:\Jav*
    a\JDK16~1.0_3"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-execdir:"C:\Orac
    le\Middleware\user_projects\domains\bifoundation_domain" -maxconnectretries:"" -
    host:"" -port:"" -extrapath:"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;
    C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK
    *16~1.0_3\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8" -passw*
    *ord:"" -cmdline:"-server -Xms512m ûXmx512m -XX:MaxPermSize=512m -XX:+UseSpinning*
    -Dweblogic.ProductionModeEnabled=true   -da -Dplatform.home=C:\Oracle\MIDDLE~1
    *\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\O*
    racle\MIDDLE~1\WLSERV~1.3\server  -Dcommon.components.home=C:\Oracle\MIDDLE~1\OR
    ACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.
    logging.impl.Jdk14Logger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOU
    N~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jroc
    ket_optfile.txt -Doracle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\B
    IFOUN~1\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\Oracle
    *\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=*
    C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\carml  -Digf.arisid
    stack.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidpr
    ovider -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1
    *\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\US*
    ER_P~1\domains\BIFOUN~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.e
    xt=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\ora
    cle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1
    -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEna
    bled=false -Dbi.oracle.home=C:\Oracle\Middleware\Oracle_BI1 -DEPM_ORACLE_HOME=C:
    *\Oracle\Middleware\Oracle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HO*
    ME=C:\Oracle\Middleware\Oracle_BI1 -DHYPERION_HOME=C:\Oracle\Middleware\Oracle_B
    I1 -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=C:\Oracle\Middleware\Oracle_BI1
    -DEPM_REG_PROPERTIES_PATH=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\f
    mwconfig -Depm.useApplicationContextId=false -Doracle.biee.search.bisearchproper
    ties=C:\Oracle\Middleware\Oracle_BI1\bifoundation\jee\BISearchConfig.properties
    -Dweblogic.management.clearTextCredentialAccessEnabled=true -Doracle.notificatio
    n.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=
    true -Dweblogic.security.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf
    *.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.e*
    csf.configuration.class=oracle.biee.search.services.BISearchServiceConfiguration
    -Dxdo.server.config.dir=C:\Oracle\Middleware\user_projects\domains\bifoundation
    domain\config\bipublisher -DXDOFONT_DIR=C:\Oracle\Middleware\Oracle_BI1\common*
    *\fonts -Drtd.instanceName=RTD_AdminServer -Dem.oracle.home=C:\Oracle\Middleware*
    *\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dw*
    lw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dw
    eblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manife
    st_classpath -classpath @C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin\classpath.txt
    -Dweblogic.Name=AdminServer -Dweblogic.management.username= -Dweblogic.Productio
    nModeEnabled=true -Djava.security.policy=\"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\
    lib\weblogic.policy\" weblogic.Server"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-log:"C:\Oracle\M
    iddleware\wlserver_10.3\..\\user_projects\domains\bifoundation_domain\servers\Ad
    minServer\logs\service_start.log"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>ENDLOCAL
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>ENDLOCAL
    I don't know how to solve those errors, this is highly important for me can anyone please help me on this.
    Thanks

  • Automating a flex app on a headless server

    I have a flex chart drawing application that needs to be automated. When automated it will read in data from the DB, draw the charts, and save them as .png files. This works flawlessly on my localhost version of oc4j on my Mac. However it has never worked on our Solaris oc4j deployment which is a headless server. I've set flex to run as headless in the config files but no dice. How can I get this working? Here are some of the error messages I'm getting:
    LINUX/UNIX browser attempting to launch /opt/sfw/bin/firefox http://flexdomain.yadayadyada
    08/11/06 14:41:53
    user dir: /usr/local/src/oracle/product/10.1.3.2.0/OracleAS_1/j2ee/home
    08/11/06 14:41:54 ERR>The application 'firefox-bin' lost its connection to the display flexdomain. yadayadyada:1.0;
    08/11/06 14:41:54 ERR>most likely the X server was shut down or you killed/destroyed
    08/11/06 14:41:54 ERR>the application.
    08/11/06 14:41:54 ExitValue: 1
    And here's a snippet from the Java which launches the flex app in the firefox browser:
    String cmd = "/opt/sfw/bin/ff.sh "+ url; // ff.sh is a script which sets DISPLAY and launches firefox with the flex url
    Runtime rt = Runtime.getRuntime();
    Process p = rt.exec(cmd);
    I'm using 10g, by the way.
    Thanks!
    Edited by: Solerous on Nov 7, 2008 7:04 AM

    Ok, I'm convinced that this is some sort of configuration problem. I can get the browser to launch when written as a simple java program compiled at the command line:
    import java.util.*;
    import java.io.*;
    public class Launcher {
    public static void main(String args[]) throws IOException {
    String url = "http://www.ebay.com";
    String[] commands = {"/bin/sh", "-c", "/opt/sfw/bin/firefox ", url, "-width", "1600", "-height", "1200", ":5"};
    ProcessBuilder pb = new ProcessBuilder(commands);
    Map<String, String> env = pb.environment();
    env.put( "DISPLAY", ":5" );
    Iterator it = env.entrySet().iterator();
    while (it.hasNext()) {
    Map.Entry pairs = (Map.Entry)it.next();
    System.out.println("\t>> environ: "+pairs.getKey() + " = " + pairs.getValue());
    Process process = pb.start();
    The output is just to show the environment variables and it looks like this:
         >> environ: XFILESEARCHPATH = /usr/dt/app-defaults/%L/Dt
    >> environ: LANG = C
    >> environ: DISPLAY = :5
    >> environ: ORACLE_BASE = /oracle
    >> environ: ORACLE_TERM = vt100
    >> environ: PWD = /usr/local/u00/de8
    >> environ: _ = /usr/bin/java
    >> environ: MAGICK_HOME = /usr/ImageMagicK/ImageMagick-6.4.4
    >> environ: ORACLE_SID = cots
    >> environ: USER = de8
    >> environ: NLSPATH = /usr/dt/lib/nls/msg/%L/%N.cat
    >> environ: EDITOR = /bin/vi
    >> environ: MOZILLA_SOLARIS_PATCHCHECKER = disable_patchchecker
    >> environ: HOME = /u00/de8
    >> environ: SSH_CONNECTION = 128.219.196.118 64994 160.91.230.33 22
    >> environ: LD_LIBRARY_PATH = /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/server:/usr/jdk/instances/jdk1.5.0/jre/lib/sparc:/usr/jdk/instances/jdk1.5.0/jre/../lib/sparc:/opt/SUNWspro/lib:/usr/openwin/lib:/usr/dt/lib:/usr/ImageMagicK/ImageMagick-6.4.4/lib::/oracle/product/9.2.0/lib
    >> environ: LOGNAME = de8
    >> environ: SHELL = /bin/ksh
    >> environ: ORACLE_HOME = /oracle/product/10.1.3.2.0/OracleAS_1
    >> environ: SSH_TTY = /dev/pts/1
    >> environ: MAILMSG = [YOU HAVE NEW MAIL]
    >> environ: MANPATH = /usr/opt/SUNWmd/man:/usr/man:/usr/local/man:/usr/share/man:
    >> environ: NNTPSERVER = time.ornl.gov
    >> environ: SSH_CLIENT = 128.219.196.118 64994 22
    >> environ: MAIL = /var/mail/de8
    >> environ: TZ = US/Eastern
    >> environ: PS1 = ${PWD###/} $
    >> environ: TERM = vt100
    >> environ: PATH = /oracle/product/10.1.3.2.0/OracleAS_1:/oracle/product/10.1.3.2.0/OracleAS_1/OPatch:/usr/xpg4/bin:/usr/ccs/bin:/usr/local/bin:/usr/bin:/usr/ucb:/etc:/usr/sbin:/u00/de8/bin:/opt/NSCPcom:/sbin:/usr/local/etc:/usr/lib:/usr/opt/SUNWmd/sbin:/usr/bin:/usr/local/bin/perl5.00502:/usr/openwin/bin:/opt/sfw/bin:/usr/ImageMagicK/ImageMagick-6.4.4/bin:.:/oracle/product/9.2.0/bin
    I decided to output the env vars in hopes that it would show what needs to be reset. But if I use the exact same code in my deployment, it fails and I get the following env settings:
    08/12/09 14:14:27 >> environ: XFILESEARCHPATH = /usr/dt/app-defaults/%L/Dt
    08/12/09 14:14:27 >> environ: LANG = C
    08/12/09 14:14:27 >> environ: DISPLAY = :5
    08/12/09 14:14:27 >> environ: ORACLE_CONFIG_HOME = /oracle/product/10.1.3.2.0/OracleAS_1
    08/12/09 14:14:27 >> environ: NLSPATH = /usr/dt/lib/nls/msg/%L/%N.cat
    08/12/09 14:14:27 >> environ: TMP = /tmp
    08/12/09 14:14:27 >> environ: TZ = US/Eastern
    08/12/09 14:14:27 >> environ: NLS_LANG = AMERICAN_AMERICA.WE8MSWIN1252
    08/12/09 14:14:27 >> environ: ORA_NLS33 = /oracle/product/10.1.3.2.0/OracleAS_1/ocommon/nls/admin/data
    08/12/09 14:14:27 >> environ: LD_LIBRARY_PATH = /usr/local/src/oracle/product/10.1.3.2.0/OracleAS_1/jdk/jre/lib/sparc/server:/usr/local/src/oracle/product/10.1.3.2.0/OracleAS_1/jdk/jre/lib/sparc:/usr/local/src/oracle/product/10.1.3.2.0/OracleAS_1/jdk/jre/../lib/sparc:/oracle/product/10.1.3.2.0/OracleAS_1/opmn/lib:/oracle/product/10.1.3.2.0/OracleAS_1/lib32
    08/12/09 14:14:27 >> environ: X_LD_LIBRARY_PATH_64 = /oracle/product/10.1.3.2.0/OracleAS_1/lib
    08/12/09 14:14:27 >> environ: ORACLE_HOME = /oracle/product/10.1.3.2.0/OracleAS_1
    08/12/09 14:14:27 >> environ: SHELL = /bin/bash
    Does anyone know how I can get the deployed version (running in the server container) to work exactly in the same way as the version run from a simple command line?

  • JRE loading

    Dont know if this is the correct place to post this.
    But I am trying to run jmeter and it fails giving this error.
    this has happened to me with soap UI. Is there some thing with my system setting
    Any help would be appreciated.
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x689e8f50, pid=9312, tid=7900
    # JRE version: 6.0_17-b04
    # Java VM: Java HotSpot(TM) Client VM (14.3-b01 mixed mode, sharing windows-x86
    # Problematic frame:
    # C [atiumdag.dll+0x78f50]
    # An error report file with more information is saved as:
    # C:\jakarta-jmeter-2.3.4\jakarta-jmeter-2.3.4\bin\hs_err_pid9312.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    errorlevel=1
    Press any key to continue . . .

    Dynamic libraries:
    0x00400000 - 0x00424000      C:\Windows\system32\java.exe
    0x77910000 - 0x77a37000      C:\Windows\system32\ntdll.dll
    0x76f30000 - 0x7700c000      C:\Windows\system32\kernel32.dll
    0x77840000 - 0x77906000      C:\Windows\system32\ADVAPI32.dll
    0x75fc0000 - 0x76083000      C:\Windows\system32\RPCRT4.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jre6\bin\msvcr71.dll
    0x6d800000 - 0x6da8b000      C:\Program Files\Java\jre6\bin\client\jvm.dll
    0x76d40000 - 0x76ddd000      C:\Windows\system32\USER32.dll
    0x77010000 - 0x7705b000      C:\Windows\system32\GDI32.dll
    0x74b70000 - 0x74ba2000      C:\Windows\system32\WINMM.dll
    0x77060000 - 0x7710a000      C:\Windows\system32\msvcrt.dll
    0x76de0000 - 0x76f25000      C:\Windows\system32\ole32.dll
    0x77a80000 - 0x77b0d000      C:\Windows\system32\OLEAUT32.dll
    0x74b30000 - 0x74b69000      C:\Windows\system32\OLEACC.dll
    0x77b50000 - 0x77b6e000      C:\Windows\system32\IMM32.DLL
    0x77620000 - 0x776e8000      C:\Windows\system32\MSCTF.dll
    0x75df0000 - 0x75e1c000      C:\Windows\system32\apphelp.dll
    0x76090000 - 0x76099000      C:\Windows\system32\LPK.DLL
    0x773b0000 - 0x7742d000      C:\Windows\system32\USP10.dll
    0x6d7b0000 - 0x6d7bc000      C:\Program Files\Java\jre6\bin\verify.dll
    0x6d330000 - 0x6d34f000      C:\Program Files\Java\jre6\bin\java.dll
    0x6d290000 - 0x6d298000      C:\Program Files\Java\jre6\bin\hpi.dll
    0x75fb0000 - 0x75fb7000      C:\Windows\system32\PSAPI.DLL
    0x6d7f0000 - 0x6d7ff000      C:\Program Files\Java\jre6\bin\zip.dll
    0x6d610000 - 0x6d623000      C:\Program Files\Java\jre6\bin\net.dll
    0x77b20000 - 0x77b4d000      C:\Windows\system32\WS2_32.dll
    0x77a70000 - 0x77a76000      C:\Windows\system32\NSI.dll
    0x755e0000 - 0x7561b000      C:\Windows\system32\mswsock.dll
    0x75640000 - 0x75645000      C:\Windows\System32\wship6.dll
    0x74880000 - 0x7488f000      C:\Windows\system32\NLAapi.dll
    0x75820000 - 0x75839000      C:\Windows\system32\IPHLPAPI.DLL
    0x757e0000 - 0x75815000      C:\Windows\system32\dhcpcsvc.DLL
    0x75aa0000 - 0x75acc000      C:\Windows\system32\DNSAPI.dll
    0x75e50000 - 0x75e64000      C:\Windows\system32\Secur32.dll
    0x757d0000 - 0x757d7000      C:\Windows\system32\WINNSI.DLL
    0x757a0000 - 0x757c2000      C:\Windows\system32\dhcpcsvc6.DLL
    0x72e00000 - 0x72e0f000      C:\Windows\system32\napinsp.dll
    0x72dc0000 - 0x72dd2000      C:\Windows\system32\pnrpnsp.dll
    0x04540000 - 0x04565000      C:\Program Files\Bonjour\mdnsNSP.dll
    0x72df0000 - 0x72dfc000      C:\Windows\system32\wshbth.dll
    0x76bb0000 - 0x76d3a000      C:\Windows\system32\SETUPAPI.dll
    0x72de0000 - 0x72de8000      C:\Windows\System32\winrnr.dll
    0x77110000 - 0x77159000      C:\Windows\system32\WLDAP32.dll
    0x752a0000 - 0x752a5000      C:\Windows\System32\wshtcpip.dll
    0x73820000 - 0x73826000      C:\Windows\system32\rasadhlp.dll
    0x6d000000 - 0x6d14a000      C:\Program Files\Java\jre6\bin\awt.dll
    0x73650000 - 0x73692000      C:\Windows\system32\WINSPOOL.DRV
    0x74d10000 - 0x74eae000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18005_none_5cb72f96088b0de0\comctl32.dll
    0x777e0000 - 0x77839000      C:\Windows\system32\SHLWAPI.dll
    0x71610000 - 0x7161c000      C:\Windows\system32\DWMAPI.DLL
    0x74cd0000 - 0x74d0f000      C:\Windows\system32\uxtheme.dll
    0x60000000 - 0x60005000      C:\Program Files\Real\RealPlayer\rpchromebrowserrecordhelper.dll
    0x760a0000 - 0x76bb0000      C:\Windows\system32\SHELL32.dll
    0x04c00000 - 0x04dba000      C:\Windows\system32\d3d9.dll
    0x75650000 - 0x75658000      C:\Windows\system32\VERSION.dll
    0x6e970000 - 0x6e976000      C:\Windows\system32\d3d8thk.dll
    0x65eb0000 - 0x661ca000      C:\Windows\system32\atiumdag.dll
    0x04fc0000 - 0x0538c000      C:\Windows\system32\atiumdva.dll
    0x6d230000 - 0x6d284000      C:\Program Files\Java\jre6\bin\fontmanager.dll
    0x6d630000 - 0x6d639000      C:\Program Files\Java\jre6\bin\nio.dll
    0x6d450000 - 0x6d474000      C:\Program Files\Java\jre6\bin\jpeg.dll
    VM Arguments:
    jvm_args: -XX:+HeapDumpOnOutOfMemoryError -Xms512m -Xmx512m -XX:NewSize=128m -XX:MaxNewSize=128m -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=50 -XX:MaxTenuringThreshold=2 -XX:MaxLiveObjectEvacuationRatio=20 -Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000 -XX:PermSize=64m -XX:MaxPermSize=64m
    java_command: ApacheJMeter.jar
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.6.0_17
    CLASSPATH=.;C:\Users\hishah\Desktop\sqljdbc_1.2\enu\sqljdbc.jar;C:\Program Files\Java\jre1.5.0_16\lib\ext\QTJava.zip;C:\SmokeTest\prods\nxj;C:\SmokeTest\prods\nxj\keyFunctions.class;C:\SmokeTest\prods\nxj;C:\SmokeTest\prods\nxj\CSVReader.class;C:\tools\jexcelapi
    PATH=C:\Perl\bin;C:\ColdFusion8\verity\k2\_nti40\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Intel\DMIX;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Java\jdk1.6.0_17\bin;C:\Program Files\QuickTime\QTSystem\;C:\Automation\Scripts;C:\Program Files\winscp;C:\Automation\releasetool\Vault;C:\vaultrelease;C:\Program Files\TortoiseSVN\bin;C:\PHP;C:\selenium\tools\seleniumunit\SmokeTest\prods\nxj\keyFunctions.class;C:\selenium\tools\seleniumunit\SmokeTest\prods\nxj;C:\Program Files\csvlib\opencsv-2.0;C:\tools\jexcelapi
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Vista Build 6002 Service Pack 2
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1
    Memory: 4k page, physical 2097151k(1118112k free), swap 4194303k(2502428k free)
    vm_info: Java HotSpot(TM) Client VM (14.3-b01) for windows-x86 JRE (1.6.0_17-b04), built on Oct 11 2009 00:52:06 by "java_re" with MS VC++ 7.1
    time: Wed Mar 03 13:51:55 2010
    elapsed time: 2 seconds
    Edited by: bjohnnj on Mar 4, 2010 8:23 AM

  • How to install Oracle Process Automation  for Mobile

    Hi
    I want to install Oracle Process Automation components for Mobile.
    I have downloaded the V20466-01.Zip file from Oracle Website, i dont find any setup file to intall OPA.
    Please let me know how to install OPA( i already installed Oracle Process Modeling).
    Thanks.

    There's no installation for OPA runtime components. For the OPA 10.1 .NET package (V20466-01) you need to decide which components you wish to deploy and then follow the corresponding section in the installation guide.
    As we don't provide any Windows Mobile applications, the process would be to develop your own .NET Compact Framework application, referencing the mobile determinations engine and it's dependancies, and then deploy that application as you would normally deploy a Windows Mobile application.

  • Installing Solaris 11 on SunFIre T1000 With Automated Installer Server Fail

    h4. Hi
    h4. A few days i am try to intall solaris 11 11/11 on our server Sunfire T1000
    h4. we first upgrade the firmware of the server to
    sc> showhost
    Sun-Fire-T1000 System Firmware 6.7.12 2011/07/06 20:03
    Host flash versions:
    OBP 4.30.4.d 2011/07/06 14:27
    Hypervisor 1.7.3.c 2010/07/09 15:14
    POST 4.30.4.b 2010/07/09 14:25
    h4. And after we install Solaris 11 x86 on a laptop, in that we configure an AIS (Automated installer Server)
    installadm list
    Service Name Alias Of Status Arch Image Path
    default-sparc s11-sparc on Sparc /install/images/s11-sparc
    s11-sparc - on Sparc /install/images/s11-sparc
    h4. We are using the default installations with a DHCP server in the Laptop
    installadm list -m -p
    Service Name Manifest Status
    default-sparc orig_default Default
    s11-sparc orig_default Default
    h4. By the other side, in the sparc server (T1000) we use OBP for a WAN Boot Installation
    boot net:dhcp - installl
    2012-08-08 20:33:44,911 InstallationLogger DEBUG Starting Automated Installation
    2012-08-08 20:33:44,913 InstallationLogger INFO Using XML Manifest: /system/volatile/ai.xml
    2012-08-08 20:33:44,965 InstallationLogger INFO Using profile specification: /system/volatile/profile
    2012-08-08 20:33:45,018 InstallationLogger INFO Using service list file: /var/run/service_list
    2012-08-08 20:33:45,070 InstallationLogger INFO Starting installation.
    2012-08-08 20:33:45,122 InstallationLogger DEBUG Registering Manifest Parser Checkpoint
    2012-08-08 20:33:45,124 InstallationLogger DEBUG Engine registering:
    2012-08-08 20:33:45,126 InstallationLogger DEBUG name: manifest-parser
    2012-08-08 20:33:45,128 InstallationLogger DEBUG module_path: solaris_install.manifest.parser
    2012-08-08 20:33:45,129 InstallationLogger DEBUG checkpoint_class_name: ManifestParser
    2012-08-08 20:33:45,131 InstallationLogger DEBUG args: None
    2012-08-08 20:33:45,133 InstallationLogger DEBUG kwargs: {'call_xinclude': True, 'manifest': '/system/volatile/ai.xml', 'validate_from_docinfo': True}
    2012-08-08 20:33:45,135 InstallationLogger DEBUG insert_before: None
    2012-08-08 20:33:45,136 InstallationLogger DEBUG log_level: None
    2012-08-08 20:33:45,138 InstallationLogger DEBUG =============================
    2012-08-08 20:33:45,142 InstallationLogger DEBUG Current checkpoint list:
    2012-08-08 20:33:45,144 InstallationLogger DEBUG      manifest-parser
    2012-08-08 20:33:45,146 InstallationLogger DEBUG Executing Manifest Parser Checkpoint
    2012-08-08 20:33:45,148 InstallationLogger DEBUG Retrieving checkpoint list from manifest-parser to None+
    2012-08-08 20:33:45,150 InstallationLogger DEBUG Executing Engine Checkpoints...+
    2012-08-08 20:33:45,152 InstallationLogger DEBUG Retrieving checkpoint list from manifest-parser to None+
    2012-08-08 20:33:45,154 InstallationLogger DEBUG Engine will be executing following checkpoints:+
    2012-08-08 20:33:45,155 InstallationLogger DEBUG      manifest-parser
    2012-08-08 20:33:45,157 InstallationLogger DEBUG Spawning InstallEngine execution thread
    2012-08-08 20:33:45,160 InstallationLogger DEBUG Loading manifest-parser checkpoint
    2012-08-08 20:33:45,213 InstallationLogger.manifest-parser DEBUG Initializing ManifestParser (manifest=/system/volatile/ai.xml, Validate_from_docinfo=True, dtd_file=None, load_defaults=True, call_xinclude=True)
    2012-08-08 20:33:45,273 InstallationLogger DEBUG manifest-parser: prog est-1, prog ratio-0.95, total_ratio-1.00
    2012-08-08 20:33:45,275 InstallationLogger DEBUG Last checkpoint, manifest-parser: prog ratio 0.95
    2012-08-08 20:33:45,279 InstallationLogger DEBUG Snapshotting DOC to /var/run/install_engine/engine.MYk67H/.data_cache.manifest-parser
    2012-08-08 20:33:45,286 InstallationLogger DEBUG Executing manifest-parser checkpoint
    2012-08-08 20:33:45,288 InstallationLogger.manifest-parser DEBUG ManifestParser.execute(dry_run=False) called
    2012-08-08 20:33:45,290 InstallationLogger.manifest-parser DEBUG ManifestParser.parse(doc=-> [DataObjectCache] (<solaris_install.data_object.cache.DataObjectCache object at 0xee1b90>)
         -> [persistent] (DataObjectCacheChild: persistent)
              -> [auto-install] (<solaris_install.ApplicationData object at 0xee1030>)
         -> [volatile] (DataObjectCacheChild: volatile)
              -> [apply_sysconfig_dict] (<solaris_install.data_object.data_dict.DataObjectDict object at 0xee1050>)) called
    2012-08-08 20:33:45,292 InstallationLogger.manifest-parser DEBUG loading manifest (dtd_validation=True)
    2012-08-08 20:33:45,872 InstallationLogger.manifest-parser DEBUG Parsed XML document:
    <!DOCTYPE auto_install SYSTEM "file:///usr/share/install/ai.dtd.1">
    <auto_install>
    <ai_instance name="orig_default" auto_reboot="false">
    <target>
    <logical noswap="false" nodump="false">
    <zpool name="rpool" is_root="true" action="create">
    <filesystem name="export" mountpoint="/export" action="create" in_be="false"/>
    <filesystem name="export/home" action="create" in_be="false"/>
    <be name="solaris"/>
    </zpool>
    </logical>
    </target>
    <software type="IPS">
    <destination>
    <image action="create" index="false">
    <!-- Specify locales to install -->
    <facet set="false">facet.locale.*</facet>
    <facet set="true">facet.locale.en</facet>
    <facet set="true">facet.locale.en_US</facet>
    <facet set="true">facet.locale.es</facet>
    <facet set="true">facet.locale.es_ES</facet>
    </image>
    </destination>
    <source>
    <publisher name="solaris">
    <origin name="http://pkg.oracle.com/solaris/release"/>
    </publisher>
    </source>
    h4. When the installation precess is in this part
    13% target-selection completed.
    17% ai-configuration completed.
    19% target-instantiation completed.
    19% Beginning IPS transfer
    Creating IPS image
    Installing packages from:
    solaris
    origin: http://pkg.example.com/solaris/
    h4. in the install_log file show us this errors:
    2012-08-08 20:51:39,653 InstallationLogger.generated-transfer-1184-1 DEBUG Download: text/doctools ...
    2012-08-08 20:51:43,156 InstallationLogger.generated-transfer-1184-1 DEBUG Download: system/core-os ...
    2012-08-08 20:52:03,704 InstallationLogger.generated-transfer-1184-1 DEBUG Download: text/less ...
    2012-08-08 20:52:03,788 InstallationLogger.generated-transfer-1184-1 DEBUG Download: system/management/rad/module/rad-smf ...
    2012-08-08 20:52:03,835 InstallationLogger.generated-transfer-1184-1 DEBUG Download: system/library ...
    2012-08-08 20:52:30,609 InstallationLogger.generated-transfer-1184-1 DEBUG Cleaning up
    2012-08-08 20:52:30,611 InstallationLogger ERROR Error occurred during execution of 'generated-transfer-1184-1' checkpoint.
    Traceback (most recent call last):
    File "/usr/lib/python2.6/vendor-packages/solaris_install/engine/__init__.py", line 811, in executecheckpoints
    checkpoint.execute(dry_run)
    File "/usr/lib/python2.6/vendor-packages/solaris_install/transfer/ips.py", line 359, in execute
    self._transfer()
    File "/usr/lib/python2.6/vendor-packages/solaris_install/transfer/ips.py", line 639, in _transfer
    self.api_inst.prepare()
    File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 2021, in prepare
    self._img.imageplan.preexecute()
    File "/usr/lib/python2.6/vendor-packages/pkg/client/imageplan.py", line 2827, in preexecute
    p.download()
    File "/usr/lib/python2.6/vendor-packages/pkg/client/pkgplan.py", line 406, in download
    mfile.wait_files()
    File "/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py", line 2857, in wait_files
    self._transport._get_files(self)
    File "/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py", line 432, in wrapper
    return f(instance, fargs, *f_kwargs)
    File "/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py", line 1736, in getfiles
    self._get_files_list(mfile, filelist)
    File "/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py", line 1685, in getfiles_list
    raise tfailurex
    TransportFailures: 1: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 7558caebcb4a599c08c6a1b1591672f2b3b3cb06.
    2: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: c8edd4ff7e100c83ad74ba75a9baeda47348800c.
    3: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 91350cb5e1dc88dbbcf2e94e0a05b075f03ba35b.
    4: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 85bec186fd71c8a072cb3261aac5a2d26e0bed01.
    5: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: feaf36a0752e78974e4cdbd757a2af9dd5f94236.
    6: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 93adf874561a2c2e383fa55da1f23cc93f1b24b5.
    7: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 5c261f9705a8c604bf3f473f1d76c7f646cedc60.
    8: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 81fa4733fa459a553001f8fdf30f49e35067a5ea.
    2012-08-08 20:52:30,731 InstallationLogger DEBUG Checkpoints Completed: DOC:+
    -> [DataObjectCache] (<solaris_install.data_object.cache.DataObjectCache object at 0xee1b90>)+
         -> [persistent] (DataObjectCacheChild: persistent)+
              -> [auto-install] (<solaris_install.ApplicationData object at 0xee1030>)+
              -> [Engine-DOC-Root-Node] (<solaris_install.engine.EngineData object at 0xecc930>)+
                   -> [manifest-parser] (<solaris_install.engine.checkpoint_data.CheckpointRegistrationData object at 0xee10d0>)+
                   -> [target-discovery] (<solaris_install.engine.checkpoint_data.CheckpointRegistrationData object at 0xee1230>)+
                   -> [target-selection] (<solaris_install.engine.checkpoint_data.CheckpointRegistrationData object at 0xee12f0>)+
                   -> [ai-configuration] (<solaris_install.engine.checkpoint_data.CheckpointRegistrationData object at 0xee1410>)+
                   -> [var-shared-dataset] (<solaris_install.engine.checkpoint_data.CheckpointRegistrationData object at 0xee1c30>)+
                   -> [target-instantiation] (<solaris_install.engine.checkpoint_data.CheckpointRegistrationData object at 0xee1750>)+
              -> [discovered] (<solaris_install.target.Target object at 0xee1330>)+
                   -> [disk] (Disk: ctd=c2t0d0; volid=None; devpath=/pci@7c0/pci@0/pci@8/scsi@2/sd@0,0; devid=id1,sd@n5000cca334c724bf; prop:dev_type=scsi; prop:dev_vendor=HITACHI; prop:dev_size=148.99gb; keyword: key=boot_disk; is_cdrom=False; label=VTOC; whole_disk=False; write_cache=False)+
                        -> [0] (Slice: name=0; action=preserve, force=False, is_swap=False, tag=2, flag=0, in_use={'used_by': ['exported_zpool'], 'used_name': ['rpool']}; size=148.99gb; start_sector=4768)+
                        -> [2] (Slice: name=2; action=preserve, force=False, is_swap=False, tag=5, flag=1; size=148.99gb; start_sector=0)+
                   -> [logical] (Logical: noswap=True; nodump=True)+
              -> [desired] (<solaris_install.target.Target object at 0xede3f0>)+
                   -> [logical] (Logical: noswap=False; nodump=False)+
                        -> [rpool] (Zpool: name=rpool; action=create; is_root=True; vdev_list=['c2t0d0s0'])+
                             -> [export] (Filesystem: name=export; action=create; mountpoint=/export)+
                             -> [export/home] (Filesystem: name=export/home; action=create)+
                             -> [solaris] (BE: name=solaris; mountpoint=/a)+
                             -> [vdev] (Vdev: name=vdev; redundancy=none)+
                             -> [swap] (Zvol: name=swap; action=create; use=swap; size=1024m)+
                             -> [dump] (Zvol: name=dump; action=create; use=dump; size=512m)+
                             -> [var] (Filesystem: name=var; action=create; mountpoint=/var)+
                   -> [disk] (Disk: ctd=c2t0d0; volid=None; devpath=/pci@7c0/pci@0/pci@8/scsi@2/sd@0,0; devid=id1,sd@n5000cca334c724bf; prop:dev_type=scsi; prop:dev_vendor=HITACHI; prop:dev_size=148.99gb; keyword: key=boot_disk; is_cdrom=False; label=VTOC; whole_disk=False; write_cache=True)+
                        -> [0] (Slice: name=0; action=create, force=True, is_swap=False, tag=2, flag=0; in_zpool=rpool; in_vdev=vdev; size=148.99gb; start_sector=4768)+
         -> [volatile] (DataObjectCacheChild: volatile)+
              -> [apply_sysconfig_dict] (<solaris_install.data_object.data_dict.DataObjectDict object at 0xee1050>)+
              -> [orig_default] (ai_instance: name='orig_default' auto_reboot=False; http_proxy='None')+
                   -> [target] (<solaris_install.target.Target object at 0xee1d30>)+
                        -> [logical] (Logical: noswap=False; nodump=False)+
                             -> [rpool] (Zpool: name=rpool; action=create; is_root=True; vdev_list=[None])+
                                  -> [export] (Filesystem: name=export; action=create; mountpoint=/export)+
                                  -> [export/home] (Filesystem: name=export/home; action=create)+
                                  -> [solaris] (BE: name=solaris)+
                   -> [generated-transfer-1184-1] (<solaris_install.transfer.info.Software object at 0xee1f30>)+
                        -> [transfer] (<solaris_install.transfer.info.IPSSpec object at 0xecc050>)+
                        -> [destination] (<solaris_install.transfer.info.Destination object at 0xecc0b0>)+
                             -> [image] (<solaris_install.transfer.info.Image object at 0xecc130>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc150>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc1b0>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc210>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc270>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc2d0>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc330>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc390>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc3f0>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc450>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc4b0>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc510>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc570>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc5d0>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc630>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc690>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc6f0>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc750>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc7b0>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc810>)+
                                  -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc870>)+
                                  -> [img_type] (<solaris_install.transfer.info.ImType object at 0xee1b70>)+
                        -> [source] (<solaris_install.transfer.info.Source object at 0xecc8b0>)+
                             -> [publisher] (<solaris_install.transfer.info.Publisher object at 0xecc8f0>)+
                                  -> [origin] (<solaris_install.transfer.info.Origin object at 0xecc910>)+
              -> [transfer-zpool-cache] (<solaris_install.data_object.data_dict.DataObjectDict object at 0xee18f0>)+
              -> [transfer-ai-files] (<solaris_install.data_object.data_dict.DataObjectDict object at 0xee15b0>)+
    2012-08-08 20:52:30,747 InstallationLogger DEBUG Checkpoints Completed: DOC (xml_format):
    <root>
    <target name="discovered">
    <disk whole_disk="false">
    <disk_name name="c2t0d0" name_type="ctd"/>
    <disk_prop dev_type="scsi" dev_vendor="HITACHI" dev_size="312461344secs"/>
    <disk_keyword key="boot_disk"/>
    <slice name="0" action="preserve" force="false" is_swap="false">
    <size val="312456576secs" start_sector="4768"/>
    </slice>
    <slice name="2" action="preserve" force="false" is_swap="false">
    <size val="312461344secs" start_sector="0"/>
    </slice>
    </disk>
    <logical noswap="true" nodump="true"/>+
    </target>+
    <target name="desired">+
    <logical noswap="false" nodump="false">+
    <zpool name="rpool" action="create" is_root="true">+
    <filesystem name="export" action="create" mountpoint="/export" in_be="false"/>+
    <filesystem name="export/home" action="create" in_be="false"/>+
    <be name="solaris"/>+
    <vdev name="vdev" redundancy="none"/>+
    <zvol name="swap" action="create" use="swap">+
    <size val="1024m"/>+
    </zvol>+
    <zvol name="dump" action="create" use="dump">+
    <size val="512m"/>+
    </zvol>+
    <filesystem name="var" action="create" mountpoint="/var" in_be="true"/>+
    </zpool>+
    </logical>+
    <disk whole_disk="false">+
    <disk_name name="c2t0d0" name_type="ctd"/>+
    <disk_prop dev_type="scsi" dev_vendor="HITACHI" dev_size="312461344secs"/>+
    <disk_keyword key="boot_disk"/>+
    <slice name="0" action="create" force="true" is_swap="false" in_zpool="rpool" in_vdev="vdev">+
    <size val="312456576secs" start_sector="4768"/>+
    </slice>+
    </disk>+
    </target>+
    <ai_instance auto_reboot="false" name="orig_default">+
    <target>+
    <logical noswap="false" nodump="false">+
    <zpool name="rpool" action="create" is_root="true">+
    <filesystem name="export" action="create" mountpoint="/export" in_be="false"/>+
    <filesystem name="export/home" action="create" in_be="false"/>+
    <be name="solaris"/>+
    </zpool>+
    </logical>+
    </target>+
    <software name="generated-transfer-1184-1" type="IPS">+
    <software_data>+
    <name>pkg:/entire@latest</name>+
    <name>pkg:/group/system/solaris-large-server</name>+
    </software_data>
    <destination>
    <image img_root="/a" action="create" index="False">
    <facet set="false">facet.locale.*</facet>
    <facet set="true">facet.locale.en</facet>
    <facet set="true">facet.locale.en_US</facet>
    <facet set="true">facet.locale.es</facet>
    <facet set="true">facet.locale.es_ES</facet>
    </image>
    </destination>
    <source>
    <publisher name="solaris">
    <origin name="http://pkg.oracle.com/solaris/release"/>
    </publisher>
    </source>
    </software>
    </ai_instance>
    </root>
    2012-08-08 20:52:30,749 InstallationLogger CRITICAL Failed Checkpoints:
    2012-08-08 20:52:30,803 InstallationLogger ERROR
    2012-08-08 20:52:30,855 InstallationLogger ERROR generated-transfer-1184-1
    2012-08-08 20:52:30,907 InstallationLogger ERROR
    2012-08-08 20:52:30,960 InstallationLogger ERROR Checkpoint execution error:
    2012-08-08 20:52:31,012 InstallationLogger ERROR
    2012-08-08 20:52:31,064 InstallationLogger ERROR 1: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 7558caebcb4a599c08c6a1b1591672f2b3b3cb06.
    2012-08-08 20:52:31,117 InstallationLogger ERROR 2: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: c8edd4ff7e100c83ad74ba75a9baeda47348800c.
    2012-08-08 20:52:31,169 InstallationLogger ERROR 3: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 91350cb5e1dc88dbbcf2e94e0a05b075f03ba35b.
    2012-08-08 20:52:31,222 InstallationLogger ERROR 4: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 85bec186fd71c8a072cb3261aac5a2d26e0bed01.
    2012-08-08 20:52:31,274 InstallationLogger ERROR 5: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: feaf36a0752e78974e4cdbd757a2af9dd5f94236.
    2012-08-08 20:52:31,326 InstallationLogger ERROR 6: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 93adf874561a2c2e383fa55da1f23cc93f1b24b5.
    2012-08-08 20:52:31,379 InstallationLogger ERROR 7: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 5c261f9705a8c604bf3f473f1d76c7f646cedc60.
    2012-08-08 20:52:31,431 InstallationLogger ERROR 8: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 81fa4733fa459a553001f8fdf30f49e35067a5ea.
    2012-08-08 20:52:31,484 InstallationLogger ERROR
    2012-08-08 20:52:31,536 InstallationLogger INFO Automated Installation Failed. See install log at /system/volatile/install_log
    2012-08-08 20:52:31,588 InstallationLogger DEBUG Shutting down Progress Handler
    h4. Is something about:
    2012-08-08 20:52:30,611 InstallationLogger ERROR Error occurred during execution of 'generated-transfer-1184-1' checkpoint.
    Traceback (most recent call last):
    File "/usr/lib/python2.6/vendor-packages/solaris_install/engine/__init__.py", line 811, in executecheckpoints
    checkpoint.execute(dry_run)
    2012-08-08 20:52:30,749 InstallationLogger CRITICAL Failed Checkpoints:
    2012-08-08 20:52:30,803 InstallationLogger ERROR
    2012-08-08 20:52:30,855 InstallationLogger ERROR generated-transfer-1184-1
    2012-08-08 20:52:30,907 InstallationLogger ERROR
    2012-08-08 20:52:30,960 InstallationLogger ERROR Checkpoint execution error:
    h4. Somebody knows about this error?

    The chash failures indicate that either the repository you're using has corrupt content for those files, or the files are being corrupted on download. The latter is more likely, usually a result of badly-behaved http proxies.

Maybe you are looking for