Deployment of CR with VS2005 application

Post Author: ampersand
CA Forum: .NET
Hi,
I am currently creating a setup with Inno Setup to deploy an .NET windows application (built with VS2005). Within the app I use Crystal Report that is bundled with Visual Studio 2005. The user is only able to select a predefined report, he cannot design reports on his own.
I am a bit unsure what is the best and most efficient way to install the necessary CR components. I cannot use MergeModules as these are not supported with Inno Setup. I read something about putting the MergeModule into an MSI file and start this MSI from within InnoSetup. Is this the correct way?
Is it possible to let the user download the necessary file form your homepage instead of bundling them into the setup? The size of the CR MergeModule is pretty big (round 20MB) and this is much overhead for an application of just 2 MB.
Thanks for your help
Dirk

Post Author: ampersand
CA Forum: .NET
Thanks for your replies.
I cannot use the setup project of Visual Studio for my application as it has not enough options. Instead I have to use InnoSetup for my application. Unfortunately InnoSetup cannot handle MergeModules natively.
So what I did now is I created an empty setup project in Visual Studio and only included the MergeModule of CR for VS2005. I then receive a MSI file which only includes the MergeModule.
This MSI file is called by my application setup that was created with Inno Setup. After installation I get a directory 'BusinessObjects' in the Common Files directory with around 400 dll's in it. This works but I am wondering if this is really the correct way to do it or if I am thinking in to the wrong direction.
Thanks
Dirk

Similar Messages

  • BC4J EJB deployment ; testing deployment to 8i with client application

    Hi,
    Is there a way to to connect a java client application to a 8i deployed BC4J using the oracle.dacf.dataset.SessionInfo ? Can we do this using the JDev wizards - property inspector ?
    (I've seen in the doc :"Testing a Business Components EJB Deployed to Oracle8i with a Code Client" but the given code
    // setup application module variable
    ApplicationModule appMod = null;
    javax.naming.Context ic = new InitialContext(env);
    ApplicationModuleHome home = (ApplicationModuleHome)ic.lookup(DeployedMod);
    appMod = home.create();
    does not contains any SessionInfo object.)
    Thanks,
    Xvc

    Chris,
    Perhaps you should be checking if the user you wish to deploy
    EJBs to has at least JAVAUSERPRIV.
    As SYSTEM
    grant JAVAUSERPRIV to <user>;
    Good luck
    /Mark
    Chris Jones (guest) wrote:
    : Hi,
    : I'm having a problem deploying an EJB to Oracle 8i with
    : JDeveloper 2.0.
    : I am receiving an insufficient privileges error in the
    : deployment process when it reaches the stage Generating EJBHome
    : and EJBObject on the server. I am logging in using the system,
    : sys, scott or internal account and all still receive the same
    : error. What role/privelege do I need to deploy an ejb to 8i?
    : Thanks in advance.
    : Here is a dump of the output JDeveloper produces.
    : *** Invoking the Oracle JDeveloper deployment utility ***
    : Scanning project files...done
    : Generating classpath dependencies...done
    : Generating archive entries table...done
    : Writing archive...done
    : *** Invoking the Oracle8i deployment utility ***
    : Reading Deployment Descriptor...done
    : Verifying Deployment Descriptor...done
    : Gathering users...done
    : Generating Comm Stubs...done
    : Compiling Stubs...done
    : Generating Jar File...done
    : Loading EJB Jar file and Comm Stubs Jar file...done
    : Generating EJBHome and EJBObject on the
    : server...oracle.aurora.server.tools.sess_iiop.ToolsException: A
    : SQL exception occured while compiling:
    : oracle.aurora.ejb.gen.test_MyEJB.EjbObject_MyEJB : ORA-01031:
    : insufficient privileges
    : at oracle.aurora.server.tools.sess_iiop.ToolImpl.error
    : (Compiled Code)
    : at oracle.aurora.ejb.deployment.GenerateEjb.generateBean
    : (Compiled Code)
    : at oracle.aurora.ejb.deployment.GenerateEjb.invoke
    : (Compiled Code)
    : at oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke
    : (Compiled Code)
    : at
    : oracle.jdeveloper.wizard.deployment.EJBDeployMonitor.run
    : (Compiled Code)
    : at oracle.jdeveloper.wizard.common.ProgressDialog.run
    : (Compiled Code)
    : at java.lang.Thread.run(Compiled Code)
    null

  • How to Deploy Mysql database with JSF Application

    hi,
    I have developed web application using JSF which uses a MySQL as Database.The server is localhost, database name is database_123(or watever!), so everything works fine...now this web application is something which i need to run on other computers as well....so do i have to install mySQL server to the computer from which the war file is deployed? if i don't want to install mysql at any computer, then how can i do?
    Plz help me! and if possible please tell me or post a article.
    Thanx in advance
    jsfgeeks

    This is what I am trying to figure out what is the best way. I am not worrying about making the SQL Server part of my install, we are going to leave that up to the client. I already have the script to create the DB, I am just trying to find the best way to deliver the data to the SQL Server. Like I said I have T-SQL scripts with insert statements but they end up being huge. I am looking at maybe using ApexSQL Script, as it can make an .exe file that creates the DB and installs the data, but it give me an out of memory error because we have so much data.

  • Help deploying a package with an application. Is it possible?

    Hi all,
    I wanted to find out how to deploy a batch file that was created to delete previous versions of Java.  After researching thru TechNet, I was able to successfully implement the batch file by creating a package, but here is where I'm stuck.  Being
    that we've just recently setup the SCCM infrastructure, there are many previous versions of java on client machines.  I feel like it would be almost a waste to find each old version of java and then supersede each version by it's successor in SCCM. 
    It would work, but it would take entirely too long.  The script does it's job perfectly, however, I have also deployed an application with the most current java update.  Now, what I need to happen is have the package, to uninstall all previous java
    versions, run before the application to install the most current version of java.  I've been researching and have found ideas, but not been successful with the implementations.  Any suggestions or advice?
    Thank you!

    You have to wrap the new Java installation into a script and in that script you put your Java removal script too, so that it gets fired first before the installation of the new Java. Powershell or VBScript, whatever you like :)
    This is because you can not add a dependency from an Application to a Package.
    Tim Nilimaa | Blog: http://infoworks.tv | Twitter: @timnilimaa

  • Deployment of a crystal report application with visual 2005

    Hello all,
    I am very new at .NET, and this is my first post to this forum.
    I've created a report  (example.rpt) with Crystal Reports 2008. Then I've installed "Crystal Report for visual .net 2005 component".
    Then I've  imported it in a vb.net project using its Crystal Report Application Template, complied it and succesfully tested it on my machine. 
    My next objective is to manage the deployment of my report on the end-user machine. Here started my problem.....
    Following suggestions I found on the net, I tried to create a Setup Project to deploy my application including Crystal Report runtime components; the report is included in the project as an embedded resource. Apparently the setup project as been correctly builded; if I run it my machine everything is ok but on  end-user machine it generated this error:
    EventType clr20r3, P1 reportarts.exe, P2 1.0.0.0, P3 49feecfc, P4 reportarts, P5 1.0.0.0, P6 49feecfc, P7 e, P8 c6, P9 system.invalidoperationexception, P10 NIL.
    I tried on different windows SP2 - SP3 machines, with .NET Framework 2.0 alredy installed but the error is the same.
    Can you Help me please???????? THANK YOU in ADVANCE

    Hi,
    I have notice that
    I've created a report (example.rpt) with Crystal Reports 2008. Then I've installed "Crystal Report for visual .net 2005 component".
    Is that meam you have developed the reports in CR 2008(Seperate product) and installed CR for VS2005 (CR 10.5) and using CR 2008 reports in CR 10.5 environment?
    Would like to inform that CR  2008 and CR 10.5 which comes with VS2005 are completely different and if in case you are converting the CR 2008 reports to CR 10.5 then you need to be careful for deployment because the correct runtimes should be installed on the deployment system.
    You can check the integrated CR with VS by opening VS environment and go to help - about - and check the CR version.
    If you are using the VS 2005 CR 10.5 then click [here|http://resources.businessobjects.com/support/communityCS/FilesAndUpdates/cr_net_2005_mergemodules_mlb_x86.zip] to install latest merge modules.
    Hope this helps!!
    Edited by: Amit Singh on May 5, 2009 6:07 PM

  • Deploying Forms and Reports 6i runtime with my application

    I'm trying (for a year or two) to find out Oracle's recommended and proven method of packaging Forms and Reports 6i runtime components with my application. I've tried the 6.0 File Packager, the Project Builder Delivery Wizard, and the Oracle Software Packager. I'm still working with OSP but their doesn't seem any mention of runtime inclusion the User Guide or Tool. This is a basic need for anyone doing mass deployment on client/server environments. I know someone at Oracle knows the answer. Please help me! I'm desperate! Also, please realize that a custom install of runtimes from the Developer disks is not an option in our scenario.

    I had the same problem.
    I resolve with a new third party tool:
    RunDev
    I've found it on:
    solutionmarketplace.oracle.com
    searching "rundev".
    James

  • Image problems with VS2005 & CR 10.2

    Hi,
    I've searched & read the forum but not found any replies that match my problem, please help!
    I've got a field in an Oracle database that contains an image in binary form (Oracle type BLOB).
    In my VS2005 (ASP.Net using VB) website I return this field (along with others) at runtime into a dataset which I load into a report I've created.
    All the fields in the dataset show except for the image field.  I just get the "red cross".
    I know the image is ok because it is used elsewhere in an Oracle Forms project.
    I've also got the relative path to a physical copy of the image stored on the server - is there anyway this can be used to dynamically load the image using this version or CR (10.2, the one bundled with VS2005)?
    I've tried running the application locally as well as deploying it to our server - both fail and just show the "red cross"
    Any ideas please?
    Thanks,
    Ted H

    Start with the latest SP for that version of CR. That can be downloaded from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100006007872008E/crvs05sp1.exe
    Since I do not have the same data structure as you, it is difficult to say if any version of CR supports it. I did have a look at our known issues database, but do not see anything there similar to your issue.
    You may want to test with the latest version of CR - CR 2008. Eval version can be downloaded from here;
    http://www.businessobjects.com/forms/default.asp?id=701600000009BXP
    The testing I'd recommend:
    1) Once you have downloaded CR 2008, create a new report and connect to the Oracle database. Throw the blob field on the report and see if it comes up. If it does, move to test (2) below. If it does not, post a query to the Report Design forum as to why not. The report design forum link is here:
    SAP Crystal Reports
    2) Create a simple (I'd recommend win app), load the report, cerate a dataset  that contains the blob, pass that to the report and see if you can see the blob.
    Ludek

  • Error while deploying web service in Netweaver application

    Hi,
    In my group, two members working in the development of a WebDynpro based application.  We have created a track and are using the same for development. For our application
    the team member 1 created a Dc say DC1 for EJBS(both
    entity and session) and another DC say DC2 for the application archieve 'ear'
    and activated the two DCS. When another member of
    the team is trying to create a webservice in the checked out DC, the
    webservice was created successfully but while deploying the
    application archive DC it gives an error (details furnished below).
    Error:
    :Caught exception during application deployment from SAP J2EE Engine's
    deploy service:java.rmi.RemoteException: Cannot deploy
    application asianpaints.com/pe_mgt_ear.. Reason: Webservices common
    deployment exception! The reason is: Error occurred,
    trying to update web services for application
    asianpaints.com/pe_mgt_ear. . Additional info: none; nested exception
    is:
    java.lang.Exception:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common deployment
    exception! The reason is: Error occurred, trying to update web services
    for application asianpaints.com/pe_mgt_ear.
    WSDeploymentException: Webservices common deployment exception! The
    reason is: Error occurred, trying to parse documentation
    for web service NewPEProcessorService. .
    So we created one more DC3(referring the entity beans of DC1) and
    created the required session bean and webservice in that
    DC. It got deployed successfully. Again when we are trying to create
    new webservice it got created but the deployment got
    aborted with the same error as mentioned above:
    The detailed error description we got in both the cases is given below:
    Mar 30, 2006 1:07:39 PM /userOut/deploy
    (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy
    Thread,5,main]] INFO:
    [005]Additional log information about the deployment
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[/usr/sap/J2E/JC00/SDM/program/log/sdmcl20060330074205.log]/>
    <!PATTERN[sdmcl20060330074205.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[ISO8859_1]/>
    <!LOGHEADER[END]/>
    Mar 30, 2006 1:12:07 PM Info: -
    Starting deployment -
    Mar 30, 2006 1:12:07 PM Info: Loading selected archives...
    Mar 30, 2006 1:12:07 PM Info: Loading
    archive '/usr/sap/J2E/JC00/SDM/program/temp/temp35515asianpaints.com~pe_mgt_ear.ear'
    Mar 30, 2006 1:12:17 PM Info: Selected archives successfully loaded.
    Mar 30, 2006 1:12:17 PM Info: Actions per selected component:
    Mar 30, 2006 1:12:17 PM Info: Update: Selected development component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'20060330130420' updates
    currently deployed development component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'8008'.
    Mar 30, 2006 1:12:17 PM Info: The deployment prerequisites finished
    without any errors. All items are correct.
    Mar 30, 2006 1:12:17 PM Info: Saved current Engine state.
    Mar 30, 2006 1:12:17 PM Info: Error handling strategy: OnErrorStop
    Mar 30, 2006 1:12:17 PM Info: Update strategy: UpdateAllVersions
    Mar 30, 2006 1:12:17 PM Info: Starting: Update: Selected development
    component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'20060330130420' updates
    currently deployed development component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'8008'.
    Mar 30, 2006 1:12:17 PM Info: SDA to be deployed:
    /usr/sap/J2E/JC00/SDM/root/origin/asianpaints.com/pe_mgt_ear/J2E_HSSPNEW_D/20060330130420/temp35515asianpaints.com~pe_mgt_ear
    .ear
    Mar 30, 2006 1:12:17 PM Info: Software type of SDA: J2EE
    Mar 30, 2006 1:12:17 PM Info: ***** Begin of SAP J2EE Engine
    Deployment (J2EE Application) *****
    Mar 30, 2006 1:15:07 PM Info: Begin of log messages of the target
    system:
    06/03/30 13:12:17 -
    06/03/30 13:12:20 - Start updating EAR file...
    06/03/30 13:12:20 - start-up mode is lazy
    06/03/30 13:12:23 - EAR file updated successfully for 3161ms.
    06/03/30 13:12:23 - Start updating...
    06/03/30 13:12:24 - EAR file uploaded to server for 525ms.
    06/03/30 13:15:07 - ERROR: Not updated. Deploy Service returned ERROR:
    java.rmi.RemoteException: Cannot deploy
    application asianpaints.com/pe_mgt_ear..
    Reason: Webservices common deployment exception!
    The reason is: Error occurred, trying to update web
    services for application asianpaints.com/pe_mgt_ear. . Additional info:
    none; nested exception is:
    java.lang.Exception:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException:
    Webservices common deployment exception! The reason is: Error occurred,
    trying to update web services for application
    asianpaints.com/pe_mgt_ear. . Additional info: none
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:164)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:118)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:86)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateManager.makeUpdate(WSUpdateManager.java:52)
    at
    com.sap.engine.services.webservices.server.deploy.WSDeployer.makeUpdate
    (WSDeployer.java:274)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:390)
    at
    com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:387)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:159)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java
    :290)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3027)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update
    (DeployServiceImpl.java:584)
    at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch
    (DeployServiceImplp4_Skel.java:1278)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:294)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:119)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
    at
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at
    com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged
    (Native Method)
    at
    com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:95)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:160) Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices
    deployment exception! The reason is: Error occurred, trying to generate
    web services deployment files for application
    asianpaints.com/pe_mgt_ear. . The error refers to application: none,
    jar: , web service: .
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:296)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.deployWebServices(WSUpdateProcessor.java:262)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:155)
    ... 21 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, parsing
    com.sap.engine.services.webservices.server.deploy.descriptors.sapwebservices.WSDescriptor descriptor, application
    asianpaints.com/pe_mgt_ear, web service NewPEProcessorService, location
    message: type: jar file, location:
    /usr/sap/J2E/JC00/j2ee/cluster/server0/./temp/deploy/work/deploying/reader1143704544275/asianpaints.com~HSSPNEW_UserDetails.j
    ar . . Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:907)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebService(WSDefinitionFactory.java:176)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebServices(WSDefinitionFactory.java:158)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:284)
    ... 23 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, trying to parse
    documentation for web service NewPEProcessorService. .
    Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseDocumentation(WSDefinitionFactory.java:1586)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDAndDocumentation(WSDefinitionFactory.java:15
    60)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:814)
    ... 26 more
    Caused by: java.lang.NullPointerException
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update
    (DeployServiceImpl.java:596)
    at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch
    (DeployServiceImplp4_Skel.java:1278)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:294)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:119)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
    at
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at
    com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged
    (Native Method)
    at
    com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:95)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:160) Caused by:
    java.lang.Exception:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common deployment exception! The
    reason is: Error occurred, trying to update web services for
    application asianpaints.com/pe_mgt_ear. . Additional info: none
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:164)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:118)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:86)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateManager.makeUpdate(WSUpdateManager.java:52)
    at
    com.sap.engine.services.webservices.server.deploy.WSDeployer.makeUpdate
    (WSDeployer.java:274)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:390)
    at
    com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:387)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:159)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java
    :290)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3027)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update
    (DeployServiceImpl.java:584)
    at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch
    (DeployServiceImplp4_Skel.java:1278)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:294)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:119)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
    at
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at
    com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged
    (Native Method)
    at
    com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:95)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:160) Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices
    deployment exception! The reason is: Error occurred, trying to generate
    web services deployment files for application
    asianpaints.com/pe_mgt_ear. . The error refers to application: none,
    jar: , web service: .
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:296)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.deployWebServices(WSUpdateProcessor.java:262)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:155)
    ... 21 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, parsing
    com.sap.engine.services.webservices.server.deploy.descriptors.sapwebservices.WSDescriptor descriptor, application
    asianpaints.com/pe_mgt_ear, web service NewPEProcessorService, location
    message: type: jar file, location:
    /usr/sap/J2E/JC00/j2ee/cluster/server0/./temp/deploy/work/deploying/reader1143704544275/asianpaints.com~HSSPNEW_UserDetails.j
    ar . . Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:907)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebService(WSDefinitionFactory.java:176)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebServices(WSDefinitionFactory.java:158)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:284)
    ... 23 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, trying to parse
    documentation for web service NewPEProcessorService. .
    Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseDocumentation(WSDefinitionFactory.java:1586)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDAndDocumentation(WSDefinitionFactory.java:15
    60)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:814)
    ... 26 more
    Caused by: java.lang.NullPointerException
    at
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException.writeReplace(WSDeploymentException.java:64)
    at sun.reflect.NativeMethodAccessorImpl.invoke0
    (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
    (NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke
    (DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke
    (Method.java:324)
    at java.io.ObjectStreamClass.invokeWriteReplace
    (ObjectStreamClass.java:896)
    at java.io.ObjectOutputStream.writeObject0
    (ObjectOutputStream.java:1011)
    at java.io.ObjectOutputStream.defaultWriteFields
    (ObjectOutputStream.java:1332)
    at java.io.ObjectOutputStream.writeSerialData
    (ObjectOutputStream.java:1304)
    at
    java.io.ObjectOutputStream.writeOrdinaryObject
    (ObjectOutputStream.java:1247)
    at java.io.ObjectOutputStream.writeObject0
    (ObjectOutputStream.java:1052)
    at java.io.ObjectOutputStream.writeObject
    (ObjectOutputStream.java:278)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl.throwException
    (DispatchImpl.java:135)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:296)
    ... 8 more
    For detailed information see the log file of the
    Deploy Service.
    06/03/30 13:15:07 -
    Mar 30, 2006 1:15:07 PM Info: End of log messages of the target
    system.Mar 30, 2006 1:15:07 PM Info: ***** End of SAP J2EE Engine
    Deployment
    (J2EE Application) *****
    Mar 30, 2006 1:15:07 PM Error: Aborted: development component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'20060330130420':
    Caught exception during application deployment from SAP J2EE Engine's
    deploy service:
    java.rmi.RemoteException: Cannot deploy application
    asianpaints.com/pe_mgt_ear..
    Reason: Webservices common deployment exception! The reason is: Error
    occurred, trying to update web services for application
    asianpaints.com/pe_mgt_ear. . Additional info: none; nested exception
    is:
    java.lang.Exception:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, trying to update
    web services for application
    asianpaints.com/pe_mgt_ear. . Additional info: none
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:164)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:118)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:86)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateManager.makeUpdate(WSUpdateManager.java:52)
    at
    com.sap.engine.services.webservices.server.deploy.WSDeployer.makeUpdate
    (WSDeployer.java:274)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:390)
    at
    com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:387)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:159)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java
    :290)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3027)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update
    (DeployServiceImpl.java:584)
    at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch
    (DeployServiceImplp4_Skel.java:1278)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:294)
    at com.sap.engine.services.rmi_p4.DispatchImpl._run
    (DispatchImpl.java:183)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:119)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:95)
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:160)
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices deployment exception! The
    reason is: Error occurred, trying to generate web services deployment
    files for application asianpaints.com/pe_mgt_ear. . The
    error refers to application: none, jar: , web service: .
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:296)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.deployWebServices(WSUpdateProcessor.java:262)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:155)
    ... 21 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common deployment
    exception! The reason is: Error occurred, parsing
    com.sap.engine.services.webservices.server.deploy.descriptors.sapwebservices.WSDescriptor descriptor, application
    asianpaints.com/pe_mgt_ear, web service NewPEProcessorService, location
    message: type: jar file, location:
    /usr/sap/J2E/JC00/j2ee/cluster/server0/./temp/deploy/work/deploying/reader1143704544275/asianpaints.com~HSSPNEW_UserDetails.j
    ar . . Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:907)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebService(WSDefinitionFactory.java:176)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebServices(WSDefinitionFactory.java:158)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:284)
    ... 23 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common deployment
    exception! The reason is: Error occurred, trying to parse documentation
    for web service NewPEProcessorService. . Additional
    info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseDocumentation(WSDefinitionFactory.java:1586)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDAndDocumentation(WSDefinitionFactory.java:15
    60)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:814)
    ... 26 more
    Caused by: java.lang.NullPointerException
    (message ID:
    com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Mar 30, 2006 1:15:17 PM Info: J2EE Engine is in same state
    (online/offline) as it has been before this deployment process.
    Mar 30, 2006 1:15:17 PM Error: -
    At least one of the Deployments
    failed -
    Deployment failure happens only when the DC contains a web service; else, it goes through properly. 
    Can anyone of you indicate where we are going wrong and what should be done to resolve this issue?
    Thanks a lot in advance.
    Regards,
    Ravi

    Hi,
    You can go to the Visual Administrator -> <SID> -> Server -> Services -> Deploy -> Runtime tab -> option Container at the bottom and see if everything is correct and running in the webservices_container.
    If something necessary to the deployment is not started you can select it and click in start.
    I hope it helps.
    Thanks,
    Anderson

  • Unable to connect SQL server 2005 databse with JSF applications !

    Hello guys!
    Help me out to connect SQL server 2005 Databse with JSF applications using JDBC-ODBC bridge. I'm working with Netbeans 6.1 IDE.
    I tried for the basic applications but instead got this error:
    "unable to deploy jdbc drivers to the <project>domain/lib"
    Please help me out with working sample codes that connects MS SQL server 2005 DB with JSF!!
    Thank you guys!

    1) don't use the bridge driver
    2) don't do database access from JSF
    3) learn how to use your application server
    4) learn how to use your IDE

  • Deployment of an Adobe AIR application in an enterprise environment

    Dear Team members,
    first of all my apologies for posting this thread in more than one forum (see Installations Issues) but the argument is very important to us and I don't know where discuss it.
    I would like to post a question to you regarding deployment doubts that we are trying to address.
    My company is working on the new version of our primary application previously built as a J2EE application with some reporting functions with Flex, and we want to use AIR in order to leverage its possibilities:
    Seamless integration with existing application functionalities (implemented as standard JEE web application pages) thanks to the integrated HTML capabilities
    Improved integration of the user interface with the desktop
    Native processes to provide additional functionalities
    Our application is targeted to pharmaceutical industry, subject to FDA regulations, and it affects more than 5000 users for each customer, so we have some specific requirements affecting the deployment and distribution of the software:
    Allow to run multiple versions of the software on the same client machine (to support test and acceptance activities in addition to the production environment)
    Minimize the effort of the initial setup on each client
    Manage the version upgrades without manual activities on each client
    Keep the test/acceptance and production environments strictly aligned to improve effectiveness of formal validation (ideally, an application once validated should be transported in production without any source code modification, recompilation or repackaging)
    The current browser-based strategy is perfectly fit to these requirements, and in the shift towards a desktop-based strategy we need to continue satisfying them as much as possible. We evaluated the standard distribution strategy of Adobe AIR applications, and noticed several attention points in this scenario.
    The first issue we encountered is the back-end services endpoint discovery problem. Simply hardcoding a server URL in the packaged application could be a viable solution for public internet-accessible applications, but we need to support multiple customers in their intranet, and each one typically requires multiple environments for the application (acceptance, production, etc.). Maintaining dozens of different packages of the AIR application to support all these customer environments clearly is not the solution. Neither we want to force thousands of different users to enter and maintain the correct server location in their local preferences.
    So, we thought to use a badge hosted in the back-end application to run the local AIR application: using the underlying API, we could activate the application specifying also the network location of the back-end services. We could also rely on the badge to install the application (and the AIR runtime if necessary)… however, application packaged as native installers cannot be installed, upgraded, or launched by the badge API (and we need to package ours as native to use native processes).
    We also noticed that multiple versions of an AIR application cannot be installed side-by-side in a client machine, and that the installation and upgrade of the application can be performed only when the local user has administrative rights on the machine (using standard or native packages), forcing us to rely on external software distribution systems in some customer scenarios (introducing additional complexities in the release cycle).
    At this point, in our opinion the standard deployment strategies of Adobe AIR applications are unfit for enterprise environments. In the enterprise world, many of the applications have migrated to a completely browser-based solution, while others enhanced their client layer to comply with the requirements, for example installing only a thin portion of the client code and allowing to connect to multiple server versions/environments with it (e.g. the SAP GUI universal client). Without smarter deployment and distribution tools, AIR applications currently are a step back compared to web applications in terms of manageability.
    So, we are trying to develop a solution to address these problems, with some concepts similar to JStart: install on the client machine a launcher application capable of being activated from a web page, dynamically locate, download and run the actual client bytecode, transparently enforce client software updates, and supporting multiple applications (and multiple versions of the same application). However, we are facing many technical problems due to internal architecture of AIR and we already spent a considerable amount of effort trying to find a solution. We are now thinking to return on the choice of AIR, going back to Flex.
    What is the position of Adobe on this argument? Is Adobe aware of these issues and are there any plans on this topic? Any advice?
    Thank you in advance

    For those following along, Oliver Goldman will be answering this post in future articles on his blog.
    Many great comments and questions here. I’m working on some follow-up posts to address these; nothing I could cram into this comment field would really do your query justice. - Oliver Goldman
    Pursuit of Simplicity
    Chris

  • Can not deploy Adobe CC with deployment Manager

    Hi,
    we are trying to deploy Adobe CC with SCCM 2012 R2. While the installation we are getting errors in the PDApp.log:
    01/07/15 14:59:30:028 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | Build Version - 1.7.0.43
    01/07/15 14:59:30:029 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | Logging Level verbosity Set  to 4
    01/07/15 14:59:30:029 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | Executing immediate custom action for install mode.
    01/07/15 14:59:30:029 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | The CustomActionData string is : mode=install;sourceDir=C:\WINDOWS\ccmcache\1d\;installDir=;origDB=C:\WINDOWS\ccmcache\1d\ Adobe Creative Cloud Illustrator 2014.msi
    01/07/15 14:59:30:029 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | Successfully executed the immediate custom action for install mode .
    01/07/15 14:59:32:461 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Build Version - 1.7.0.43
    01/07/15 14:59:32:461 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:461 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Executing the deferred custom action.
    01/07/15 14:59:32:466 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Obtained the following as CustomActionData
    01/07/15 14:59:32:466 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | mode=install;sourceDir=C:\WINDOWS\ccmcache\1d\;installDir=;origDB=C:\WINDOWS\ccmcache\1d\ Adobe Creative Cloud Illustrator 2014.msi
    01/07/15 14:59:32:466 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | mode=install;sourceDir=C:\WINDOWS\ccmcache\1d\;installDir=;origDB=C:\WINDOWS\ccmcache\1d\ Adobe Creative Cloud Illustrator 2014.msi
    01/07/15 14:59:32:466 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Original database path is : C:\WINDOWS\ccmcache\1d\Adobe Creative Cloud Illustrator 2014.msi
    01/07/15 14:59:32:472 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | OptionXML saved at location :: C:\WINDOWS\TEMP\{C1921A81-A734-45BA-BE0B-E4440C3E2259}\\{CF57953C-5FB8-414D-AF1D-C555914C 4B73}
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Build Version - 1.7.0.43
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Initializing Custom Action Data from parameters
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | Utilities |  |  | 3796 | Folder does not exist
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Provisioning Tool path is (C:\WINDOWS\TEMP\{C1921A81-A734-45BA-BE0B-E4440C3E2259}\\{FF74F6C4-0D5C-43E0-98F2-5A9B0B3 FED97}).
    01/07/15 14:59:32:498 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Starting to run the custom action for install mode
    01/07/15 14:59:32:498 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | STEP 1: Starting to parse Option XML.
    01/07/15 14:59:32:503 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Self-Update BootStrapper Relative Path doesn't exist.
    01/07/15 14:59:32:504 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | No of updates found (1).
    01/07/15 14:59:32:504 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to find Royalty Bearing attribute info.
    01/07/15 14:59:32:504 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Number of Medias found = 1
    01/07/15 14:59:32:504 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Deployment Manager is running in Install Mode.
    01/07/15 14:59:32:508 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Deployment XML created at path :: C:\WINDOWS\TEMP\{2C2F5292-0608-47D5-BCE2-3B2D1A59C1EC}\\{DE6BF6FD-0D94-4F7D-86B5-6804037C B0D7}
    01/07/15 14:59:32:513 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Override XML created at path :: C:\WINDOWS\TEMP\{2C2F5292-0608-47D5-BCE2-3B2D1A59C1EC}\\{0B4F1D68-9714-494B-BF52-CCB490BD 2AF4}
    01/07/15 14:59:32:517 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to find the pdb database.
    01/07/15 14:59:32:517 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to get the local payload database handle.
    01/07/15 14:59:32:517 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | STEP 2: Starting to launch ASU AAM.
    01/07/15 14:59:32:517 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Bootstrapper launch location is :: C:\WINDOWS\ccmcache\1d\ASU\Set-up.dat
    01/07/15 14:59:32:681 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | Build Version - 8.0.1.12
    01/07/15 14:59:32:681 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:711 | [WARN] |  | ASU | OPM | OPM |  |  | 4388 | Failed in key1 generation
    01/07/15 14:59:32:711 | [WARN] |  | ASU | OPM | CryptEngine |  |  | 4388 | Failed in key1 generation
    01/07/15 14:59:32:747 | [WARN] |  | ASU | OPM | OPM |  |  | 4388 | Failed in key3List generation
    01/07/15 14:59:32:747 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 4388 | Failed in key3List generation
    01/07/15 14:59:32:749 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | Schema version and schema compatibility version are same or greater than current
    01/07/15 14:59:32:773 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    01/07/15 14:59:32:773 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | No Record found for the input fields in opm_getValueForKey
    01/07/15 14:59:32:774 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | Released OPM refrence successfully in opm_freeLibRef
    01/07/15 14:59:32:840 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Build Version - 2.8.1.451
    01/07/15 14:59:32:840 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:849 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Build Version - 2.8.1.451
    01/07/15 14:59:32:850 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:850 | [WARN] |  | ASU | PIM | PIM |  |  | 4160 | Detected db journal file trying to repair it...
    01/07/15 14:59:32:850 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | trying to createOrUpdatePIMDbSchema.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Current db schema version on machine 2.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Current db schema version to install 2.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | PIM DB Schema is up to date. Current schema version is 2.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | PIM Database is Up To Date.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Sqlite 'Successfully' recovered from journal file.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | PIMSqlite closeDB status 0
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Build Version - 2.8.1.451
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Creating PIM instance for path: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp
    01/07/15 14:59:32:852 | [FATAL] |  | ASU | PIM | PIM |  |  | 4160 | Detected db journal file, Application is in corrupted state: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | sqlite(pim.db) at path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp is already closed
    01/07/15 14:59:32:852 | [ERROR] |  | ASU | PIM | PIM |  |  | 4160 | Failed to create the pimLibraryRef
    01/07/15 14:59:32:852 | [ERROR] |  | ASU | PIM | PIM |  |  | 4160 | Successfully freed PIM object Array
    01/07/15 14:59:32:869 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Build Version - 1.7.0.43
    01/07/15 14:59:32:869 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:869 | [FATAL] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | The Bootstrapper Process is (62).Stopping the installation process.
    01/07/15 14:59:32:869 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Starting to clean the partially installed payloads.
    01/07/15 14:59:32:874 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Undeployment XML created at path :: C:\WINDOWS\TEMP\{2C2F5292-0608-47D5-BCE2-3B2D1A59C1EC}\\{FEBD9916-0002-4AFE-9DE5-08A59CA0 479A}
    01/07/15 14:59:32:874 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Starting to launch the Adobe Installer for uninstall mode.
    01/07/15 14:59:32:874 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Obtained Adobe Common Folder Path.
    01/07/15 14:59:32:874 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe
    01/07/15 14:59:32:993 | [INFO] |  | ASU | DeploymentManager | AAMEEUtilities |  |  | 3796 | Process creation completed.
    01/07/15 14:59:32:994 | [FATAL] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | The return code from the Adobe Installer Process is (33).Stopping the uninstallation process.
    01/07/15 14:59:32:994 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to find the pdb database.
    01/07/15 14:59:32:994 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to get the local payload database handle.
    01/07/15 14:59:32:994 | [INFO] |  | ASU | DeploymentManager | Utilities |  |  | 3796 | Folder does not exist
    01/07/15 14:59:33:001 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | Build Version - 8.0.0.143
    01/07/15 14:59:33:001 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | Logging Level verbosity Set  to 4
    01/07/15 14:59:33:015 | [WARN] |  | ASU | OPM | OPM |  |  | 3796 | Failed in key1 generation
    01/07/15 14:59:33:015 | [WARN] |  | ASU | OPM | CryptEngine |  |  | 3796 | Failed in key1 generation
    01/07/15 14:59:33:046 | [WARN] |  | ASU | OPM | OPM |  |  | 3796 | Failed in key3List generation
    01/07/15 14:59:33:046 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3796 | Failed in key3List generation
    01/07/15 14:59:33:048 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | Schema version and schema compatibility version are same or greater than current
    01/07/15 14:59:33:077 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    01/07/15 14:59:33:078 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | No Record found for the input fields in opm_getValueForKey
    01/07/15 14:59:33:078 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | Released OPM refrence successfully in opm_freeLibRef
    01/07/15 14:59:33:100 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | Event Guid generated is: 'af2ccd85-1900-4b4e-b396-c2d165eb28df'
    01/07/15 14:59:33:103 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | GetIEProxyInfo - No default proxy present on the user machine
    01/07/15 14:59:33:104 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | GetIEProxyInfo - Failed to get proxy for the url, error:12006
    01/07/15 14:59:33:104 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | GetIEProxyInfo - proxy Url is
    01/07/15 14:59:33:561 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3240 | HTTP Request Status code 200.
    01/07/15 14:59:33:574 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    01/07/15 14:59:33:574 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | Waiting for the async thread to get the task completed
    01/07/15 14:59:33:581 | [INFO] |  | ASU | DeploymentManager |  |  |  | 4664 | Async thread is completed. Now exiting from function.
    01/07/15 14:59:33:625 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | The install workflow is terminating.
    Can anybody please help us?
    Thank you.
    Stefan

    Stefan,
    Possibly dumb question but are your installers built for the appropriate architecture (32-, 64-bit)? Adobe is pretty picky about that with CC.

  • How to deploy a secured ADF 11g application to WebLogic 10.3 server?

    Hi,
    I have just enabled security in our ADF 11g application, as descripbed in [chapter 29|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/adding_security.htm#insertedID0] of the Fusion Developer's Guide. It works fine in the embedded WebLogic server of JDeveloper.
    Now I'm trying to deploy to our WebLogic 10.3 server, which runs in production mode. I'm running into all sorts of problems. The WebLogic console seems to have hundreds of security related pages, I don't know which one I should use, let alone how to use it. The Fusion Developer's Guide doesn't cover deployment to a production server:
    >
    When the target server is configured for production mode, you typically handle the migration task outside of JDeveloper using tools like Oracle Enterprise Manager. For details about using tools outside of JDeveloper to migrate the policy store to the domain-level in a production environment, see the [Oracle Fusion Middleware Security Guide|http://download.oracle.com/docs/cd/E12839_01/core.1111/e10043/toc.htm].
    >
    However, this guide is of very little help to me. I found [chapter 7|http://download.oracle.com/docs/cd/E12839_01/core.1111/e10043/addlsecfea.htm#insertedID0], which says "The recommended tool is Fusion Middleware Control." I have no idea what "Fusion Middleware Control" is, where to get it and how to use it.
    Long story short: I'm totally lost. I'm looking for a step by step guide on how to deploy a secured ADF 11g application to a WegLogic 10.3 server that is running in production mode. Any help is highly appreciated.

    Ok, I found a [very helpful blog post |http://andrejusb.blogspot.com/2009/01/practical-adf-security-deployment-on.html] by [Andrejus Baranovski|http://www.blogger.com/profile/04468230464412457426]. I wish Oracle's documentation was as clear as this...
    The blog post refers to an article by Steve Muench, called [Simplified ADF 11g Application Credential and Policy Migration to Standalone WebLogic Servers|http://www.oracle.com/technology/products/jdev/tips/muench/credmig111100/index.html]. This article presents an Ant script that migrates policies from JDeveloper to WebLogic, using some PFM. (See the last definition here.)
    The problem is that Steve Muench's script assumes that JDeveloper and the standalone WebLogic are on the same machine. However, in a typical environment, such as the one I'm working in currently, this is not the case. In our case the developer stations are Windows machines, while our WebLogic server runs on a HP-UX machine. So the question is: how to perform this migration between two machines with different operating systems?
    Regards,
    Bart Kummel

  • How to use JavaMail 1.4 with Oracle Application Server 10g (9.0.4.0.0)

    Hi all,
    I'd like to know if it's possible and how to use JavaMail 1.4 with Oracle Application Server 10g (9.0.4.0.0), Windows version.
    With the following code, I can see that the mail.jar used by the server is the one included in the jdk installation :
    // I'm testing InternetAddress.class because I want to use commons-email-1.2.jar that requires mail.jar 1.4 (or higher) and activation.jar 1.1 (or higher)
    // and I know that inside the commons-email-1.2.jar file, I need to call the InternetAddress.validate() method that throws a java.lang.NoSuchMethodError: javax.mail.internet.InternetAddress.validate()V if it is used with mail.jar 1.2.
    Class cls = javax.mail.internet.InternetAddress.class;
    java.security.ProtectionDomain pDomain = cls.getProtectionDomain();
    java.security.CodeSource cSource = pDomain.getCodeSource();
    java.net.URL location = cSource.getLocation();
    System.out.println(location.toString());
    This code returns : file:/C:/oracle/app/jdk/jre/lib/ext/mail.jar and this mail.jar file has an implementation version number: 1.2
    - I've tried to include my own mail.jar (1.4.2) and activation.jar (1.1.1) files in the war file that I deploy, but it doesn't work (the server still uses the same mail.jar 1.2)
    - I've tried to put the mail.jar (1.4.2) and activation.jar (1.1.1) files in the applib directory of my OC4J instance, but it doesn't work (the server still uses the same mail.jar 1.2)
    - I know that a patch exists : I've read the following document: How to Make Libraries such as mail.jar and activation.jar Swappable ? [ID 552432.1]
    This article talks about the Patch 6514136, but this patch only applies to : Oracle Containers for J2EE - Version: 10.1.3.3.0
    Can you please help me ?
    Thanks in advance for your answers,
    Laurent

    I strongly suggest to upgrade to AS 10.1.3 to get this.
    Think of future support of AS 9.0.4. You will get not critical patch updates anymore.
    --olaf                                                                                                                                                                                                                                                                                                               

  • Configure OID 10.1.4.0.1 with Oracle Application Server 10.1.3.3

    Dear gurus,
    I have configured OID 10.1.4.0.1 and MRCA 10.1.4.0.1 on database 10.2.0.3 with Oracle Application Server 10.1.3.3 (HTTP Server and OC4J Server). it went well, i could login into my oid or sso page. then i deployed a simple jar file into OAS 10.1.3.3 and i updated few lines in mod_osso.conf on midtier 10.1.3.3, so it look like this :
    ==================================================================================================
    LoadModule osso_module libexec/mod_osso.so
    <IfModule mod_osso.c>
    OssoConfigFile /u01/oraias/midtier/Apache/Apache/conf/osso/osso.conf
    OssoIpCheck off
    OssoIdleTimeout off
    # Insert Protected Resources: (see Notes below for how to protect resources)
    # Notes
    # 1. Here's what you need to add to protect a resource,
    # e.g. <ApacheServerRoot>/htdocs/private:
    # <Location /private>
    # require valid-user
    # AuthType Basic
    # </Location>
    <Location /JABSUAT>
    require valid-user
    AuthType Basic
    </Location>
    <Location /HR>
    require valid-user
    AuthType Basic
    </Location>
    </IfModule>
    # If you would like to have short hostnames redirected to
    # fully qualified hostnames to allow clients that need
    ==================================================================================================
    my application faces name is HR, so i called the URL http://devel.sas.co.id:7778/HR/faces/HomeMenu.jspx, the output was sso login page, so i did login with username : orcladmin and password : oracle1 but it turned me error page on browser, it said :
    =========================================================
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    =========================================================
    and i found that in /u02/oid/Apache/Apache/logs/error_log.1249430400 contains these lines :
    [Wed Aug  5 09:13:33 2009] [notice] Accept mutex: fcntl (Default: sysvsem)
    [Wed Aug  5 09:13:33 2009] [warn] long lost child came home! (pid 4924)
    [Wed Aug  5 09:14:01 2009] [error] [client 172.16.2.14] [ecid: 1249438441:172.16.5.11:5080:0:2,0] File does not exist: /u02/oid/Apache/Apache/htdocs/favicon.ico
    [Wed Aug  5 09:14:04 2009] [error] [client 172.16.2.14] [ecid: 1249438444:172.16.5.11:5068:0:3,0] File does not exist: /u02/oid/Apache/Apache/htdocs/favicon.ico
    [Wed Aug  5 09:14:24 2009] [error] [client 172.16.2.14] [ecid: 1249438464:172.16.5.11:5093:0:2,0] \n[OSSO] E34: Unable to assure integrity of communication with SSO server.\n
    [Wed Aug  5 09:49:36 2009] [error] [client 172.16.2.14] [ecid: 1249440576:172.16.5.11:5074:0:20,0] \n[OSSO] E34: Unable to assure integrity of communication with SSO server.\n
    [Wed Aug  5 10:30:01 2009] [error] [client 172.16.2.14] [ecid: 1249443001:172.16.5.11:5096:0:25,0] \n[OSSO] E34: Unable to assure integrity of communication with SSO server.\n
    [Wed Aug  5 10:34:13 2009] [error] [client 172.16.2.14] [ecid: 1249443253:172.16.5.11:5102:0:26,0] \n[OSSO] E34: Unable to assure integrity of communication with SSO server.\n
    [Wed Aug  5 10:58:58 2009] [error] [client 172.16.2.14] [ecid: 1249444738:172.16.5.11:5093:0:40,0] File does not exist: /u02/oid/Apache/Apache/htdocs/favicon.ico
    [Wed Aug  5 10:59:09 2009] [error] [client 172.16.2.14] [ecid: 1249444749:172.16.5.11:5093:0:41,0] \n[OSSO] E34: Unable to assure integrity of communication with SSO server.\n
    Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server Server at devel.sas.co.id Port 7782
    Note : 172.16.2.14 is my pc and 172.16.5.11 is OID and MRCA's IP, please need your suggestion, Many Thanks.
    Regards
    Edited by: andes on Aug 4, 2009 9:23 PM
    Edited by: andes on Aug 4, 2009 9:28 PM

    Dear gurus,
    i have solved my problem, i re-run ssoreg.sh and re-configure mod_osso.conf, now it's working.
    Regards

  • Deploying a batch file via Application Manager

    Hi there,
    I have a batch file to remove an application that has several subcomponents that have their own installers and remove their registry keys as well. It works well when deployed as a package but I want to deploy it with the application manager to utilise the
    detection methods and content management available there.
    The problem is that when I deploy the package, nothing is downloaded to ccmcache, so the batch file doesn't run, although the Software Centre shows that is installed and the compliance on the collection is at 100 percent. Where is my batch file going?

    Actually, there is no utility in the Package Manager that I can see for advertising software in the application Catalog, replacing or upgrading deployed applications with supersedence rules, detecting existing installations on client machines, limiting deployment
    of applications to clients with requirement rules or managing the dependencies when deploying packages. Is there something missing from my installation? 
    Correct, none of those exist in the package feature set and there's nothing missing from your installation (there's nothing called "Package Manager" though so not sure what you are talking about there -- are you using a third party tool perhaps?) but do
    you need any of those things to run a simple uninstall?
    My statement was targeted at this statement of yours: "with the application manager to utilise the ... content management available there". As mentioned, there is no difference as far as content management is concerned between apps and packages. All
    of the things you mentioned in the latest post have nothing to do with content management.
    Mind you, I'm not saying whether you should or shouldn't necessarily use applications as apps have clear advantages, I just want to make sure the info given is correct and that you base your decisions based on that correct info.
    Jason | http://blog.configmgrftw.com

Maybe you are looking for