CSM Deployment to a 2811 Failure

Hi,
I manage 213 2811s with CSM and there is one site that fails everytime I go to deploy changes to it. It fails with, "Failed to parse response from device. Cause: Upload configuration failed since the CT response from device XXXX is malformed. JDOM exception while parsing XML input stream."
I have tried reimporting the policies but I get the same error on deployment. Any ideas?

I tried to look it up in the Bug Toolkit and it says it is only available to Cisco employees. The router in question is running c2800nm-advsecurityk9-mz.124-15.T1.bin with 12.4(13r)T ROM. What version fixes it?

Similar Messages

  • Adding GSS on top of existing CSM deployment

    Hi there,
    I have an existing CSM deployment that is performing L4 load-balancing for a number of serverfarms. Each farm is presented as it's own VIP, so no VIP has multiple farms on different ports.
    I'm trying to add a GSS in front of this and I'd like to be able to have the GSS read load information from the CSM.  To accomplish this I've enabled CAPP on my CSM, and created a shared Keepalive that points to one of the internal addresses for the CSM (not a VIP address).  I've assigned this shared keepalive to two Answers, providing the VIP address of the service, and performing KAL-AP keepalives by Tag value.  In my vserver I've added the 'domain <TAG>' and entered in the matching Tag on the KAL-AP KeepAlive section of the Answer setup screen.
    With these steps completed, when I look at the Answer status under Monitoring > Answers > Answer Status,  the GSS always sees it as 'Offline (Load:255)'.  I've verified that the CAPP communication is successful by watching the stats on both the GSS Answer Keepalive stats page, and by the output of 'show mod csm x capp'.  It seems like the communication is working just fine.  Any ideas why the GSS isn't marking my Answers available?
    I'm using GSS 3.2.0.0.15 and CSM 4.3(5).
    Thanks in advance!
    Brandon

    Hi Chris,
    Thanks for the reply.  I ended up opening a TAC case to troubleshoot, and found I was running into the following bug:
    CSCsi70659 CSM sends vserver load of 255 for KAL-AP by tag
    Symptom:
    When CAPP UDP is enabled on the CSM, the CSM will return a load of 255 for vservers that are being probed by a KAL-AP keepalive.
    Workaround:
    Perform a 'no inservice' followed by an 'inservice' on the vserver.
    I executed the workaround and now my GSS is correctly pulling load information from the CSM.
    Thanks,
    Brandon

  • VM Deployment in SCVMM2012 R2 Failures

    I'm just setting up a new 2012 R2 Hyper-V Cluster in a lab environment. Everything seems to be functioning properly. I'm able to create VMs locally in Hyper-V Manager and I can migrate between the two nodes in the cluster. However, my first attempt to deploy
    a machine within VMM is failing.
    The error is:
    Error (12700)
    VMM cannot complete the host operation on the HyperVHostA.devKPlab.com server because of the error: The operation failed.
    The Hyper-V Virtual Machine Management service encountered an unexpected error: Logon failure: the user has not been granted the requested logon type at this computer. (0x80070569).
    Unknown error (0x8000)
    Recommended Action
    Resolve the host issue and then try the operation again.
    After doing some research, I'm finding a lot of resources that are mentioning that I need to add 'NT Virtual Machine\Virtual Machines' hidden group to 'log on as a service' local policy (or GPO). However, on the local HyperV boxes I'm not able to get that
    account to resolve when I try and add it. I wouldn't expect 2012 R2 to be any different than 2012, but I'm at a loss here.

    When your hosts are taken under control by SCVMM all permissions should be taken care of for you - you should never have to manually touch permissions or ACLs outside of restoring some item from backup.
    Also, when you perform actions through the SCVMM console - it is the SCVMM Server service that performs the actions on the Hyper-V Servers / Cluster.
    If the SCVMM Service runs under the computer account of the SCVMM Server computer then this account needs access on the Hyper-V Servers in the cluster.  If SCVMM is running under a domain user account, then this account should be granted the proper
    permissions.
    Also, I am assuming that when you placed the cluster under management by SCVMM after the cluster was created.  Not individual Hyper-V Servers - as this changes a number of things.
    If it was me, I would first try removing the cluster from management by SCVMM and then adding it back again.  Giving SCVMM a chance to reset the permissions.
    Also, if you are using an SMB share for your VM target - permissions must be correct there as well.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • CSM Deployment

    I have a CSM 3.3 deployment coming up in few days and I wanted to download a trial edition before working on production environment . Cisco doesnt allows trial download without a service contract .
    Can someone from Cisco publish this file to my cisco id ?
    Cisco Security Manager 3.3.1
    fcs-csm-331-win-k9.zip
    AND
    Performance Monitor 3.3.1
    fcs-mcp-331-win-k9.exe
    http://www.cisco.com/cisco/software/release.html?mdfid=280033778&catid=268439477&softwareid=282773974&release=4.3&relind=AVAILABLE&rellifecycle=&reltype=latest
    Thanks

    Sorry but Cisco doesn't publish obsolete software for NMS evaluations. 3.3.1. was published in October 2009 and has been designated end-of-sales.
    4.3 is really a superior product (64-bit, lots of new functions, supports newest hardware, etc.). I'd strongly recommend getting your client to move up to that release. Almost any problem encountered with 3.3.1 will result in the TAC recommending an upgrade. Even bug fixes will be officially discontinued next March.

  • Deployment Weblogic Integration Application failure !

    Hi,
    I've a problem when I'm deploying my application on BEA Weblogic 9.2 !
    If I'm deploying via the Administration console my application, I'm getting :
    Unable to access the selected application.
    Exception in AppMerge flows' progression
    This is due to the weblogic-extension.xml file in my ear file (under META-INF). This is the content of this file :
    <?xml version='1.0' encoding='utf-8'?>
    <weblogic-extension xmlns="http://www.bea.com/ns/weblogic/90">
    <module-provider>
    <name>TaskPlanModule</name>
    <module-factory-class-name>com.bea.wli.worklist.internal.taskplan.module.TaskPlanModuleFactory</module-factory-class-name>
    <binding-jar-uri>task-plan-binding.jar</binding-jar-uri>
    </module-provider>
    <custom-module>
    <uri>Loans/Loan Approval.task</uri>
    <provider-name>TaskPlanModule</provider-name>
    <configuration-support>
    <base-root-element>task-plan</base-root-element>
    <base-namespace>java:com.bea.wli.worklist.internal.taskplan.config</base-namespace>
    <base-uri>Loans/Loan Approval.task</base-uri>
    <base-package-name>com.bea.wli.worklist.internal.taskplan.config</base-package-name>
    </configuration-support>
    </custom-module>
    </weblogic-extension>
    When I'm packaging my application without this file, the console deployment works but I do not have access to my task plan !
    If I deploy my application WITH weblogic-extension.xml, it works too...
    But with the console... the error appears all the time !
    To install my application at my customer, I need that the console deployment of my application works !
    Thanks a lot in advance,
    Best regards,
    Mathieu Triquoit

    If the application is worklist not sure you can deploy it through console. you can deploy using
    weblogic.Deployer -adminurl t3://<HOST>:7001 -username weblogic -password weblogic -deploy -name WorklistTest -source WorklistTest.ear ?upload

  • CSM 3.3.1 - deployment bug? after installing SP1&SP2

    Hi all,
    I've recently installed CSM 3.3.1 with SP1 and SP2 and I've encountered quite serious (for me) problem. Has  anyone met strange situations after installing service packs?
    When I discover new device (i.e. router with 15.1 ios version) and make changes in ZBF policy, CSM deploys new configuration and everything seems to be fine. I must stress that only seems.
    When for example I want to make only small changes to that device (by adding new username ans password) I make "preview configuration" and I see that CSM deletes part of ZBF policy - 10 of 12 zone-pair. For example for some reasons manager makes "no service-policy ...." in zone-pair. When I do another "preview configuration" (after adding another username) it deletes those empty zone-pairs. I thoung maybe naming doesn't suit it and I need to recreate all policy through CSM - nooooo. It did not help. Still it tried to delete some of policy.
    Even when I created all ZBF policies from CSM Ive got situation when in one preview config it removes security-policy from zone-pair and after deployment in second preview it adds these security-policies to previous zone-pair. Its happaning in a  loop.
    Or another strange behaviour is when I add new username it does sth like this:
    In "preview configuration" there is
    policy-map type inspect CSM_ZBF_POLICY_MAP_1
    no class class-default
    class class-default
        drop
    while in GUI in CSM there is action inspect defined.
    I've looked through bugtool, but with no success, so need any help.
    regards

    hi,
    thx for interest,
    I didn't open the TAC case casue I didn't have much time for it, however the issue is resolved. It occured that SP2 to CSM was problematic. Right now I've got 3.3.1 version with SP1 and everything works just fine. To make sure that it was it, I installed then SP2 and the problem started again.
    I don't have configuration saved but actually there wasn't much of it. It was a fresh system and only 1 or 2 devices ware added so I suppose it should be easy to restore the situation.
    if you got any new info please let me know
    regards
    Przemek

  • Deployment Manager is not Working after upgrading OIM 9.1.0.1 to 9.1.0.2

    Hi,
    I have installed the following components successfully
    Oracle Database : 10.2.0.1
    Weblogic Server : 10.3.0
    OIM : 9.1.0.1
    Platform : Microsoft Windows XP
    Then, I have download the patch : p8484010_9102_Generic and followed necessary documents to upgrade OIM 9.1.0.1 to 9.1.0.2.
    Patch installation was successful. While restarting the server we are encountering servlet exception, Nexaweb deployment ends up in failure.
    Error Details
    ========
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "ClientClassServlet" failed to preload on startup in Web application: "Nexaweb".
    javax.servlet.ServletException: com.nexaweb.server.clientmgmt.ClientClassLoader
    Further we faced a number of class not found exception in com.thortech.xlscheduler.schedule.task
    Kindly suggest me if we are using correct versions of all OIM components mentioned above for upgrading OIM 9.1.0.1 to 9.1.0.2 and also let us know if we need to upgrade any other components before applying the patch.
    Help required at the earliest

    Go to Weblogic admin console and see whether both applications are deployed successfully or not.
    Also see the patch_weblogic.log whether it has some exception while deploying Nexaweb.
    Certification for OIM:
    http://www.oracle.com/technology/software/products/ias/files/idm_certification_101401.html

  • After deploy in server, integrated Security works for all users but only one user does not work for one user

    hi
       i'd like to ask for help.here is a brief introduction.
          i publish a web project on a server(the name,"server-deploy"),(it connect with sql server datavvase with connection string  of database  "Trusted_Connection=Yes",with web config file <authentication
    mode="Windows" />    <identity impersonate="true"/>
       there are some users whose Impersonae_clients_after_authentication are enabled. and most of them can connect to database via the deployed project .
      but one user,he was told 'NT AUTHORITY\ANONYMOUS LOGON', and according to even viewer("security of "windows log") of "server-deploy",it shows "Audit failure"(the Task category is "credential validation")
    and here is some information
    [ Name]  Microsoft-Windows-Security-Auditing
       EventID 4776
    The computer attempted to validate the credentials for an account.
      PackageName MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
      TargetUserName (user)
      Workstation (Workstation)
      Status 0xc0000064
       while when other user do login ,there is no log whose Task category is "credential validation".
      COULD ANY ONE CAN DO ME A FAVOR TO HELP ME?ANY HELP IS APPRECIAT. THANK U VERY MUCH IN ADVANCE :)
    best regards
    martin

    and i made a small windows form application here
       private bool impersonateValidUser(String userName, String domain, String password)
                WindowsIdentity tempWindowsIdentity;
                IntPtr token = IntPtr.Zero;
                IntPtr tokenDuplicate = IntPtr.Zero;
                if (RevertToSelf())
                    if (LogonUserA(userName, domain, password, LOGON32_LOGON_INTERACTIVE,
                        LOGON32_PROVIDER_DEFAULT, ref token) != 0)
                        if (DuplicateToken(token, 2, ref tokenDuplicate) != 0)
                            tempWindowsIdentity = new WindowsIdentity(tokenDuplicate);
                            impersonationContext = tempWindowsIdentity.Impersonate();
                            if (impersonationContext != null)
                                CloseHandle(token);
                                CloseHandle(tokenDuplicate);
                                return true;
                if (token != IntPtr.Zero)
                    CloseHandle(token);
                if (tokenDuplicate != IntPtr.Zero)
                    CloseHandle(tokenDuplicate);
                return false;
      and here is the code of buttonclick
     if (impersonateValidUser(user,psw,doman))
                    if (!System.IO.Directory.Exists(this.textBox1.Text))
                        MessageBox.Show("not exist with imper");
                    else
                        MessageBox.Show("exist with imper");
                    undoImpersonation();
                else
                    MessageBox.Show("fail login.");
       and i was told "exist with imper"(usually if Impersonae_clients_after_authentication is not enaled would told "not exist with imper" )

  • Deploy; JDev grabs focus back when done.

    Is there any way to make JDEV not grab focus back when a deployment is complete?
    ISSUE: A deployment takes minutes. I use my PC to do other things while deployment ( and compiling ) is going on... like email, write on this board, etc.
    I can do this without performance pain cuz I'm running a dual processor.
    While I'm busy typing away JDEV suddenly completes the deployment, grabs focus.. and stuff I'm typing furiously into email gets dropped into wherever the cursor was last sitting in the JDEV source editor!
    For that matter, I've had deployments fail when I'm doing other things... If I deploy and do NOTHING on that PC while deployment is occurring.. it happily completes.
    My only course at the moment is to sit and stare at the screen during deployments.. twiddling my fingers ( no JDEV manuals to read through off my shelf grin ). I'm almost to the point where I need a second computer to avoid losing an hour a day of "work" outside of JDEV.
    JDEV isn't the only critter who does this sorta thing, but it'd be nice if it shared the sandbox more politely.

    Yes, there is a way to do this:
    1) Select your deployment profile.
    2) Right click and select "Properties..."
    3) Go to the "Project" tab.
    4) Click the "Advanced..." button.
    5) Under the "General" tab, UNCHECK "Redirect messages to the message view".
    This will cause messages to be accumulated in a text area that is within the modal dialog. Once you dismiss the dialog you will no longer have access to the deployment messages that were produced. But, JDeveloper will not steal the focus back when deployment finishes in this case, because that dialog stays up until you explicitly close it.
    Concerning your second issue with deployment failing while you're doing something else, can you provide additional details on what kind of deployment profile you are deploying, how you invoke deployment, and what the failure messages are?
    Hope this helps.
    --joj (JDeveloper Deployment)
    null

  • Maven Auto deployment problems in Weblogic 10.0

    Hi All,
    Past two day's i am facing a exception in maven auto deployment process. I have given properly the configuration Tags(Shown below). I am able to send the deployment commands to weblogic but i am getting some run time exceptions. Please find below details.
    mvn -e org.codehaus.mojo:weblogic-maven-plugin:2.9.1:deploy -Dsource=target/test-war-SNAPSHOT.war
    [INFO] Error stacktraces are turned on.
    [INFO] Scanning for projects...
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Building maven-test-war -SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [INFO]
    [INFO] --- weblogic-maven-plugin:2.9.1:deploy (default-cli) @ test-war ---
    [INFO] Weblogic Deployment beginning with parameters DeployMojoBase[adminServerH
    ostName = localhost, adminServerProtocol = t3, adminServerPort = 8001, userId =
    weblogic, password = weblogic, artifactPath = C:\test\test\test-war\target/test-war--SNAPSHOT, projectPackaging = war, name = test-war, targetNames = AdminServer, remote = false]
    [INFO] Weblogic Deployment parameters [-adminurl, t3://localhost:8001, -username
    , weblogic, -password, weblogic, -name, test-war, -targets, AdminServer, -s
    ource,
    weblogic.Deployer invoked with options: -adminurl t3://localhost:8001 -username
    weblogic -name test-war -targets AdminServer -source C:\test\test-war\target/test-war--SNAPSHOT.war -deploy
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 2.155s
    [INFO] Finished at: Wed Jul 13 18:06:20 IST 2011
    [INFO] Final Memory: 3M/12M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.codehaus.mojo:weblogic-maven-plugin:2.9.1:dep
    loy (default-cli) on project test-war: Execution default-cli of goal org.co
    dehaus.mojo:weblogic-maven-plugin:2.9.1:deploy failed: A required class was miss
    ing while executing org.codehaus.mojo:weblogic-maven-plugin:2.9.1:deploy: weblog
    ic/rmi/extensions/RemoteRuntimeException
    [ERROR] -----------------------------------------------------
    Number of foreign imports: 1
    import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
    .java:225)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
    .java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
    .java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProje
    ct(LifecycleModuleBuilder.java:84)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProje
    ct(LifecycleModuleBuilder.java:59)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBu
    ild(LifecycleStarter.java:183)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(Lifecycl
    eStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Laun
    cher.java:290)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.jav
    a:230)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(La
    uncher.java:409)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:
    352)
    Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-c
    li of goal org.codehaus.mojo:weblogic-maven-plugin:2.9.1:deploy failed: A requir
    ed class was missing while executing org.codehaus.mojo:weblogic-maven-plugin:2.9
    .1:deploy: weblogic/rmi/extensions/RemoteRuntimeException
    r
    import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Default
    BuildPluginManager.java:125)
    ... 20 more
    Caused by: java.lang.NoClassDefFoundError: weblogic/rmi/extensions/RemoteRuntime
    Exception
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:90)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.Deployer.run(Deployer.java:70)
    at org.codehaus.mojo.weblogic.DeployMojoBase.executeDeployer(DeployMojoB
    ase.java:510)
    at org.codehaus.mojo.weblogic.DeployMojo.execute(DeployMojo.java:49)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Default
    BuildPluginManager.java:101)
    ... 20 more
    [ERROR]
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please rea
    d the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContaine
    rException
    I checked the weblogc.jar, i am unable to find the RemoteRuntimeException class in that jar.
    Configuration Tags
    ================
    <configuration>
    <name>web</name>
    <adminServerHostName>localhost</adminServerHostName>
    <adminServerPort>7001</adminServerPort>
    <adminServerProtocol>t3</adminServerProtocol>
    <artifactPath></artifactPath>
    <exploded>true</exploded>
    <userId>weblogic</userId>
    <password>weblogic</password>
    <upload>true</upload>
    <remote>false</remote>
    <verbose>true</verbose>
    <debug>false</debug>
    <targetNames>AdminServer</targetNames>
    </configuration>
    Please help me on the same.
    Regards,
    Jerald.
    Edited by: user1173449 on Jul 14, 2011 6:09 AM

    Jerald, Oracle doesn't own this particular piece of code so I can't help too much since I have no real knowledge of it's working. It was built and used with earlier versions of WLS (8.1, 9.2) so it may not have tracked any changes made to libraries/packaging in WLS 10.0.
    Caused by: java.lang.NoClassDefFoundError: weblogic/rmi/extensions/RemoteRuntimeException
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:90)I see in WLS 10.3.x, that the class identified as missing is located in client JAR files:
    sbutton:~/Oracle/Middleware/wlserver_10.3 $ jwhich RemoteRuntimeException .
    Adding . to search path
    ./server/lib/wljmsclient.jar: weblogic.rmi.extensions.RemoteRuntimeException
    ./server/lib/wlthint3client.jar: weblogic.rmi.extensions.RemoteRuntimeException
    I don't have a 10.0 install so am not sure where it resides in that release.
    We have introduced a WebLogic Server Maven Plugin in our WLS 10.3.3 release which supports deployment operations. This is not supported/certified for working against a WLS 10.0 environment, but if you are using Maven and have an opportunity to update to a more recent release, then we have something which may be of use to you.
    http://download.oracle.com/docs/cd/E17904_01/web.1111/e13702/maven_deployer.htm#BABBBEGG
    -steve-

  • Remote deploys from Windows to Linux fail with deployment plans on WLS 10.0

    Hi there,
    We're using WLS 10.0.1 running in a RHEL environment (actually CentOS release 4.7 for development), and attempting to perform remote deploys from Windows work stations using the weblogic.Deployer ant task.
    It works fine when not using deployment plans, or when performing a remote deploy from a unix based work station such as a Mac. However, introducing a deployment plan causes a failure only when run from Windows.
    The log trace follows:
    weblogic.Deployer -debug -remote -verbose -upload -noexit -name obpservices -source C:\work\obf\ver4.0\services\target\obpservices.war -targets obEnterpriseServer -adminurl t3://wlsdev:7001 -user weblogic -password ******** -redeploy -plan C:\work\obf\ver4.0\services/src/runtime/deployment-plans/steves-deployment-plan.xml
    weblogic.Deployer invoked with options: -debug -remote -verbose -upload -noexit -name obpservices -source C:\work\obf\ver4.0\services\target\obpservices.war -targets obEnterpriseServer -adminurl t3://wlsdev:7001 -user weblogic -redeploy -plan C:\work\obf\ver4.0\services/src/runtime/deployment-plans/steves-deployment-plan.xml
    [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at wlsdev:7001, as user weblogic
    [ServerConnectionImpl.getEnvironment():288] : setting environment
    [ServerConnectionImpl.getEnvironment():291] : getting context using t3://wlsdev:7001
    [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:t3://wlsdev:7001/jndi/weblogic.management.mbeanservers.domainruntime
    [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:t3://wlsdev:7001/jndi/weblogic.management.mbeanservers.runtime
    [DomainManager.resetDomain():36] : Getting new domain
    [DomainManager.resetDomain():39] : Using pending domain: false
    [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@359df4
    [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@359df4
    [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@375edb
    [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@375edb
    [ServerConnectionImpl.initialize():171] : Connected to WLS domain: obportal_domain
    [ServerConnectionImpl.setRemote():482] : Running in remote mode
    [ServerConnectionImpl.init():161] : Initializing ServerConnection : [email protected]9a
    [BasicOperation.dumpTmids():691] : Incoming tmids:
    [BasicOperation.dumpTmids():693] : {Target=obEnterpriseServer, WebLogicTargetType=server, Name=obpservices}, targeted=true
    [RedeployOperation.setupPaths():86] : in place redeploy: false from moduleArchive: C:\work\obf\ver4.0\services\target\obpservices.war
    [RedeployOperation.setupPaths():95] : redeploy src path: C:\work\obf\ver4.0\services\target\obpservices.war
    [BasicOperation.deriveAppName():140] : appname established as: obpservices
    <20/10/2009 10:47:57 AM EST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating redeploy operation for application, obpservices [archive: C:\work\obf\ver4.0\services\target\obpservices.war], to obEnterpriseServer .>
    [ServerConnectionImpl.upload():658] : Uploaded app to /opt/bea/user_projects/domains/obportal_domain/servers/AdminServer/upload/obpservices
    [BasicOperation.dumpTmids():691] : Incoming tmids:
    [BasicOperation.dumpTmids():693] : {Target=obEnterpriseServer, WebLogicTargetType=server, Name=obpservices}, targeted=true
    [BasicOperation.loadGeneralOptions():608] : Delete Files:false
    Timeout :3600000
    Targets:
    obEnterpriseServer
    ModuleTargets={}
    SubModuleTargets={}
    Files:
    null
    Deployment Plan: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan\steves-deplo
    yment-plan.xml
    App root: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices
    App config: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan
    Deployment Options: {isRetireGracefully=true,isGracefulProductionToAdmin=false,isGracefulIgnoreSessions=false,rmiGracePeriod=-1,retireTimeoutSecs=-1,undeployAllVersions=false,archiveVersion=null,planVersion=null,isLibrary=false,libSpecVersion=null,libImplVersion=null,stageMode=null,clusterTimeout=3600000,altDD=null,altWlsDD=null,name=obpservices,securityModel=null,securityValidationEnabled=false,versionIdentifier=null,isTestMode=false,forceUndeployTimeout=0,defaultSubmoduleTargets=true,timeout=0}
    [BasicOperation.execute():425] : Initiating redeploy operation for app, obpservices, on targets:
    [BasicOperation.execute():427] : obEnterpriseServer
    [RedeployOperation.initializeTask():55] : Starting task with path: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\app\obpservices.war
    java.io.FileNotFoundException: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan\steves-deployment-plan.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at weblogic.deploy.internal.adminserver.operations.AbstractOperation.parsePlan(AbstractOperation.java:1027)
    at weblogic.deploy.internal.adminserver.operations.AbstractOperation.execute(AbstractOperation.java:133)
    at weblogic.management.deploy.internal.DeployerRuntimeImpl$2.run(DeployerRuntimeImpl.java:816)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.management.deploy.internal.DeployerRuntimeImpl.performDeployerActions(DeployerRuntimeImpl.java:810)
    at weblogic.management.deploy.internal.DeployerRuntimeImpl.redeploy(DeployerRuntimeImpl.java:568)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:443)
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:248)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:153)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:63)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:153)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:377)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:375)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:310)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
    at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)
    at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)
    at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    [ServerConnectionImpl.closeJMX():374] : Closed JMX connection
    [ServerConnectionImpl.closeJMX():386] : Closed Runtime JMX connection
    [ServerConnectionImpl.closeJMX():398] : Closed Edit JMX connection
    Note the file path that cannot be found: "\opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan\steves-deployment-plan.xml ".
    Of course this file does actually exist when the correct path separators are used.
    Is this a bug? Is there anything we can do about it? The chances of us upgrading WLS are very remote unfortunately.
    Thanks in advance,
    Steve C

    This is something you should definitely file an Oracle support ticket for. It's entirely possible there's a patch for this.

  • Cannot connect with CSM client

    One of our clients has a problem with their CSM deployment, they recently upgraded their CSM version which is deployed on a vmware environment, the services are listed as running and the webservice is available on port 1714 - when he tries to access it with the CSM client he gets the error.
    The client cannot connect to the authentication service."
    * Please cofnirm whether the security manager server is running
    I cant find any troubleshooting information for this specific issue - has anyone got any experience of this issue or what could be causing it.
    Regards
    Joel

    I'm having the exact same problem. My work around is to run C:\Program Files (x86)\cscopx\setup\support\resetcasuser.exe, select option 1 and reboot the CSM box.
    TAC said the issue was a GPO preventing the casuser for running batch, but we just modified the GPO yesterday and still have trouble.
    Strange thing is twe did not have this issue when the backup job was failing.

  • Whenever sqlerror exit failure rollback in IDE's

    Hi all,
    Sorry to cross-post, but there is a tendancy for people who have a bunch of Expertise in SQL/PL/SQL to not check other forums all that often so I am hoping for more results here.
    I've started a thread over here:
    deployment scripts with "exit failure rollback"
    The basic problem is that when I have a SQLplus script with
    whenever sqlerror exit failure rollbackBut when this is executed through an IDE like toad or SQL developer the IDE appears to ignore the exit command and continues executing the script regardless of any errors.
    Has anyone encountered this problem previously and have a solution? or must I beat my deployment manager over the head to convince him to always use SQLPlus for database deployments?

    WhiteHat wrote:
    Hi all,
    Sorry to cross-post, but there is a tendancy for people who have a bunch of Expertise in SQL/PL/SQL to not check other forums all that often so I am hoping for more results here.
    I've started a thread over here:
    deployment scripts with "exit failure rollback"
    The basic problem is that when I have a SQLplus script with
    whenever sqlerror exit failure rollbackBut when this is executed through an IDE like toad or SQL developer the IDE appears to ignore the exit command and continues executing the script regardless of any errors.
    Has anyone encountered this problem previously and have a solution? or must I beat my deployment manager over the head to convince him to always use SQLPlus for database deployments?"WHENEVER" is sqlplus (only) syntax.
    Either only code to work with any/every client or only use sqlplus

  • CSM 3.3.1 SP1 is deleting the FW rules.

    Hi,
    I have many FWs  managed by CSM 3.3.1 SP1. Number of rules on each firewall ranges from hundreds up-to more than 30 thousands of lines as summation for all active ACLs on the FW. After start using CSM to manage these Firewalls, recently we noticed that some ACL lines or static translations are disappear from the FW although they are existing on the CSM topology (ACL list in CSM). We are suspecting few possible causes and one of them having CSM ignoring some lines during deploying the rules to the remote site. Links speeds are ranging from 256k up to 2M on some sites that we are facing problem with.
    We need feedback on the following:
    -          Is this behavior related to bug.
    -          Is there any limitations or recommendations on the links speed between CSM server and the remote firewalls.
    -          Is there any possibility that CSM omit some rules or configuration while transferring these changes to the remote firewall, or possibility of having some of these configurations not transferred successfully to the FW due to link performance issues, etc,… in this context, kindly explain the methods or techniques that CSM use to ensure reliability of the configuration and detection capabilities of any errors during the transfer.
    Regards,
    Muhannad

    Hi PK,
    Many thanks for the response.
    I will be checking the deployment transcripts that include these responses but what i am experiencing here is that some rules of the PIX are deleted once i am running the CSM deployment job, the only thing that has been verified that these firewalls are located in another countries which mean that they are located in very large geographical distances from the CSM.
    I am not sure if this due and limitations of the latency or the BW, also i am not sure about if the logs and debugs can guide me to something useful!
    Regards,
    Muhannad

  • Checked-out projects won't deploy.

    When I check out a project using the Subversion client of JDeveloper, I can get the project to build but not deploy.
    BEA-149265 - Failure occured in the execution of deployment request... Error is 'weblogic.application.ModuleException: Failed to load webapp:...'.
    Any ideas?
    Thanks!
    Edited by: user10483403 on Nov 19, 2008 9:16 AM
    Edited by: user10483403 on Nov 19, 2008 9:17 AM

    Adding the .adf directory and associated files that weren't added to subversion by default and by selecting the ADF JARS in the Project Properties dialog, aloud the application to attempt to launch in the web browser, however the following error occured:
    Error 500--Internal Server Error
    java.lang.NoClassDefFoundError: oracle/jbo/uicli/mom/JUMetaObjectManager
    at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._setupAdfDatabindingForJsf(FacesDatabindingConfigurator.java:80)
    at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:38)
    at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:368)
    at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:199)
    at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.getExternalContext(GlobalConfiguratorImpl.java:304)
    at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.(FacesContextFactoryImpl.java:86)
    at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:64)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:260)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:102)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:65)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any ideas at to why this occurred would be appreciated!
    The prefacing log:
    [Another instance of the application is running on the server.  JDeveloper redeploy the application.]
    [Application JTW stopped but not undeployed from Server Instance DefaultServer]
    [Running application JTW on Server Instance DefaultServer...]
    ---- Deployment started. ---- Nov 19, 2008 12:49:47 PM
    Target platform is (Weblogic 10.3).
    Running dependency analysis...
    2008-11-19 12:49:48.661: Writing WAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\JTW\Feast1-FeastProject1-webapp
    2008-11-19 12:49:48.801: Wrote WAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\JTW\Feast1-FeastProject1-webapp
    2008-11-19 12:49:48.895: Writing EAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\JTW
    2008-11-19 12:49:48.911: Wrote EAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\JTW
    Redeploying Application...
    <Nov 19, 2008 12:49:49 PM EST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application JTW is not versioned.>
    Nov 19, 2008 12:49:56 PM com.sun.faces.spi.InjectionProviderFactory getProviderInstance
    SEVERE: JSF1030: The specified InjectionProvider implementation 'com.bea.faces.WeblogicInjectionProvider' cannot be loaded.
    <Nov 19, 2008 12:49:56 PM EST> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: org.apache.myfaces.trinidad.webapp.TrinidadFilter.
    java.lang.NoClassDefFoundError: oracle/jbo/uicli/mom/JUMetaObjectManager
         at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._setupAdfDatabindingForJsf(FacesDatabindingConfigurator.java:80)
         at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:38)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:368)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:47)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:92)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: oracle.jbo.uicli.mom.JUMetaObjectManager
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    Application Redeployed Successfully.
    Elapsed time for deployment: 9 seconds
    ---- Deployment finished. ---- Nov 19, 2008 12:49:56 PM
    Run startup time: 9189 ms.
    [Application JTW deployed to Server Instance DefaultServer]
    Target URL -- http://127.0.0.1:7101/Feast1-FeastProject1-context-root/faces/Login.jsp
    Nov 19, 2008 12:50:00 PM oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl setLifecycleContextBuilder
    WARNING: ADFc: Replacing the ADF Page Lifecycle implementation with 'oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.
    <Nov 19, 2008 12:50:00 PM EST> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@5dae04 - appName: 'JTW', name: 'Feast1-FeastProject1-context-root', context-path: '/Feast1-FeastProject1-context-root', spec-version: '2.5', request: weblogic.servlet.internal.ServletRequestImpl@165b2e4[
    GET /Feast1-FeastProject1-context-root/faces/Login.jsp HTTP/1.1
    Accept: */*
    Accept-Language: en-us
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
    Connection: Keep-Alive
    ]] Root cause of ServletException.
    java.lang.NoClassDefFoundError: oracle/jbo/uicli/mom/JUMetaObjectManager
         at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._setupAdfDatabindingForJsf(FacesDatabindingConfigurator.java:80)
         at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:38)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:368)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:199)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.getExternalContext(GlobalConfiguratorImpl.java:304)
         Truncated. see log file for complete stacktrace
    >
    Edited by: user10483403 on Nov 19, 2008 10:06 AM

Maybe you are looking for

  • Combining 1-D arrays to save in excel format

    I have different 1-D arrays which I want to store in excel. All arrays in a single MS excel file. How do I do that?

  • Sony Action Cam (HDR-AS10 or HDR-AS15)

    The new Sony Action Cam(s) (models - HDR AS10 & HDR AS15) were just released a few days ago...Any idea when Best Buy will stock this product in their inventory? Both are available via Sony's website, Amazon, and even 3rd party vendors, but Best Buy h

  • SSL Server PSE -  loading existing certificate via STRUST

    We are configuring XI ABAP stack (via transaction STRUST) to use HTTP adapter for secure communication with business partners for inbound communication (SAP WAS will take a role of SSL server). We would like to re-use SSL Global Server certificate pu

  • Layout coming in reverse for Hebrow language(Israel)

    Hi guys,   My Purchase order script for Hebrow language is coming in reverse i.e., the logo which should be on left side is printing on right side and the same repeating for all windows. even the sentense is starting from left side instead of right.

  • System requirements for installing Premiere Elements

    Hello, I currently use premiere elements 7 on Vista.  I am upgrading my PC; probably windows 7, possibly windows 8.  Not sure if I will continue with PE version 7 or upgrade to 11.  Can you tell me what hardware components are the most important to r