Taxonomy files can not displayed

I create a index for a folder files and build a query-based taxonomy.The files can be automatically classified into taxonomy folders.When I use navigation iviews to browse the taxonomy folders ,I can see some links of files that are automatically classified.But when I import a .par package(any application I developed in NWDS),the links in the taxonomy folders can not be seen and report an error "class java.lang.NullPointerException".I have to reboot j2ee engine to solve it.Once I import a .par package when the problem occur.Could anyone can tell me the reason or other solution besides rebooting j2ee engine.
The detail error log is displayed below:
java.lang.NullPointerException
        at com.sapportals.wcm.service.urimapper.UriMapperService.getConstantIDs(UriMapperService.java:145)
        at com.sapportals.wcm.service.indexmanagement.retrieval.classification.AbstractClassificationIndex.getDocumentTaxRMRids(AbstractClassificationIndex.java:4898)
        at com.sapportals.wcm.repository.manager.taxonomy.TaxonomyNamespaceManager.getTaxonomyClassResources(TaxonomyNamespaceManager.java:1747)
        at com.sapportals.wcm.repository.manager.taxonomy.TaxonomyNamespaceManager.addChildDocuments(TaxonomyNamespaceManager.java:1781)
        at com.sapportals.wcm.repository.manager.taxonomy.TaxonomyNamespaceManager.getChildren(TaxonomyNamespaceManager.java:262)
        at com.sapportals.wcm.repository.manager.taxonomy.TaxonomyNamespaceManager.getChildren(TaxonomyNamespaceManager.java:135)
        at com.sapportals.wcm.repository.CollectionImpl.internalGetChildrenManager(CollectionImpl.java:1533)
        at com.sapportals.wcm.repository.CollectionImpl.internalGetChildren(CollectionImpl.java:1550)
        at com.sapportals.wcm.repository.CollectionImpl.doGetChildren(CollectionImpl.java:144)
        at com.sapportals.wcm.repository.CollectionImpl.getChildren(CollectionImpl.java:124)
        at com.sapportals.wcm.repository.CollectionImpl.getChildren(CollectionImpl.java:310)
        at com.sapportals.wcm.service.resourcelistfilter.cm.ResourceListFilter.getChildren(ResourceListFilter.java:420)
        at com.sapportals.wcm.rendering.collection.AbstractRendererStatus.initialfilter(AbstractRendererStatus.java:329)
        at com.sapportals.wcm.rendering.collection.AbstractRendererStatus.initializeSelectionList(AbstractRendererStatus.java:299)
        at com.sapportals.wcm.rendering.collection.AbstractRendererStatus.initialize(AbstractRendererStatus.java:285)
        at com.sapportals.wcm.rendering.collection.AbstractRendererStatus.setParent(AbstractRendererStatus.java:99)
        at com.sapportals.wcm.rendering.collection.LightCollectionRenderer.createStatus(LightCollectionRenderer.java:861)
        at com.sapportals.wcm.rendering.collection.LightCollectionRenderer.renderAll(LightCollectionRenderer.java:585)
        at com.sapportals.wcm.rendering.control.cm.NeutralControl.render(NeutralControl.java:164)
        at com.sapportals.wcm.rendering.layout.cm.SimpleLayoutController.render(SimpleLayoutController.java:39)
        at com.sapportals.wcm.rendering.control.cm.WdfProxy.render(WdfProxy.java:1717)
        at com.sapportals.wdf.layout.HorizontalLayout.renderControls(HorizontalLayout.java:42)
        at com.sapportals.wdf.stack.Pane.render(Pane.java:155)
        at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:67)
        at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
        at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
        at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:67)
        at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
        at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
        at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:67)
        at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
        at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
        at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:67)
        at com.sapportals.wdf.WdfCompositeController.doInitialization(WdfCompositeController.java:281)
        at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:659)
        at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
        at com.sapportals.htmlb.Container.preRender(Container.java:120)
        at com.sapportals.htmlb.Container.preRender(Container.java:120)
        at com.sapportals.htmlb.Container.preRender(Container.java:120)
        at com.sapportals.portal.htmlb.PrtContext.render(PrtContext.java:414)
        at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:237)
        at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:130)
        at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
        at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
        at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:75)
        at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
        at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
        at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
        at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
        at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
        at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
        at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
        at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
        at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
        at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
        at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
        at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
        at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
        at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
        at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
        at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
        at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
        at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
        at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
        at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
        at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
        at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
        at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

Hi Shi Zi, we are facing the same situation. Did you have solved the problem?
Please , anyone out there???

Similar Messages

  • Some PDF files are not displayed in Bridge

    Hello,
    here is the problem: I use Adobe Bridge CS2 to browse my large collection of PDF files, and unfortunately some files are not displayed in the Filmstrip View mode; instead a generic icon is shown (bridge1.png). Most PDF files, however, are displayed correctly (bridge2.png). Is this the problem of Bridge or of certain PDF files, and how should I fix them to make them being displayed by Bridge?
    Thanks.

    curt y
    In fact, all files have similar type of content (research papers). However, I found out that all files which are not displayed are "protected" by the publisher such that they only can be viewed and printed, but not modified or disassembled. Apparently, this causes the problem with Bridge not displaying them. It's a pity that Bridge cannot handle them...
    Thanks for the help, though.

  • In FireFox 4.0, PDF files will not display

    After updating to 4.0, PDF files will not display in the browser window as before. All I get is blank screen. Everything works fine in IE9. I have updated all the plug-ins, including Adobe Acrobat. Also have enable Display PDF in browser in Acrobat Reader.

    If images are missing then check that you aren't blocking images from some domains.
    You can use these steps to check if images are blocked:
    * Open the web page that has the images missing in a browser tab.
    * Click the website favicon ([[Site Identity Button]]) on the left end of the location bar.
    * Click the "More Information" button to open the "Page Info" window with the Security tab selected (also accessible via "Tools > Page Info").
    * Go to the <i>Media</i> tab of the "Tools > Page Info" window.
    * Select the first image link and scroll down through the list with the Down arrow key.
    * If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    See also:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load

  • Flash Files Will Not Display in Dreamweaver

    Flash files will not display in Dreamweaver or in any
    browser. If I insert a Flash button, text or other file, when I hit
    the "play" button the flash place holder disapears, and the Flash
    file never displays. In the Property Inspector, the file is always
    "undefined" even when I save the file to my root folder with a
    name. When I hit the "Edit" button, I get the message that the file
    could not be found on my local disk. It's like Dreamweaver fails to
    create or place a Flash file. Help please!

    fro:
    > <img
    >
    src="file:///Alan's/Users/alanwhelpley/Desktop/MM_DWCS3/Chapter11/Roses.jpg"
    You will have to rename the hard drive for dreamweaver to
    work properly.
    The ' is causing dw to not find the path.
    other symptoms would be dw nagging that the "homepage" is not
    within the
    local site folder so it can't build a sitemap.
    technote-
    http://kb.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14452
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • CF8 - pdf files do not display in a browser

    We are setting up the multiple instance capability using jrn4 with cf8,
    with apache 2.x on Redhat linux 5.X.
    For the when browsing to the main cfusion instance I can see pdf files
    but if I go to the document root of an instance, pdf files are not displayed.
    Infact it hoses whichever browser you are using.
    I can see cfm, txt, html files.
    Anyone have an idea what is happening?
    paulw

    I tried your recommendation of turning off coldfusion and it
    appears the problem of not being able to display
    a pdf file has nothing to do with coldfusion or with apache.
    The problem appears to be how we are mounting the documentroot on a linux server
    from a windows file server using a cifs mount.
    It seems to handle text files properly but not pdf files (it may have problems
    with other types of files), perhaps it is an issue with end of line or end of
    file which is confusing things.
    This is the mount command we are using
    //win_file_server/xyz     /data/xyz          cifs   user,ro,credentials=credentials,uid=48,gid=48,file_mode=0755,dir_mode=0755
    The credentials file contains
    username=some_name
    password=xxxxxxxx
    uid=apache
    gid=apache
    filemode=0660
    dirmode=0770
    nosuid
    nosetuids
    It works file if the documentroot is on a mounted unix file system, but not windows.
    Does anyone know if mounting a windows file system can work properly?
    (Perhaps we are missing some additional settings).
    paulw

  • SuperFrench is found but this font can not display any text

    "SuperFrench" font comes from Autodesk. this fonts's real file name is supef__.ttf
    If it is placed in C:\Windows\Fonts folder then it is available for Windows native apps such as MS Excel.
    Java GraphicsEnvironment finds "SuperFrench" font
    but this font can not display any text.
    This happens in both Java6(1.6.0_34) and Java7(1.7.0_06)
    try this
    import javax.swing.*;
    import java.awt.*;
    import java.util.*;
    public class FontTest01 {
      public static void main( String[] args ){
        FontTest01 app = new FontTest01();
        app.run();
      void run() {
        String fontName = "SuperFrench"; //** SuperFrench font
        GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
        String[] existFontNames = ge.getAvailableFontFamilyNames(Locale.ENGLISH);
        boolean fontExists = false;
        for( int i=0 ; i<existFontNames.length ; i++ ){
          if( existFontNames.equals( fontName ) ){
    fontExists = true; break;
    if( fontExists==false ){
    System.out.println( fontName +" does not exist" );
    System.exit(-1);
    JLabel label = new JLabel( "ABCDEFG" );
    Font font = new Font( fontName, Font.PLAIN, 20 );
    System.out.println( font.getFontName() );
    label.setFont( font );
    JFrame f = new JFrame();
    f.add( label );
    f.setSize( 180, 120 );
    f.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
    f.setVisible(true);
    Edited by: TadashiOhmura on 2012/06/17 23:04
    Edited by: TadashiOhmura on 2012/06/18 7:50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Thank you for your replay.
    I face the same trouble with JavaFX
    I report this problem into Jira and filed as RT-22641
    Some members of Oracle developer team write comments for this issue.
    http://javafx-jira.kenai.com/browse/RT-22641
    This font has some irreguler structure.
    I hope Java font system will deal with it.

  • Urgent: Graph can not display

    Hi,
    My report can not display graph correctly if I view the report from report server in html format, because the graph url use report server's hostname, not IP. If I use IP view the graph, there are no problem.
    So my problem is how to config the report server for the graph display correctly?
    I tried to modify the IMAGEURL in rwservlet.properties, it doesn't work.
    I tried to modify the hosts file in local maching to mapping the report server hostname and IP, the praph can display, but it's not a good idea for all user to config their client maching .
    Thanks in advance.
    report url:
    http://172.20.137.205:7777/reports/rwservlet?htportalconn&destype=cache&desformat=HTMLCSS&report=usage_report.rdf&p_conn_string=htportalconn&P_Bill_Period=200806&p_report_id=41
    graph url in report (can not display):
    http://hk8sp202:7777/reports/rwservlet/getfile/HW/YX+J7DBjNFKgUnojRyFXmKwm2qqSnwR277aMm/561014461.jpg
    if replace the hostname with IP in graph url, graph can display:
    http://172.20.137.205:7777/reports/rwservlet/getfile/HW/YX+J7DBjNFKgUnojRyFXmKwm2qqSnwR277aMm/561014461.jpg
    Sammy
    Edited by: Sammy Song on Sep 8, 2008 12:54 AM

    Hello Anek,
    Refer to SAP Note 704604 and 454042.
    Also,
    http://help.sap.com/saphelp_nw04/helpdata/en/76/41d43ab8029b66e10000000a114084/frameset.htm
    and
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4846ac90-0201-0010-099d-d3b4e271849c
    regards
    Atul Shrivastava
    PS:Award points for helpful answer.

  • I use premier cc output h264 encoded mp4 files can not play!

    First, very pleased to see that the company produced the Chinese version of adobe's premier cc!
    I use premier cc output h264 encoded mp4 files can not play!
    Break when rendering the second half MP4 file playback problems, I ask, where is the problem?
    There is how to make the timeline audio display file names? How to set up! ?
    I am a video editing enthusiasts, I come from distant China!
    I hope you can get help!
    My English level is not high, I was using Google Translate
    Thank you first!
    potplayer    Software displays :
    A:\2.mp4
    文件内容。
    00 00 00 1C 66 74 79 70 4D 34 56 20 00 00 00 01  ....ft.pM4V ....
    4D 34 56 20 6D 70 34 32 69 73 6F 6D 00 05 12 43  M4V mp42isom...C
    75 75 69 64 BE 7A CF CB 97 A9 42 E8 9C 71 99 94  uuid......B..q..
    91 E3 AF AC 3C 3F 78 70 61 63 6B 65 74 20 62 65  ....<?xpacket be
    67 69 6E 3D 22 EF BB BF 22 20 69 64 3D 22 57 35  gin="..." id="W5
    4D 30 4D 70 43 65 68 69 48 7A 72 65 53 7A 4E 54  M0MpCehiH.reS.NT
    63 7A 6B 63 39 64 22 3F 3E 0A 3C 78 3A 78 6D 70  c.kc9d"?>.<x:xmp
    6D 65 74 61 20 78 6D 6C 6E 73 3A 78 3D 22 61 64  meta xmlns:x="ad
    6F 62 65 3A 6E 73 3A 6D 65 74 61 2F 22 20 78 3A  obe:ns:meta/" x:
    78 6D 70 74 6B 3D 22 41 64 6F 62 65 20 58 4D 50  xmptk="Adobe XMP
    20 43 6F 72 65 20 35 2E 35 2D 63 30 31 34 20 37   Core 5.5-c014 7
    39 2E 31 35 31 38 30 35 2C 20 32 30 31 33 2F 30  9.151805, 2013/0
    34 2F 30 39 2D 31 32 3A 30 38 3A 32 31 20 20 20  4/09-12:08:21  
    20 20 20 20 20 22 3E 0A 20 3C 72 64 66 3A 52 44       ">. <rdf:RD
    46 20 78 6D 6C 6E 73 3A 72 64 66 3D 22 68 74 74  F xmlns:rdf="htt
    70 3A 2F 2F 77 77 77 2E 77 33 2E 6F 72 67 2F 31  p://www.w3.org/1
    39 39 39 2F 30 32 2F 32 32 2D 72 64 66 2D 73 79  999/02/22-rdf-s.
    6E 74 61 78 2D 6E 73 23 22 3E 0A 20 20 3C 72 64  ntax-ns#">.  <rd
    66 3A 44 65 73 63 72 69 70 74 69 6F 6E 20 72 64  f:Description rd
    66 3A 61 62 6F 75 74 3D 22 22 0A 20 20 20 20 78  f:about="".    x
    6D 6C 6E 73 3A 78 6D 70 3D 22 68 74 74 70 3A 2F  mlns:xmp="http:/
    2F 6E 73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 78 61  /ns.adobe.com/xa
    70 2F 31 2E 30 2F 22 0A 20 20 20 20 78 6D 6C 6E  p/1.0/".    xmln
    73 3A 78 6D 70 44 4D 3D 22 68 74 74 70 3A 2F 2F  s:xmpDM="http://
    6E 73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 78 6D 70  ns.adobe.com/xmp
    2F 31 2E 30 2F 44 79 6E 61 6D 69 63 4D 65 64 69  /1.0/D.namicMedi
    61 2F 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 73 74  a/".    xmlns:st
    44 69 6D 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61  Dim="http://ns.a
    64 6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30  dobe.com/xap/1.0
    2F 73 54 79 70 65 2F 44 69 6D 65 6E 73 69 6F 6E  /sT.pe/Dimension
    73 23 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 63 72  s#".    xmlns:cr
    65 61 74 6F 72 41 74 6F 6D 3D 22 68 74 74 70 3A  eatorAtom="http:
    2F 2F 6E 73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 63  //ns.adobe.com/c
    72 65 61 74 6F 72 41 74 6F 6D 2F 31 2E 30 2F 22  reatorAtom/1.0/"
    0A 20 20 20 20 78 6D 6C 6E 73 3A 78 6D 70 4D 4D  .    xmlns:xmpMM
    3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61 64 6F 62  ="http://ns.adob
    65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30 2F 6D 6D  e.com/xap/1.0/mm
    2F 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 73 74 52  /".    xmlns:stR
    65 66 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61 64  ef="http://ns.ad
    6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30 2F  obe.com/xap/1.0/
    73 54 79 70 65 2F 52 65 73 6F 75 72 63 65 52 65  sT.pe/ResourceRe
    66 23 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 73 74  f#".    xmlns:st
    45 76 74 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61  Evt="http://ns.a
    64 6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30  dobe.com/xap/1.0
    2F 73 54 79 70 65 2F 52 65 73 6F 75 72 63 65 45  /sT.pe/ResourceE
    76 65 6E 74 23 22 0A 20 20 20 20 78 6D 6C 6E 73  vent#".    xmlns
    3A 64 63 3D 22 68 74 74 70 3A 2F 2F 70 75 72 6C  :dc="http://purl
    2E 6F 72 67 2F 64 63 2F 65 6C 65 6D 65 6E 74 73  .org/dc/elements
    2F 31 2E 31 2F 22 0A 20 20 20 20 78 6D 6C 6E 73  /1.1/".    xmlns
    3A 61 75 78 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E  :aux="http://ns.
    61 64 6F 62 65 2E 63 6F 6D 2F 65 78 69 66 2F 31  adobe.com/exif/1
    2E 30 2F 61 75 78 2F 22 0A 20 20 20 20 78 6D 6C  .0/aux/".    xml
    6E 73 3A 70 68 6F 74 6F 73 68 6F 70 3D 22 68 74  ns:photoshop="ht
    74 70 3A 2F 2F 6E 73 2E 61 64 6F 62 65 2E 63 6F  tp://ns.adobe.co
    6D 2F 70 68 6F 74 6F 73 68 6F 70 2F 31 2E 30 2F  m/photoshop/1.0/
    22 0A 20 20 20 20 78 6D 6C 6E 73 3A 78 6D 70 52  ".    xmlns:xmpR
    69 67 68 74 73 3D 22 68 74 74 70 3A 2F 2F 6E 73  ights="http://ns
    2E 61 64 6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31  .adobe.com/xap/1
    2E 30 2F 72 69 67 68 74 73 2F 22 0A 20 20 20 20  .0/rights/".   
    78 6D 6C 6E 73 3A 65 78 69 66 45 58 3D 22 68 74  xmlns:exifEX="ht
    74 70 3A 2F 2F 63 69 70 61 2E 6A 70 2F 65 78 69  tp://cipa.jp/exi
    66 2F 31 2E 30 2F 22 0A 20 20 20 20 78 6D 6C 6E  f/1.0/".    xmln
    73 3A 74 69 66 66 3D 22 68 74 74 70 3A 2F 2F 6E  s:tiff="http://n
    73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 74 69 66 66  s.adobe.com/tiff

    First, very pleased to see that the company produced the Chinese version of adobe's premier cc!
    I use premier cc output h264 encoded mp4 files can not play!
    Break when rendering the second half MP4 file playback problems, I ask, where is the problem?
    There is how to make the timeline audio display file names? How to set up! ?
    I am a video editing enthusiasts, I come from distant China!
    I hope you can get help!
    My English level is not high, I was using Google Translate
    Thank you first!
    potplayer    Software displays :
    A:\2.mp4
    文件内容。
    00 00 00 1C 66 74 79 70 4D 34 56 20 00 00 00 01  ....ft.pM4V ....
    4D 34 56 20 6D 70 34 32 69 73 6F 6D 00 05 12 43  M4V mp42isom...C
    75 75 69 64 BE 7A CF CB 97 A9 42 E8 9C 71 99 94  uuid......B..q..
    91 E3 AF AC 3C 3F 78 70 61 63 6B 65 74 20 62 65  ....<?xpacket be
    67 69 6E 3D 22 EF BB BF 22 20 69 64 3D 22 57 35  gin="..." id="W5
    4D 30 4D 70 43 65 68 69 48 7A 72 65 53 7A 4E 54  M0MpCehiH.reS.NT
    63 7A 6B 63 39 64 22 3F 3E 0A 3C 78 3A 78 6D 70  c.kc9d"?>.<x:xmp
    6D 65 74 61 20 78 6D 6C 6E 73 3A 78 3D 22 61 64  meta xmlns:x="ad
    6F 62 65 3A 6E 73 3A 6D 65 74 61 2F 22 20 78 3A  obe:ns:meta/" x:
    78 6D 70 74 6B 3D 22 41 64 6F 62 65 20 58 4D 50  xmptk="Adobe XMP
    20 43 6F 72 65 20 35 2E 35 2D 63 30 31 34 20 37   Core 5.5-c014 7
    39 2E 31 35 31 38 30 35 2C 20 32 30 31 33 2F 30  9.151805, 2013/0
    34 2F 30 39 2D 31 32 3A 30 38 3A 32 31 20 20 20  4/09-12:08:21  
    20 20 20 20 20 22 3E 0A 20 3C 72 64 66 3A 52 44       ">. <rdf:RD
    46 20 78 6D 6C 6E 73 3A 72 64 66 3D 22 68 74 74  F xmlns:rdf="htt
    70 3A 2F 2F 77 77 77 2E 77 33 2E 6F 72 67 2F 31  p://www.w3.org/1
    39 39 39 2F 30 32 2F 32 32 2D 72 64 66 2D 73 79  999/02/22-rdf-s.
    6E 74 61 78 2D 6E 73 23 22 3E 0A 20 20 3C 72 64  ntax-ns#">.  <rd
    66 3A 44 65 73 63 72 69 70 74 69 6F 6E 20 72 64  f:Description rd
    66 3A 61 62 6F 75 74 3D 22 22 0A 20 20 20 20 78  f:about="".    x
    6D 6C 6E 73 3A 78 6D 70 3D 22 68 74 74 70 3A 2F  mlns:xmp="http:/
    2F 6E 73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 78 61  /ns.adobe.com/xa
    70 2F 31 2E 30 2F 22 0A 20 20 20 20 78 6D 6C 6E  p/1.0/".    xmln
    73 3A 78 6D 70 44 4D 3D 22 68 74 74 70 3A 2F 2F  s:xmpDM="http://
    6E 73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 78 6D 70  ns.adobe.com/xmp
    2F 31 2E 30 2F 44 79 6E 61 6D 69 63 4D 65 64 69  /1.0/D.namicMedi
    61 2F 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 73 74  a/".    xmlns:st
    44 69 6D 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61  Dim="http://ns.a
    64 6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30  dobe.com/xap/1.0
    2F 73 54 79 70 65 2F 44 69 6D 65 6E 73 69 6F 6E  /sT.pe/Dimension
    73 23 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 63 72  s#".    xmlns:cr
    65 61 74 6F 72 41 74 6F 6D 3D 22 68 74 74 70 3A  eatorAtom="http:
    2F 2F 6E 73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 63  //ns.adobe.com/c
    72 65 61 74 6F 72 41 74 6F 6D 2F 31 2E 30 2F 22  reatorAtom/1.0/"
    0A 20 20 20 20 78 6D 6C 6E 73 3A 78 6D 70 4D 4D  .    xmlns:xmpMM
    3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61 64 6F 62  ="http://ns.adob
    65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30 2F 6D 6D  e.com/xap/1.0/mm
    2F 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 73 74 52  /".    xmlns:stR
    65 66 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61 64  ef="http://ns.ad
    6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30 2F  obe.com/xap/1.0/
    73 54 79 70 65 2F 52 65 73 6F 75 72 63 65 52 65  sT.pe/ResourceRe
    66 23 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 73 74  f#".    xmlns:st
    45 76 74 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61  Evt="http://ns.a
    64 6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30  dobe.com/xap/1.0
    2F 73 54 79 70 65 2F 52 65 73 6F 75 72 63 65 45  /sT.pe/ResourceE
    76 65 6E 74 23 22 0A 20 20 20 20 78 6D 6C 6E 73  vent#".    xmlns
    3A 64 63 3D 22 68 74 74 70 3A 2F 2F 70 75 72 6C  :dc="http://purl
    2E 6F 72 67 2F 64 63 2F 65 6C 65 6D 65 6E 74 73  .org/dc/elements
    2F 31 2E 31 2F 22 0A 20 20 20 20 78 6D 6C 6E 73  /1.1/".    xmlns
    3A 61 75 78 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E  :aux="http://ns.
    61 64 6F 62 65 2E 63 6F 6D 2F 65 78 69 66 2F 31  adobe.com/exif/1
    2E 30 2F 61 75 78 2F 22 0A 20 20 20 20 78 6D 6C  .0/aux/".    xml
    6E 73 3A 70 68 6F 74 6F 73 68 6F 70 3D 22 68 74  ns:photoshop="ht
    74 70 3A 2F 2F 6E 73 2E 61 64 6F 62 65 2E 63 6F  tp://ns.adobe.co
    6D 2F 70 68 6F 74 6F 73 68 6F 70 2F 31 2E 30 2F  m/photoshop/1.0/
    22 0A 20 20 20 20 78 6D 6C 6E 73 3A 78 6D 70 52  ".    xmlns:xmpR
    69 67 68 74 73 3D 22 68 74 74 70 3A 2F 2F 6E 73  ights="http://ns
    2E 61 64 6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31  .adobe.com/xap/1
    2E 30 2F 72 69 67 68 74 73 2F 22 0A 20 20 20 20  .0/rights/".   
    78 6D 6C 6E 73 3A 65 78 69 66 45 58 3D 22 68 74  xmlns:exifEX="ht
    74 70 3A 2F 2F 63 69 70 61 2E 6A 70 2F 65 78 69  tp://cipa.jp/exi
    66 2F 31 2E 30 2F 22 0A 20 20 20 20 78 6D 6C 6E  f/1.0/".    xmln
    73 3A 74 69 66 66 3D 22 68 74 74 70 3A 2F 2F 6E  s:tiff="http://n
    73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 74 69 66 66  s.adobe.com/tiff

  • The admin page can not displayed completely

    Dear all,
    i have install OracleXEUniv,
    the www login page displayed OK, i can login
    after that i run . for update in rel 3.0 .. ..
    @apexins myadminpassword SYSAUX SYSAUX TEMP /i/
    .. the sql ran finish ok
    but when i try access the address
    the login page displayed not OK, image can not displayed, when i enter username and password, and click login, there is massage 'Error in page'
    how to repair that ? is wrong in my step ?
    i used :
    IE Ver 7
    Os XP
    thanks for anwer

    Hi,
    Make sure you followed the post-installation tasks mentioned in the Installation Guide.
    On a Windows system, you can copy the apex\images directory using Windows Explorer or execute a command such as the following from a command prompt:
    xcopy /E /I htmldb\images ORACLE_BASE\ORACLE_HOME\Apache\Apache\images
    On UNIX or Linux based systems, you can copy the apex/images directory by executing a command such as the following:
    cp -rf htmldb/images ORACLE_BASE/ORACLE_HOME/Apache/Apache
    Make sure that you have /i/ defined in one file (httpd.conf, marvel.conf OR dads.conf)
    -Priyanka

  • It can not displayed sap script

    i have to post invoice in vendor a/c,then run to APP successfully,then execute  spool,actually hear it can displayed ABAP list file, SAP script(otf) file,and SAP script file(otf) but hear only displayed ABAP list file, SAP script(otf) file it can not displayed vendor payment advice list why. pls give me answer

    Hi Shirley,
    I assume the hardware is less on the target than on the source or they are different at least in terms of hardware specs
    If the system is not starting, check the dev_disp.log, the stderr* files, and the dev_w0 log from the work directory to find the exact error. Does the system start if you increase or decrease this value?
    Regards,
    Paul

  • Layout - This Program can not display the webpage

    Hi Experts,
    I am trying to create adobe forms in Webdynpro ABAP, for that I created a Webdynpro component and then view in it and created the required attributes and nodes and the pdfsource as xstring type.
    When I go to Layout tab it showing "This Program can not display the webpage" and in route element container I created an element and gave as of Interactive forms but the system is not creating any interface nor going into adobe live cycle designer.
    Is it the problem with the Live Cycle Designer or what exactly I have to do now.
    Please help me out.
    Thanks,
    Praveen

    Hi.,
    This seems that u didnt maintained host entries.,
    Click Run -> enter drivers -> goto etc folder -> double click on hosts file -> open with note pad.
    there u need to enter the host entries., like .. 192.....<server_address> <tab> <domain> <tab> <host>
    ask ur basis team., they will configure that..,
    hope this helps u.,
    reply if u need some more clarifications.,
    Thanks & Regards
    Kiran

  • Problem with Loader Components, can not display my forms properly

    Here is the problem (my God, my customer waiting for his web
    site:( ... ) I have a form made in CoffeeCup Flash Form Builder
    (Nice one...).Now this form with fields like name, sec name age,
    etc I want it to apear into my main screen when I press the button
    "Reservation" and then the customer could fill the fields and sent
    it to my mail. I tryed with the Loader Component, I mean when I
    press the button then starts "playing" the form.swf. BUT the Loader
    can not display the form properly specialy thinks like drop down
    menus in the form, or check boxes....It just show me the
    form....The Flash Form Builder gives me 4 files like: form.swf,
    form.html, form.php and form.xml. Any solution on how my customers
    complete this form with no problems?
    THANK YOU A LOT!

    Dear,
    You have to following these step to run form on firefox,
    Run the following file,
    1) C:\DevSuiteHome_1\jinit\jinit.exe
    2) jvm.dll copy this file to the following path,
    C:\Program Files\Oracle\JInitiator 1.3.1.22\bin\hotspot
    3) And firefox connection settiong with 'No-Proxy'
    The above setting it will help full you to run your form on firefox.
    Thank you,

  • Strange scenario,Oracle can not display the data in mysql correctly

    I use Heterogeneous Service+ODBC to achieve "oracle access mysql"(any other method?),and now i find Oracle can not display the data in mysql correctly:
    -------mysql------------
    mysql> create table tst(id int,name varchar(10));
    Query OK, 0 rows affected (0.00 sec)
    mysql> insert into tst values(1,'a');
    Query OK, 1 row affected (0.00 sec)
    mysql> select * from tst;
    ------------+
    | id | name |
    ------------+
    | 1 | a |
    ------------+
    1 row in set (0.00 sec)
    mysql> show create table tst\G
    *************************** 1. row ***************************
    Table: tst
    Create Table: CREATE TABLE `tst` (
    `id` int(11) DEFAULT NULL,
    `name` varchar(10) DEFAULT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8
    1 row in set (0.00 sec)
    -------------oracle ------------------
    SQL> select count(*) from "tst"@mysql;
    COUNT(*)
    49
    SQL> select * from "tst"@mysql;
    id
    1
    SQL> desc "tst"@mysql;
    Name Null? Type
    id NUMBER(10)

    You can make the following query on the result page:
    "select * from the_table where movietitle = ? and cinema = ?"
    then you set movietitle and cinema to those which the user selected. If the resultset contains more than 0 rows, that means the movie is available.
    Below is the sample code, it assumes you have a connection to the database:
    PreparedStatement stat = myConnection.prepareStatement("select * from the_table where movietitle = ? and cinema = ?");
    stat.setString(1, usersMovieTitleSelection);
    stat.setString(2, usersCinemaSelection);
    ResultSet res = stat.executeQuery();
    if (res.next()) {
    out.print("The movie is available");
    } else {
    out.print("The movie is not available");
    }Now just add that to your JSP page. Enjoy ! =)

  • Photoshop CC 2014 - The file can not be saved in path because an error has occurred

    Hello,
    I need again help regarding this issue. Sometimes but very often I receive an error, trying to save a PSD file, the error is: "The file can not be saved in <path> because an error has occurred". After that it is not possible to save the file in any format, using save or save in dialog. The only way to rescue the result is, to save for web as an jpeg. This error occours often using Topaz or NIK filter and until now only in PS-CC 2014. My workflow looks like this:
    - Open NEF RAW file in Brdige
    - Settings in ACR and give it into PS by clicking OK in ACR
    - In PS doing a adjust some levels
    - press SHIFT+STRG+ALT+E for a new summary layer
    - Uing Topaz Adjust on the new level with 65% opacity
    - press SHIFT+STRG+ALT+E for a new summary layer
    - Using Topaz DeNoise on the new layer
    - pres STRG+i and resize the image to 1200x797
    - Using Topaz InFocus on the same layer as DeNoise
    - create a vignette with brightness adjustlayer
    After this workflow in nearly 90% it is not possible to save the file as PSD or something else, only to save for web as JPG. If I save the file after opening the RAW in PS and after every layer with Topaz Filter, I can save the file when I am done. Same issue occurs using NIK Filters in that way.
    I tried to optimize the performance by using this guide: http://helpx.adobe.com/photoshop/kb/optimize-performance-photoshop-cs4-cs5.html doesn’t solve the issue.
    I re- and installed all Adobe Products more than three times, doesn't solve the issu.
    After that I ordered a new SSD drive and insall Windows 7 64bit inkl. All latest hotfixes, patches and drivers. I downloaded the newest Adobe Versions and the newest filter sets from Topaz and NIK. Doesn’t solve the issue.
    This is my rig:
    Gigabyte Z87X-UD4H mainboard
    Intel Core i7 4770k
    32GB Corsair RAM
    250GB Samsung 840 Evo SSD Drive
    nVidia Geforce GTX770
    During my tests I took the same RAW File and created nearly 20 adjustment layers and summary layers, without using Topaz or NIK filters. No problem, I was able to save the file as PSD file. 
    From my point of view, actually, the error occurs only when I am using Topaz or NIK filters. Both supports doesn’t know the issue and if I search the web, I can’t find more then me. It seemed to depend on my settings, my rig or something else, perhaps a cache is overflowed or something like this. Adobe telephone support can’t help because I said I use a third party filter. But it occurs with two different manufactures…
    So please guys, help me to figure out why this error occurs in my system.
    Thanks in Advance and best regards,
      Michael

    Update: I tried several times to reproduce the error, actually it dosen't occur. I changed nothing on my system, without reboot it twice. This is what I said in my beginning times: it occurs sometimes but often. I will keep you up to date.

  • Date can not display correctly in excel from .jsp

    Hi,
    I create a .jsp report to export the data to excel. the report run OK, except the date field can not display correctly.
    for example in database :start date ='01-oct-2003'
    in the except it displays to 02/06/02.
    It seem all the date field can not be control in the report, and control by somthing else
    Doese anyone come accross this problem?
    Thanks

    Hi Rong,
    Are you using the following demonstration to build your JSP?
    http://otn.oracle.com/products/reports/htdocs/getstart/demonstrations/index.html
    (Output to Excel with Oracle9i Report)
    I tried to do the same, and inserted a database date field in the JSP using Reports. I found the following:
    While making the template inside Excel, if I make sure that the format of the date cells is "Date" - some particular date format, the date field values from Reports does not get exported correctly.
    However, if you make sure that inside the template, the format of the date cells is not date, but "General", then the date field values are correctly exported to Excel.
    Pl try it and let us know.
    Navneet.

Maybe you are looking for