Reg:Deploy objects to Cloud

Hi !
     I had reset the sftp user password .
And using all the details " SFTP username , password & hostname " properly with port 22.
But I am getting the error "unable to connect to sftp server with provided details. Ensure that the correct details are saved for connection."

Hello,
Usually, the SFTP login error is caused by one of the following:
Not being able to establish a network connection to the SFTP server,
Invalid login credentials.
Can you confirm that you, in fact, can establish a network connection to the SFTP server / port listed on your My Services / Service Detail page? Using a command line tool like "nc" or "telnet" will show this, or perhaps using a different SFTP client program. Does your local network environment require proxy for outbound network requests, and if so, did you configure the correct proxy in the SFTP client?
Which SFTP client program are you using? Does the error message appear relatively quickly, or there is a considerable delay? Which SFTP server are you connecting to?
There are 2 SFTP accounts associated with your service (domain account and service account). Have you tried both of them (after resetting the password)?
Thanks,
Vlad

Similar Messages

  • Does SQL Developer 3.1 support "Deploy Objects to cloud" ?

    Hi, in the document Using Oracle Database Cloud Service, Release 2012.5.31 E27038-01, The following statement is on page 4-3:
    To upload data ... (use) SQL Developer cart. Click Deploy Objects to Cloud"
    I do not see this option available.
    Is this a future enhancement ?
    Thanks
    Joe.

    It will be there when the Oracle Cloud is released.
    -kris

  • Context-Root already exists in a deployed object

    I have deployed an EAR project which includes a web module and an EJB module. Now when I right click on any jsp/html file inside my web module (in studio enterprise) to run the file, I get an error stating "Deploying application in domain failed; Context-Root already exists in a deployed object". It appears to be trying to deploy the web module as a stand alone module, but cant because the context root already exists in the EAR deployment. If I run the page from the broswer by typing in the proper URL, it works fine since it is not trying to redeploy.
    If my assumption is true, why is it trying to re deploy as a stand alone module? What can I do to prevent this from happening?
    Thanks!

    - The ide, by default, performs the compile-deploy-run cycle when 'run' is selected. If you move to the 'Files' tab in the project window and expand nbproject|build-impl.xml file, you will see the ant targets used by the build system. Select 'run', right-click and select open; you will see 'run' target depends on run-deploy.
    There are targets available that act on single files, namely compile-single and debug-single that you can try on single files.
    You can also try copying the 'run' target to something like 'my-run' and remove the dependency on run-deploy. The you could select 'my-run' and select 'run-target' right-click menu item.
    In general though, such workarounds are tricky. It is likely i am not understanding the issue here or perhaps it is a bug in the ide or even that ide cannot allow running without redeploy for valid reasons...
    - JSE8.1 is based on NetBeans 5.0.
    Ref: http://forum.java.sun.com/thread.jspa?threadID=5113472
    For J2EE programming, www.netbeans.org site provides a lot of info that are also applicable for jse.
    Docs: http://www.netbeans.org/kb/index.html
    There are several mailing lists, http://www.netbeans.org/community/lists/top.html#top, and some of them dedicated to j2ee. You may want to subscribe to some of these; several j2ee experts are on these mailing lists.

  • OWB Error when deploying objects

    Hi we recently upgraded OWB 10.2.0.2 to 10.2.0.3 and now I am getting the following error when I deploy objects. Our platform is on solaris and oracle 10.2 and we are NOT using RAC.
    Error
    ORA-29532: Java call terminated by uncaught Java exception: java.io.IOException
    None
    Error
    RPE-01003: An infrastructure condition prevented the request from completing.

    This is what I found in the runtime log.
    2008/07/18-11:30:00-PDT [B42CBF] Thin driver connection time - 188 millisecond(s)
    2008/07/18-11:30:00-PDT [B42CBF] Connection Manager - property user.timezone value is America/Los_Angeles
    2008/07/18-11:30:00-PDT [B42CBF] Connection Manager - connection.timezone not set. Defaulting to value SERVICE
    2008/07/18-11:30:00-PDT [B42CBF] Connection Manager - using service timezone America/Los_Angeles
    2008/07/18-11:30:00-PDT [B42CBF] Connection Manager - defaultimg session timezone offset to -07:00
    2008/07/18-11:30:00-PDT [B42CBF] Error creating the temp directory d:\OWB_10.2.0/owb/temp
    2008/07/18-11:30:00-PDT [B42CBF] Free Memory(bytes)=909576 Total Memory(bytes)=2031616 Used Memory(bytes)=1122040 Used Memory(percent)=56%
    2008/07/18-11:30:00-PDT [B42CBF] Control Center Service Version 10.2.0.3.33 starting
    2008/07/18-11:30:00-PDT [B42CBF] Client-side startup request
    2008/07/18-11:30:00-PDT [B42CBF] Control Center Repository Name repos_owner on Service emdsd at Host 10.10.200.53
    2008/07/18-11:30:00-PDT [B42CBF] Explicit garbage collection - every 1 execution(s)
    2008/07/18-11:30:00-PDT [B42CBF] Recovery starting
    2008/07/18-11:30:00-PDT [B42CBF] Service startup complete
    2008/07/18-11:31:35-PDT [B42CBF] AuditId=47824: Processing unit deployment request
    2008/07/18-11:31:35-PDT [B42CBF] Free Memory(bytes)=421256 Total Memory(bytes)=2031616 Used Memory(bytes)=1610360 Used Memory(percent)=80%
    2008/07/18-11:31:35-PDT [1595F51] Connection Manager - off
    2008/07/18-11:31:35-PDT [1595F51] Thin driver connection time - 47 millisecond(s)
    2008/07/18-11:31:36-PDT [1595F51] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - ORA-29532: Java call terminated by uncaught Java exception: java.io.IOException
         at oracle.wh.runtime.platform.service.controller.StoreImpl.<init>(StoreImpl.java:249)
         at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.getStore(AdapterContextImpl.java:140)
         at oracle.wh.runtime.platform.service.controller.DeploymentController.initialize(DeploymentController.java:70)
         at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:208)
         at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:41)
         at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentManager.java:51)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.sql.SQLException: ORA-29532: Java call terminated by uncaught Java exception: java.io.IOException
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:966)
         at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1062)
         at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:850)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1134)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3339)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3384)
         at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteQuery(ExecutionContext.java:1591)
         at oracle.wh.runtime.platform.service.controller.StoreImpl.<init>(StoreImpl.java:219)
         ... 6 more

  • "Object reference not set to an instance of an object" when I try to deploy my Azure Cloud Service via CLI

    I'm running this command in the Azure PowerShell to deploy my node project as a service:
    Publish-AzureServiceProject -ServiceName <name> -Location "East US"
    Using my service name instead of <name>.
    Each time I run this, I get an error:
    Publish-AzureServiceProject : Object reference not set to an instance of an
    object.
    At line:1 char:1
    + Publish-AzureServiceProject -ServiceName <name> -Location "East US"
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : CloseError: (:) [Publish-AzureServiceProject], N
    ullReferenceException
    + FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.CloudService.Pub
    lishAzureServiceProjectCommand
    I have added my certificate and verified it with Get-AzureSubscription.
    Can anyone help?

    When I run Get-AzureSubscription, the subscription already seems to be set. I assume this happened when I imported my publish settings. I tried your suggestion to do it manually, but this didn't fix my problem.
    I've started implementing the deployment script linked in the blog post, but I'm running into all sorts of problems as I try to do so. First, this seems to assume I have a service package and publish settings. I'm guessing the package is going to need to
    be generated for each deployment, but the script doesn't handle this. How can I also have the script generate the new package so that the service can be deployed? I've currently hard-coded the path of cspack into the script, but this seems like a bad way to
    do it.
    Since the publish settings have the certificate, I imagine I don't want to commit those to version control. Can I also generate this as part of the script? I want the script to be as hands-off as possible.
    Thank you for your help!

  • Deploy Adobe Creative Cloud Enterprise

    Anyone deploying Adobe CC ENT in a Windows environment have a script to share that will deploy the exceptions and the build file correctly? I'm using Win7 clients and Server 2008 R2 GPO to deploy.
    I have a deploy.bat file in the Adobe Creative Cloud\Exceptions directory with the following script. I realize this isn't correct, but am I somewhat close? What do I need to add or change to this process to get this deployed? School starts in a couple weeks and I need this deployed to 200 machines.
    ExceptionDeployer --workflow=install --mode=pre --installLanguage=en_US
    \\servername\Adobe Creative Cloud\Build\setup.exe
    ExceptionDeployer --workflow=install --mode=post

    I'm not a CC expert, but I think normally admins configure Acrobat and then deploy everything via the Creative Cloud Packager. Acrobat certainly needs to be licensed, so when you only have a CC license, it's best to deploy in a standard way so that Acrobat get serialized with the license you have.
    19   Creative Cloud Packager Installs — Enterprise Administration Guide
    hth,
    Ben

  • Deploying Adobe Creative Cloud via GPO

    A few months ago my long and lasting journey with Adobe CC started and I was pretty eager to deploy the software in our enterprise. As it comes out, with a little help from Adobe, that just made me crazy and a few pretty pointless and sensless tests I finally managed it somehow to get Adobe CC deployment via GPO. None of our users have local admin rights due to restrictive policy in our enterprise. All testing and configuration was made on Windows 7 Enterprise (x86 and x64) machines.
    As we don't use SCCM in our environment it was critical to use "simple" GPO rollout for software. As there are MSI's with all the packages I started my journey...
    To start it all of:
    As it seems, you cannot buy licenses any more permanent and you can buy them via subscription. OK, that's one way to go and since we need all these products in future we went in evaluating it. Since we cannot buy licenses in a big order like adobe wants us to we were only left to buy the creative cloud for teams and not for enterprise. Still, this was fine to, since adobe offered the cloud packager and a lot of documentation, i thought at least.
    To test and make sure that we can deploy all of the wanted features of creative cloud we bought 2 licenses for the IT-staff. During testing, late semptember/october 2014, with the cloud packager in version 1.6 I was able to deploy the packages and software as we wanted. Just as information, we wanted our users to have Bridge, Photoshop, InDesign, Illustrator, Dreamveawer, Prelude and the most important thing, we did NOT want the creative cloud desktop application due to company restrictions. Well as mentioned before everything worked as charm and I was just happy to start ordering the licenses for all of our users and get things done
    Well, as a lot surely know, the process of ordering the licenses and getting things rolling in a enterprise sometimes takes a little (more) time. After about one or two months later everything was ready and set and I was feeling like this is going to be a piece of cake. Make new packages with the cloud packager, create the gpo's, test the deployment, invite the users and I'm the king of the jungle.
    That was what I thought...
    Adobe was so nice to release the newer and more improved version (I think 1.7 or 1.8) of the cloud packager, that suddenly hasn't been able to deactivate the creative cloud desktop application. Well, not a problem I thought to myself, I'll just uninstall it later on and it's fine. Since there are about 20 users that were getting the software it would be a not so nice job, but once done it's done and it shouldn't happen again.
    Then i was hit by Adobe with a colossal fist right in the face! Why are you asking? Well as I mentioned above, the deployment via GPO worked fine and now? Not anymore, since the exception deployer couldn't install the applications it just broke everything and didn't even try to install the other applications that don't need the exception deployer. After a few e-mails and further testing, run as local admin, run installation after being copied to local, I lost fate that this is ever going to work.
    Adobe gave me the best help they could and I even had a deployment expert in on a web session and he gave me a short commandlet (exception deployer) and said that it has to work this way but surprise, it didn't. As I was getting more and more frustrated by this situation and the exception deployer I started to shrink down the packages as much as possible so that there are no applications that needed to be deployed with the exception deployer. I run tests and guess what? It worked! Man, was I happy that after almost a month things started getting in the right shape. As I couldn't sleep because of this mess I started testing the applications that Adobe techs said needed the exception deployer. I created a new package just for Lightroom 5 (yeah, I know there is a newer version out now, but not at that moment) and saw that it landed in this exception folder that is made during packaging with the cloud packager. I was just curious to test it and made a new GPO for just Lightroom, as a MSI was also within the package I figured, why not give it a try? It worked again!?! I was pretty surprised due to the information that it shouldn't be working, as Adobe techs stated.
    The simpler problem was the creative cloud desktop application. After having the Adobe techs in on a websession they stated, that it should work if I choose enterprise licensing to get rid of this software. But due to Adobe's updating policy of the creative cloud packager, there has been a newer version released (1.9) that opted out this feature to deactivate the installation of the creative cloud desktop application. I thought myself, why? Just please tell us why Adobe do we need this? But OK, there was also a solutions for this problem, the adobe creative cloud cleaning tool. If you create and XML file that is being read from the cleaning tool you can run this and "almost silently" uninstall the software via GPO. I gave it a shot and it works like a charm.
    To be honest I thought, that Adobe due to it's status as THE software company when it comes to creating/editing multimedia content they would know about the problems some of their customers across the globe could be having. As it seems, they don't care enough or haven't ever had somebody with a similar problem(what I cannot believe, but all right) to share some more detailed information about a case like this.
    I know, why have we bought it, if we don't need any cloud space? Well it's simple, Adobe creative products are needed and the CS6 products won't be here forever so it's better to start sooner than later with migration to a newer release. Still I was hoping to get more help from Adobe....
    Just to share the packages with you:
    "Complete 32Bit" package includes: Audition CS6+Updates, Bridge CC, Dreamweaver CC 2014.1, Edge Animate CC 2014, Fireworks CS6, Illustrator CC 2014, Incopy CC 2014, InDesign CC 2014, Photoshop CC 2014, Prelude CS6
    "Complete 64Bit" package includes: Audition CS6+Updates, Bridge CC, Dreamweaver CC 2014.1, Edge Animate CC 2014, Fireworks CS6, Illustrator CC 2014, Incopy CC 2014, InDesign CC 2014, Photoshop CC 2014, Prelude CS6, Premiere Pro CC 2014, SpeedGrade CC 2014
    "InDesign 32Bit" package includes: InDesign CC 2014
    "InDesign 64Bit" package includes: InDesign CC 2014
    "Lightroom 5 32Bit" package: Lightroom 5
    "Lightroom  5 64Bit" package: Lightroom 5
    None of these packages needed the exception deployer to be run. It was all tested on different (also different machine specs) 32bit and 64bit machines. The OS was always Windows 7 Enterprise.
    To uninstall the creative cloud desktop application i wrote a batch file:
    @ECHO OFF
    IF EXIST C:\log_adobe_cc_cleaner\*.* EXIT ## checks if this folder is existent. If not it continues. If there is the folder it stops and won't run again ##
    mkdir C:\temp_adobe_cc_cleaner ## creates a temp folder, as the uinstall tool can only be run locally ##
    xcopy \\your_server\your_share$\adobecc\adobecc-cleaner\*.* C:\temp_adobe_cc_cleaner\*.* /Y ## copies the complete content of the folder to the newly created local folder ##
    call "C:\temp_adobe_cc_cleaner\AdobeCreativeCloudCleanerTool.exe" --cleanupXML=C:\temp_adobe_cc_cleaner\cleanup_desktop_app.xml
    xcopy "%Temp%\Adobe Creative Cloud Cleaner Tool.log" "C:\log_adobe_cc_cleaner\*.*" /Y ## copies the log file to folder, creates the folder itself ##
    rmdir /q /s "C:\temp_adobe_cc_cleaner" ## removes the adobe creative cloud unintaller from local machine, leaves the log file folder for further check if the creative cloud uninstall tool needs to be rerun ##
    The XML file has following written:
    <?xml version="1.0" encoding="UTF-8"?>
    <Products>
    <Properties>
      <Property name="eulaAccepted">1</Property>
      <!--<Property name="removeFlashPlayer">1</Property>-->
    </Properties>
    <CreativeCloud>
      <Product productName="Adobe Creative Cloud" version="2.0"/>
      <!--<Product productName="Adobe ID CC2014 x32 AppBase" version="10.0"/>-->
    </CreativeCloud>
    <AdobeIdCredentials>
      <!--<Product productName="Adobe Id Credentials" version="1.0"/>-->
    </AdobeIdCredentials>
    </Products>
    Updating of the Adobe products is done with Secunia CSI in our enterprise, but there is also the posibility to remotely run the updatemanager.exe or via logon/logoff script.
    What I also found out, was the dependency of vcredist for adobe products. You need the 2010, 2012 of them and most importantly in the x86 and x64 version! In case you get a .DLL missing error.
    I hope this here helps someone who has lost a lot of nerves and a lot of time due to the deployment of Adobe creative cloud applications. I stil hope that there is going to be a better and easier way to deploy this.
    Excuse me for the bad english, good luck with your deployment and maybe we can get Adobe a bit smarter from our all experience to make us a good deployment method.
    Toni

    Slim.nl is an indirect seller of Adobe products whose policies are not known to us. In our server we do not see any purchase from Adobe.com.
    Please try to purchase from https://store2.adobe.com/cfusion/store/html/index.cfm?store=OLS-NL&event=displayProduct&ca tegoryPath=/Applications/AcrobatProX
    You do have an Adobe ID with the Email provided here.
    Regards
    Rajshree

  • I am trying to deploy the Creative Cloud

    Hello!
    Thanks for this video.
    I found this thread while researching physical CD installs of Adobe CS vs. a Creative Cloud install.
    I have a work machine where volume licensed CS software was installed. (master collection via CD)
    I later downloaded the Adobe Application Manager for use with Creative Cloud when I was given a complimentary membership @ MAX 2011.
    My question is, when the AAM reads "up to date" for individual software titles, has it automatically deployed all of the exclusive "Creative Cloud" only extras for those individual software titles if they were previously installed via CD?
    I think I have received the appropriate Creative Cloud updates to software that was installed via CD through a volume license, but wanted to see if it is necessary to uninstall these previously installed titles in order to get the Creative Cloud exclusive updates for them.
    Any advice or insight on this issue would be greatly appreciated.
    Thanks in advance.
    Sincerely,
    Dick

    Thanks Jeff,
    Any ideas on who can answer this question? Seems like there would be more known about it, as it could apply to both volume licensed folks and those who have installed regular licensed products via CD/DVD.
    When approaching our reseller about the issue, they did not know either.
    A good recommendation could be to include this on the FAQ page for Creative Cloud installation(s) when an answer is provided.
    Let me know if there's anyone I need to reach out to for more help.
    I appreciate it.
    Sincerely,
    Dick

  • Error while deploying objects

    I try to deploy dimension to target database, but deployment fails with "java.lang.ArrayIndexOutOfBoundsException" message.
    Table, index and dimension are created physically without any problem, but general result is "Failed" because of this error.
    I recreated repositories, played with locale settings in system and OWB, no luck.
    I have no such problem on my second database/client machines.
    OWB is 9.0.4.
    What can cause this thing ?

    This is the only text that appears in message.
    Database is Personal Oracle9i Release 9.2.0.1.0 for NT.
    Now if I want to deploy dimension by right-clicking on it and selecting deploy i get window with message:
    "No deployment actions were set for 1 objects.
    Either the runtime platform connection is invalid or the objects are not eligible for a default deployment action.
    Operation abandoned.
    and have to deploy from deployment manager.
    Now I noticed that during starting OWB creates file owb\bin\admin\unfoundkey.log with such contents (to the point of logon):
    Unfound key: 8i.MAPPINGS.STEPTYPE:PARAMNAME
    Exception detail:
    java.util.MissingResourceException: Can't find resource for bundle oracle.wh.resource.InspectorDialogs, key 8i.MAPPINGS.STEPTYPE:PARAMNAME
         at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
         at oracle.bali.rts.MultiResourceBundle.handleGetObject(Unknown Source)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:376)
         at java.util.ResourceBundle.getString(ResourceBundle.java:354)
         at oracle.wh.util.NLSUtils.getNLSString(NLSUtils.java:228)
         at oracle.wh.service.impl.integrator.weakconfig.ConfigParamImpl.translate(ConfigParamImpl.java:42)
         at oracle.wh.service.impl.integrator.weakconfig.ConfigParamImpl.init(ConfigParamImpl.java:17)
         at oracle.wh.service.impl.integrator.xml.XMLParseMachine.startElement(XMLParseMachine.java:60)
         at oracle.wh.service.impl.integrator.xml.XMLResolve.startElement(XMLResolve.java:147)
         at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:166)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1082)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:287)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:254)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:141)
         at oracle.wh.service.impl.integrator.xml.XMLResolve.parseLocation(XMLResolve.java:96)
         at oracle.wh.service.impl.integrator.xml.XMLResolve.parseXML(XMLResolve.java:66)
         at oracle.wh.service.impl.integrator.xml.XMLResolve.resolveAll(XMLResolve.java:24)
         at oracle.wh.service.impl.integrator.IntegratorController.init(IntegratorController.java:21)
         at oracle.wh.util.ControllerInitializer.initControllers(ControllerInitializer.java:118)
         at oracle.wh.util.ControllerInitializer.initBackendControllers(ControllerInitializer.java:36)
         at oracle.wh.util.ControllerInitializer.initAllControllers(ControllerInitializer.java:22)
         at oracle.wh.ui.framework.StaticLoader.main(StaticLoader.java:114)
    Unfound key: 8i.MAPPINGS.STEPTYPE:DESCRIPTION
    Exception detail:
    java.util.MissingResourceException: Can't find resource for bundle oracle.wh.resource.InspectorDialogs, key 8i.MAPPINGS.STEPTYPE:DESCRIPTION
         at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
         at oracle.bali.rts.MultiResourceBundle.handleGetObject(Unknown Source)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:376)
         at java.util.ResourceBundle.getString(ResourceBundle.java:354)
         at oracle.wh.util.NLSUtils.getNLSString(NLSUtils.java:228)
         at oracle.wh.service.impl.integrator.weakconfig.ConfigParamImpl.translate(ConfigParamImpl.java:42)
         at oracle.wh.service.impl.integrator.weakconfig.ConfigParamImpl.init(ConfigParamImpl.java:18)
         at oracle.wh.service.impl.integrator.xml.XMLParseMachine.startElement(XMLParseMachine.java:60)
         at oracle.wh.service.impl.integrator.xml.XMLResolve.startElement(XMLResolve.java:147)
         at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:166)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1082)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:287)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:254)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:141)
         at oracle.wh.service.impl.integrator.xml.XMLResolve.parseLocation(XMLResolve.java:96)
         at oracle.wh.service.impl.integrator.xml.XMLResolve.parseXML(XMLResolve.java:66)
         at oracle.wh.service.impl.integrator.xml.XMLResolve.resolveAll(XMLResolve.java:24)
         at oracle.wh.service.impl.integrator.IntegratorController.init(IntegratorController.java:21)
         at oracle.wh.util.ControllerInitializer.initControllers(ControllerInitializer.java:118)
         at oracle.wh.util.ControllerInitializer.initBackendControllers(ControllerInitializer.java:36)
         at oracle.wh.util.ControllerInitializer.initAllControllers(ControllerInitializer.java:22)
         at oracle.wh.ui.framework.StaticLoader.main(StaticLoader.java:114)
    Running deployment manager creates more entries in it, starting with "Unfound key: Find... [exception details...] Unfound key: Expand" and so on.
    Maybe it has something to do with it...

  • Error while deploying objects from Control Center Manager

    I got the error "The Network Adapter could not establish the connection"
    while deploying my objects (dimensions, cubes, mappings etc) from Control Center Manager Oracle 10g R2.
    Any idea to ressolve it..........

    Some more details would be helpful ...

  • Reg - Deployment Error in NWDS7.0

    Hi All ,
    Im trying To Deploy Web Dynpro Sample Application By Creating project Name and Application and Iview . When im try to deloy the application  after giving SDM Pasword it throws Following Error .
    please suggest Valueble inputs .
    com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'local/test1' and application 'Test1' are not deployed on the server. Please check the used URL for typos.
    Exception id: [00144FFA3533005B000000E2000012EC00047D1D2759F136]
    Regards ,
    venkat p

    Should be here:
    usr/sap/System Id/instance number/j2ee/cluster/server0/log/default trace
    Ask basis to provide you the trace that's tagged with the exception ID that the error message gives you.
    Regards,
    Jan

  • Is it possible to do Continuous deployment for azure cloud services(website,web and worker roles) using VSO Release management?

    Hi,
    I am trying to do continuous deployment using visual studio online and release management for Azure cloud services. But not able to find the way to do it(with the help of different blogs, those are describing using VM only).
    I tried using Release management visual studio extension also. But no Luck.
    Please help me if it is possible to do continuous deployment using release management.
    Thanks,
    Phani

    Hi,
     Please refer to the following Forum Thread with similar question which has been answered. Let us know if this helps.
     https://social.msdn.microsoft.com/Forums/en-US/9d8322f6-36e5-4cca-a982-d420d34d2072/realease-management-deployment-to-azure-websites-webworker-roles?forum=tfsbuild
    Regards,
    Nithin Rathnakar

  • What is the recommended font management solution for an Enterprise deployment of Creative Cloud - Design edition (does not include TypeKit)?

    We are deploying Creative Cloud across multiple systems today and it was under the assumption that TypeKit came with all versions. Most of our team has Design edition - no typekit. How do you recommend we manage the fonts? Have been using Suitcase Fusion prior to our upgrade.

    Hi Jill,
    I would like to inform you that Adobe Typekit is an online service which comes with named user deployment only. i would suggest to manage your licenses through Adobe enterprise dashboard which enables online services for users. Please visit the article below for more info.
    Creative Cloud Help | Creating or editing named license packages
    Hope this helps.
    Thanks,
    Ashish

  • Deploying Windows Azure Cloud Service to multiple instances

    Hello folks,
    Currently, I have Windows Azure Cloud service on one instance, if I move to multiple instances, will Azure deploy it to all instances during the time of deployment? Basically, the fact that there are multiple instances behind the Cloud Service will be transparent
    to the whole deployment process, is that a correct understanding?
    Thanks

    Hi,
    From my experience, all the instances in one cloud service were the same, and we just focus on the application and not the infrastructure. Refer to
    http://www.windowsazure.com/en-us/services/cloud-services/ for more information.
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Deploying Objects in the Target Warehouse , The job just hanging there!!

    I just try to run through the Oracle Warehouse Builder 11g tutorial, I did every steps as the tutorial did and everything was good until I try to deploy the objects,
    When I set the objects' action from "none" to "create", then hit the "deploy" button, the job's status just stop at "running" phase with no errors and no warings.
    I try to deactive all execution and re-deploy it again, still the same problem..
    Anyone knows what's going on with this situation??

    Hi David,
    nothing I can deploy in the control center. I looked into the log files in the server-side.
    The error is "Invalid username/password..... why is that?
    2009/01/13-11:47:22-PST [110FE28][] AuditId=362: Processing unit deployment request
    2009/01/13-11:47:22-PST [110FE28][] Free Memory(bytes)=940816 Total Memory(bytes)=3457024 Used Memory(bytes)=2516208 Used Memory(percent)=73%
    2009/01/13-11:47:22-PST [110FE28][] [REP_OWNER.MY_WORKSPACE] Processing Audit ID 362
    2009/01/13-11:47:22-PST [3C9C31][] Thread terminating due to fatal exception of type oracle.wh.runtime.platform.adapter.InfrastructureException
    2009/01/13-11:47:22-PST [3C9C31][] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - ORA-01017: invalid username/password; logon denied
         at oracle.wh.runtime.platform.service.controller.PlatformDb.connect(PlatformDb.java:90)
         at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentManager.java:34)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:406)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:794)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:391)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:490)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:202)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:465)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at oracle.wh.runtime.platform.common.DatabaseConnectionFactory.connectUsingNVP(DatabaseConnectionFactory.java:524)
         at oracle.wh.runtime.platform.common.DatabaseConnectionFactory.openUsingNVP(DatabaseConnectionFactory.java:579)
         at oracle.wh.runtime.platform.service.controller.PlatformDb.connect(PlatformDb.java:84)
         ... 2 more
    java.sql.SQLException: ORA-01017: invalid username/password; logon denied
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:406)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:794)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:391)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:490)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:202)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:465)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at oracle.wh.runtime.platform.common.DatabaseConnectionFactory.connectUsingNVP(DatabaseConnectionFactory.java:524)
         at oracle.wh.runtime.platform.common.DatabaseConnectionFactory.openUsingNVP(DatabaseConnectionFactory.java:579)
         at oracle.wh.runtime.platform.service.controller.PlatformDb.connect(PlatformDb.java:84)
         at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentManager.java:34)
         at java.lang.Thread.run(Thread.java:595)
    Thanks
    Joe
    Edited by: Joe Lee on Jan 13, 2009 11:48 AM

Maybe you are looking for

  • Making a Form Look Nice

    I get how to make a form. Making one look nice is a different matter. Are there hot keys for making multiple text fields at once? Is there a way to select multiple text fields and resize them as a group so they all match in layout and positioning? Th

  • AR residual item question

    When I offset two line items in AR and create a residual item against one of them, the new residual item has the assignment number of the cleared item. I want to bring in other fields, such as "text", refkey1, refkey2 etc..from the cleared item.. how

  • Constructor ? best practice

    Hi folks,, this is my piece of my code. i had a doubt on the  initializing the variable inside constructor or else before the constructor.?     private java.net.URL xl = Thread.currentThread().getContextClassLoader().getResource("z.xml");   private s

  • H264 problems

    I'm not able to export an H264 movie to another H264 movie in QuickTime Pro. Is this a QT issue?

  • Flex override public function set data

    Hi, I have a datagrid with itemRenderer in datagridcolumn as my custom component(c1). I am getting the dataprovider data in custom component by overriding the set data function, it is fine. But now my custom component(c1) is also having another custo