Can't add target to exploded war

For some reason, I can add an managed server to the targets of an exploded
          war file I'm working on. It will run just fine on the console/managing
          server. Other exploded war file work just fine. I'm getting this error:
          Error deploying application fedexcc: error retrieving component [Caching
          Stub]Proxy for
          blue:name=fedexcc,Location=webserv,Type=WebAppComponentConfig,ApplicationCon
          fig=fedexcc
          Any ideas?
          Thanks,
          Eric
          

Contact the App/Game creators. This is not an Apple issue.

Similar Messages

  • OBN: How can we add the tcode of target system into Source System.?

    Dear Experts,
    I want to add a t-code ME53n of ERP) into a role as OBN target in my SAP TM.
    I tried to add this t-code but could not find this t-code in SAP TM system.
    How can we add the tcode of target system into Source System.?
    I tries to import the role of target system but that does not work.
    Please help!
    Regards,
    Saurabh

    Hi Saurabh,
    Logically there is no need to add a tcode of the target system in the source system.
    If you have right roles in the system then system should allow you to add tcode in the OBN target simply by going to PFCG roles and using add transaction feature.
    To make sure it works properly you have to check the Method & Parameter assignment to the newly added tcode.
    Thanks & Regards,
    Tarun Kumar

  • Can't see add targets and devices in project explorer

    Hello!
    i think I have a strange query. i have Labview 2010 evaluation version. i am trying to add my cRIO 9004 to a project. I am just trying to follow the instructions in the getting started with cRIO manual. it says, add crio to the project by right clicking root project and selecting NEW>>ADD TARGETS AND DEVICES. The problem is I see the link for NEW but once i click that i dont see a sub-link "add new target or device" appear, INSTEAD i see the dialog box for  opening a NEW LABVIEW FILE appear. every where in the forum/knowledgebase/support trouble shooting and getting started articles have mentioned right-click root project>>select NEW>> select add target or device>> , as if it IS SUPPOSED TO APPEAR STANDARD in all new projects! But I dont see it! i dont get what I am missing. The software version i have are below:
    on cRio:
    NI VISA 5.0
    NI RIO 3.0
    LV RT 8.6
    and it matches with what i have installed on my host computer.
    I can communicate with the cRIO device both using MAX and also using ping command in windows command prompt.
    Any help would be great!!
    Thanks!
    Rajesh
    Solved!
    Go to Solution.

    well yes! it didnt strike me though that i had to reinstall my LV addon modules as you had mentioned drivers. anyways thank you!

  • Refreshing JSP file for an exploded WAR without undeploying the WAR - 7210

    The weblogic.Deployer utility with -activate option does redeploy my application. How do I prevent redeployment while refreshing. I'm using Weblogic 7.0.0.0.
              Thanks
              Senthil Kumar.S
              

    Thanks mbg for your response.
              Our production environment does not support the option a. We use the
              option b approach.
              My config.xml looks like this for the webapplication
              <Application Deployed="true" Name="oas"
              Path="/tmp/senthil/oas3.7.1.5"
              StagedTargets="DOAS_MT_021_20501" TwoPhase="true">
              <WebAppComponent Name="oas" Targets="DOAS_MT_CLUSTER_1"
              URI="oas"/>
              </Application>
              I performed the following steps..
              1) Modified the following jsp file on the admin.
              /tmp/senthil/oas3.7.1.5/oas/customercare/contactus.jsp
              2) Ran the following command on the admin
              java weblogic.Deployer -adminurl t3://n.n.n.n:20501 -user system
              -password weblogic -name oas -activate customercare/contactus.jsp
              after running the command,
              I was able to identify the corresponding jsp file immediately updated
              on the managed instance under the stage folder. But the class file on
              the stage folder was not updated and neither the class file on the
              .wlnotdelete folder. I was using the pagecheckseconds on the
              weblogic.xml as -1.
              I stopped both the admin and manage, modified the pagecheckseconds to
              1 Hour and when I performed same steps as before, I was able to see
              the jsp file updated and also getting compiled (when accessed) and
              serving the updated content. Also the user session was kept intact.
              i.e. no interruption to the session. This was what I was expecting
              for. The strange thing is, it didn't wait for one hour to compile. It
              was compiling immediately when I accessed the modified jsp file. I'm
              not sure whether it would behave the same way if I put that value as 1
              day or some very big +ve value.
              I'm not sure whether I'm doing the right way. i.e. changing the
              pagecheckseconds to ve value. Also I'm not sure whether the ve value
              for the pagecheckseconds would create impact on performance.
              Thanks for your time.
              Senthil Kumar.S
              "Mark Griffith" <[email protected]> wrote in message news:<[email protected]>...
              > Ahh clarity. :D
              >
              > You can:
              >
              > a) deploy your exploded web app with -nostage option. Meaning nocopy, or in
              > otherwords "WLS when you deploy this Application to each server in the
              > cluster, don't copy the bits to each server, just deploy from this src".
              > What that means is that the path that maps to the directory of your webapp
              > must be accessible, or resolvable on each server that it is deployed to.
              >
              > java weblogic.Deploy .... -nostage -activate -source /myapps/mywebapp
              >
              > so that /myapps/mywebapp must be resolvable on each server that it is
              > deployed to. You can accomplish this via a shared network directory for
              > /myapps or you can copy and create /myapps your self on each of the
              > machines.
              >
              > b) deploy your exploded web app with -stage option. Meaning copy, or in
              > otherwords "WLS when you deploy this Application to each server in the
              > cluster, do copy the bits from my "source" to each server" In this case,
              > you will have to use refresh
              >
              > What command did you execute on with weblogic.Deployer
              >
              > Cheers
              > mbg
              >
              >
              >
              > "Senthil Kumar S" <[email protected]> wrote in
              > message news:[email protected]...
              > > Let me rephrase my requirement..
              > > My production environment is Weblogic 7.0.1 with a clustered environment
              > with exploded WAR.
              > > How do I refresh my jsp files with out undeploying my web application?
              > >
              > > When I tried by modifying the jsp file on the exploded directory on the
              > admin and ran the weblogic.Deployer utility, it successfully updated the
              > copy on the managed instance (I verified by checking the stage directory).
              > But the jsp was never recompiled on the managed instance and it was serving
              > old content.
              > >
              > > Thanks
              > > Senthil Kumar.S
              

  • Deploying exploded war to a managed server

    We've just started using exploded war files for development, but we're
    having trouble deploying these applications on server's other than the
    managing/console. We keep getting this error:
    Error deploying application zq: error retrieving component [
    Caching Stub]Proxy for blue:Name=zq,Location=webserv,Type=We
    bAppComponentConfig,ApplicationConfig=zq
    Can someone shed some light on what this cryptic message means?
    Thanks,
    Eric

    Interesting, never seen this before.
    can you give some details - which server, complete trace etc....
    mihir
    Eric F wrote:
    We've just started using exploded war files for development, but we're
    having trouble deploying these applications on server's other than the
    managing/console. We keep getting this error:
    Error deploying application zq: error retrieving component [
    Caching Stub]Proxy for blue:Name=zq,Location=webserv,Type=We
    bAppComponentConfig,ApplicationConfig=zq
    Can someone shed some light on what this cryptic message means?
    Thanks,
    Eric

  • How to add Target System to Remote Comparison in Version Management

    Hello,
    We have defined an RFC connection from System A to system B. We want to use system B for remote comparison or programs from system A. However, when we choose (from SE38):
    Utilities -> Version Management -> REMOTE Comparison -> Target System
    system B does not appear in the list.
    How can we add system B to this list?
    Thanks and Regards.
    Reena

    go to the object which u want to compare
    go to->version management->select the TR request no->and select remote comparision there->and give the system where u need to compare this object
    and next press compare
    hope it will work
    cheer
    s.janagar

  • Alternate deployment descriptor for an exploded war (web.xml/weblogic.xml)

    Hi.
    I believe this is a simple question: Am i able to deploy an exploded war directory using an alternate deployment descriptor (web.xml outside the directory structure of my application)? According to the docs, I can do it for an ear, but I'm not sure if it can be done for an war.
    http://download.oracle.com/docs/cd/E13222_01/wls/docs81b/deployment/concepts.html#1001945
    http://download.oracle.com/docs/cd/E13222_01/wls/docs81/config_xml/Application.html#AltDescriptorPath
    Thanks in advance.
    Best regards,
    Daniel.

    Or should i use a deployment plan?
    http://download.oracle.com/docs/cd/E13222_01/wls/docs103/deployment/config.html#wp1057141

  • EM12c: Add Target SQL Server 2012 Fails

    EM12c: Add Target SQL Server 2012 Fails
    Configuration:
    EM12c platform:
    Oracle Enterprise Linux 6.2(x86_64)
    Oracle Enterprise Database 11.2.0.3 (x86_64)
    Enterprise Manager Cloud Control 12c Release 1 (12.1.0.1) (x86_64)
    Microsoft SQL Server Plug-In 12.1.0.2.0 deployed in the Management Server
    Target:
    Windows Server 2008 R2 Enterprise Edition SP1 (64-bit)
    SQL Server 2012 (Enterprise Edition) (64-bit)
    Microsoft SQL Server Plug-In 12.1.0.2.0 deployed in the Management Agent
    Problem: EM12c fails to add a SQL Server 2012 instance.
    Target Name: mssql_mcsdbsqlsrv2.esri.com     
    Target Type: Microsoft SQL Server
    Agent: https://mcsdbsqlsrv2.esri.com:3872/emd/main/
    * JDBC URL (Example : jdbc:sqlserver://<host>:<port>): jdbc:sqlserver://mcsdbsqlsrv2.esri.com:1433
    JDBC Driver (Optional): com.microsoft.sqlserver.jdbc.SQLServerDriver
    Database Username (Required for SQL Authentication): sa
    Password of Database User (Required for SQL Authentication): ****     
    System Username (Needed when SQLServer is at remote location):
    System Password (Needed when SQLServer is at remote location):     
    Connect Using Windows Integrated Authentication (Yes/No): No
    Role (Optional):
    Error:
    MSSQLDetermineName_DynamicProperty;em_error=Could not connect. Error code = 0x8004100e
    em_error=Failed while connecting to WMI.
    Response;Can't resolve a non-optional query descriptor property [provided_sql_server_name] (ms_sqlserver_servername)
    The sa login is enabled and I can connect from a remote machine to the MSSQL 2012 server using SQL Server Management Studio.
    I have also added several default MSSQL 2008 instances to EM12c successfull.
    I've installed the latest "Microsoft SQL Server Plug-In 12.1.0.2.0" in EM12c and deployed it to the target agent in the MSSQL 2012 machine
    Does EM12c (12.1.0.1) support MSSQL 2012?
    Thanks,
    Marcelo Marques
    Technical Manager, Esri
    Edited by: Marcelo Marques - ESRI on Sep 26, 2012 9:12 AM
    Edited by: Marcelo Marques - ESRI on Sep 26, 2012 9:13 AM

    Hello All,
    What is the latest information on MSSQL 2012 support on EM12c as a supported Target Deployment?
    Thanks
    Jan S.

  • How can I add links to open xml and csv files stored in another location? Please advice how to place links in my frame maker document?

    Hi,
    I would like to know as to how can I add links to open xml and csv files stored in another location? Please advice how to place links in my frame maker document?
    Kindly advice.
    Thanks
    Priya

    Special > Hypertext > Command "open document" will do its best to open the target document inside FrameMaker, which may not be much help; Special > Hypertext > Command "message …" will use the application you specify. The user guide for 7.0 says this about absolute links, and I don't think anything has changed since:
    For example, to start PaintBrush and open the Ship.pcx file on drive C you would use the command message system pbrush.exe C:/Ship.pcx
    I've not often used a relative link, and not recently: the same source says
    folder levels are separated by a slash / even in Windows and Mac
    [relative links] FrameMaker searches for a relative pathname beginning in the folder that contains the current document
    [absolute links] FrameMaker searches for an absolute pathname beginning at the top of the file system. In Windows, the absolute pathname begins with the drive specifier, a colon and a slash.

  • Re: How to add targets manually, in OEM 12C, through command line...

    I am trying to add the rac targets using emcli interface. Before adding rac_database as target type we need to add a cluster. I Used the following command to add a cluster but it fails with internal error. and the log files do not show any error.
    Any idea how to fix this?
    ./emcli add_target -name="bacalbdb01n_cluster" -type="cluster" -host="bacalbdb01n1" -monitor_mode="1" -properties="OracleHome:/u01/crs/oracle/product/11/app;scanName:bacalbdb01n-scan;scanPort:1521" -instances="bacalbdb01n1:host;bacalbdb01n2:host"
    Internal Error: The EM CLI system has encountered an internal error. Details have been added to the EM CLI log files.

    Looks like it might be bug 15982024 where the target is already part of a cluster.   Can you check your unpromoted targets (Setup -> Add Target -> Auto Discovery Results -> tab Agent Based Targets) and see if a cluster on either of those hosts is already discovered but not yet promoted.  If so, you can try to delete that discovered cluster, and retry the cmd.
    Log File Locations
    The following examples show possible log file locations:
    Example 2-3 No Configuration Directory Specified with Setup Verb (default location)
    user.home/.emcli/.emcli.log user.home/.emcli/.emcli.log.1
    If you do not specify a configuration directory when you run the setup verb (-dir option is omitted), EM CLI assumes the .emcli configuration directory is located within your local home directory. The log files are placed at the root level of the .emcli directory. The .emcli directory must be local (not mounted remotely).

  • How to add target system

    hi frnds,
    i need ur suggestions, we have created the transports and we didnt specified the target system becoz there was no connectivity at that time. now we have connectivity to the target, how can can we add the target to the transport requests which was created by us??????

    go to the object which u want to compare
    go to->version management->select the TR request no->and select remote comparision there->and give the system where u need to compare this object
    and next press compare
    hope it will work
    cheer
    s.janagar

  • Cs6 , how can i add a anchor point in the curve in the channel Red or Green?

    Hi
    how can i add an anchor point in the curve in the Channel R / G and B?
    in cs5 , with ctrl + click i was able to click on the image and add an anchor point in the curve channel RGB
    and with shift +ctrl + click i was able to click on the image and add an anchor poing in the channel Red , 1 in the channel Green  and 1 in the channel blue
    i know cs6 doesn't have any more ctrl+mouse click , there is the targeted adjustamanent tool
    i can do it with ctrl+m and call the curve
    but i can't do it with curve adjustament tool
    is there a way to add a anchor point in each channel red , green and blue (like the prev photoshop)?
    thanks

    thanks that's correct! thanks
    but it's not 100% correct
    to add a multiple points in rgb shift+click doesn't work!
    from adobe
    Keyboard shortcuts: Curves
    You can use these keyboard shortcuts for Curves:
    To set a point on the curve for the selected color in each color component channel (but not in the composite channel), Shift+Ctrl-click (Windows) or Shift+Command-click (Mac OS) in the image.
    To select multiple points, Shift-click points on the curve. Selected points are filled with black.
    To deselect all points on the curve, click in the grid, or press Ctrl‑D (Windows) or Command-D (Mac OS).
    To select the next higher point on the curve, press the plus key; to select the next lowest, press the minus key.
    To move selected points on the curve, press the arrow keys.
    (Curves dialog box) To set a point on the curve for the current channel, Ctrl-click (Windows) or Command-click (Mac OS) in the image. 
    If you’re instead using the Curves adjustment, simply click in the image with the On-image adjustment tool .

  • Can't add make an in-page anchor in the wiki?

    I am trying to use in-page anchors on the wiki. I can create the link to the target (by creating a link to "#foo") via the toolbar -- great.
    Unfortunately I can't add 'id="foo"' to an element. I can edit the html directly using the toolbar, but after I save the page, if I load the page and look at the source, the element has lost its id.
    Is there a trick or is this a known bug?

    I think it is telling you to contact itunes support, which is exactly what you should do

  • Can't add to lists with workflows

    Our security person turned windows firewall on this week. Now users can't add to any list that has a workflow attached. The only thing I can find in logs is "This event is generated when a logon session
    is destroyed. It may be positively correlated with a logon event using the Logon ID value. Logon IDs are only unique between reboots on the same computer." (event 4634)
    My boss won't let me turn the firewall back off unless I can prove that this is the issue. Am I right?

    Here's what I found from ULS.
    Original error: System.TimeoutException: The HTTP request has timed out after 20000 milliseconds. ---> System.Net.WebException: The request was aborted: The request was canceled.   
    at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)   
    at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.OnGotResponse(IAsyncResult result)     -
    -- End of inner exception stack trace ---   
    at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)   
    at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.End(IAsyncResult result)   
    at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T content)   
    at Microsoft.Workflow.Client.WorkflowManager.StartInternal(String workflowName, WorkflowStartParameters startParameters)   
    at Microsoft.SharePoint.WorkflowServices.FabricWorkflowManagementClient.StartInstance(String serviceGroupName, String workflowName, String monitoringParam, String activationKey, IDictionary`2 payload)   
    at Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider.StartWorkflow(WorkflowSubscription subscription, IDictionary`2 payload)   
    at Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider.StartWorkflowOnListItem(WorkflowSubscription subscription, Int32 itemId, IDictionary`2 payload)   
    at Microsoft.SharePoint.WorkflowServices.WorkflowInstanceServiceServerStub.StartWorkflowOnListItem_MethodProxy(WorkflowInstanceService target, XmlNodeList xmlargs, ProxyContext proxyContext)   
    at Microsoft.SharePoint.WorkflowServices.WorkflowInstanceServiceServerStub.InvokeMethod(Object target, String methodName, XmlNodeList xmlargs, ProxyContext proxyContext, Boolean& isVoid)   
    at Microsoft.SharePoint.Client.ServerStub.InvokeMethodWithMonitoredScope(Object target, String methodName, XmlNodeList args, ProxyContext proxyContext, Boolean& isVoid)   
    at Microsoft.SharePoint.Client.ClientMethodsProcessor.InvokeMethod(Object obj, String methodName, XmlNodeList xmlargs, Boolean& isVoid)   
    at Microsoft.SharePoint.Client.ClientMethodsProcessor.ProcessMethod(XmlElement xe)   
    at Microsoft.SharePoint.Client.ClientMethodsProcessor.ProcessOne(XmlElement xe)   
    at Microsoft.SharePoint.Client.ClientMethodsProcessor.ProcessStatements(XmlNode xe)   
    at Microsoft.SharePoint.Client.ClientMethodsProcessor.Process()

  • [svn] 2724: Add target property to ILayoutItem

    Revision: 2724
    Author: [email protected]
    Date: 2008-08-04 10:33:18 -0700 (Mon, 04 Aug 2008)
    Log Message:
    Add target property to ILayoutItem
    Make ILayoutItemUIC work with IUIComponent
    Switch Group.GetLayoutItemAt() to return ILayoutItem
    Reviewed by Ryan, Gordon
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/intf/ILayoutItem.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/BasicLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/HorizontalLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/LayoutItemFDO.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/LayoutItemFactory.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/LayoutItemHelper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/LayoutItemUIC.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/VerticalLayout.as

    Please.... any one can help on this immediately. It is urgent for me.
    Thank you,
    A V G K RAJU

Maybe you are looking for