DC not deploying in QA but working fine in DEV

Hi All,
I have created one activity in DEV  for one  view from one DC then I made some changes and checked in (NWDI), activated and released.
Later trying to deploy it into QA server it is not deploying, giving error like :
(Activity name)staging deployment partially completed due to some DC deployment is finished with error.
but we haven't touched this DC.
earlier we havn't faced this problem, we have upgraded QA SP 9 to SP11.
If we run the application from QA getting error like NoClassDefFound error.
Even we are trying to deploy another DC which we are getting error at deploy time it self also not deploying.
what might be the problem? Any ideas from experts?
Regards,
Srikanth

Hi Parama,
Thank you.
I tried so many times to  recheck in DEV server even though it is giving same error?
Regards,
srikanth

Similar Messages

  • I have a Mac running 10.9.2. My wireless mouse with not scroll in mail but works fine in other applications? Any suggestions?

    I have a Mac running 10.9.2. My apple wireless mouse will not scroll in Mail but works fine in other applications.
    Any suggestions?

    First, see this discussion. If the solution suggested there doesn't work for you, continue.
    If you've installed a Mail plugin called "Mail Unread Menu" and you know how to remove it, please do that, then quit and relaunch Mail. Test. Otherwise, see below.
    Back up all data.
    1. Triple-click anywhere in the line below on this page to select it:  
    ~/Library/Mail/Bundles
    Right-click or control-click the highlighted line and select 
    Services ▹ Open
    from the contextual menu.* A folder may open, or you may get an error message that the item can't be found. Either result is normal. If the folder does open and has contents, move the contents to the Desktop. Relaunch Mail and test. If there's no change, put the contents of the folder back and quit Mail again.
    2. Repeat with this line:
    /Library/Mail/Bundles
    This time you may be prompted for your login password when you remove the items. Make sure they're removed from the folder and not just copied to the Desktop. If necessary, copy them first and then move the originals to the Trash.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Verizon mail deleted from server is not deleted from IPAD2 but works fine on Android

    I have both an Android phone and an IPAD.  This Android (RAZR) and my previous one (Droid2) worked fine.   Mail deleted from the server is also deleted from the phone.  Deleted from phone would delete from server.  Worked great.  On IPAD, when setting up the Verizon mail account, it defaults to POP and I can set it to delete from server when removed from IPAD.  However, mail deleted from the server is not deleted from the IPAD and so I have to remove it manually (a second time).  Why does it work on Android and not on IPAD?  Settings on Android appear to also be for POP.  Can anyone help with this?  It's too hard to believe that with so many people using IPADs, that this is such a problem.   I've read that Verizon isn't supporting IMAP, but how in the world is the Android phone working?
    MrBigHands

    Any mail service POP downloads a copy of the message to the phone. It would then need to be deleted from the device itself. What you are referring to where its deleted in both places is an IMAP type email service.
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • Exchange server not aviable on OSX but works fine on IOS

    Using coorperate Exchange server i suddenly cannot acces my exchange mail leaving the HQ (outside the firewall) on my Macbook air.
    This has worked fine earlier but apperently our company upgraded the firewall or changed the port settings.
    My mail and calender works fine on my iphone and ipad.
    Any sugestions how to install an app or program on my MB Air or to bypass the upgraded security settings?
    Ps. MAC is not a company standard, and I would be very sad to convert to an old Dell computer.
    Thanks.

    Since MAC is not cooperate standard they will not....
    is it possible to use mail the same way as on iPhone (IOS) on my Mac (OSX) ?

  • Canon HF100 not recognized by MacBookPro but works fine with MacPro???

    I got a Canon HF100, both Mac Pro and MacBookPro running 10.5.5 with iMovie 08. Import works fine on the Mac Pro but the laptop cannot import. It recognizes sees the camera when I attach the USB cable in PC mode. System Profiler sees the camera under " USB"
    When I try to import a movie project iMovie08 only brings up iSight. I can't toggle the "camera mode icon" to my camcorder.It stays put at "iSight".
    How can two computer running the same program under the same OS not function the same way?
    Any suggestions are greatly appreciated.

    Sometimes this tip can come into play:
    *All USB ports are not created equally*
    "Many times I have hooked up a USB hub to my MacBook, only to plug in an iPod and have it rest in the a phantom world, neither charging nor showing up in iTunes. This happened whether the hub was powered or not, and even if the port had no other devices plugged in. On this week's MacBreak Weekly podcast, Andy told us why. The rear USB port, the one nearest the screen, is in fact already on an internal hub, shared with everything USB inside the case: the keyboard, the Bluetooth, the trackpad, the iSight camera and the infra-red receiver. Adding a four way hub to this is bound to end in disaster.
    So I tested it out. I hooked up a hub to the front port, loaded with two USB hard drives (both self powered), a Logitech wireless laser mouse and an iPod Touch (in its dock). Result? It works perfectly every time. The same setup swapped to the rear port is intermittent. Sometimes the iPod works, sometimes it doesn't."

  • Page not displayed on server but works fine locally in Jdeveloper

    Hi,
    The page works fine locally when run from Jdeveloper.
    But when the page is imported to server and when the page is called....it trys to load the page for long time and times out and displays the IE error 'The Page cannot be displayed'.
    Do I have to do anything specific in server after importing a page?

    In the CO of the table region:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    ApplicationModuleImpl am1 = (ApplicationModuleImpl) pageContext.getRootApplicationModule();
    SalesOrderHeaders2VOImpl VO1 = (SalesOrderHeaders2VOImpl) am1.findViewObject("SalesOrderHeaders2VO");
    String HeaderId = (VO1.first().getAttribute("HeaderId")).toString();
    if (HeaderId != null)
    Serializable[] params = {HeaderId};
    OAApplicationModule am = (OAApplicationModule)pageContext.getApplicationModule(webBean);
    OADBTransactionImpl DBTrans = (OADBTransactionImpl)am.getOADBTransaction();
    boolean log = DBTrans.loggingEnabled() ;
    // Write Diagnostic message...
    if(pageContext.isLoggingEnabled(1))
    pageContext.writeDiagnostics(this," am : "+am ,1);
    if(am != null)
    OAViewObject viewObject = (OAViewObject)am.findViewObject("InterfaceSummVO");
    if(viewObject != null)
    viewObject.setWhereClauseParams(null);
    viewObject.setWhereClause("header_id = :1");
    viewObject.setWhereClauseParam(0, HeaderId );
    viewObject.executeQuery();
    }

  • Imgur pictures do not load in firefox, but work fine in IE.

    Embedded images in forums hosted in imgur (e.g. [IMG]http://i.imgur.com/oBNUb.jpg[/IMG] )won't load when using firefox.
    This does not happen when using IE.
    Also, the images load properly when I paste the image's url in the adress bar (e.g. http://i.imgur.com/z1oHH.jpg ).
    When clicking on a link to a imgur page (e.g. http://imgur.com/uIPsM ) the whole page will load, except for the image.
    I have disabled all firewalls and antivirus software, it still doesn't work. I also deleted cache&cookies, fooled around with some connection settings and rebooted. Still no success. What bothers me is that imgur works perfectly fine with IE.

    Upgraded to ff4 , no video but sound and chat are ok on justin.tv. Ended up downgrading back to 3.6 and voilla, all is well again!!!

  • Flash objects not displaying in Firefox (but works fine in Chrome and IE)

    Well, I'm trying to embed a Shockwave Flash object into a website I'm building. It displays in Chrome and IE, but it doesn't show up at all in Firefox. It's just white space. Ive tried it on two machines, so it's presumably the code. Both the machines have Adobe Flash enabled... I'm not sure what the problem is. I've not worked with embedding Flash objects in HTML before, so, it's probably something really obvious. I just used the insert command on dreamweaver and it wrote the code that I'm using. If anyone can help me, it would be much appreciated. Here's my code:
    <pre><nowiki><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="99%" height="600" id="FlashID">
    <param name="movie" value="The file path" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="10.1.0.0" />
    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="the file path" width="99%" height="76.5%">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="10.1.0.0" />
    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]--></nowiki></pre>

    If you can't post an address for a page demonstrating the problem, could you check the Web Console (Ctrl+Shift+k) and Browser Console (Ctrl+Shift+j) for any messages related to the Flash media? For example, does either console show that Firefox is requesting the SWF file? Does either show an error in content type or any kind of security message?

  • Macbook Pro does not see Fast Ethernet but works fine with Gigabit Ethernet

    Hi to everybody,
      It is some time I have a problem connecting my unibody Macbook Pro (late 2008) to the ethernet cables in my office. There are 16 wall jacks in the lab, of which 13 are Fast Ethernet (100 Mbit/s) and 3 are Gigabit Ethernet. No matter what I do, if I connect to the 100 Mbit/s jacks, my Macbook does not see the connection and keeps saying "Cable unplugged". If I switch to a Gigabit jack, then a connection is quickly established.
    I have spent one whole afternoon debugging. Here is what I did:
    My computer dual boots Mac OS X and Linux. No matter which operating system I use, the problem is the same.
    Using different Cat.5 cables does not change the situation (I tried three of them.)
    All the 13 Fast Ethernet jacks do not work.
    All the 3 Gigabit jacks work smoothly.
    What puzzles me is that my computer happly uses the newest technology (Gigabit ethernet) but has problems with the oldest one. Has somebody else experienced the same problem?

    After a lot of struggle, I discovered that other people had this very issue as well. It seems that the cause is a faulty Realtek chip used in the ethernet cards of some MacBooks and other brands. There is apparently no way to fix this: I solved my problems by buying a Gigabit Ethernet switch which I connected to the Fast Ethernet wall jack. (Another option might be to use a Ethernet-to-USB adapter - but I did not try this as I have no adapter of this kind.)

  • .flv in .swf will not play in Firefox but works fine with IE.

    My .swf file plays fine in IE but will not play the .flv portion in Firefox.

    You forgot the /images path in the embed (you swapped name and src)
    src="mainflash1.swf" -&gt; src="/images/mainflash1.swf"
    name="/images/mainflash1" -> name="mainflash1"
    <pre><code>&lt;embed
    type="application/x-shockwave-flash"
    pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
    name="mainflash1"
    width="518" height="274"
    src="/images/mainflash1.swf"
    bgcolor="#FFFFFF"
    quality="high"
    allowscriptaccess="samedomain"
    &gt; &lt;/embed&gt;</code></pre>

  • Image slideshow on website not loading on mobile but works fine on other mobile browsers

    I designed a mobile website for (esinrestaurant.com). This is a new site and when I was trying to look at it today on Firefox 21.0 on my Droid (4.0) phone, I noticed that the slideshow that is supposed to appear on the Home page just below the logo, is not loading. I thought it might be a timeout problem but it still doesn't load if I use WiFi. Note that if I try to view this website on the native droid browser, Chrome an Opera the slideshow is displayed correctly. I tried clearing the cache and resetting my phone and still no luck. I discussed this problem with the company that provides my mobile tools and when he tried to look at the website it loaded correctly on his Droid phone using the same Firefox 21.0. So what could be going on? If the customer sees this problem I need to be able to fix it or at least explain why it is happening.

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    The Firefox cache temporarily stores images, scripts, and other parts of websites while you are browsing. <br>
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies, do the following:
    #Tap the menu icon located at the top right corner. This is the icon with 3 bars. On older Android devices you'll have to press the hardware menu key and then tap More.
    #Tap '''Settings'''.
    #After that, you will be taken to the settings screen. In the settings screen, look under the section '''''Privacy & Security''''' and select '''Clear private data'''.
    #You will then be taken to a list of what can be cleared. Select the following 2 for deletion:
    #*Cookies & active logins
    #*Cache
    #After those have been selected, tap the '''Clear data''' button to actually clear the cache and cookies.
    Did this help you with your problems? Please let us know!

  • WHY is my Smart Swipe device not compatible in Firefox but works fine in Explorer ?

    FIREFOX says SMART SWIPE CREDIT CARD DEVICE isn't compatible in firefox

    Hey TURTLE357,
    I am sorry to hear this and I can imagine that this is very frustrating. However, since the add on is not compatible the listed options are [https://support.mozilla.org/en-US/kb/unable-install-add-ons-or-extensions#w_add-on-is-not-compatible here]
    You may need to use the older version of Firefox that the add on is compatible with to use the Smart Swipe. I understand that you have already contacted Smart Swipe, do they know that it is not compatible with the current version of Firefox?

  • Problem in opening the report as pop up in live environment but working fine with dev environment

    Post Author: venkateshvarakala
    CA Forum: Deployment
    Hi,
    I developed the report in Crystal Report 9.0 ,in dev environment when I opened the report it is opening in same window and when export to word it is opening in new window but after deploying the application, when I do the same i.e expoting to MS word it overwriting the crytal report due to which I am not allowing me save the Word Document into hard drive( which is one of the requirement.)  (When I expot the pdf it opening in the same window but allows you to save to hard drive).
    My question is why this behaving differently in dev and deployment stages... It will be helpful if the opening of the report  happens just like dev environment in all the case.. i.e opening the exported report in new window.
    Please help in resolving this issue and guide me if need to write or configure.
    Thanks,
    Venkatesh V

    Your having the problem in this particular case only or it is a general problem, that you are not able to close the session properly.
    If that is the case, try with IE6 because rest does not support this portal feature perfectly.
    Regards
    Chander Kararia

  • 免 Chaines Char not accepted in QA system, working fine in Dev and PROD

    Hi Experts,
    I am stuck withchines char e.g. 免
    BW QA is not accepting it, I can see the PSA data 免 converted to #, where as same records show proper 免 in BW DEV and PROD.
    I checked the data in source system (RSA3) properly showing 免.
    I rechecked the SM59 RFC setting in QA and compare with DEV.
    All system are unicode supported.
    Please help to resolve.
    Thank-You.
    Regards,
    VB

    I crated a new flat file text datasource and tried to load data (chines char) and that to work in QA.
    Don't understand what's issue with 0CUST_SALES_ATTR extractor. ?
    Any help/experience is welcome.
    Thank-You.
    Regards,
    VB

  • HT1414 touch screen does not work on my ipod when playing music on itunes, but works fine on every other thing on ipod

    touch screen does not work on my ipod when playing music on itunes, but works fine on every other thing on ipod, can anyone help or what is the cause

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

Maybe you are looking for