JDeveloper 10.1.3.3 ADF Swing - Images not rendering after deployment

Hi,
I have deployed my ADF Swing application in production in very simple 2 tiers architecture.
One executal jar on my desktop and
The database running on a Linux server.
When I run MyApp.jar from my desktop, none of my images is rendered and LOV buttons do NOT work.
The same application runs against the same dabase from Jedev environment shows images and LOVs work fine.
Thank for your your help.

I suppose that you use Java WebStart to deploy your application.
The issue might be that you're using absolute path to load images into the application (c:\something\something.jpg). When you start your app in webstart, it doesn't allow the application the acces to the disk using absolute path. Even if it did, you wouldn't find your images in the same folder as they are on your disk.
You should load images like this:
ImageIcon icon=new ImageIcon(this.getClass().getResource("images/something.jpg"));
This presumes that you store all your images in "images" package (folder).
You can read more here:
http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/development.html#retrieving

Similar Messages

  • Images in dashboard after deploying obiee 10g in weblogic server

    Hi,
    We have deployed OBIEE 10g in weblogic server at the location E:\BIDEP
    Initially for OC4j server we placed the images in two places:
    +1. E:\OracleBI\web\app\res\s_oracle10\images+
    +2. E:\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\s_oracle10\images+
    and called the image in dashoard by Link or Image fmap:images/india.jpg We were able to disply images indashoard.
    After deploying, we also placed the images in
    +3. E:\BIDEP\res\s_oracle10\images+ (E:\BIDEP\ is the folder where we deployed obiee.)
    Now we are unble to view the images in dashoard.
    Please let us kow how to do this.
    Thanks.

    Hi MK,
    Thanks. It worked.
    One clarification. for OC4j Server I placed images in below:
    1. E:\OracleBI\web\app\res\s_oracle10\images
    2. E:\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\s_oracle10\images
    For WLServer is it enough to place the images in below places:
    1.E:\BIDEP\res\s_oracle10\images
    2.E:\Oracle\Middleware\user_projects\domains\base_domain\servers\BI2\stage\BIDEP\BIDEP\res
    or I also need to place the images in below place also.
    1. E:\OracleBI\web\app\res\s_oracle10\images
    In simple, at two places
    1.E:\BIDEP\res\s_oracle10\images
    2.E:\Oracle\Middleware\user_projects\domains\base_domain\servers\BI2\stage\BIDEP\BIDEP\res
    or at 3 places
    1.E:\BIDEP\res\s_oracle10\images
    2.E:\Oracle\Middleware\user_projects\domains\base_domain\servers\BI2\stage\BIDEP\BIDEP\res
    3.E:\OracleBI\web\app\res\s_oracle10\images
    Thanks.

  • Image not rendering properly on timeline

    I'm working on an animatic using still images.  Occassionally, I need to scale in or move the image a bit.  This means FCPX has to render the image, which it usually does, but I am finding that in some cases, the image appears blurry when played at normal running speed, but when I pause, it's nice and clear.  Why is the image not rendering so that it plays clear when running?  The orange bar is not displayed to suggest it needs to render still.

    Uh, yup, that sure solved it.  Thanks Tom.

  • Images are not shown after deploying in apps

    After deploying my application in apps i have put all my images in media folder even then the images are not displaying, can any tell me what is the reason for this, but when i have deployed before it was working fine...

    when the page is displayed without the image, right click on the image place holder and click on properties. Under General tab,
    address will show you the place/url page is looking for the image. Make sure you have put the image on that path and the name of image mathes the case as well.
    --Tanveer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Image not rendering for html signature

    I've created a CSS signature for my Mail signature (found at http://allforces.com/2006/04/14/css-signatures/) But no matter what I do the image (my logo) won't appear in the message. it's as if it can't find it on the machine. But when I open the file in Safari to create a webarchive, the image is rendering there. But when I save that webarchive and replace the signature file the image doesn't appear in the signature.
    Anyone have any ideas?

    ok I tried the instructions in that link and you are right, it is broken but it worked for me in one situation. If I create an html file using locally stored images and then convert it to a signature as outlined in this link it shows up correctly in the signature window in Mail prefs but the images don't show inside the message when i actually try to use the signature. Bummer.
    However, when I made an html file using images stored remotely on a webserver, the effect was the opposite! The pictures didn't show in Mail prefs but they did work correctly in Mail composition window and on the recepient end. Very weird and certainly a bug but it's a semi workaround I guess.

  • My background image not loading after 32765 px. My page total height is 129866px.

    I am developing a website . When i open my website in Firefox it does not load background properly. It stops at 33,565 px from top. when i load it more time it stops on same situation. Can you please asssit me where i am wrong or it is bug of Fifefox. Is there any salutation of this problem.
    Many Thanks
    Bhhpendra

    This is an old problem in Firefox on Windows that apparently is not solved yet. See:
    * [https://support.mozilla.org/en-US/questions/950826 Firefox suddenly stops showing background]
    * Likely related: [https://support.mozilla.org/en-US/questions/960717 "This image cannot be displayed because it contains errors"]
    I'm not aware of any excellent workarounds. In some cases, you can place a background-color behind the image that will be acceptable once the image stops rendering. In other cases, you may be willing to fix the image to a shorter container and scroll the text within that container.

  • Image upload failed after deploy to OAS

    Hi, I've made an application to upload image to database with OrdImage type using adf:inputrender (adf library)
    When I access that page via web browser, I got an JBO-26041 that says "no such file or directory".
    I think this is because the application read the directory from OAS, not from my local computer... Is there any solution for this problem?
    Should I set some settings in my web.xml file before I make the deployment profile?

    Hi,
    I don't have much information to go on here. But did you try the example for adf upload in:
    http://www.oracle.com/technology/training/products/intermedia/index.html
    Did you make your upload multipart/fom-data? Is your problem in Jdeveloper, or does it work correctly in jdeveloper?
    In upload, there are two pages involved. The upload form page, and the http post location. Is it that you cannot see the upload form? Or, when you do the upload is that when you get an error?
    Larry

  • User profile images not persisting after log off on Server 2012 R2 RDS Session Hosts

    Hi,
    We have a 2012 R2 remote desktop deployment, with two session collections, a gateway server, and connection broker.
    We have set these session collections to use centralised user profile disks.
    What I am having an issue with, is that when a user sets their profile image through the server they have logged on to (I have the desktop experience pack installed so they are able to do this), they can see the user tile has been set with that image in
    settings and also on the start menu, but as soon as they log off the server and back on, their profile image has been reset to the default blank image.
    I have checked all of my group policy options, and cannot find any settings that could be impacting this.
    Does anyone have any ideas why these images are not persisting for users or admins?
    Thanks, Eds

    Please check that the user is not getting a temporary profile each time he logs in. Also, make sure that the RDP client is properly configured to display the Wallpaper: http://www.webapper.com/blog/index.php/2007/10/18/enabling-desktop-wallpaper-on-remote-desktop-terminal-services/
    This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
    Get Active Directory User Last Logon
    Create an Active Directory test domain similar to the production one
    Management of test accounts in an Active Directory production domain - Part I
    Management of test accounts in an Active Directory production domain - Part II
    Management of test accounts in an Active Directory production domain - Part III
    Reset Active Directory user password

  • Color images not rendering; b/w images rendering

    Hello,
    My production environment is running Oracle 11.2.0.3.0 and APEX 3.2.1.00.12; my development environment is running Oracle 11.2.0.3.0 and APEX 4.1.1.00.23. The development environment was just upgraded to APEX 4.1
    I have external files of jpeg images (55,000+) on both systems. There is a mix of b/w and color images.
    I'm using OHS in both environments for my Apache interface. I've checked Firefox and Internet Explorer; same results for both.
    On the production system all images render as expected, both color and b/w; on the development system b/w images render correctly, but color images do not. They did render correctly before the upgrade to APEX 4.1. There has been no APEX code changes at this point; both screen sets are identical.
    I'm using a stored procedure based on the sample image processor code modified for the external files . The digital image catalog table includes a BFILE column pointing to the image file (using file name and directory name to create the BFILE column).
    The render code is
    <img src = "#OWNER#.obtain_image?p_ref_item = #REF_ITEM_ID# height = "200" />
    The stored procedure code:
    <CODE>
    PROCEDURE obtain_image (p_ref_item IN NUMBER)
    AS
    v_Mime VARCHAR2(255);
    v_Length NUMBER;
    v_FileName VARCHAR2(2000);
    v_Bfile BFILE;
    v_LOB BLOB := EMPTY_BLOB();
    BEGIN
    SELECT img_mime_cd, bfile_locn, img_file_nm
    INTO v_Mime, v_Bfile, v_FileName
    FROM digital_img
    WHERE ref_item_id = p_ref_item;
    -- Obtain the Lengh of the blob
    v_Length := DBMS_LOB.GETLENGTH (v_Bfile);
    DBMS_LOB.FILEOPEN (v_Bfile, DBMS_LOB.LOB_READONLY);
    -- Set up HTTP header
    -- Use an NVL around the mime type and if it is a null, set it to
    -- appplication/octet - which may launch a download window from Windows
    owa_util.mime_header (nvl(v_Mime,'application/octet'), FALSE);
    -- Set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_Length);
    -- The file name will be used by the browser if the user does a "save as"
    htp.p('Content-Disposition: filename = "' || v_FileName || '"');
    -- Close the headers
    owa_util.http_header_close;
    DBMS_LOB.CREATETEMPORARY(v_LOB, true);
    DBMS_LOB.LOADFROMFILE(v_LOB, v_Bfile, v_Length);
    DBMS_LOB.FILECLOSE(v_Bfile);
    -- Download the blob
    wpg_docload.download_file( v_LOB);
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_LOB.FILECLOSEALL;
    END;
    </CODE>
    Has there been some change in the handling of color images in APEX 4.xxx? I've checked the forum and don't see any such discussion. I've also looked through the release change letters and see no such information.
    Any suggestions for where to look next?
    Thanks,
    George

    George wrote:
    Ok, changed the procedure as
    -- htp.p('Content-Disposition: filename = "' || v_FileName || '"');
    htp.p('Content-Disposition: inline');
    <CODE>
    PROCEDURE object_image (p_ref_item IN NUMBER)
    AS
    v_Mime VARCHAR2(255);
    v_Length NUMBER;
    v_FileName VARCHAR2(2000);
    v_Bfile BFILE;
    v_LOB BLOB := EMPTY_BLOB();
    BEGIN
    SELECT img_mime_cd, bfile_locn, img_file_nm
    INTO v_Mime, v_Bfile, v_FileName
    FROM digital_img
    WHERE ref_item_id = p_ref_item;
    -- Obtain the Lengh of the blob
    v_Length := DBMS_LOB.GETLENGTH (v_Bfile);
    DBMS_LOB.FILEOPEN (v_Bfile, DBMS_LOB.LOB_READONLY);
    -- Set up HTTP header
    -- Use an NVL around the mime type and if it is a null, set it to
    -- appplication/octet - which may launch a download window from Windows
    owa_util.mime_header (nvl(v_Mime,'application/octet'), FALSE);
    -- Set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_Length);
    -- The file name will be used by the browser if the user does a "save as"
    -- htp.p('Content-Disposition: filename = "' || v_FileName || '"');
    htp.p('Content-Disposition: inline');
    -- Close the headers
    owa_util.http_header_close;
    DBMS_LOB.CREATETEMPORARY(v_LOB, true);
    DBMS_LOB.LOADFROMFILE(v_LOB, v_Bfile, v_Length);
    DBMS_LOB.FILECLOSE(v_Bfile);
    -- Download the blob
    wpg_docload.download_file( v_LOB);
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_LOB.FILECLOSEALL;
    END;
    </CODE>
    Development environment:
    <tr class="highlight-row">
    <td class="t3data" style="">
    <div style="text-align:center;">
    <img height="200" src="DIYALA.object_image?p_ref_item=1684170">
    </div>
    <input id="f01_0001" type="hidden" value="1684170" name="f01">
    </td>
    </tr>This is not readable, please wrap the code in {noformat} code here {noformat} tags
    What are you trying to say??

  • Template header images not visible after upload

    Thanks in advance. 
    Using Dreamweaver CS5 on a Macbook Pro 10.7.5.  GoDaddy web host.
    DW novice however I am using a book to help me along but am stuck.  
    Because I am new to this, I am using a VERY simple template. 
    Link to my site: http://www.lifeafterpharma.biz
    I did search this site and others for answers
    PROBLEM: 
    My template looks great when I preview it in all of the browsers but after I upload it, pictures within the body of the site do not appear and NONE of the header images appear.   
    I have made certain that I uploaded all of the pictures. 
    It's supposed to look like this:
    Original Template:
    After my modifications and this is the image I see when I use the DW browser preview --
    This is the original template and what the site ACTUALLY looks like in any browser after upload.  When I upload my modified website, my newly added pics will appear but none of the template images appear. 
    Thanks in advance for your help!

    Site Defintion:
    First things first. You must set up a Site Definition in DW or you're going to have more problems than you can handle.The entire program functions off of the idea of Site Defintions working from a centralized folder...
    http://tv.adobe.com/watch/learn-dreamweaver-cs5/gs01-defining-a-new-site/
    Once your site definition is created, and all of your files are within the folder it creates, you can use DW to re-link your images. Once everything is re-linked with correct paths, you can upload all of the files to your server. Your .html pages do not "contain" their images, each image also needs to be uploaded to the server itself.
    Templates:
    In DW, "Templates" are a very specific thing. They have a .dwt file extension and are used to create Child Pages within a Defined Site and have Editable Regions set by you. Everything outside those Editable Regions is identical from page to page, leaving the Editable Region as your area to place content that changes from page to page. To me, it sounds like you are just using a pre-made layout vs an actual DW Template .dwt file. I just wanted to make sure that was the case, because some weird things can happen if you don't use a .dwt correctly.

  • PowerPoint: Images not found after joining multiple PPTX to one

    We are using a code block which worked fine in PowerPoint 2007 and 2010:
    public static PPT.Presentation AddPresentation(PPT.Application appl, bool withWindow)
    PPT.Presentation presentation = appl.Presentations.Add(ConversionUtils.BoolToTriState(withWindow));
    return presentation;
    public static void AppendSlidesFromFile(PPT.Presentation presentation, String fileName, int slideStart, int slideEnd)
    if (presentation == null) return;
    try
    int index = presentation.Slides.Count;
    int i = presentation.Slides.InsertFromFile(fileName.Replace("/", "\\"), index, slideStart, slideEnd);
    if (i == 1)
    index = presentation.Slides.Count;
    PPT.Slide slide = presentation.Slides[index];
    catch (Exception e)
    In PowerPoint 2013 (highest patch level, verified on 2013 Professional and 2013 Professional Plus) this still joins our PPTX into one, however, all the images embedded in the single PPTX files are merely shown as frames or image objects, saying that the
    image cannot be found.
    No exceptions are being thrown in the process.
    Is there any fix or workaround available for this?
    Regards,
    Michael

    Hi,
    I have used the above code you provided to merge ppts into one, but I can't reproduce the issue. In my ppt, images of different format, png, jpg, bmp,gif, all could  work. My PowerPoint is Office 2013 Professional Plus 2013. What's the format of
    the image you have inserted into your ppt ?Have you update your PowerPoint? will it happen when you insert an image manually in your PowerPoint 2013 ?
    Best Regards
    Lan
    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.

  • Background image not rendering correctly in Chrome

    Can anyone see what I've done wrong with this bg image?  The footer has a 1 px wide repeating bg image which is fine in all the usual browsers except Chrome - getting the same effect in live view so obviously done something wrong, but can't find it. 
    Heres the url:  http://www.empathydesign.co.uk/development/2tp/index.php   usr:northernlight, pw: empnor733!
    Thanks!

    I'm running v 28.0.1500.95 m so that might explain the difference, although goodness knows why - once these browser discrepancies start up its very difficult to make any sense of them.  Very strange.
    I hadn't thought of trying overflow:hidden, that's a good idea although obviously David's solution is the one to go with.
    Thanks for the comments,
    SW

  • Why is the itunes 11.1 disk image not recognized after download?

    I downloaded the new iTunes and am getting an error message that the disk image is not recognized and cannot be opened.  Any others having this issue?

    go to:http://www.apple.com/itunes/ and download directly from the web 225.6 mb file. Then just install normally.

  • ADF- OUTPUT PAGE NOT RENDERING

    Hi all,
    i have created my first ADF form but while running its not showing any errors and output page is not displayed.
    i dont know what is wrong in that. its not showing any errors but output is not displaying.
    its opening a new browser tab and showing 'Loading' and the browser is showing status as 'Done'.
    Plz help me to get out of this.
    Thanks on advance.
    Regards,
    Raja.

    javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:800)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:294)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:214)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         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:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = ALVMNRCTX09 TXID = CONTEXTID = d0a7c9a0dc393f2e:89aafbd:136a5b677de:-8000-0000000000000022 TIMESTAMP = 1334220290427
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    <JMXWatchNotificationListener> <handleNotification> failure creating incident from WLDF notification
    oracle.dfw.incident.IncidentCreationException: DFW-40116: failure creating incident
    Cause: DFW-40112: There was an error executing adrci commands; the following errors have been found "DIA-48447: The input path [\\\\alv.corp.com\\TSDataShare\\users\\Redirected\\rsingari\\APPLIC~1\\JDEVEL~1\\SYSTEM~1.13\\DEFAUL~1\\servers\\DefaultServer\\adr] does not contain any ADR homes
    Action: Ensure that command line tool "adrci" can be executed from the command line.
         at oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl.createADRIncident(DiagnosticsDataExtractorImpl.java:933)
         at oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl.createIncident(DiagnosticsDataExtractorImpl.java:298)
         at oracle.dfw.spi.weblogic.JMXWatchNotificationListener.handleNotification(JMXWatchNotificationListener.java:259)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor$ListenerWrapper.handleNotification(DefaultMBeanServerInterceptor.java:1732)
         at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:257)
         at javax.management.NotificationBroadcasterSupport$SendNotifJob.run(NotificationBroadcasterSupport.java:322)
         at javax.management.NotificationBroadcasterSupport$1.execute(NotificationBroadcasterSupport.java:307)
         at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:229)
         at weblogic.management.jmx.modelmbean.WLSModelMBean.sendNotification(WLSModelMBean.java:828)
         at weblogic.diagnostics.watch.JMXNotificationProducer.postJMXNotification(JMXNotificationProducer.java:79)
         at weblogic.diagnostics.watch.JMXNotificationProducer.sendNotification(JMXNotificationProducer.java:104)
         at com.bea.diagnostics.notifications.JMXNotificationService.send(JMXNotificationService.java:122)
         at weblogic.diagnostics.watch.JMXNotificationListener.processWatchNotification(JMXNotificationListener.java:103)
         at weblogic.diagnostics.watch.Watch.performNotifications(Watch.java:621)
         at weblogic.diagnostics.watch.Watch.evaluateLogRuleWatch(Watch.java:546)
         at weblogic.diagnostics.watch.WatchManager.evaluateLogEventRulesAsync(WatchManager.java:792)
         at weblogic.diagnostics.watch.WatchManager.run(WatchManager.java:552)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: oracle.dfw.common.DiagnosticsException: DFW-40112: failed to execute the adrci commands "create home base="\\\\alv.corp.com\\TSDataShare\\users\\Redirected\\rsingari\\APPLIC~1\\JDEVEL~1\\SYSTEM~1.13\\DEFAUL~1\\servers\\DefaultServer\\adr" product_type=ofm product_id=defaultdomain instance_id=defaultserver
    debug ami 72
    set base \\\\alv.corp.com\\TSDataShare\\users\\Redirected\\rsingari\\APPLIC~1\\JDEVEL~1\\SYSTEM~1.13\\DEFAUL~1\\servers\\DefaultServer\\adr
    set homepath diag\ofm\defaultdomain\defaultserver
    create incident problem_key="BEA-101020 [HTTP][oracle.jbo.NoDefException]" error_facility="BEA" error_number=101020 error_message="null" create_time="2012-04-12 14:14:50.599 +05:30" ecid="d0a7c9a0dc393f2e:89aafbd:136a5b677de:-8000-0000000000000022"
    Cause: There was an error executing adrci commands; the following errors have been found "DIA-48447: The input path [\\\\alv.corp.com\\TSDataShare\\users\\Redirected\\rsingari\\APPLIC~1\\JDEVEL~1\\SYSTEM~1.13\\DEFAUL~1\\servers\\DefaultServer\\adr] does not contain any ADR homes
    Action: Ensure that command line tool "adrci" can be executed from the command line.
         at oracle.dfw.impl.incident.ADRHelper.invoke(ADRHelper.java:1207)
         at oracle.dfw.impl.incident.ADRHelper.createIncident(ADRHelper.java:866)
         at oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl.createADRIncident(DiagnosticsDataExtractorImpl.java:913)
         ... 19 more

  • SP 2013 Images not rendering

    Hey all,
    I've got a REALLY weird SharePoint 2013 problem that I need some help with.  If my users go to Cogwheel -> Add a page and add a publishing page, they will type some text and add some images...however, when they save the page, the images all disappear.
    I take a look at the source code and, sure enough, the <img> tag is there, however the src property disappears when we save the page.  No matter what I do, I cannot get the page to accept the "src" property of the image.  The images
    appear initially right when they are added while in the "edit" screen, however, again once saved, they disappear.
    We are not running any customizations or anything and the problem does not appear in our test environment or on any subsites of our live environment...just on the main site of live.
    Does anyone have any ideas?

    Hi,
    From your description, when you click save and try to add pictures to a page the SRC property disappears.
    <p>
    <img src="http://****/*.jpg" alt=""/>
    </p>
    <p>
    <img src="/document_lib/*.jpg" alt="" />
    </p>
    First of all, let’s try to narrow down the issue and check whether it is client side problem. You may check the HTTP traffic when you click Save with network trace tools such as Fiddler.
    A normal Save would include:
    1. A POST HTTP request where you can see inserted IMG node under MainPlaceHolder.
    2. And the POST request get the responses of HTTP 302 Found which redirect you to the sitepage.
    Please help to check:
    Does the whole IMG with SRC property get posted to the server?
    What is the response of  POST request?
    Miles LI TechNet Community Support

Maybe you are looking for