Problem in viewing .bpel files in Jdeveloper

Hello,
I have installed both PS1 and PS2(Jdeveloper versions 1.1.2.0 & 1.1.3.0 ).
However, in both these applications while Opening a .bepl i get following Exception:-
I checked the code and in XmlEditor.jar, the ''_context" is being already set but i have no idea from where it is set.
I deinstalled and installed the SOA Suite several times but still same problem crops up every time.
If any one faced similar problem or any pointer/help to resolve this Error would be highly appreciable.
Dec 22, 2010 9:31:52 AM null
SEVERE: Exception thrown when initializing model:oracle.tip.tools.ide.pm.addin.model.BPELXmlModel@96d430
java.lang.IllegalStateException: Cannot attach a context twice
     at oracle.bali.xml.model.XmlModel.__attachContext(XmlModel.java:2346)
     at oracle.bali.xml.model.XmlContext._initializeModel(XmlContext.java:265)
     at oracle.bali.xml.model.XmlContext._setSourceModel(XmlContext.java:2127)
     at oracle.bali.xml.model.XmlContext.setModel(XmlContext.java:325)
     at oracle.bali.xml.addin.XMLSourceNode._createAndInitXmlContext(XMLSourceNode.java:1533)
     at oracle.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1487)
     at oracle.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:172)
     at oracle.bali.xml.gui.jdev.JDevXmlContext.getXmlContext(JDevXmlContext.java:207)
     at oracle.bali.xml.gui.jdev.palette.XmlPalettePageProvider.createPalettePages(XmlPalettePageProvider.java:20)
     at oracle.ideimpl.palette2.PaletteWindowImpl.refreshPalettePages(PaletteWindowImpl.java:739)
     at oracle.ideimpl.palette2.PaletteWindowImpl.showType(PaletteWindowImpl.java:1066)
     at oracle.ideimpl.palette2.PaletteWindowImpl.synchronizeWithEditor(PaletteWindowImpl.java:710)
     at oracle.ideimpl.palette2.PaletteWindowImpl.synchronizeWithEditor(PaletteWindowImpl.java:669)
     at oracle.ideimpl.palette2.PaletteWindowImpl.editorActivated(PaletteWindowImpl.java:1390)
     at oracle.ideimpl.editor.EditorManagerImpl.fireEditorEvent(EditorManagerImpl.java:1014)
     at oracle.ideimpl.editor.EditorManagerImpl.activeViewChanged(EditorManagerImpl.java:2066)
     at oracle.ideimpl.ActiveViewHandlerImpl.fireActiveViewChanged(ActiveViewHandlerImpl.java:190)
     at oracle.ideimpl.ActiveViewHandlerImpl.setActiveView(ActiveViewHandlerImpl.java:285)
     at oracle.ideimpl.ActiveViewHandlerImpl.solveActiveView(ActiveViewHandlerImpl.java:400)
     at oracle.ideimpl.ActiveViewHandlerImpl.focusGained(ActiveViewHandlerImpl.java:302)
     at oracle.ide.controls.FocusHierarchyDispatcher.eventDispatched(FocusHierarchyDispatcher.java:126)
     at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Toolkit.java:2353)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2245)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit.notifyAWTEventListeners(Toolkit.java:2203)
     at java.awt.Component.dispatchEventImpl(Component.java:4528)
     at java.awt.Container.dispatchEventImpl(Container.java:2099)
     at java.awt.Component.dispatchEvent(Component.java:4460)
     at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1848)
     at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:880)
     at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:511)
     at java.awt.Component.dispatchEventImpl(Component.java:4502)
     at java.awt.Container.dispatchEventImpl(Container.java:2099)
     at java.awt.Component.dispatchEvent(Component.java:4460)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
java.lang.IllegalStateException: Cannot attach a context twice
o.bali.xml.model.XmlModel.__attachContext(XmlModel.java:2346)
o.bali.xml.model.XmlContext._initializeModel(XmlContext.java:265)
o.bali.xml.model.XmlContext._setSourceModel(XmlContext.java:2127)
o.bali.xml.model.XmlContext.setModel(XmlContext.java:325)
o.bali.xml.addin.XMLSourceNode._createAndInitXmlContext(XMLSourceNode.java:1533)
o.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1487)
o.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:172)
o.bali.xml.gui.jdev.JDevXmlContext.getXmlContext(JDevXmlContext.java:207)
o.bali.xml.gui.jdev.palette.XmlPalettePageProvider.createPalettePages(XmlPalettePageProvider.java:20)
o.ii.palette2.PaletteWindowImpl.refreshPalettePages(PaletteWindowImpl.java:739)
o.ii.palette2.PaletteWindowImpl.showType(PaletteWindowImpl.java:1066)
o.ii.palette2.PaletteWindowImpl.synchronizeWithEditor(PaletteWindowImpl.java:710)
o.ii.palette2.PaletteWindowImpl.synchronizeWithEditor(PaletteWindowImpl.java:669)
o.ii.palette2.PaletteWindowImpl.editorActivated(PaletteWindowImpl.java:1390)
o.ii.editor.EditorManagerImpl.fireEditorEvent(EditorManagerImpl.java:1014)
o.ii.editor.EditorManagerImpl.activeViewChanged(EditorManagerImpl.java:2066)
o.ii.ActiveViewHandlerImpl.fireActiveViewChanged(ActiveViewHandlerImpl.java:190)
o.ii.ActiveViewHandlerImpl.setActiveView(ActiveViewHandlerImpl.java:285)
o.ii.ActiveViewHandlerImpl.solveActiveView(ActiveViewHandlerImpl.java:400)
o.ii.ActiveViewHandlerImpl.focusGained(ActiveViewHandlerImpl.java:302)
o.i.controls.FocusHierarchyDispatcher.eventDispatched(FocusHierarchyDispatcher.java:126)
j.a.Toolkit$SelectiveAWTEventListener.eventDispatched(Toolkit.java:2353)
j.a.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2245)
j.a.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
j.a.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
j.a.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
j.a.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
j.a.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
j.a.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
j.a.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
j.a.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
j.a.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
j.a.Toolkit.notifyAWTEventListeners(Toolkit.java:2203)
j.a.Component.dispatchEventImpl(Component.java:4528)
j.a.Container.dispatchEventImpl(Container.java:2099)
j.a.Component.dispatchEvent(Component.java:4460)
j.a.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1848)
j.a.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:880)
j.a.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:511)
j.a.Component.dispatchEventImpl(Component.java:4502)
j.a.Container.dispatchEventImpl(Container.java:2099)
j.a.Component.dispatchEvent(Component.java:4460)
j.a.EventQueue.dispatchEvent(EventQueue.java:599)
j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
j.a.EventDispatchThread.run(EventDispatchThread.java:122)
Dec 22, 2010 9:31:52 AM oracle.bali.xml.addin.XMLSourceNode _createAndInitXmlContext
SEVERE: Exception creation XmlModel or XmlContext for RetrieveListOfAddressDetails.bpel
java.lang.IllegalStateException: Cannot attach a context twice
     at oracle.bali.xml.model.XmlModel.__attachContext(XmlModel.java:2346)
     at oracle.bali.xml.model.XmlContext._initializeModel(XmlContext.java:265)
     at oracle.bali.xml.model.XmlContext._setSourceModel(XmlContext.java:2127)
     at oracle.bali.xml.model.XmlContext.setModel(XmlContext.java:325)
     at oracle.bali.xml.addin.XMLSourceNode._createAndInitXmlContext(XMLSourceNode.java:1533)
     at oracle.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1487)
     at oracle.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:172)
     at oracle.bali.xml.gui.jdev.JDevXmlContext.getXmlContext(JDevXmlContext.java:207)
     at oracle.bali.xml.gui.jdev.palette.XmlPalettePageProvider.createPalettePages(XmlPalettePageProvider.java:20)
     at oracle.ideimpl.palette2.PaletteWindowImpl.refreshPalettePages(PaletteWindowImpl.java:739)
     at oracle.ideimpl.palette2.PaletteWindowImpl.showType(PaletteWindowImpl.java:1066)
     at oracle.ideimpl.palette2.PaletteWindowImpl.synchronizeWithEditor(PaletteWindowImpl.java:710)
     at oracle.ideimpl.palette2.PaletteWindowImpl.synchronizeWithEditor(PaletteWindowImpl.java:669)
     at oracle.ideimpl.palette2.PaletteWindowImpl.editorActivated(PaletteWindowImpl.java:1390)
     at oracle.ideimpl.editor.EditorManagerImpl.fireEditorEvent(EditorManagerImpl.java:1014)
     at oracle.ideimpl.editor.EditorManagerImpl.activeViewChanged(EditorManagerImpl.java:2066)
     at oracle.ideimpl.ActiveViewHandlerImpl.fireActiveViewChanged(ActiveViewHandlerImpl.java:190)
     at oracle.ideimpl.ActiveViewHandlerImpl.setActiveView(ActiveViewHandlerImpl.java:285)
     at oracle.ideimpl.ActiveViewHandlerImpl.solveActiveView(ActiveViewHandlerImpl.java:400)
     at oracle.ideimpl.ActiveViewHandlerImpl.focusGained(ActiveViewHandlerImpl.java:302)
     at oracle.ide.controls.FocusHierarchyDispatcher.eventDispatched(FocusHierarchyDispatcher.java:126)
     at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Toolkit.java:2353)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2245)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
     at java.awt.Toolkit.notifyAWTEventListeners(Toolkit.java:2203)
     at java.awt.Component.dispatchEventImpl(Component.java:4528)
     at java.awt.Container.dispatchEventImpl(Container.java:2099)
     at java.awt.Component.dispatchEvent(Component.java:4460)
     at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1848)
     at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:880)
     at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:511)
     at java.awt.Component.dispatchEventImpl(Component.java:4502)
     at java.awt.Container.dispatchEventImpl(Container.java:2099)
     at java.awt.Component.dispatchEvent(Component.java:4460)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

It's not the problem of Swing but of your system (OS and video drivers). We also experience strange refresh probl�ems on some systems that don't occur on others.

Similar Messages

  • RoboHelp for HTML 9 - Problem with viewing .chm file on 64bit machine

    I am working with RoboHelp for HTML 9 on a 32 bit machine. Recently, we encountered problems when viewing a .chm file on a 64 bit machine. The TOC was fine, but the topics did not appear, only error message "Navigation of this web page cancelled". My compilation settings did not change since the last compilation some months ago. What happens?

    Generally, I've only ever seen the need to ensure the CHM is unblocked if it has been downloaded from the web. I could see where it could possibly occur if one moved the CHM from a network drive to a local drive, but I'm skeptical that would be required in that case.
    Cheers... Rick

  • Problem in viewing CSV file

    I am generating CSV file from PL/SQL code. I am using UTIL_FILE for writing file.
    One of the column in csv file is too big. The value is displayed in scientic notation.
    Is there any way that i can modify my code to display data in Number format(Instead of scientific format)
    Any help is appreciated.
    Thanks in Advance
    Gopinath

    The problem is that the user wants to view the file
    in Excel and they dont want to do any format changes
    in excel sheet. They want everything to be done at
    code level.Or, how about spooling formatted numbers in the csv itself, if your end users are okay with it ? For example:
    1234567890123,1234567890123,1234567890123,1234567890123
    "1234567890123","1234567890123","1234567890123","1234567890123"
    "1,234,567,890,123","1,234,567,890,123","1,234,567,890,123","1,234,567,890,123"The first two lines show up in scientific notation, but the third line shows up as is.
    pratz
    Message was edited by:
    pratz

  • Problems with viewing RAW files and cannot update to ACR 5.7

    Hi
    I purchased a canon 7D today, then went to take some pictures and came home to find my RAW files are not readable by Bridge or Photoshop. I have done some research and it seems that the solution would be to update. I did this. However, two of my five updates failed to install, one of which is ACR 5.7. I then looked into this and have found the best option is to manual install, but this is confusing me as the directories is says to use do not exist on my mac. I don't know what to do, can anyone help? I just want to be able to view my files in Bridge and edit in ACR and photoshop!!!!!
    Thanks.

    If you download the 5.7 camera raw update from the following link,
    the installation should be automated:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4682
    MTSTUNER

  • Problem deploying to BPEL-container from JDeveloper

    Hi - after searching for a solution both here and on Metalink for some time, I've reached the point where I think I need to post my problem:
    (I've already posted this on the JDeveloper forum - and been directed to this forum from there.)
    On client; Windows XP with JDeveloper 10.1.3.4.0, on server Windows Server 2003 with Oracle SOAsuite 10.1.3.
    Created a very simple bpel process (ftp get a remote file -> write locally) that I want to deploy on the dedicated SOA-server.
    From JDeveloper, the "Application Server and ESB Server connections checks out fine. But the "BPEL Process Manager Server" check failes with the error:
    "BPEL Identity Service: Failed" - Details: "oracle.xml.parser.v2.XMLParseException:Whitespace required."
    I have not found any postings/info on the "Whitespace required" error anywhere... mighty strange....
    I'm therefore unable to use the BPEL Process Deployer, it states that "Server Mode: Server is unreachable".
    I've triple-checked all ports etc. The Integration Server Connection is using port 80.
    I'm able to access and open the BPELConsole (& EM & ESB) on the server from my JDeveloper workstation.
    A "opmnctl status -l" on the SOA-server gives:
    Processes in Instance: SOAProd.aresrv136.gard.local
    ---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
    ias-component | process-type | pid | status | uid | memused | uptime | ports
    ---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
    ASG | ASG | N/A | Down | N/A | N/A | N/A | N/A
    OC4JGroup:default_group | OC4J:OC4JUDDI | 364 | Alive | 707857842 | 153388 | 17:33:58 | jms:12603,ajp:12503,rmis:12703,rmi:12403
    OC4JGroup:default_group | OC4J:oc4j_soa | 500 | Alive | 707857841 | 266220 | 17:33:58 | jms:12601,ajp:12502,rmis:12701,rmi:12401
    OC4JGroup:default_group | OC4J:home | 804 | Alive | 707857840 | 153080 | 17:33:58 | jms:12602,ajp:12501,rmis:12702,rmi:12402
    HTTP_Server | HTTP_Server | 2020 | Alive | 707857839 | 67188 | 17:33:30 | https1:443,http2:7200,http1:80
    I cannot find the "deploy_service" as a separate service on my server however. Only the hw_services are up and running, but it contains a "deploy" web module.
    Would be immensely grateful for any information that might help me further in solving this issue, as I'm rather stuck right now....
    Regards,
    -Haakon-

    HI ALL...
    i am no wfacing with the same problem, tried restarting the services also but the problem persists.
    The test connection status from jdeveloper for application and integration server shows success always. But when trying to deploy, the domain is always refresh state. From the BPEL process deployer, the server status is unreachable.
    my bpel pm 10.1.2 is on application server 10.1.2 and my jdev is 10.1.3.3
    JDEV version i thunk should not be problem at this level i think.
    Please suggest....

  • Adobe reader problem on viewing PDF file created by crystal report

    I have a VB6 application to export the PDF file by using crystal report 9. However, when I viewed the PDF file under Adobe reader 8, I have a following message when I hit the page down key.
    "An error exists on this page. Acrobat may not display the page correctly.
    Please contact the person who created the PDF document to correct the problem."
    After hit okay, this message will be gone and I can see the PDF file without problem. However, I don't have this issue when using Adobe reader 5 or 6 version.
    If I crystal report 11 version to export the PDF, everything works fine also but our production machine can only use crystal report version 9, not 11.
    Anyone have idea?? Thx!

    Sounds as if there is a bug in the older version of Crystal reports.
    If you are prevented from installing fixes for bugs, you may well be
    stuck with the effect of the bug.
    Aandi Inston

  • Problem in viewing PDF File.

    Hi All,
    I created a servlet which reads the PDF file from the file system and to show it in the browser. And I attached the URL in my HTML Page. Whenever I click on that URL it is activating PDF viewer in the browser and browser is showing the blank page. But, The moment I refresh the page I was able to view the PDF document. I am sure this is not a coding problem. It looks like some problem with the plug-in. I tried by reinstalling the Acrobat Reader 5.0 still I am facing the same problem. I am using Windows2000 Professional, SilverStream 3.7.is the application Server. Database is Oracle 8i.
    I want to avoid the second step(i.e refresing the page to view PDF document). Can any one help me out in this matter.
    Thanks in advance for helping me out in this problem.
    Thanks
    Shivaji

    I've been working on displaying pdf from a servlet, and although I don't know exactly what your situation is, here is how I served up the pdf file from the servlet using the HttpServletResponse object.
                byte[] data = getFileBytes();// from somewhere
                response.setContentType("application/pdf");
                response.setContentLength(data.length);
                java.text.SimpleDateFormat dateFormat = new java.text.SimpleDateFormat("EEE, dd MMM yyyy - HH:mm:ss z");
                response.setHeader("Expires", dateFormat.format(new java.util.Date()));
                response.getOutputStream().write(data); //Write out the pdf report
                response.getOutputStream().flush(); //flush the buffer

  • Viewing compiled JSPs in JDeveloper

    Hello
    I was wondering if there is a way of viewing the compiled versions (_jspname.java) of any JSPs run on the embedded OC4J in JDeveloper? I am using version 10.1.3.2 .
    Currently I have to view them through Textpad or similar, which seems to me to be a very long winded way of viewing these files. Surely there must be a way of opening and viewing these files in JDeveloper?
    I have had a look for a solution to this on the web and on these forums but no luck so far.
    Any help appreciated.
    Cheers
    Paul

    Hi Frank,
    Thanks for the reply, I'll give that a bash.
    It seems strange though that the project being run cannot point to the compiled jsps within the project (maybe listed under Application Sources rather than Web Content?).
    Is it worth my while submitting this as a feature request? It would be useful to be able to do this in my opinion, as error messages from the embedded oc4j do not have a line number for where the problem occurs in the jsp. It would save users a bit of time - debugging JSPs is already tricky enough!
    Thanks again
    Paul

  • Unable to view PDF files in web browser iphone4s

    I am having problems with viewing PDF files on iphone4s.
    I used to be able to view the PDF files in the web browser (mobile and desktop)but now I can't . I am using hotmail.co.uk account.
    I can view the PDF file on the 'Mail' app on the the iphone, but as I have a '3 day push' limit I goto the web browser to view but the message comes up 'viewing of PDF files has been disabled in Microsoft word mobile, please contact your administrator'.
    The only way I current can view the PDF file  in the browser is to send the email back to my self and view it in the mobile version of the hotmail website. Cannot see the attachment at all in the mobile hotmail website at all prior to re sending it to my self now the desktop version before or after sending the attachment back to my self
    Hope there's no confusion
    Thank you

    Oh ok thanks , seemed kinda odd that it started to happen all of a sudden. I checked all the settings etc in hotmail account no luck . I will get onto their website.
    Thanks for your reply.
    Meanwhile, If someone has experienced this problem please let me know

  • Easy DMS 6.0 SP09 - can not view .tif  files

    Hi,
    I have a problem concering viewing tif files. When I try to view a tif file the file, easy dms copies it to
    the work directory but  doesn´t view it. It works well with pdf, doc, etc.
    With SP07 I can view tif files.
    Any Ideas?

    Hi David,
    we have EasyDMS SP09 and it works fine with tif-files.
    Which application do you use to view tiff-files ?
    Did you write a trace-file ?
    regards Iring

  • "Error:null" problem when clicking on diagram view of .bpel file

    Hi all,
    At the moment, my bpel process complies fine and get no run time error, but when I click into .bpel file, I get an Error:null error, I am not too sure what this means. I also notice that thhe Bpel structure window in the corner is empty.
    Please help!!!
    Sonia

    The error disappeared the next day. I did not restart jdeveloper or my computer.
    Is it a bug from Jdeveloper? I am using 10.1.3.1.0.

  • JDeveloper 11.1.1.3 : .bpel file Design tab not visible

    Hello Everyone,
    I am new to jdev BPEL processes and started using Jdeveloper as part of approval workflows in OIM 11G that needs to be developed in jdev.
    I have created an approval application and bpel processes but the problem that I am seeing is that *.bpel file when opened in jdeveloper does not have a design view tab.
    If any of you have seen this issue or know of possible fix for this let me know.
    Thanks,
    Deepak

    hi deepak.. bpel design tab.. is part of soa extension.. so please install the soa extension then you will be able to see..
    bpel design. tab.
    note: if the extension is not there.. the composite.xml itslf.. comes without design tab.. and there is no soa application available for you in New - Soa Application..
    download the same from here
    http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/156082.xml#oracle.sca.modeler
    note to download the version that supports your jdeveloper..

  • Viewing Excel Files using Tomcat - Problem with caching

    Hi all,
    A small part of an application I'm writing has links to Excel files for users to view/download. I'm currently using Tomcat v5 as the web/app server and have some very simple code (an example is shown below) which calls the excel file.
    <%@ page contentType = "application/vnd.ms-excel" %>
    <%
    response.setHeader("Pragma", "no-cache");
    response.setHeader("Cache-Control", "no-cache");
    response.setDateHeader("Expires", 0);
    response.sendRedirect("file1.xls");
    %>
    This all works except but I'm having one big problem.
    The xls file (file1.xls) is updated via a share on the server so each month, the xls file is overwritten with the same name but with different contents. I'm finding that when an update is made to the xls file and the user then attempts to view the new file in the browser they recieve only the old xls file. It's caching the xls file and I don't want it to. How can I fix this so that it automatically gives the user the new updated file.
    The only way I've managed to get Tomcat to do this is to delete the work directory and delete the file from my IE temp folder and then restart Tomcat - this is a bit much!
    Any help would be greatly appreciated.
    Thanks.

    I'd a problem with caching a few years back, for a servlet request which returned an SVG file.
    As a workaround, I ended up putting appending "#" and a timestamp / random number after it. The browser assuming each request was new, and didn't use the cache.
    Eg.
    http://myserver/returnSVG.do#1234567
    where 1234567 is a timestamp / random.
    Not sure whether you can do this on a file based URL... but maybe worth a shot...
    regards,
    Owen

  • Problem in viewing a pdf file in android adobe reader

    Hi All,
    I am having a problem in viewing a pdf file in android adobe reader, the problem is that in pdf file there is a table that has some text, when I view the pdf file in android abode reader then the text inside the table is not shown but when I view the same file in windows adobe reader everything is fine i.e. the text inside the table of pdf file looks fine.
    Please tell me is this the issue regarding android adobe reader or related to PDF stream? Please address the issue as soon as possible.
    Kinds Regards
    rha

    Can you please share the pdf file where you are encountering the issue?

  • Since I have Yosemite on my iMac I can't view PDF files in Safari anymore.  It keeps telling me to upgrade my Adobe Reader, but it is the latest version.  Please help?  I don't have this problem on my Macbook that does not have Yosemite installed.

    Since I have Yosemite on my iMac I can't view PDF files in Safari anymore.  It keeps telling me to upgrade my Adobe Reader, but it is the latest version.  Please help?  I don't have this problem on my Macbook that does not have Yosemite installed.

    Back up all data before making any changes. Please take each of the following steps until the problem is resolved.
    Step 1
    If Adobe Reader or Acrobat is installed, and the problem is just that you can't print or save PDF's displayed in Safari, you may be able to do so by moving the cursor to the the bottom edge of the page, somewhere near the middle. A black toolbar should appear under the cursor. Click the printer or disk icon.
    Step 2
    There should be a setting in its preferences of the Adobe application such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected.
    Step 3
    If you get a message such as ""Adobe Reader blocked for this website," then from the Safari menu bar, select
              Safari ▹ Preferences... ▹ Security
    and check the box marked
              Allow Plug-ins
    Then click
              Manage Website Settings...
    and make any required changes to the security settings for the Adobe PDF plugin.
    Step 4
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard by pressing the key combination command-C:
    /Library/Internet Plug-ins
    In the Finder, select
              Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens by pressing command-V, then press return.
    From the folder that opens, move to the Trash any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari.
    Step 5
    The "Silverlight" web plugin distributed by Microsoft can interfere with PDF display in Safari, so you may need to remove it, if it's present. The same goes for a plugin called "iGetter," and perhaps others—I don't have a complete list. Don't remove Silverlight if you use the "Netflix" video-streaming service.
    Step 6
    Do as in Step 4 with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari.

Maybe you are looking for

  • Problem on archivelog for standby database

    Hi, I have an RAC architecture on linux in standard edition. I build a standby database on an other server in standard edition. I have build my standby database and open in read only but when i do some modifications in my rac i can't apply my archive

  • WiFi goes off every few minutes since the upgrade.

    I have upgraded my MacBook Pro a few days ago and, since then WIFI goes off every few minutes. I have to connect it all the time while working. What can I do?

  • Tif to Jpg-No Jpg option?

    I have an edited Tif file I'm trying to save to a jpg file. There is no jpg option in the "save as" dialog box. Anyone know why? Jack

  • URGENT:Creating customer master using Sd_Customer_Maintain_all

    hello all , I am creating customer master using SD_Customer_Maintain_All.I will be thankful if somebody Can  tell me how to pass data to this function module.Better if somebody can provide code. Thanks. Sandeep.

  • Depot to plant and vice versa process.

    Dear all, Can anybody  share your knowledge about depot to plant and plant to depot and sales process flow with excise entery. Advance thanks for your great knowledge shareing. reg mrs