Setup and Deployment Error

hello 
i have vs express 2013 for desktop and w8.1 pro os.i want Setup and Deployment package but give me
error 

I'm not sure, but I suspect Visual Studio 2013 Express doesn't support Setup and Deployment.
I suggest you remove Visual Studio Express and use Visual Studio 2013 Community Edition instead. It has Express features and much, much more. And it's free.

Similar Messages

  • VS 2010 Pro "Other Project Types" / "Setup and Deployment": No items found

    Hello,
    I have VS 2010 Pro Version 10.0.40219.1 SP1 Rel. I have developed a VB.Net application and would like to deploy it. When I try to add a setup project to the solution, I get "No items found" where a list of project types should be in the "Add New Project"
    dialog, "Installed Templates", "Other Project Types", "Setup and Deployment". Shouldn't the Pro version have those templates installed? If so, can I copy them from somewhere? I noticed that "Database" and "Test Projects" also have empty lists. There are lots
    of templates available for the various languages.
    I tried to modify the VS 2010 installation by adding support for SharePoint, but that did not help. Do I have to uninstall, reboot, and re-install? It's so cumbersome considering that I would need to redo the updates as well.
    OS is Win 7 Pro, processor is Intel E8400.
    Thanks!
    r4

    Hi robertrackl,
    Thanks for your post.
    The Setup Project template is located in: Installed Templates >> Other Project Types >> Setup and Deployment >> Visual Studio Installer. Would you please check if the templates exists in this path?
    If not, you can follow the steps below to reset your Visual Studio templates:
    Please open Windows Explorer, and navigate to <Visual Studio Installation Path>\Common7\IDE
    (by default is C:\Program Files \Microsoft Visual Studio 10.0\Common7\IDE);
    Delete the ItemTemplatesCache, ProjectTemplatesCache
    folder;
    Open Visual Studio Command Prompt (2010) under Start menu -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools (run it with Administrator privilege: right-click the program -> Run as administrator);
    Run the devenv /InstallVSTemplates switch;
    Run the devenv /Setup switch.
    If you have any concerns, please feel free to let me know.
    Best Regards,
    Andrew Wu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Error in Setup and Deployment

     Hai all,
                i am making setup of c# application it contains SQL Server 2008 database. I follows this link to make setup 
    http://techbrij.com/install-sql-server-database-with-visual-studio-setup
    after make and instillation i got an error like this..
    System.IO.FileLoadException: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
       at Microsoft.SqlServer.Management.Common.ServerConnection.GetStatements(String query, ExecutionTypes executionType, Int32& statementsToReverse)
       at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType)
       at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand)
       at SafeQuarryManagement.SafeQuarryInstaller.ExecuteSql(String serverName, String dbName, String Sql)
    pls help me...
    thank u

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Office Visio ,your issue more related to SQL,you'd better post your question to the SQL forum
    http://social.technet.microsoft.com/Forums/en-US/home?category=sqlserver&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support

  • Setup And Deployment Problem

    I recently upgraded to Crystal 2008 SP3.  I am trying to deploy a .Net application.  I have created the setup project and built it successfully.  I downloaded the Merge modules for Crystal 2008, and I have them setup in the Setup project with the proper key code.  I made sure that the dependencies for the project were refreshed so that I got the proper referenced items.  I also set the prerequisites in the Setup project to include the C++ redistributable package.
    When I try to install the application, I get the following error:
    Module C:\Program Files\Business Objects\Business Objects Enterprise 12.0\win32_x86\CEReportSource.dll failed to register
    I looked this error up and found several references in the forums.  The references indicated that I needed to have the Visual Studio  2005 C++ Redistributable installed.  I downloaded this from Microsoft and installed it on the target machine.  None of this helps.  I am still getting the error during the setup on the target machine. 
    Any help would be appreciated.

    It looks like the dependencies for Microsoft Visual C++ 2005 SP1 have been updated again. I found that there was a security vulnerability in ATL identified by Microsoft and they released an update for the Visual C++ 2005 SP1 Redist Package. See security bulletin [MS09-035 |http://www.microsoft.com/downloads/info.aspx?na=48&p=1&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=766a6af7-ec73-40ff-b072-9112bab119c2&u=http%3a%2f%2fwww.microsoft.com%2ftechnet%2fsecurity%2fbulletin%2fMS09-035.mspx] and kb article [KB973544|http://www.microsoft.com/downloads/info.aspx?na=49&p=1&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=766a6af7-ec73-40ff-b072-9112bab119c2&u=http%3a%2f%2fsupport.microsoft.com%2f%3fkbid%3d973544].
    You'll need to install the updated Microsoft Visual C++ 2005 SP1 library before you attempt to install your setup package which includes the merge modules. The new vc_redist_x86.exe is available using the link below.
    [Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update|http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en]
    In summary, steps to try:
    1. Install the Microsoft Visual C++ 2005 SP1 Redist Package from here, http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en
    2. Run your setup package built using the Crystal Reports 2008 SP3 merge modules.
    Edited by: David Hilton on Aug 3, 2010 4:18 PM
    Updated to include new info re: Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update

  • Crystal Report XI merge module in the setup and deployment project VS 2005

    Hello,
    We've purchased and implemented Crystal Reports XI into our software.
    We are working on installation of our software. We included CrystalReports11_5_NET_2005.msm into our setup package.
    For English it's installs correctly. For any other language (like German) install package itself fails.
    For user to see installation screens in German we created installation in German and then created transform for the language.
    Install fails with the message "can't find p3smpen.dll in the package...."
    This dll is related to the crystal reports. We wander if we need to include language merge modules for CR XI?
    thank you

    Hi,
    What is the dll version of Crystal Reports?
    Also give a try installing server install.
    Sincerely,
    Amit

  • Windows 8.1 Installation, Setup, and Deployment - English (United States)

    I have 1 GB RAM 3.0 GHZ pro. 20 GB c Drive. 
    I am using Windows 8 Pro 32-bit.
    Can I use 64-bit OS Windows 8.
    system Type;         >    32-bit operating system, x64-based processor,
    Plzz Reply

    yes, bigger RAM better for Windows 8.1 64 bit
    and you can install a 64-bit version of Windows 8.1, but you'll need to buy it as a DVD and perform a clean installation. You won't be able to keep any files, settings, or apps when you update from a 32-bit to a 64-bit version.
    Please note that the Windows 8.1 Pro Pack is used to upgrade from
    Windows 8.1 to Windows 8.1 Pro, and isn't for cross-architecture installs and doesn't include any media. If you want to change architectures, buy
    Windows 8.1 Pro

  • Setup and deployment for Visual studio 2012 express edition...

    is their any way to create setup file for application developed using express editions??

    >is their any way to create setup file for application developed using express editions??
    For 2013, only by using 3'rd party tools.
    If you use the VS2013 community edition, then (so it says here
    https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d)
    the VS Installer addon should work.
    Dave

  • Add-On Deployment Error 'System.NotSupportedException'

    Created setup files to install the Add-ons.
    I used the Professional Installer method using .Net2.0.
    I could successfully create the installer and created the ard file.
    Registered successfully in SAP B1.
    During the installation i am getting the following error
    "An unhandled exception('System.NotSupportedException') occured in
    B1AddOnInstallerSetupNet1.exe[2800].
    immediately Visual studio Just-In-time Debugger appears
    <a href="http://www.oaksystems.com.sg/B1installerror.bmp">Please click here to view the error i am getting</a>
    Any solution available?

    Thanks for your feedback.
    I will navigate you step by step.
    1) When I tried to create new VB B1 AddOnInstallerSetup.Net project using .net 2.0, The creation was unsuccessful; it is unable to create an empty Setup project.
    Don’t know why? The error I am getting is <a href="http://www.oaksystems.com.sg/sap/Error2.bmp">(pls click here to view)</a>
    But it successfully created <installer Name> and CustomerLibrary project,
    Leaving the Setup project. Like this
    <a href="http://www.oaksystems.com.sg/sap/Error3.bmp">(pls click here to view)</a>
    So I manually created the “Setup and Deployment project” and added to the solution.
    <a href="http://www.oaksystems.com.sg/sap/Error4.bmp">(pls click here to view)</a>
    Then followed the “TODO.txt” file instruction. Created the setup
    <Installer Name>.exe. Then created the .ard file using “AddOnRegDataGen.exe”.
    Registered in SAP and finally getting the 'System.NotSupportedException' during installation.
    This is how I am doing.
    2)As suggested by you I debug the installer, this is the error I am getting
    System.NotSupportedException was unhandled
      Message="The given path's format is not supported."
      Source="mscorlib"
      StackTrace:
           at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
           at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
           at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
           at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
           at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
           at Installer.SubMain.CopyInstallFilesToAddOnPath(String addOnPath)
           at Installer.SubMain.Main()
    3) Currently I am using “Simple Installer” method for Add-on deployment and manually copying all the necessary files like images and the screens designed using Screen painter. I would like to use the “Professional Installer” to avoid the manual copy files.
    Can you advice to overcome this?

  • Building and Deploying Within a Directory ?

    Hi Guys,
    Iv just been going through the "Oracle9iAS Containers for J2EE Users Guide, Release 2 (9.0.2)" pdf and have juts gone through the Building and Deploying within a directory.
    This is something, as a developer I would love or even demand to be able to do as createing war , jar and ear files each time I make a change is a total time nightmare...
    Unfortunately I was'nt able to get the above working with a very simple app.
    Before trying the app I made sure I could deploy it normally as a an ear file which worked.
    Below follows a description of the dir structure plus info added to relavent .xml files ( gods theres so many )..
    j2ee/home/applications/BalanceManager
    WebModule/
    WEB-INF/
    lib/
    classes/
    web.xml
    AccountHolders.jsp
    META-INF
    EJBModule/
    META-INF/
    application.xml
    application.xml ( not the one in config dir but the one in the above dir struct, ear application.xml) :-
    <application>
    <display-name>BM</display-name>
    <module>
    <ejb>EJBModule</ejb>
    </module>
    <module>
    <web>
    <web-uri>WebModule</web-uri>
    <context-root>BM</context-root>
    </web>
    </module>
    </application>
    server.xml ( in j2ee/home/config )
    <application name="BM" path="../applications/BalanceManager" auto-start="true" />
    http-web-site.xml:-
    <web-app application="BM" name="BalanceManager/WebModule" root="/BM" />
    The above files have been edited as of the document above, which can also be found at http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/web.902/a95880.pdf.
    When I start up OC4J the application gets deployed ( dos prompt ):-
    C:\devenv\oc4j\j2ee\home>java -jar oc4j.jar
    Auto-deploying BM (New server version detected)...
    Copying default deployment descriptor from archive at C:
    pplications\BalanceManager\BaEJBModule/META-INF/orion-ej
    directory C:\devenv\oc4j\j2ee\home\application-deploymen
    Auto-deploying BaEJBModule (No previous deployment found
    Auto-deploying file:/C:/devenv/oc4j/j2ee/home/applicatio
    odule/ (New server version detected)...
    Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized
    and also a BM dir is created in the application-deployements dir.
    So everything looks great, but when I navigate to -
    http://localhost:8686/BM/AccountHolders.jsp
    I get http 500 error page cannot be displayed.
    So it looks like the context root BM did'nt get added to the servers web context,
    but why??
    Obviously AccountHolders.jsp is the jsp in the WebModule dir.
    Iv been tweaking this and that and obviously tweaking never seems to work so if any ones got any ideas or suggestions on how to setup and deploy within dirs instead of ears please reply to me asap.
    Look forward to your answers,
    Stephen.

    Stephen,
    The entry in the http-web-site.xml should be:
    <web-app application="BM" name="WebModule" root="/BM" />
    This should be the name of the web-module in the application (EAR).
    regards
    Debu Panda
    oracle

  • Help about ESS/MSS - Deploy error and landscape question

    Hi.
    I read a lot of post about this topic, but I continue something confuse about them.
    I want to configure ESS and MSS.
    My landscape is:
    -  J2EE 7.0 with Portal 7.0 (2004s) in a server “A”.
    - ECC 5.0 ( with HR component SP05) in a server “B”.
    Server “B”, has only stack Abap.
    Server “A” is the latest version of Netweaver today. (stack j2ee and stack abap, BI, XI, Portal, etc)
    I download and deploy in server A (J2EE 7.0), this components:
    - BP ESS for erp2004
    - BP MSS for erp2004
    When I deploy the ESS BP, the deployment break raising this kind of error with the most of components, for example:
    <i><b>
    ===========================================================================
    Deployment started Tue Apr 10 12:01:57 ART 2007
    ===========================================================================
    Starting Deployment of ess/au/addr
    Aborted: development component 'ess/au/addr'/'sap.com'/'MAIN_xss04PAT_C'/'1178669'/'0', grouped by software component 'SAP_ESS'/'sap.com'/'MAIN_xss04PAT_C'/'1000.100.0.15.1.20070309085432''/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/essauaddr.. Reason: Clusterwide exception: Failed to deploy application sap.com/essauaddr. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application sap.com/essauaddr. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment of ess/au/addr finished with Error (Duration 5187 ms)
    Starting Deployment of SAP_ESS
    Aborted: software component 'SAP_ESS'/'sap.com'/'MAIN_xss04PAT_C'/'1000.100.0.15.1.20070309085432''/'0':
    Failed deployment of SDAs:
    development component 'ess/au/addr'/'sap.com'/'MAIN_xss04PAT_C'/'1178669'/'0' : aborted
    Please, look at error logs above for more information!
    Deployment of SAP_ESS finished with Error (Duration 4781 ms)
    </i></b>
    Obviously, for this reason the most of iviews raise errors. A few of these works ok.
    I assign role, and others configuration steps, this part I thinks that is OK
    I configured the Jco, the role in Portal, the profile in ERP for ESS, etc.
    My principal question is:
    Can I use Portal 7.0 against ECC 5.0 in order tu use ESS/MSS based on webdynpro, without stack j2ee in ECC server (“B”) ?
    Is necesary install J2ee stack in my server B ? or not?
    Where I need to deploy the XSS 500 components ? in the J2EE 7.0 ?
    Why when I deploy have this problem and the most of components can’t deploy it?
    For my landscape, which is the recommended setup ?
    thanks in advance.!
    Leandro.

    My principal question is:
    Can I use Portal 7.0 against ECC 5.0 in order tu use ESS/MSS based on webdynpro, without stack j2ee in ECC server (“B”) ?
    <b>You can use Portal 7.0 against ECC 5.0</b>
    Is necesary install J2ee stack in my server B ? or not?
    <b>You don't need to install J2EE stack on ECC system</b>
    Where I need to deploy the XSS 500 components ? in the J2EE 7.0 ?
    <b>Deploy XSS on Portal server not on ECC.</b>
    Why when I deploy have this problem and the most of components can’t deploy it?
    <b>There won't be any issue. Go for ERP 2005</b>
    For my landscape, which is the recommended setup ?
    <b>As per the landscape mentioned by you, I will suggest go for ERP 2005 & XSS 600.</b>
    If you have further queries, mail me at [email protected]

  • Fusion Order Demo errors  server-setup-seed-deploy-test

    Hello everyone....I am new to SOA and new to this site as well. This is my first post. Facing a lot of hurdles deploying the FOD.
    I am stuck with errors at this point server-setup-seed-deploy-test. Can anyone of you be kind enough to guide me. Thank you.
    Buildfile: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\bin\build.xml
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.6.0
    [java] Build: 0
    [java] Build time: Wed Dec 14 13:55:57 PST 2011
    [java] Build type: release
    [java] Source tag: PCBPEL_11.1.1.6.0_GENERIC_111214.0600.1553
    [java]
    [echo] soa infra mgmt home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    server-setup-seed-deploy-test:
    [echo] Setting up mds store, deploying shared artifacts,
    seeding jms info, deploying to server, and running tests
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.6.0
    [java] Build: 0
    [java] Build time: Wed Dec 14 13:55:57 PST 2011
    [java] Build type: release
    [java] Source tag: PCBPEL_11.1.1.6.0_GENERIC_111214.0600.1553
    [java]
    [echo] soa infra mgmt home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    createMDSConnections:
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createMDSConnectionForDB:
    [echo] Creating ../.adf/META-INF/adf-config.xml for database backed MDS
    [input] skipping input as property mds.db.password has already been set.
    [copy] Copying 1 file to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\.adf\META-INF
    [echo] Using jdbc:oracle:thin:@localhost:1521:xe for db-based backing, with user dev_mds
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createMDSConnectionForFileStore:
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createMDSConnectionForServerFileStore:
    importCommonServiceArtifactsIntoMds:
    [java] Starting local filesystem import into mds ..
    [java] 26-May-2012 00:53:46 oracle.mds
    [java] NOTIFICATION: PManager instance is created without multitenancy support as JVM flag "oracle.multitenant.enabled" is not set to enable multitenancy support.
    [java] Got target mds-instance: mstore-usage_1 from F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\bin\..\.adf\META-INF\adf-config.xml
    [java] Creating mds connection to ./soa-seed/apps
    [java] --> F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\bin\.\soa-seed
    [java] 26-May-2012 00:53:46 oracle.mds
    [java] NOTIFICATION: PManager instance is created without multitenancy support as JVM flag "oracle.multitenant.enabled" is not set to enable multitenancy support.
    [java] Local item: /apps/FusionOrderDemoShared/services/partnersupplier/Warehouse.xsd
    [java] Local item: /apps/FusionOrderDemoShared/services/orderbooking/OrderBookingProcessor.wsdl
    [java] Local item: /apps/FusionOrderDemoShared/services/creditAuthorization/CreditAuthorizationService.wsdl
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/service/common/serviceinterface/StoreFrontService.xsd
    [java] Local item: /apps/FusionOrderDemoShared/policy/fault-bindings.xml
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/queries/common/CustomerInfoVOSDO.xsd
    [java] Local item: /apps/FusionOrderDemoShared/services/partnersupplier/PartnerSupplierComposite.wsdl
    [java] Local item: /apps/FusionOrderDemoShared/policy/fault-policies.xml
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/service/common/serviceinterface/StoreFrontService.wsdl
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/queries/common/OrderInfoVOSDO.xsd
    [java] Local item: /apps/FusionOrderDemoShared/services/orderbooking/OrderProcessor.xsd
    [java] Local item: /apps/FusionOrderDemoShared/services/creditAuthorization/creditauthorization.xsd
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/entities/events/OrderEO.xsd
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/entities/events/OrderEO.edl
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/queries/common/OrderItemsInfoVOSDO.xsd
    [java] Now transferring ..
    [java] 26-May-2012 00:53:46 oracle.mds
    [java] NOTIFICATION: import operation started.
    [java] 26-May-2012 00:53:46 oracle.mds
    [java] NOTIFICATION: import is completed. Total number of documents successfully processed : 15, total number of documents failed : 0.
    [java] Transferred size = 15
    [java] Transferred - /apps/FusionOrderDemoShared/policy/fault-bindings.xml
    [java] Transferred - /apps/FusionOrderDemoShared/policy/fault-policies.xml
    [java] Transferred - /apps/FusionOrderDemoShared/services/partnersupplier/Warehouse.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/orderbooking/OrderProcessor.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/orderbooking/OrderBookingProcessor.wsdl
    [java] Transferred - /apps/FusionOrderDemoShared/services/creditAuthorization/creditauthorization.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/partnersupplier/PartnerSupplierComposite.wsdl
    [java] Transferred - /apps/FusionOrderDemoShared/services/creditAuthorization/CreditAuthorizationService.wsdl
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/entities/events/OrderEO.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/entities/events/OrderEO.edl
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/queries/common/OrderInfoVOSDO.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/queries/common/CustomerInfoVOSDO.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/queries/common/OrderItemsInfoVOSDO.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/service/common/serviceinterface/StoreFrontService.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/service/common/serviceinterface/StoreFrontService.wsdl
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createSOAPartitionIfNotExist:
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    listPartitions:
    [input] skipping input as property platform has already been set.
    [input] skipping input as property host has already been set.
    [input] skipping input as property port has already been set.
    [input] skipping input as property user has already been set.
    [secure-input] skipping secure-input as property password has already been set.
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    folderMgrTask:
    [java] calling FolderManager.initConnection(), m_platform= weblogic, m_host=localhost, m_port=7001, m_user=weblogic
    [java] Connecting to: service:jmx:t3://localhost:7001/jndi/weblogic.management.mbeanservers.runtime
    [java] connection initiated
    [java] folderMBean=oracle.soa.config:name=soa-infra,j2eeType=FolderLifecycleConfig,Application=soa-infra
    [java] Following 2 partitions are currently available on the platform:
    [java]
    [java] 1. default
    [java] 2. soaFusionOrderDemo
    [java]
    [echo] Creating partition soaFusionOrderDemo? ${createPartition}
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    doCreatePartition:
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\bin\partitionList.dat
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.6.0
    [java] Build: 0
    [java] Build time: Wed Dec 14 13:55:57 PST 2011
    [java] Build type: release
    [java] Source tag: PCBPEL_11.1.1.6.0_GENERIC_111214.0600.1553
    [java]
    [echo] soa infra mgmt home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    compile-build-all:
    [echo] Building and compiling SOA Fusion Order Demo ..
    clean:
    [echo] Cleanup of OrderApprovalHumanTask
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    init:
    compile:
    [javac] Compiling 6 source files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    copy:
    [copy] Copying 191 files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    create-ear:
    [copy] Copying 4 files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    [war] Building war: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting directory F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    setupDeploymentEnvironment:
    [echo] Step1: copy template ./templates/connections.xml.seed to ../../.adf/META-INF/connections.xml
    [copy] Copying 1 file to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\.adf\META-INF
    [echo] Step2: setup descriptor, soa-only? false, modifying ../../.adf/META-INF/connections.xml
    [echo] replacing ws-endpoint with localhost:7001/StoreFrontServiceHooks/StoreFrontService
    [echo] replacing ws-binding with {www.globalcompany.example.com}StoreFrontServiceSoapHttp
    [mkdir] Created dir: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [copy] Copying 2 files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [echo] Creating custom adf config for customization of connections.xml - datasource: jdbc/mds/MDS_LocalTxDataSource
    [mkdir] Created dir: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [copy] Copying 1 file to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [ear] Building ear: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    [delete] Deleting directory F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\deploy\adf
    [delete] Deleting directory F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderApprovalHumanTask\deploy\lib
    create-deployable-composite:
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin/..//deploy/sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin/..//composite.xml
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin/..//composite.xml"
    [scac] F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin/..//composite.xml:170: warning: Failed to Find Binding "CreditCardAuthorizationService":"{http://www.globalcompany.example.com/ns/CreditAuthorizationService}CreditAuthorizationPort" in WSDL Manager
    [scac] F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin/..//composite.xml:163: warning: Failed to Find Binding "PartnerSupplierService":"{http://www.partnersupplier.example.com/ns/warehouse}ExternalPartnerSupplier_pt" in WSDL Manager
    [scac] F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin/..//composite.xml:180: warning: Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] OrderProcessor.bpel:223: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}long" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] OrderProcessor.bpel:310: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] OrderProcessor.bpel:310: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] OrderProcessor.bpel:390: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}double"
    [scac] OrderProcessor.bpel:390: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}boolean"
    [scac] OrderProcessor.bpel:429: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}boolean" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] OrderProcessor.bpel:571: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    package:
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\dist
    [copy] Copying 142 files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\dist
    [copy] Warning: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\src not found.
    [copy] Warning: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\SCA-INF\src not found.
    [copy] Copying 6 files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\dist\SCA-INF\classes
    [jar] Building jar: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting directory F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin
    [echo] Setting up deployment plan, modifying orderbooking_deployment_plan.xml
    [echo] Replacing ws-endpoint with localhost:7001/StoreFrontServiceHooks/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: localhost 7001
    [echo] Replacing file adapter endpoint with /tmp
    [echo] Disabling global bam sensors? false
    [echo] Amending jndi destination for jms topic jms/DemoSupplierTopicUdd
    [echo] Replacing soa partition name with soaFusionOrderDemo
    [echo] Replacing values for bam connection in connections.xml
    [echo] Bam server host: localhost
    [echo] Bam server host: 9001
    [echo] Bam server user: weblogic
    [echo] Spring lib path: F:\Oracle\Middleware\Jdeveloper\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    compile-classes:
    create-deployable-composite:
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\bin/..//deploy/sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml"
    [scac] PartnerSupplierMediator.mplan: warning: Case "ExternalPartnerSupplier.externalpartnersupplier_client.process" doesnt have any payload transformation Please make sure source and target message part name are same and of same type. Otherwise, target reference may fail to execute with error message like "Input sourcelike Null" or "Part not found"
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    package:
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [echo] deleting .class files of F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\bin/..//SCA-INF/classes
    [javac] Compiling 18 source files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\SCA-INF\classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [mkdir] Created dir: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\dist
    [copy] Copying 68 files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\dist
    [copy] Warning: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\SCA-INF\src not found.
    [copy] Copying 6 files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\dist\SCA-INF\classes
    [jar] Building jar: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting directory F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\dist
    [echo] Spring lib path: F:\Oracle\Middleware\Jdeveloper\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    setupDeploymentEnvironment:
    [copy] Copying 1 file to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\bin
    [echo] Setting up deployment plan, modifying PartnerSupplierComposite_cfgplan.xml
    [echo] Replacing ejb-name with WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierJScaEjb
    [echo] Replacing file adapter endpoint with /tmp/quote
    create-deployable-composite:
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderSDOComposite\bin/..//deploy/sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderSDOComposite\bin/..//composite.xml
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderSDOComposite\bin/..//composite.xml"
    [scac] CustomerAndOrderService.bpel:254: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}anySimpleType" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}integer"
    [scac] CustomerAndOrderService.bpel:359: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}long"
    [scac] CustomerAndOrderService.bpel:493: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}long"
    package:
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderSDOComposite\dist
    [copy] Copying 12 files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderSDOComposite\dist
    [copy] Warning: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderSDOComposite\src not found.
    [copy] Warning: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderSDOComposite\SCA-INF\src not found.
    [copy] Copying 6 files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderSDOComposite\dist\SCA-INF\classes
    [jar] Building jar: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting directory F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderSDOComposite\dist

    continued........................
    create-deployable-composite:
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\bin/..//deploy/sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml"
    [scac] F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml:48: warning: Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml:59: warning: Failed to Find Binding "OrderBookingService":"{http://www.globalcompany.example.com/ns/OrderBookingService}OrderProcessor_pt" in WSDL Manager
    [scac] B2BOrderProcessingEngine.componentType: warning: property "bpel.config.use.events" may not be understood by BPEL component B2BOrderProcessingEngine - it will likely be ignored.
    [scac] B2BOrderProcessingEngine.bpel:188: warning: <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    package:
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\dist
    [copy] Copying 25 files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\dist
    [copy] Warning: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\src not found.
    [copy] Warning: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\SCA-INF\src not found.
    [copy] Copying 6 files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\dist\SCA-INF\classes
    [jar] Building jar: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting directory F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\bin
    [echo] Setting up deployment plan, modifying B2BX12OrderGateway_deployment_plan.xml
    [echo] Replacing ws-endpoint with localhost:7001/StoreFrontServiceHooks/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: localhost 7001
    [echo] Replacing communication style, eventbased? true
    [echo] Replacing soa partition name with soaFusionOrderDemo
    [echo] Wls home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    init:
    compile:
    create-war:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    create-ear:
    [echo] global: true > ejb: ${use.ejb} jsca: true
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    clean:
    [echo] Cleaning up external partner supplier ejb project ../classes/../deploy
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    init:
    copy:
    [copy] Copying 5 files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    compile:
    [javac] Compiling 6 source files to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    [javac] Note: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\ExternalLegacyPartnerSupplierEjb\src\com\otn\sample\fod\soa\externalps\test\EpsSessionEJBClient.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    create-ejb-ear:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    init:
    copy:
    compile:
    create-jsca-ear:
    [mkdir] Created dir: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [copy] Copying 1 file to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [echo] ../classes/meta-inf/
    [jar] Building jar: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib\ExternalPartnerSupplierScaModule.jar
    [jar] Building MANIFEST-only jar: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\empty.jar
    [ear] Building ear: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    compile-deploy-all:
    [echo] Deploying SOA Fusion Order Demo ..
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    deploy-application:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    deploy-jsca-library:
    [wldeploy] weblogic.Deployer -remote -noexit -name weblogic-sca -source F:\Oracle\Middleware\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -password ******** -deploy -library
    [wldeploy] weblogic.Deployer invoked with options: -remote -noexit -name weblogic-sca -source F:\Oracle\Middleware\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -deploy -library
    [wldeploy] <26-May-2012 00:54:30 o'clock BST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, weblogic-sca [archive: F:\Oracle\Middleware\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war], to AdminServer .>
    [wldeploy] weblogic.Deployer -remote -upload -noexit -name ExternalPartnerSupplierEjb -source F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options: -remote -upload -noexit -name ExternalPartnerSupplierEjb -source F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -deploy
    [wldeploy] <26-May-2012 00:54:32 o'clock BST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, ExternalPartnerSupplierEjb [archive: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear], to AdminServer .>
    [wldeploy] Task 24 initiated: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on AdminServer.
    [wldeploy] Task 24 completed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on AdminServer.
    [wldeploy] Target state: deploy completed on Server AdminServer
    [wldeploy]
    deploy-composite:
    attachplan:
    [input] skipping input as property scac.sar has already been set.
    [input] skipping input as property scac.plan has already been set.
    [attachplan] attachPlan: Started for Composite SAR file = ../OrderBookingComposite/deploy/sca_OrderBookingComposite_rev1.0.jar using deploy plan = F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin/orderbooking_deployment_plan.xml
    [attachplan] Load deployment plan file F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin/orderbooking_deployment_plan.xml
    [attachplan] Done Load deployment plan file F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin/orderbooking_deployment_plan.xml
    [attachplan] Unpacking the Composite SAR to tmp folder F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\soaear_14030.tmp
    [attachplan] Copy new plan file orderbooking_deployment_plan.xml to F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\soaear_14030.tmp\soaconfigplan.xml
    [attachplan] Repacking F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\bin\..\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar file soaconfigplan.xml
    [attachplan] Deleting tmp composite sar folder ...F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\soaear_14030.tmp
    [attachplan] Attach plan successful
    [echo] Deploying to http://localhost:7001/soa-infra/deployer
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    deploy:
    [input] skipping input as property serverURL has already been set.
    [input] skipping input as property sarLocation has already been set.
    [input] skipping input as property password has already been set.
    [deployComposite] setting user/password..., user=weblogic
    [deployComposite] Processing sar=../OrderBookingComposite/deploy/sca_OrderBookingComposite_rev1.0.jar
    [deployComposite] Adding sar file - F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\bin\..\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    [deployComposite] INFO: Creating HTTP connection to host:localhost, port:7001
    [deployComposite] INFO: Received HTTP response from the server, response code=200
    [deployComposite] ---->Deploying composite success.
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin\deployResult.dat
    createBAMConfig:
    [copy] Copying 15 files to F:\Oracle\Middleware\Jdeveloper\jdeveloper\bam\dataObjects
    seedBAMServerObjects:
    [java] Oracle BAM Command Utility [Build 16732, BAM Repository Version 2025] Copyright © 2002, 2011, Oracle and/or its affiliates. All rights reserved.
    [java] Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64
    [java]      at oracle.bam.common.cryptography.Cryptor.decrypt(Cryptor.java:102)
    [java]      at oracle.bam.icommand.ConsoleController.readConfigPassword(ConsoleController.java:308)
    [java]      at oracle.bam.icommand.ConsoleController.resolvePassword(ConsoleController.java:263)
    [java]      at oracle.bam.middleware.icommandengine.Controller.go(Controller.java:214)
    [java]      at oracle.bam.middleware.icommandengine.Controller.go(Controller.java:186)
    [java]      at oracle.bam.icommand.ConsoleController.go(ConsoleController.java:183)
    [java]      at oracle.bam.icommand.Application.main(Application.java:56)
    [java] Caused by: java.lang.ClassNotFoundException: org.apache.commons.codec.binary.Base64
    [java]      at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    [java]      at java.security.AccessController.doPrivileged(Native Method)
    [java]      at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    [java]      at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    [java]      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    [java]      at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    [java]      ... 7 more
    [java] Java Result: 1
    seedBAMAdapterResources:
    [echo] Seeding bam adapter connection factory for fusion order demo (F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin)
    [copy] Copying 1 file to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin
    [copy] Copying 1 file to F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin
    [java]
    [java] Initializing WebLogic Scripting Tool (WLST) ...
    [java]
    [java] Welcome to WebLogic Server Administration Scripting Shell
    [java]
    [java] Type help() for help on available commands
    [java]
    [java] Starting modification of BAM resource adapter connection factory ..
    [java] Connecting to t3://localhost:7001 with userid weblogic ...
    [java] Successfully connected to Admin Server 'AdminServer' that belongs to domain 'dev_domain'.
    [java]
    [java] Warning: An insecure protocol was used to connect to the
    [java] server. To ensure on-the-wire security, the SSL port or
    [java] Admin port should be used instead.
    [java]
    [java] Configuring OracleBamAdapter - amending connection factory info for eis/bam/rmi and eis/bam/soap
    [java] Redeploying application OracleBamAdapter ...
    [java] <26-May-2012 00:54:57 o'clock BST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating redeploy operation for application, OracleBamAdapter [archive: null], to AdminServer .>
    [java] .....................Completed the redeployment of Application with status completed
    [java] Current Status of your Deployment:
    [java] Deployment command type: redeploy
    [java] Deployment State : completed
    [java] Deployment Message : no message
    [java] <26-May-2012 00:56:00 o'clock BST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin\createBamResourceAdapterCF.py
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderBookingComposite\bin\BamAdapterDeploymentPlan_1337990090265.xml
    [echo] Spring lib path: F:\Oracle\Middleware\Jdeveloper\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    deploy-composite:
    attachplan:
    [input] skipping input as property scac.sar has already been set.
    [input] skipping input as property scac.plan has already been set.
    [attachplan] attachPlan: Started for Composite SAR file = ../PartnerSupplierComposite/deploy/sca_PartnerSupplierComposite_rev1.0.jar using deploy plan = F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\bin/PartnerSupplierComposite_cfgplan.xml
    [attachplan] Load deployment plan file F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\bin/PartnerSupplierComposite_cfgplan.xml
    [attachplan] Done Load deployment plan file F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\bin/PartnerSupplierComposite_cfgplan.xml
    [attachplan] Unpacking the Composite SAR to tmp folder F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\soaear_31767.tmp
    [attachplan] Copy new plan file PartnerSupplierComposite_cfgplan.xml to F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\soaear_31767.tmp\soaconfigplan.xml
    [attachplan] Repacking F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\bin\..\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar file soaconfigplan.xml
    [attachplan] Deleting tmp composite sar folder ...F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\soaear_31767.tmp
    [attachplan] Attach plan successful
    [echo] Deploying to http://localhost:7001/soa-infra/deployer
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    deploy:
    [input] skipping input as property serverURL has already been set.
    [input] skipping input as property sarLocation has already been set.
    [input] skipping input as property password has already been set.
    [deployComposite] setting user/password..., user=weblogic
    [deployComposite] Processing sar=../PartnerSupplierComposite/deploy/sca_PartnerSupplierComposite_rev1.0.jar
    [deployComposite] Adding sar file - F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\bin\..\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    [deployComposite] INFO: Creating HTTP connection to host:localhost, port:7001
    [deployComposite] INFO: Received HTTP response from the server, response code=200
    [deployComposite] ---->Deploying composite success.
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\PartnerSupplierComposite\bin\deployResult.dat
    deploy-composite:
    [echo] Deploying to http://localhost:7001/soa-infra/deployer
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    deploy:
    [input] skipping input as property serverURL has already been set.
    [input] skipping input as property sarLocation has already been set.
    [input] skipping input as property password has already been set.
    [deployComposite] setting user/password..., user=weblogic
    [deployComposite] Processing sar=../OrderSDOComposite/deploy/sca_OrderSDOComposite_rev1.0.jar
    [deployComposite] Adding sar file - F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\bin\..\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    [deployComposite] INFO: Creating HTTP connection to host:localhost, port:7001
    [deployComposite] INFO: Received HTTP response from the server, response code=200
    [deployComposite] ---->Deploying composite success.
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\OrderSDOComposite\bin\deployResult.dat
    deploy-composite:
    attachplan:
    [input] skipping input as property scac.sar has already been set.
    [input] skipping input as property scac.plan has already been set.
    [attachplan] attachPlan: Started for Composite SAR file = ../B2BX12OrderGateway/deploy/sca_B2BX12OrderGateway_rev1.0.jar using deploy plan = F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\bin/B2BX12OrderGateway_deployment_plan.xml
    [attachplan] Load deployment plan file F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\bin/B2BX12OrderGateway_deployment_plan.xml
    [attachplan] Done Load deployment plan file F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\bin/B2BX12OrderGateway_deployment_plan.xml
    [attachplan] Unpacking the Composite SAR to tmp folder F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\soaear_42498.tmp
    [attachplan] Copy new plan file B2BX12OrderGateway_deployment_plan.xml to F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\soaear_42498.tmp\soaconfigplan.xml
    [attachplan] Repacking F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\bin\..\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar file soaconfigplan.xml
    [attachplan] Deleting tmp composite sar folder ...F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\soaear_42498.tmp
    [attachplan] Attach plan successful
    [echo] Deploying to http://localhost:7001/soa-infra/deployer
    [echo] oracle.home = F:\Oracle\Middleware\Jdeveloper\jdeveloper\
    deploy:
    [input] skipping input as property serverURL has already been set.
    [input] skipping input as property sarLocation has already been set.
    [input] skipping input as property password has already been set.
    [deployComposite] setting user/password..., user=weblogic
    [deployComposite] Processing sar=../B2BX12OrderGateway/deploy/sca_B2BX12OrderGateway_rev1.0.jar
    [deployComposite] Adding sar file - F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\bin\..\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    [deployComposite] INFO: Creating HTTP connection to host:localhost, port:7001
    [deployComposite] INFO: Received HTTP response from the server, response code=200
    [deployComposite] ---->Deploying composite success.
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\bin\deployResult.dat
    importAndDeployB2BTradingAgreements:
    [echo] Importing and deploying b2b trading partner agreements
    [java] Commandline arguments 2: [import, ../config/OOW08_X12_10.zip]
    [java] Import with overwrite=false
    [java] *** Import operation completed successfully ***
    [java] Time elapsed:7703ms
    [java] Commandline arguments 1: [deploy]
    [java] *** Deployment operation completed successfully ***
    [java] Time elapsed:1500ms
    [java] Commandline arguments 1: [restartb2b]
    [java] Time elapsed:1094ms
    [delete] Deleting: F:\stageFMW\DEMO_DOWNLOAD_HOME\11.1.1.6\CompositeServices\B2BX12OrderGateway\bin\jndi.properties
    [echo] Wls home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: F:\Oracle\Middleware\Jdeveloper\jdeveloper\

  • Trying to setup new iCloud in system preferences and get error message: "iCloud encountered an error while trying to connect to the server."

    Here's the sequence of events:
    Setting up a new iMac.
    Migration Assistant was aborted during setup and a normal setup was completed.
    Then ran Migration Assistant from the newly setup account.
    It ran fine, but put all the data in a new account called "user".
    Renamed "user" to a new name, renamed the home folder to a new name following these instructions: OS X: How to change your account name or home directory name
    Delete the account we originally created, so just have one account with the name we want and all the data, email. Works fine.
    Sign into the App Store with the account we share for purchases.
    Now, the problem:
    Go to System Preferences to setup iCloud with a new Apple ID
    Get this error: "iCloud encountered an error while trying to connect to the server."
    So I'm unable to setup iCloud for photo stream, FaceTime, etc.
    Internet works fine, we can get mail, etc.
    Rebooting doesn't help
    Ideas?

    never mind the problem is gone this morning.

  • Trying to Hot Sync Visor Pro with Windows 7 (64 bit OS) - getting error: "The connection between your handheld computer and the destktop could not be establishe​d. Please check your setup and try again."

    Hi.
    I read the posting regarding the options on Hotsyncing for Windows 7; however, I have some questions as I have a 64-bit system.
    I have a Visor Pro that I'm trying to Sync up with my new laptop which is running Windows 7.
    Steps I have taken:
    * installed the Visor Palm Desktop 3.0.1 that came with the Visor (which the installation went well)
    * The issue arises when I push the "Sync" button on the cradle and the following error message appears "The connection between your handheld computer and the destktop could not be established.  Please check your setup and try again."
    Since I have a 64-bit OS it appears that I have 2 options: 1) bluetooth or 2) Infrared.
    I have to admit I don't know know how to do either of these (how can I tell if this Handspring Visor Pro has bluetooth (which I don't it does)?). 
    Then how about the Infrared option?  I see on the PDA it has a red area that one can "beam" info.  Is this the same as Infrared or my 2nd option?
    I love my Visor and want to continue using it, but need to backup the valuable info!
    Any help with this would be greatly appreciated!
    THANKS!!!!!
    Post relates to: Visor Pro

    Hello lwalbring and welcome to the Palm forums.
    Your Visor, as you suspect, does not have Bluetooth, so you must use the IR HotSync option.  Since you are using Windows 7 64-bit, I believe that you are going to have to upgrade to Palm Desktop 6.2.2 to make things work from an OS/Driver perspective.
    Since you are using such an old device, you are also going to have to download and install the PalmHotSyncSetup Utility from Pimlico.  This update turns on support for old Palm OS PDAs in Palm Desktop 6.2.2.  Without the update, you won't be able to sync your Visor with Palm Desktop 6.2.2.  The software is free and the link is all the way at the bottom of the screen.
    Lastly, if your PC doesn't have an IR port on it, you will need to purchase a USB to IR adapter.  Some laptops still have IR ports and most desktops don't.
    Once you have all the pieces, you'll want to go back to the Windows 7 and Vista HotSync thread again, and follow the directions for setting up and configuring IR HotSyncs.
    Alan G

  • Error starting the Application Server and Deployment Tool

    After installing the iPlanet Aplication Server with sp3 I get the following
    errors starting the Application Server and Deployment Tool.
    iAS Application Server
    ================
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:46:49:8] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    error: could not get context
    *** Errors in initialization from registry ***
    Errors in initialization, exiting ...
    iAS Deployment Tool
    ===============
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:23:40:7] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    Exception in thread "main" java.lang.NullPointerException
    at com.kivasoft.util.Util.loadComponent(Unknown Source)
    at
    com.iplanet.ias.tools.buzz.ui.application.StartBuzz.initGDS(Unknown Source)
    at com.iplanet.ias.tools.buzz.ui.application.StartBuzz.main(Unknown
    Source)
    Can anyone help me please!

    Hi,
    Would be more helpful if you can mention, the O/S. Also, pls mention where
    you are getting this error, at kjs or kxs, or, are you able to start the server
    and at which specific instance do you encounter this.
    Regards
    Raj
    "Antonio Casqueiro" wrote:
    After installing the iPlanet Aplication Server with sp3 I get the following
    errors starting the Application Server and Deployment Tool.
    iAS Application Server
    ================
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:46:49:8] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    error: could not get context
    *** Errors in initialization from registry ***
    Errors in initialization, exiting ...
    iAS Deployment Tool
    ===============
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:23:40:7] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    Exception in thread "main" java.lang.NullPointerException
    at com.kivasoft.util.Util.loadComponent(Unknown Source)
    at
    com.iplanet.ias.tools.buzz.ui.application.StartBuzz.initGDS(Unknown Source)
    at com.iplanet.ias.tools.buzz.ui.application.StartBuzz.main(Unknown
    Source)
    Can anyone help me please!

  • Error starting the Application Server and Deployment Tool in Windows 2000

    After installing the iPlanet Aplication Server with sp3 in Windows 2000 I
    get the following
    errors starting the Application Server and Deployment Tool.
    iAS Application Server
    ================
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:46:49:8] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    error: could not get context
    *** Errors in initialization from registry ***
    Errors in initialization, exiting ...
    iAS Deployment Tool
    ===============
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:23:40:7] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    Exception in thread "main" java.lang.NullPointerException
    at com.kivasoft.util.Util.loadComponent(Unknown Source)
    at
    com.iplanet.ias.tools.buzz.ui.application.StartBuzz.initGDS(Unknown Source)
    at com.iplanet.ias.tools.buzz.ui.application.StartBuzz.main(Unknown
    Source)
    Can anyone help me please!

    Okay, pls check that you are logged in as administrator and installed and now you are logged in as administrator and registering the iAS server. Did you get any installation failures while installing and are you able to register the server using iASAT ?

Maybe you are looking for