Distributing Java MSI

Hi,
I've got problems distributing the sun java 5 on windows XP sp 2 clients
pc's when using the MSI it will only install whe the user has
administrative rights. I've associated the application object to the
workstation with force run but it does not install also tried settings
from secure user but still no result. We've got other msi's that run
without a problem. Can one one help me with this one?
Thanks in advance,
Sebastiaan.

Depends on how the MSI app is designed.
Primarily it has to do with some MSI's launch secondary processes that are
run outside of Windows Installer and hence loose the elevated rights that
Windows installer uses. Basically poor MSI design.
Craig Wilson
Novell Product Support Forum Sysop
Master CNE, MCSE 2003, CCNA
Editor - http://www.ithowto.com
(Seeking Full-Time Expert? Drop me a note :> )
<[email protected]> wrote in message
news:I%[email protected]...
> I've tried the option of running as unsecure system user and made it a
> application that runs msiexec /i java.msi transforms=java.msi
> REBOOT=REALLYSUPPRESS /qn. and it worked. Thanks for the tip. Still wonder
> why this MSI doesn't work like all others i have.
>
> Regards,
>
> Sebastiaan.
>
>> I've used snapshot on the Java MSI because I too found the MSI install
> was
>> not always 100% reliable.
>> Did you check the option for Forcue-Run as User when Workstation
> Associated?
>> This will delay the install of the MSI until a user logs on which may
> help.
>> This does not change the impersonation to user impersonation.
>>
>> Did you try running MSIEXEC /i JAVA.MSI /QB- as an unsecure system user?
>>
>> --
>> Craig Wilson
>> Novell Product Support Forum Sysop
>> Master CNE, MCSE 2003, CCNA
>>
>> Editor - http://www.ithowto.com
>>
>> (Seeking Full-Time Expert? Drop me a note :> )
>>
>>
>> <[email protected]> wrote in message
>> news:[email protected]...
>> > Hi,
>> >
>> > I've got problems distributing the sun java 5 on windows XP sp 2
> clients
>> > pc's when using the MSI it will only install whe the user has
>> > administrative rights. I've associated the application object to the
>> > workstation with force run but it does not install also tried settings
>> > from secure user but still no result. We've got other msi's that run
>> > without a problem. Can one one help me with this one?
>> >
>> > Thanks in advance,
>> >
>> > Sebastiaan.
>> >
>> >
>>
>>
>

Similar Messages

  • Distribute Java jar application in Optical Disk with private JRE

    I am trying to ship my Jar application using DVDs and need the user just to run an exe and launch the program. So I have written a batch file which runs the jar using the private JRE shipped in the same DVD.
    Now when I run the batch file from the DVD it takes over one minute to launch the application because JRE is in the DVD as well.
    When I copy the JRE in hard disk and use that in my batch file to lauch the program it runs fast. However I wouldn't the path where the user copies the JRE in his hard disk. How would I detect the same in my batch file ?
    Even Launch4J takes same time as batch file.
    If I anyway have to ship JRE and ask the user install first ,how does batch file know the installed jre location if JAVA_HOME is not set. it would start using the jre in DVD and slow down. Anyway to make sure JAVA home is set to begin with ? May be 1st time if Java home is not set it copies to jre to C drive and then next time onwards it launches using the same Java home? What do you suggest
    [cross post |http://stackoverflow.com/questions/13372969/distribute-java-jar-application-in-optical-disk]
    Note I am using JDK8 , which is only developer preview now am I allowed to ship it in my DVD ?

    I wouldn't do that. Even if it is allowed, which I doubt, you're shipping unfinished and potentially dangerous software. I would also stick to the runtime only if I were you.I know, Sorry I meant shipping JRE only not JDK.
    My answer to your main question is: yep, its a tough problem and you're not going to crack it without special measures. One such special measure is to generate an installer using one of the many installer generators you can >find with Google.Yes I thought about installers but it would copy my jar and resource files to hard disk which I don't want to avoid piracy. Is there any way to access the rest of the files from DVD directly ?
    PS. My DVD vendor promisssed that he would burn them such a way that whole thing can't be copied to hard disk or imaged, I am yet to verify this.

  • Use Java Web Start to distribute Java 3D!

    I try to use Java Web Start to distribute Java 3D Application, I do successfuly tested some simple examples of Java 3D, and the result is as expected as I thought, But when I try to test an Objfile loader example, I failed.
    I simply use like this below:
    BranchGroup b = new objLoad("galleon.obj");
    objTrans.addChild(b);     
    and put the class file and the obj file into a jar file, but seems the objload can not find the model file in path! and if I put the obj file in my server directory and delete it form the jar file, I can run this function in local(double click jnlp file) but still can not run it in web.
    So I think the main problem is the path of the obj file, can anyone give me some advices about this?? thanks!!

    thanx! in fact the objload is a class wrote myself, just as below:
    public class objLoad extends BranchGroup{
    public objLoad(String filename) {
    BranchGroup obj = new BranchGroup( );
    int flags = ObjectFile.RESIZE;
              ObjectFile f = new ObjectFile(flags);
         Scene s = null;
         try {
         s = f.load(filename);
         catch (FileNotFoundException e) {
         System.err.println(e);
         System.exit(1);
         catch (ParsingErrorException e) {
         System.err.println(e);
         System.exit(1);
         catch (IncorrectFormatException e) {
         System.err.println(e);
         System.exit(1);
         obj.addChild(s.getSceneGroup());
    this.addChild(obj);
    actually, i still use ObjectFile as my loader, I wonder if I add obj file in jar, can I load this file through java web start? I read some examples about read some image file to build image icons, and these files are all in jar file.
    Thanks your help!! Can you reply my email [email protected]??

  • Distributed java compilation

    now i doing my final year project. project topic is "distributed java compilation with rmi". but i dont know how to split each classes in a java program.i also need to know what i do when inhritance and interfaces are used in the program.if u know how to do this plese help me.

    [http://www.seo4experts.com|http://www.seo4experts.com] Thank You,
    http://www.seo4experts.com
    Edited by: dhiren1983 on May 25, 2008 9:59 AM

  • Using JBoss to distribute Java App

    Hello...
    How can I distribute my JAVA application which has been developed using EJB in JBoss ?
    What CLASSES should I attached with the JAVA application ?
    I believe in Weblogic we should do the same thing, right ?
    Please Help.
    Thank you.

    Greetings,
    i think you missed what the question was askingIt wouldn't be the first time... :)
    i think they were asking if it's possible to deploy a
    client application in an .ear file from JBoss.I've yet to find evidence of the same in JBoss. However,...
    similar to Sun's RI server, you can distribute a
    client application by packaging it into the .ear fileThis isn't so much for client distribution as it is for client integration and in the RI it primarily serves as the means to provide authentication support to your client, though it can also be used to provide lookup bindings to referenced beans. JBoss uses a different means of authenticating the client by passing relevant authentication credentials through the InitialContext (similar to WebLogic) - so it isn't necessary to integrate the client with the application. Additionally, JBoss provides client proxies so it isn't necessary to distribute the stub classes (just the relevant proxy jars ':-p - though these can be deployed to a network share or through JBoss' class server), as with the RI. As for lookup binding (ala <ejb-link>), the "jury is still out" on whether this is a truly useful "feature". The EJB ideal, as with other component models, aims toward "shrink-wrapped" distributable "assemble-and-go" components. In such a world :), client developers work to write use(r)ful interfaces to the deployed business logic and so, presumably, have knowledge of the actual binding names... Okay, okay, so the world isn't ideal and the industry has yet to embody "shrink-wrapped" component portability and distribution (even Sun sells platform - iPlanet - specific components ':-/ ). However, how often have you coded clients without knowing the component binding names? For myself, it's been practically never ("practically", only because I've played with this 'feature'). Having said that, it's possible we'll see a paradigm shift with the advent of 2.0 and Local interfaces where a fully integrated (read "tightly coupled") client can also make use of them...
    i've read about other servers that you can connect to
    that client application by using java-jar jarName.jar
    ormi://serverName user password but i haven't gotIf I'm not mistaken here as well, this is Orion's method of implementing client authentication...
    this to work with jboss. also, to connect to a clientIt's emulateable if your beans have a security login module configured (see chapter 9 of the JBoss documentation), and your client accepts the necessary command-line arguments...
    app using Sun's RI server, they have they're own tool,
    runclient.Which brings up the login dialog before starting the client.
    any insight?I hope this helps.
    Regards,
    Tony "Vee Schade" Cook

  • Installation Master DVD Distributed Java System Copy menu missing

    Hello Gurus
    We want to perfom an Java system copy of our EP 6.0 using sapinst
    The source OS is Solaris 8.0 with Oracle 10.2.0.2
    The target OS is Solaris 10.0 with Oracle 10.2.0.2
    Our architecture is Distributed , CI is running on a system and DB server on another system.
    For this operation we use the master DVD 51033746_12 but we have an issue in exporting the DB as the
    Option for exporting the DB on a Distributed system is not displayed on the sapinst Menu .
    We followed the last guide taken from sap 'Homogeneous and Heterogeneous System Copy for SAP Systems Based on SAP Web Application Server Java 6.40 SR 1' and this option should be listed
    Excerpt:
    Choose the installation service SAP NetWeaver u201904 Support Release 1--> Java System --><DB> --> Distributed System --> Migration - Database Export.
    Unfortunately the Distributed system is not displayed and though we are stuck at the export step .
    I could not find any sapinst patches . Is it a known issue for Soalris system and is there a Workaround .
    Thanks for your help
    De Palma Lionel .

    Hello
    Thanks for your answer . Unfortunately this option is not available as we are using a NW04 SR1 system , not a nw'2004's one . With the latest master install (Installation_Master_6.20_6.40_05_08 51033746_5 )we have the choice of
    System copy  Source --> Java system --> oracle --> Migration Data  export 
                                    -->  HA Java system --> oracle --> Migration Data  export
    System copy  Target --> Java system --> oracle --> Central system-> Migration Data  export 
                          Target --> Java system --> oracle --> Distributed system -> Migration Target Central instance / Db instance install
    The Distributed system is available for Import option but no for the export one .
    My questions are :
    - Can we use a master nw2004's master DVD for system copy on a Nw'04s one ?
    - As the central instance is hosted on different system than DB instance , should I use the HA option ?
    Regards

  • Distributed java system copy of NW2004s......

    Dear friends
    we have an requiremen on SAP NETWEAVER portal environement, we have to take a java system copy of our produciton portal.
    our source portal landscape details as follows:
    CI: Host A
    DB : Host B
    Target portal landscape:
    CI & DB on same host.
    EXPORT:
    i have taken the distributed system copy of HOST A CI , and taken full DB backup , refreshed the same backup on our new target DB.
    and export of host A is showing very low size . i mean in MB's
    IMPORT:
    while i started the import, i have installed the central services intances  (SCS..) it went succesfully.
    restored th DB backup on our new DB.
    when i started the CI installation it got strucked with following errors.
    pls assist me.
    *INFO 2011-02-18 15:37:57
    Execute step askSecStoreFiles of component |NW_Java_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|11|0.
    ERROR 2011-02-18 15:37:58
    CJS-00030  Assertion failed: in
    function NW_CI_Instance_ind_ind_ind_ind_DialogPhase_askSecStoreFiles() {
        if (!NWInstall.getSystem(context.get("sid")).isSecStoreAvailable()) {
            ASSERT(arguments.callee, !installer.onUnix(), "SecureStore files must be available on Unix. Check if the global directory is mounted.");
            context.makeChangeable("secStoreSrcDir");
            var client = new ClientMapping();
            client.mapContextParameter("secStoreSrcDir", "'secStoreSrcDir'");
            installer.setKdbClient(client.getMapping());
            gui.invokeDialog({sid:"d_nw_ask_secstore_files"});
        } else {
            context.makeUnchangeable("secStoreSrcDir");
    SecureStore files must be available on Unix. Check if the global directory is mounted.
    ERROR 2011-02-18 15:37:58
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2011-02-18 15:37:58
    FCO-00011  The step askSecStoreFiles with step key |NW_Java_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|11|0|askSecStoreFiles was executed with status ERROR *

    Hi,
    Check below link:
    SecureStore files must be available on Unix. Check if the global directory
    Thanks
    Sunny

  • Minimum files needed from JRE to distribute Java Application

    Hello,
    We have developed a Java Desktop Application (A Viewer for projects created in Microsoft Project). The core application is around 4 MB. Now we want to distribute it thru our company website. With each distribution we have to supply JRE so that the user doesnt have to install JRE in his machine manually. Problem is the size of JRE which is around 13 MB. For an application of 4 MB its getting too much for the user to download additional 13 MB of files.
    I need the list of files of JRE minimum needed to distribute the application.
    thanks
    --Ahmed

    You are not allowed to distribute a partial set of the JRE, you can only distribute a complete JRE. See the LICENSE file included with any JRE installation.

  • Distributing Java Directory with my custom application

    I would like to distribute a JRE with my custom application.
    On a fresh machine, I have managed to copy the entire j2re1.x.x_x directory and have been successful in running my applicaiton without running the usual Windows J2re installer.
    Do I risk losing any J2RE functionality by doing this? Like the ability to run applets in internet explorer...etc???
    It seems that the j2re1.x.x_x directory is self contained...
    Thanks,
    -Trevor
    Message was edited by:
    Superpuffs

    I would like to distribute a JRE with my custom
    application.
    On a fresh machine, I have managed to copy the entire
    j2re1.x.x_x directory and have been successful in
    running my applicaiton without running the usual
    Windows J2re installer.Providing a private JRE in this manner is commonly done to control what Java version is executed. It also allows the user to update their Java without affecting your Java.
    Do I risk losing any J2RE functionality by doing
    this? Like the ability to run applets in internet
    explorer...etc???Yes - varies with the os. See Java's JDK Installation Instructions for details.
    It seems that the j2re1.x.x_x directory is self
    contained...
    Thanks,
    -Trevor
    Message was edited by:
    Superpuffs

  • Best practice/howto create extendable, modular, client-distributed java app

    Hi!
    I was adviced to re-post here, following advice from this post http://forums.sun.com/thread.jspa?messageID=10611662
    I'll try to be consise, here's what I wonder about:
    The application:
    I am writing an application which I plan to offer for download and easy installation to end-users. The application will offer a set of services to the user. It is designed to run in the background on the desktop with a tray icon for easy administration.
    What I need help with:
    I am trying to make this application modular. E.g so that I can offer new services/extensions to the application for download at a later time. The user should then only need to download the new "plug-in" or module, install it on his computer with minimum effort and it should be plugged into the already installed application.
    The question:
    What is the "best / easiest" way of doing this?
    I have been looking into the OSGi frameworks out there e.g. Knopflerfish and Equinox and have started reading about JPF the "Java Plug-in Framework"
    I also just came across Platonos Plugin Engine
    What I want is a solution which does not create a huge code overhead or is difficult to use, I want to keep it simple, both for me as developer and especially the user, is this possible?
    - Looking forward to some input!

    genernic wrote:
    What I want is a solution which does not create a huge code overhead or is difficult to use, I want to keep it simple, both for me as developer and especially the user, is this possible?For the user? Certainly. For you, the developer? Not so much. Writing software is difficult, that's all there is to it. Frameworks like Equinox (Actually, Eclipse RCP might well be right up your street) do indeed relieve you of some of the burden of, say, writing a plugin mechanism, but they come with their own learning curve. They won't just do it for you, with a couple of easy clicks of a button. Generally, the easier you make things on your user, the more pain it is for you as a developer.
    Eclipse RCP gives you some good wizards for getting started, but you'll still need to get an understanding of what's going on, or you'll be stuck when you hit a problem.

  • Distributing Java Components as Silent, plus what are the issues

    Apologies in advance if this is not the correct forum for this posting.
    I want to ship java Runtime, j2re-1_3_1-win-i.exe and Java3D, java3d-1_2_1_01-win32-opengl-rt.exe with our application/installation. Does anyone know the commands to run these installations in silent mode (i.e. no UI.)
    Secondly are there any legal obligations/issues we shipping these components on our CD.
    Thank you In Advance.
    Note: I am a complete Java Novice, so no gobbledegook.

    look here
    http://forum.java.sun.com/thread.jsp?forum=32&thread=142563

  • Suggestion for Oracle: Distribute java using up2date

    I've been hunting high and low for the simplest possible way to both a) install and b) keep updated "sun java" on our oel-boxes. Earlier, we've been downloading and installing RPMs from java.sun.com, but that of course deals only with installation, and not updating.
    Hence, I believe this is a suggestion -- but if someone says "you can do it now", consider this the question "how":
    * Create an up2date-channel that contains the latest java-versions (jre, jdk, 32bit, 64bit)
    * Let me install it using "up2date java-1.6.0-sun-devel"
    * ...and let "update -u" keep it updated
    Doing this will help me install and enable me to keep it updated -- both of which are laudable goals, I think!
    Also, it seems that RedHat already does this, using their "Supplementary Server" channel, ref http://docs.redhat.com/docs/en-US/JBoss_Enterprise_SOA_Platform/5/html/Getting_Started_Guide/appe-install_jdk_rhel.html.

    btw - not that this helps your case right now but
    we already have virtualbox on ULN in a channel and it's up to date / current. We'll do a better job at all the others as well.
    # yum install VirtualBox-3.2
    Loaded plugins: downloadonly, security
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package VirtualBox-3.2.x86_64 0:3.2.10_66523_rhel5-1 set to be updated
    --> Finished Dependency Resolution
    Dependencies Resolved
    ================================================================================
    Package Arch Version Repository Size
    ================================================================================
    Updating:
    VirtualBox-3.2 x86_64 3.2.10_66523_rhel5-1 el5_oracle 54 M

  • EP6,SP3 WAS640 Java Installation in a distributed environment....

    Hi Freinds,
    While installing WAS Java 640 instance in a distributed environment (with oracle 9.2 DB instance in separate host & WAS640 on another), the installation setup stops at the last step (i.e. during registration of SDM of SCS/CI installation). Kindly suggest, what cud be the problem?
    The details of errors are as mentioned below:
    ERROR 2004-10-09 15:04:05
    MUT-02041   SDM call of deploySdaList ends with returncode 4. See output of logfile C:\Program Files\sapinst_instdir\WEBAS_640_J2EE_ONLY\DS\CI\callSdmViaSapinst.log.
    The details of CallsdmViaSAPinst.log is as follows:
    Oct 9, 2004 2:13:26 PM   Info:
    Oct 9, 2004 2:13:26 PM   Info: ============================================
    Oct 9, 2004 2:13:26 PM   Info: =   Starting to execute command 'deploy'   =
    Oct 9, 2004 2:13:26 PM   Info: ============================================
    Oct 9, 2004 2:13:26 PM   Info: Starting SDM - Software Deployment Manager...
    Oct 9, 2004 2:13:32 PM   Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.3003.00.0000.20031126161800.0000
    Oct 9, 2004 2:13:33 PM   Info: SDM operation mode successfully set to: Standalone
    Oct 9, 2004 2:13:35 PM   Info: Initializing Network Manager (50317)
    Oct 9, 2004 2:13:35 PM   Info: Checking if another SDM is running on port 50318
    Oct 9, 2004 2:13:35 PM   Info: -
    Starting deployment -
    Oct 9, 2004 2:13:35 PM   Info: Loading selected archives...
    Oct 9, 2004 2:13:36 PM   Info: Loading archive 'I:\CD\51030277_WAS640SP3_Installation\J2EE1\J2EE-ENG\JDD\SYNCLOG.SDA'
    Oct 9, 2004 2:13:36 PM   Info: Selected archives successfully loaded.
    Oct 9, 2004 2:13:36 PM   Info: Error handling strategy: OnErrorStop
    Oct 9, 2004 2:13:36 PM   Info: Update strategy: UpdateLowerVersions
    Oct 9, 2004 2:13:36 PM   Info: Starting to execute deployment action (deploy) for "synclog".
    Oct 9, 2004 2:13:44 PM   Info: Creating connections to database "EPQ".
    Oct 9, 2004 2:13:55 PM   Info: Creating vendor connection to database.
    Oct 9, 2004 2:13:57 PM   Error: Creation of vendor connection failed.
    Original error message is:
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Stack trace of original Exception or Error is:
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)
         at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3695)
         at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:352)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:362)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:536)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:328)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:149)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:472)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:253)
         at com.sap.sdm.serverext.servertype.dbsc.extern.DBSCConnectionManager.createSDMVendorConnection(DBSCConnectionManager.java:214)
         at com.sap.sdm.serverext.servertype.dbsc.extern.DBSCConnectionManager.createSDMConnections(DBSCConnectionManager.java:77)
         at com.sap.sdm.serverext.servertype.dbsc.ConnectionManagerDecorator.createSDMConnections(ConnectionManagerDecorator.java:73)
         at com.sap.sdm.serverext.servertype.dbsc.DatabaseTargetSystem.connect(DatabaseTargetSystem.java:140)
         at com.sap.sdm.serverext.servertype.dbsc.DBSCDeploymentActionProcessor.executeAction(DBSCDeploymentActionProcessor.java:115)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:58)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:181)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:51)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:84)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:61)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:78)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:88)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:74)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:121)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:90)
         at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:162)
         at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:54)
         at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)
         at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)
         at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)
         at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)
         at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)
         at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)
         at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)
         at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:52)
         at com.sap.sdm.control.command.Command.exec(Command.java:42)
         at SDM.main(SDM.java:21)
    Oct 9, 2004 2:13:57 PM   Error: Execution of deployment action for "synclog" aborted:
    Db connect failed.
    Oct 9, 2004 2:13:57 PM   Error: Deployment NOT successful for synclog
    Oct 9, 2004 2:13:57 PM   Error: -
    At least one of the Deployments failed -
    Oct 9, 2004 2:13:57 PM   Info: Summarizing the deployment results:
    Oct 9, 2004 2:13:57 PM   Error: Aborted: I:\CD\51030277_WAS640SP3_Installation\J2EE1\J2EE-ENG\JDD\SYNCLOG.SDA
    Oct 9, 2004 2:13:57 PM   Error: Processing error. Return code: 4

    Hi Rajenda,
    I'm really stucked in distributed Java installation.
    Can you help me? I'd like to ask you some questions.
    My email address is: [email protected]
    Regards,
    Tibor
    ps.: I'm using my friend account in SAP SDN (Nándor)

  • Java 7u51 "Missing installer.dll".

    Hi,
    There appears to be a mistake in update 51 when dealing with silent installs(both 32 and 64bit versions).
    In this particular case we are updating from 7u45 to 7u51(previous updates leading up to u45 have worked perfectly)
    We have been successfully updating JRE for some time now on roughly 1000 systems. However Update 51 fails consistently.
    Both methods(.exe or MSI) fail with the same "File missing C:\Program Files (x86)\Java\Jre7\Bin\\installer.dll"
    Notice the "\\" part - that really is part of the error message.
    Help please.
    Regards,
    Russ.

    Hey Russ
    I dont think that using the MSI is supported any more.
    I've been distributing Java for 10+ years now and have also always extracted the MSI (and this WAS supported earlier) https://www.java.com/en/download/faq/deploy-sysadmin.xml check the MSI Install link (supports v. 6)
    The problem is, that the MSI only seems to be a container that contains a zip file and like. The actual install is done via a custom action in the MSI. Not my idea of a real MSI.
    Using the EXE directly using https://www.java.com/en/download/help/silent_install.xml seems to work. Not perfectly.. but better.
    Regards,
    Christian

  • Vibe 3.3 and Java 7 Update 51

    We have been running Vibe 3.3 for quite some time now and havent had really issues with it. But since the latest Java Update things went wrong. Before that update, if we opened a file out of Vibe (via "Edit this file") to edit, a Java warning (like this one http://www.java.com/en/download/help...variations.xml) was shown but if you accepted it, everything worked. After the latest JRE update to version 7 Update 51 we still get that Java warning but after accepting it, nothing happens.
    After some research I found updated java applets for Vibe and installed them as mentioned here: http://download.novell.com/Download?...d=IjdLuwODIJM~
    As you can guess, it didnt fix the problem.
    So any idea and help is highly appreciated

    Thanks for the hints, you got me in the right direction. In fact it seems as if the Java certificate Vibe uses is incomplete and since Java 7U51 it is blocked. If the Vibe Office Addin is used you dont even notice that there is a problem as the addin issnt using Java, but if you use a browser to work with your files you get hit by that Java problem.
    After I did some research I found a blog with a description how to distribute Java Security Configuration via GPO which pointed me an (compared with that GPO thing) easy solution. I setup my Java Config on one client using the possibility with Java 7U51 to specify exception sites and entered my Vibe adress to teh exception list. Made a copy of the exception.sites file which is located within the user Profile (%USERPROFILE%\APPDATA\LocalLow\Sun\Java\Deploymen t\security\exception.sites) (The file only exists if you alter the configuration with the Java Control panel), placed it on a share and deploy it using ZCM to every client.
    Works fine for clients within the institute, everyone who wants access from outside needs to alter his configuration manually. It would be great to see an update from Novell adressing this issue, as the main issue seems to be an incomplete Novell Security Certificate.

Maybe you are looking for