Parameter Metadata?

Post Author: nweber
CA Forum: JAVA
We've just added about 20 reports and were hoping to use the same general purpose dynamically populated parameter screen for all of them.  I expected that I would be able to query a report for the list of parameters it has and generate corresponding input fields.  I can do that using the data definition, but the ParameterFields I get back are missing important information like the prompt, description, and static or dynamic values.  We're currently using Crystal Reports XI 1 SP4.  Have I overlooked something?  Is all of the parameter metadata available in Release 2 or Crystal Reports 2008?Thanks,Neil

First, you need to use the code tags when you post. This is likely the reason your post has been ignored up til now.
If I use getParameterMetaData(), I will get SQL Exception: Parameter metadata not available for the given statement;Why don't you post the stack trace?!
I think it is error in driver, Why?
but I don't know what I should do.Did you search Google?

Similar Messages

  • Custom Compile time parameter

    hi
    i try to add the svn version to my flex gui. so i have to add this information during compiling.
    question 1) can i a custom parameter during compile time. if yes how can i access this value in my flex app?
    question 2) i could use the compile parameter "metadata.title". how can i access this value inside my flex app?
    thanks for your help.
    cheers joe

    http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_21.html

  • How to use Add Query Criteria for the MySQL data Base in Netbeans ?

    How to use Add Query Criteria for the MySQL data Base in Netbeans Visual web pack.
    When the Query Criteria is add like
    SELECT ALL counselors.counselors_id, counselors.first_name, counselors.telephone,counselors.email
    FROM counselors WHERE counselors.counselors_id = ?
    when i run this Query in the Query Window
    i get a error message Box saying
    Query Processing Error Parameter metadata not available for the given statement
    if i run the Query with out Query Criteria its working fine.

    *I am glad I am not the only one who have this problem. Part of issue has been described as above, there are something more in my case.
    Whenever I try to call ****_tabRowSet.setObject(1, userDropList.getSeleted()); I got error message as shown below:*
    The Java codes are:
    public void dropDown1_processValueChange(ValueChangeEvent event) {
    Object s = this.dropDown1.getSelected();
    try {
    this.User_tabDataProvider1.setCursorRow(this.User_tabDataProvider1.findFirst("User_Tab.User_ID", s));
    this.getSessionBean1().getTrip_tabRowSet1().setObject(1, s);
    this.Trip_tabDataProvider1.refresh();
    } catch (Exception e) {
    this.log("Error: ", e);
    this.error("Error: Cannot select user"+e.getMessage());
    SQL statement for Trip_tabRowSet:
    SELECT ALL Trip_Tab.Trip_Date,
    Trip_Tab.User_ID,
    Trip_Tab.Destination
    FROM Trip_Tab
    WHERE Trip_Tab.User_ID = ?
    Error messages are shown below:
    phase(RENDER_RESPONSE 6,com.sun.faces.context.FacesContextImpl@5abf3f) threw exception: com.sun.rave.web.ui.appbase.ApplicationException: java.sql.SQLException: No value specified for parameter 1 java.sql.SQLException: No value specified for parameter 1
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.cleanup(ViewHandlerImpl.java:559)
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.afterPhase(ViewHandlerImpl.java:435)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:274)
    com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:240)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:216)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:216)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:276)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
    com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
    com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
    com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
    com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    tandardWrapperValve[Faces Servlet]: Servlet.service() for servlet Faces Servlet threw exception
    java.sql.SQLException: No value specified for parameter 1
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:910)
    at com.mysql.jdbc.PreparedStatement.fillSendPacket(PreparedStatement.java:1674)
    at com.mysql.jdbc.PreparedStatement.fillSendPacket(PreparedStatement.java:1622)
    at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1332)
    at com.sun.sql.rowset.internal.CachedRowSetXReader.readData(CachedRowSetXReader.java:193)
    at com.sun.sql.rowset.CachedRowSetXImpl.execute(CachedRowSetXImpl.java:979)
    at com.sun.sql.rowset.CachedRowSetXImpl.execute(CachedRowSetXImpl.java:1439)
    at com.sun.data.provider.impl.CachedRowSetDataProvider.checkExecute(CachedRowSetDataProvider.java:1274)
    at com.sun.data.provider.impl.CachedRowSetDataProvider.setCursorRow(CachedRowSetDataProvider.java:335)
    at com.sun.data.provider.impl.CachedRowSetDataProvider.setCursorIndex(CachedRowSetDataProvider.java:306)
    at com.sun.data.provider.impl.CachedRowSetDataProvider.getRowCount(CachedRowSetDataProvider.java:639)
    at com.sun.webui.jsf.component.TableRowGroup.getRowKeys(TableRowGroup.java:1236)
    at com.sun.webui.jsf.component.TableRowGroup.getFilteredRowKeys(TableRowGroup.java:820)
    at com.sun.webui.jsf.component.TableRowGroup.getRowCount(TableRowGroup.java:1179)
    at com.sun.webui.jsf.component.Table.getRowCount(Table.java:831)
    at com.sun.webui.jsf.renderkit.html.TableRenderer.renderTitle(TableRenderer.java:420)
    at com.sun.webui.jsf.renderkit.html.TableRenderer.encodeBegin(TableRenderer.java:143)
    at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:810)
    at com.sun.webui.jsf.component.Table.encodeBegin(Table.java:1280)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:881)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:889)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:889)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:889)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:889)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:889)
    at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:271)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:182)
    at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:285)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:133)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:244)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:240)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:216)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:216)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:276)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    Also when I tried to update my MYSQL connector / J driver to version 5.1.5 from 5.0.5 (NB 5.5.1) and 5.0.7 (NB 6.1), I could not get it work (looooong time to search some JDBC classes and with no response in the end) on both of my Netbean 5.5.1(on PC) and Netbean 6.1(on laptop) IDEs.
    Could anybody look into this issue.
    Many thanks
    Edited by: linqing on Nov 22, 2007 4:48 AM

  • Error uploading book

    I converted my pdf to epub using calibre and I am getting this error when I try to upload it.
    Can anyone tell me what I need to do to fix this. Or is there better software to make the pdf to epub conversion for this purpose?
    [2012-02-28 14:22:40 EST] <main>  INFO: Transporter is searching for updated software components.
    [2012-02-28 14:22:41 EST] <main>  INFO: Transporter is up-to-date.
    [2012-02-28 14:22:41 EST] <main>  INFO: Logging level set to eXtreme
    [2012-02-28 14:22:41 EST] <main>  INFO: Logging configured successfully.
    [2012-02-28 14:22:41 EST] <main> DEBUG: Attempting refresh of configuration data from https://contentdelivery.itunes.apple.com/transporter/Defaults.properties
    [2012-02-28 14:22:41 EST] <main> DEBUG: Configuration refresh successful.
    [2012-02-28 14:22:41 EST] <main> DEBUG: Saving configuration to local path: /Users/Adriana/.itmstransporter/Defaults.properties
    [2012-02-28 14:22:41 EST] <main>  INFO: iTMSTransporter : iTunes Store Transporter [1.7.3.1]
    [2012-02-28 14:22:41 EST] <main>  INFO: OS identifier: Mac OS X 10.7.3 (x86_64); jvm=20.4-b02-402; jre=1.6.0_29-b11-402-11M3527
    [2012-02-28 14:22:41 EST] <main>  INFO: Memory: [JVM] 21M free, 31M total, 507M max [System] (Physical) 64M free, 2048M total (Swap) 705M free, 3072M total
    [2012-02-28 14:22:41 EST] <main>  INFO: Client: iTunes Producer 2.5.1 (234)
    [2012-02-28 14:22:41 EST] <main>  INFO: Upload mode selected.
    [2012-02-28 14:22:41 EST] <main> DBG-X: Memory: [JVM] 21M free, 31M total, 507M max [System] (Physical) 64M free, 2048M total (Swap) 705M free, 3072M total
    [2012-02-28 14:22:41 EST] <main> DBG-X: Using operation named: authenticateForTransportDiscovery
    [2012-02-28 14:22:41 EST] <main> DBG-X: Apple's web service operation input parameters:
    [2012-02-28 14:22:41 EST] <main> DBG-X:   parameter Application = iTMSTransporter
    [2012-02-28 14:22:41 EST] <main> DBG-X:   parameter Client = iTunes Producer
    [2012-02-28 14:22:41 EST] <main> DBG-X:   parameter ClientVersion = 2.5.1 (234)
    [2012-02-28 14:22:41 EST] <main> DBG-X:   parameter OSIdentifier = Mac OS X 10.7.3 (x86_64); jvm=20.4-b02-402; jre=1.6.0_29-b11-402-11M3527
    [2012-02-28 14:22:41 EST] <main> DBG-X:   parameter Password = **hidden value**
    [2012-02-28 14:22:41 EST] <main> DBG-X:   parameter Username = [email protected]
    [2012-02-28 14:22:41 EST] <main> DBG-X:   parameter Version = 1.7.3.1
    [2012-02-28 14:22:41 EST] <main>  INFO: id = 20120228142241-761
    [2012-02-28 14:22:42 EST] <main> DBG-X: Apple's web service operation return value:
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter TransportHosts.Aspera = [vgr102.apple.com:33001]
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter PreferredTransports = [Signiant, Aspera, DAV]
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter TransportHosts.Signiant = [sgr202.apple.com:44001]
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter TransportHosts.DAV = [itmsdav.apple.com:443]
    [2012-02-28 14:22:42 EST] <main>  INFO: Performing transport diagnostic test ...
    [2012-02-28 14:22:42 EST] <main> DEBUG: Testing available hosts...
    [2012-02-28 14:22:42 EST] <main> DBG-X:   testing host/port: sgr202.apple.com/44001 (tcp)
    [2012-02-28 14:22:42 EST] <main> DEBUG:   Connection succeeded to host sgr202.apple.com on TCP port 44001
    [2012-02-28 14:22:42 EST] <main>  INFO: Done performing transport diagnostic test.
    [2012-02-28 14:22:42 EST] <main>  INFO: Examining the package at: /Users/Adriana/Music/iTunes Producer/Playlists/9780983871712.itmsp
    [2012-02-28 14:22:42 EST] <main>  INFO: Ensuring that package has well formed metadata file...
    [2012-02-28 14:22:42 EST] <main> DEBUG: Getting case-sensitive metadata xml filename...
    [2012-02-28 14:22:42 EST] <main>  INFO: Gathering the list of valid files from the package ...
    [2012-02-28 14:22:42 EST] <main> DEBUG:   Cover_Page_RGB.jpg will be verified by Apple's web service to determine if it is a valid file.
    [2012-02-28 14:22:42 EST] <main> DEBUG:   metadata.xml will be verified by Apple's web service to determine if it is a valid file.
    [2012-02-28 14:22:42 EST] <main> DEBUG:   NeverGiveUp.indd_-_Unknown.epub will be verified by Apple's web service to determine if it is a valid file.
    [2012-02-28 14:22:42 EST] <main>  INFO: Finished gathering the list of valid files from the package.
    [2012-02-28 14:22:42 EST] <main> DEBUG:   Case-sensitive metadata filename is: metadata.xml
    [2012-02-28 14:22:42 EST] <main>  INFO: Performing authentication of package 9780983871712.itmsp ...
    [2012-02-28 14:22:42 EST] <main> DBG-X: Memory: [JVM] 19M free, 50M total, 507M max [System] (Physical) 33M free, 2048M total (Swap) 705M free, 3072M total
    [2012-02-28 14:22:42 EST] <main> DBG-X: Deflated 3519 bytes to 1700
    [2012-02-28 14:22:42 EST] <main> DBG-X: Using operation named: validateMetadata
    [2012-02-28 14:22:42 EST] <main> DBG-X: Apple's web service operation input parameters:
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter Application = iTMSTransporter
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter Client = iTunes Producer
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter ClientVersion = 2.5.1 (234)
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter Files = [Cover_Page_RGB.jpg, metadata.xml, NeverGiveUp.indd_-_Unknown.epub]
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter Host = (null)
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter Metadata = <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <package xmlns="http://apple.com/itunes/importer/publication" version="publication4.3">
    <provider>AdrianaOrozco</provider>
    <book>
    <vendor_id>9780983871712</vendor_id>
    <metadata>
    <publication_type>book</publication_type>
    <identifiers>
    <identifier scheme="isbn13">9780983871712</identifier>
    </identifiers>
    <title>Never Give Up</title>
    <subtitle>A children's picture book</subtitle>
    <contributors>
    <contributor>
    <primary>true</primary>
    <name>Adriana Cerrotti</name>
    <roles>
    <role>author</role>
    </roles>
    </contributor>
    </contributors>
    <languages>
    <language type="main">eng</language>
    </languages>
    <number_of_pages>32</number_of_pages>
    <subjects>
    <subject primary="true" scheme="BISAC">JUV002190</subject>
    </subjects>
    <description format="html">A funny dog named Hic Up, like most children, makes many mistakes. However, Hic Up never gives up! Never Give Up is a book rich in the musical rhythm, color and the fun of new words. This is a book to read aloud and enjoy the sounds within the words. It is a nice introduction to humorous and positive poetry for young children. The author, an experienced traditional animator, designed, wrote and illustrated the book. The pictures are attractive and full of color. And most importantly, the book shares positive thinking and optimism.
    </description>
    <publisher>Tiny Yarn Publishing</publisher>
    <preorder_previews>true</preorder_previews>
    <publication_date>2011-11-12</publication_date>
    <products>
    <product>
    <territory>US</territory>
    <cleared_for_sale>true</cleared_for_sale>
    <price_tier>1</price_tier>
    <release_type>digital-only</release_type>
    <preorder_sales_start_date>2012-02-28</preorder_sales_start_date>
    <sales_start_date>2012-02-28</sales_start_date>
    <physical_list_price currency="USD">9.99</physical_list_price>
    <drm_free>false</drm_free>
    </product>
    </products>
    <audience_info>
    <audience scheme="interest-age-years">
    <range>
    <min_value>3</min_value>
    <max_value>5</max_value>
    </range>
    </audience>
    </audience_info>
    </metadata>
    <assets>
    <asset type="full">
    <data_file>
    <file_name>NeverGiveUp.indd_-_Unknown.epub</file_name>
    <size>6590417</size>
    <checksum type="md5">460646fb497303665aef8d7f0a822931</checksum>
    </data_file>
    </asset>
    <asset type="artwork">
    <data_file>
    <file_name>Cover_Page_RGB.jpg</file_name>
    <size>4625773</size>
    <checksum type="md5">7b2ee2011d7835a75fa7c2536fcb5751</checksum>
    </data_file>
    </asset>
    <asset type="ipad_screenshot"></asset>
    </assets>
    </book>
    </package>
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter MetadataChecksum = 46c733bd3602495c6cd198e607fb946d
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter MetadataCompressed = (suppressed)
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter Mount = (null)
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter OSIdentifier = Mac OS X 10.7.3 (x86_64); jvm=20.4-b02-402; jre=1.6.0_29-b11-402-11M3527
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter PackageName = 9780983871712.itmsp
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter PackageSize = 11219709
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter Password = **hidden value**
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter Pod = (null)
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter Transport = Signiant
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter UploadArguments = -m upload -u [email protected] -p **hidden value** -f /Users/Adriana/Music/iTunes Producer/Playlists/9780983871712.itmsp -indicator true -v eXtreme -Dtransporter.client=iTunes Producer -Dtransporter.client.version=2.5.1 (234)
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter Username = [email protected]
    [2012-02-28 14:22:42 EST] <main> DBG-X:   parameter Version = 1.7.3.1
    [2012-02-28 14:22:42 EST] <main>  INFO: id = 20120228142242-103
    [2012-02-28 14:22:43 EST] <main> DBG-X: Apple's web service operation return value:
    [2012-02-28 14:22:43 EST] <main> DBG-X:   parameter SigniantLoggingLevel = INFO
    [2012-02-28 14:22:43 EST] <main> DBG-X:   parameter CPUToken = 1ecb998f-ea2e-4605-92ae-86743f92bfbf/1330457046311
    [2012-02-28 14:22:43 EST] <main> DBG-X:   parameter FileSizes = {Cover_Page_RGB.jpg=4625773, NeverGiveUp.indd_-_Unknown.epub=6590417}
    [2012-02-28 14:22:43 EST] <main> DBG-X:   parameter AssetsToDescribe = [{UTI=org.idpf.epub-container, Role=(null), ShouldDescribeAsset=true, Filename=NeverGiveUp.indd_-_Unknown.epub}, {UTI=public.jpeg, Role=artwork, ShouldDescribeAsset=true, Filename=Cover_Page_RGB.jpg}]
    [2012-02-28 14:22:43 EST] <main> DBG-X:   parameter Checksums = {Cover_Page_RGB.jpg=7b2ee2011d7835a75fa7c2536fcb5751, NeverGiveUp.indd_-_Unknown.epub=460646fb497303665aef8d7f0a822931}
    [2012-02-28 14:22:43 EST] <main> DBG-X:   parameter Success = true
    [2012-02-28 14:22:43 EST] <main> DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
    [2012-02-28 14:22:43 EST] <main> DBG-X:   parameter FilesToUpload = [metadata.xml, NeverGiveUp.indd_-_Unknown.epub, Cover_Page_RGB.jpg]
    [2012-02-28 14:22:43 EST] <main> DBG-X:   parameter ProviderNameForToken = AdrianaOrozco
    [2012-02-28 14:22:43 EST] <main>  INFO: The list of files requested for upload by Apple is: [metadata.xml, NeverGiveUp.indd_-_Unknown.epub, Cover_Page_RGB.jpg].  These are the files that will be uploaded.
    [2012-02-28 14:22:43 EST] <main> DEBUG: Using token file path /Users/Adriana/.itmstransporter/UploadTokens/adrianas-imac.local_AdrianaOrozco_ 9780983871712.itmsp.token
    [2012-02-28 14:22:43 EST] <main> DEBUG: Attempting exclusive file lock on token file
    [2012-02-28 14:22:43 EST] <main> DEBUG: Set token: 1ecb998f-ea2e-4605-92ae-86743f92bfbf/1330457046311
    [2012-02-28 14:22:43 EST] <main> DEBUG: Releasing token file lock
    [2012-02-28 14:22:43 EST] <main>  INFO: Starting media analysis of assets
    [2012-02-28 14:22:44 EST] <main> DEBUG: Handling asset: filename=NeverGiveUp.indd_-_Unknown.epub,uti=org.idpf.epub-container,role=null, describe=true
    [2012-02-28 14:22:44 EST] <main> DEBUG: Using container type tool name and version: Leghorn epub describer:1.17
    [2012-02-28 14:22:44 EST] <main> DEBUG: Using path: /Users/Adriana/Music/iTunes Producer/Playlists/9780983871712.itmsp/NeverGiveUp.indd_-_Unknown.epub
    [2012-02-28 14:22:48 EST] <main> DBG-X: Serializer class: class net.sf.saxon.IdentityTransformer
    [2012-02-28 14:22:48 EST] <main> DEBUG: Asset successfully described: com.apple.jingle.leghorn.fileformat.impl.SimpleContainerDescription@1df37bf1
    [2012-02-28 14:22:48 EST] <main> DEBUG: Handling asset: filename=Cover_Page_RGB.jpg,uti=public.jpeg,role=artwork,describe=true
    [2012-02-28 14:22:48 EST] <main> DEBUG: Using container type tool name and version: FoghornLeghorn Image Parser:1.17
    [2012-02-28 14:22:48 EST] <main> DEBUG: Using path: /Users/Adriana/Music/iTunes Producer/Playlists/9780983871712.itmsp/Cover_Page_RGB.jpg
    [2012-02-28 14:22:49 EST] <main> DBG-X: Serializer class: class net.sf.saxon.IdentityTransformer
    [2012-02-28 14:22:49 EST] <main> DEBUG: Asset successfully described: com.apple.jingle.leghorn.fileformat.impl.SimpleContainerDescription@2227a04c
    [2012-02-28 14:22:49 EST] <main>  INFO: Asset media analysis has completed
    [2012-02-28 14:22:49 EST] <main> DBG-X: Memory: [JVM] 23M free, 56M total, 507M max [System] (Physical) 18M free, 2048M total (Swap) 705M free, 3072M total
    [2012-02-28 14:22:49 EST] <main> DBG-X: Deflated 3519 bytes to 1700
    [2012-02-28 14:22:49 EST] <main> DBG-X: Deflated 10300 bytes to 2107
    [2012-02-28 14:22:49 EST] <main> DBG-X: Deflated 710 bytes to 361
    [2012-02-28 14:22:49 EST] <main> DBG-X: Using operation named: validateAssets
    [2012-02-28 14:22:49 EST] <main> DBG-X: Apple's web service operation input parameters:
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Application = iTMSTransporter
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter CPUToken = 1ecb998f-ea2e-4605-92ae-86743f92bfbf/1330457046311
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Client = iTunes Producer
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter ClientVersion = 2.5.1 (234)
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Files = [Cover_Page_RGB.jpg, metadata.xml, NeverGiveUp.indd_-_Unknown.epub]
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Host = (null)
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter MetadataChecksum = 46c733bd3602495c6cd198e607fb946d
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter MetadataCompressed = (suppressed)
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Mount = (null)
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter OSIdentifier = Mac OS X 10.7.3 (x86_64); jvm=20.4-b02-402; jre=1.6.0_29-b11-402-11M3527
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter PackageName = 9780983871712.itmsp
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter PackageSize = 11219709
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Password = **hidden value**
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Pod = (null)
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Transport = Signiant
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter UploadArguments = -m upload -u [email protected] -p **hidden value** -f /Users/Adriana/Music/iTunes Producer/Playlists/9780983871712.itmsp -indicator true -v eXtreme -Dtransporter.client=iTunes Producer -Dtransporter.client.version=2.5.1 (234)
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Username = [email protected]
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Version = 1.7.3.1
    [2012-02-28 14:22:49 EST] <main>  INFO: id = 20120228142249-188
    [2012-02-28 14:22:49 EST] <main> DBG-X: Apple's web service operation return value:
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter ErrorMessage = ERROR ITMS-9000: "index.html(11): element "img" not allowed here; expected element "address", "blockquote", "del", "div", "dl", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "ins", "noscript", "ns:svg", "ol", "p", "pre", "script", "table" or "ul" (with xmlns:ns="http://www.w3.org/2000/svg")" at Book (MZItmspBookPackage)
    ERROR ITMS-9000: "index.html(11): element "img" missing required attribute "alt". This error occurs 31 times." at Book (MZItmspBookPackage
    (1102)
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter CPUToken = 1ecb998f-ea2e-4605-92ae-86743f92bfbf/1330457046311
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter FileSizes = {Cover_Page_RGB.jpg=4625773, NeverGiveUp.indd_-_Unknown.epub=6590417}
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter AssetsToDescribe = [{UTI=org.idpf.epub-container, Role=(null), ShouldDescribeAsset=true, Filename=NeverGiveUp.indd_-_Unknown.epub}, {UTI=public.jpeg, Role=artwork, ShouldDescribeAsset=true, Filename=Cover_Page_RGB.jpg}]
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Checksums = {Cover_Page_RGB.jpg=7b2ee2011d7835a75fa7c2536fcb5751, NeverGiveUp.indd_-_Unknown.epub=460646fb497303665aef8d7f0a822931}
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter ErrorCode = 1102
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Success = false
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter Errors = [ERROR ITMS-9000: "index.html(11): element "img" not allowed here; expected element "address", "blockquote", "del", "div", "dl", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "ins", "noscript", "ns:svg", "ol", "p", "pre", "script", "table" or "ul" (with xmlns:ns="http://www.w3.org/2000/svg")" at Book (MZItmspBookPackage), ERROR ITMS-9000: "index.html(11): element "img" missing required attribute "alt". This error occurs 31 times." at Book (MZItmspBookPackage)]
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
    [2012-02-28 14:22:49 EST] <main> DBG-X:   parameter FilesToUpload = [metadata.xml, NeverGiveUp.indd_-_Unknown.epub, Cover_Page_RGB.jpg]
    [2012-02-28 14:22:49 EST] <main> ERROR: Apple's web service operation was not successful
    [2012-02-28 14:22:49 EST] <main> ERROR: Unable to authenticate the package: 9780983871712.itmsp
    [2012-02-28 14:22:49 EST] <main> ERROR: ERROR ITMS-9000: "index.html(11): element "img" not allowed here; expected element "address", "blockquote", "del", "div", "dl", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "ins", "noscript", "ns:svg", "ol", "p", "pre", "script", "table" or "ul" (with xmlns:ns="http://www.w3.org/2000/svg")" at Book (MZItmspBookPackage)
    [2012-02-28 14:22:49 EST] <main> ERROR: ERROR ITMS-9000: "index.html(11): element "img" missing required attribute "alt". This error occurs 31 times." at Book (MZItmspBookPackage)
    [2012-02-28 14:22:49 EST] <main> DBG-X: The error code is: 1102
    [2012-02-28 14:22:49 EST] <main>  INFO: Done performing authentication.
    [2012-02-28 14:22:50 EST] <main> DBG-X: Returning 1
    Package Summary:
    1 package(s) were not uploaded because they had problems:
                /Users/Adriana/Music/iTunes Producer/Playlists/9780983871712.itmsp - Error Messages:
                            Apple's web service operation was not successful
                            Unable to authenticate the package: 9780983871712.itmsp
                            ERROR ITMS-9000: "index.html(11): element "img" not allowed here; expected element "address", "blockquote", "del", "div", "dl", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "ins", "noscript", "ns:svg", "ol", "p", "pre", "script", "table" or "ul" (with xmlns:ns="http://www.w3.org/2000/svg")" at Book (MZItmspBookPackage)
                            ERROR ITMS-9000: "index.html(11): element "img" missing required attribute "alt". This error occurs 31 times." at Book (MZItmspBookPackage)

    I checked it.
    I have the tools to edit a pdf file but I don't know how to fix the epub file for these errors. Can anyone tell me what to do. I have one epub that has these errors
    ERROR
    META-INF/container.xml
    1
    116
    element "encryption" incomplete; expected element "enc:EncryptedData" or "enc:EncryptedKey"
    ERROR
    OEBPS/content.opf
    5
    13
    element "metadata" incomplete; missing required elements "dc:language" and "dc:title"
    The other one has these errors
    ERRORindex_split_000.html1144element "img" not allowed here; expected element "address", "blockquote", "del", "div", "dl", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "ins", "noscript", "ns:svg", "ol", "p", "pre", "script", "table" or "ul" (with xmlns:ns="http://www.w3.org/2000/svg")ERRORindex_split_000.html1144element "img" missing required attribute "alt"ERRORindex_split_000.html1364element "img" missing required attribute "alt"ERRORindex_split_000.html1564element "img" missing required attribute "alt"ERRORindex_split_000.html1764element "img" missing required attribute "alt"ERRORindex_split_000.html1964element "img" missing required attribute "alt"ERRORindex_split_000.html2164element "img" missing required attribute "alt"ERRORindex_split_000.html2364element "img" missing required attribute "alt"ERRORindex_split_000.html2564element "img" missing required attribute "alt"ERRORindex_split_000.html2764element "img" missing required attribute "alt"ERRORindex_split_000.html2965element "img" missing required attribute "alt"ERRORindex_split_000.html3165element "img" missing required attribute "alt"ERRORindex_split_000.html3365element "img" missing required attribute "alt"ERRORindex_split_000.html3565element "img" missing required attribute "alt"ERRORindex_split_000.html3765element "img" missing required attribute "alt"ERRORindex_split_000.html3965element "img" missing required attribute "alt"ERRORindex_split_000.html4165element "img" missing required attribute "alt"ERRORindex_split_000.html4365element "img" missing required attribute "alt"ERRORindex_split_000.html4565element "img" missing required attribute "alt"ERRORindex_split_000.html4765element "img" missing required attribute "alt"ERRORindex_split_000.html4965element "img" missing required attribute "alt"ERRORindex_split_000.html5165element "img" missing required attribute "alt"ERRORindex_split_000.html5365element "img" missing required attribute "alt"ERRORindex_split_000.html5565element "img" missing required attribute "alt"ERRORindex_split_000.html5765element "img" missing required attribute "alt"ERRORindex_split_000.html5965element "img" missing required attribute "alt"ERRORindex_split_000.html6165element "img" missing required attribute "alt"ERRORindex_split_000.html6365element "img" missing required attribute "alt"ERRORindex_split_000.html6565element "img" missing required attribute "alt"ERRORindex_split_000.html6765element "img" missing required attribute "alt"ERRORindex_split_000.html6965element "img" missing required attribute "alt"ERRORindex_split_000.html7169attribute "name" not allowed here; expected attribute "accesskey", "charset", "class", "coords", "dir", "href", "hreflang", "id", "rel", "rev", "shape", "style", "tabindex", "target", "title", "type" or "xml:lang"

  • Set fields of derived class in base class constructor via reflection?

    Does the Java Language Specification explicitly allow setting of fields of a derived class from within the base class' constructor via reflection? The following test case runs green, but I would really like to know if this Java code is compatible among different VM implementations.
    Many thanks for your feedback!
    Norman
    public class DerivedClassReflectionWorksInBaseClassConstructorTest extends TestCase {
    abstract static class A {
        A() {
            try {
                getClass().getDeclaredField("x").setInt(this, 42);
            } catch (Exception e) {
                throw new RuntimeException(e);
    static class B extends A {
        int x;
        B() {
        B(int x) {
            this.x = x;
    public void testThatItWorks() {
        assertEquals(42, new B().x);
        assertEquals(99, new B(99).x);
    }

    why not just put a method in the superclass that the subclasses can call to initialize the subclass member variable?In derived classes (which are plug-ins), clients can use a field annotation which provides some parameter metadata such as validators and the default value. The framework must set the default value of fields, before the class' initializer or constructors are called. If the framework would do this after derived class' initializer or constructors are called, they would be overwritten:
    Framework:
    public abstract class Operator {
        public abstract void initialize();
    }Plug-In:
    public class SomeOperator extends Operator {
        @Parameter(defaultValue="42", interval="[0,100)")
        double threshold;
        @Parameter(defaultValue="C", valueSet="A,B,C")
        String mode;
        public void setThreshold(double threshold) {this.threshold = threshold;}
        public void setMode(String mode) {this.mode = mode;}
        // called by the framework after default values have been set
        public void initialize() {
    }On the other hand, the default values and other metadata are also used to create GUIs and XML I/O for the derived operator class, without having it instantiated. So we cannot use the initial instance field values for that, because we don't have an instance.

  • Errors upload Apps through Application Loader

    Trying to upload App through Applicatio loader had have never received these errors til 2 days ago. Same error on two different app uploads. I'm running the latest application loader version 2.9 and Mac 10.7.5. Using iMac 24" with 4 gb of ram
    First errors i received are
    The second error I get every other time I try to re upload is
    I have reset my router, restarted my computer and checked for any updates. I'm out of options. I also have developer recreate the pkg file without spaces in the name as I heard that might be an issue.
    Below is error report
    [2013-10-08 19:54:54 CDT] <main>  INFO: Transporter is skipping bundle update check: Already checked recently.
    [2013-10-08 19:54:54 CDT] <main>  INFO: MD5 checksum calculation in the transporter will be skipped.
    [2013-10-08 19:54:54 CDT] <main>  INFO: Logging level set to eXtreme
    [2013-10-08 19:54:54 CDT] <main>  INFO: Logging configured successfully.
    [2013-10-08 19:54:54 CDT] <main> DEBUG: Attempting refresh of configuration data from https://contentdelivery.itunes.apple.com/transporter/Defaults.properties
    [2013-10-08 19:54:54 CDT] <main> DEBUG: Configuration refresh successful.
    [2013-10-08 19:54:54 CDT] <main> DEBUG: Saving configuration to local path: /Users/marie/.itmstransporter/Defaults.properties
    [2013-10-08 19:54:54 CDT] <main>  INFO: iTMSTransporter : iTunes Store Transporter [1.7.9]
    [2013-10-08 19:54:54 CDT] <main>  INFO: OS identifier: Mac OS X 10.7.5 (x86_64); jvm=24.0-b26; jre=1.7.0-internal-root_2013_05_13_10_55-b00
    [2013-10-08 19:54:54 CDT] <main>  INFO: Memory: [JVM] 61M free, 80M total, 910M max [System] (Physical) 1506M free, 4096M total (Swap) 64M free, 64M total
    [2013-10-08 19:54:54 CDT] <main>  INFO: Client: Application Loader 2.9 (439)
    [2013-10-08 19:54:54 CDT] <main>  INFO: Upload mode selected.
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Memory: [JVM] 61M free, 80M total, 910M max [System] (Physical) 1506M free, 4096M total (Swap) 64M free, 64M total
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Using operation named: authenticateForTransportDiscovery
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Apple's web service operation input parameters:
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Application = iTMSTransporter
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter BaseVersion = 1.7.8.2
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Client = Application Loader
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter ClientVersion = 2.9 (439)
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter OSIdentifier = Mac OS X 10.7.5 (x86_64); jvm=24.0-b26; jre=1.7.0-internal-root_2013_05_13_10_55-b00
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Password = **hidden value**
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter TransporterArguments = -m upload -u [email protected] -p **hidden value** -f /var/folders/f3/1vcrgzbd5zj3z22w273qbxl40000gn/T/642092166.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=Application Loader -Dtransporter.client.version=2.9 (439)
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Username = [email protected]
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Version = 1.7.9
    [2013-10-08 19:54:54 CDT] <main>  INFO: id = 20131008195454-220
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Apple's web service operation return value:
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter TransportHosts.Aspera = [vgr105.apple.com:33001, vgr106.apple.com:33001]
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter PreferredTransports = [Aspera, Signiant, DAV]
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter TransportHosts.Signiant = [sgr205.apple.com:44001, sgr206.apple.com:44001]
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter TransportHosts.DAV = [itmsdav.apple.com:443]
    [2013-10-08 19:54:54 CDT] <main>  INFO: Examining the package at: /var/folders/f3/1vcrgzbd5zj3z22w273qbxl40000gn/T/642092166.itmsp
    [2013-10-08 19:54:54 CDT] <main>  INFO: Ensuring that package has well formed metadata file...
    [2013-10-08 19:54:54 CDT] <main> DEBUG: Getting case-sensitive metadata xml filename...
    [2013-10-08 19:54:54 CDT] <main>  INFO: Gathering the list of valid files from the package ...
    [2013-10-08 19:54:54 CDT] <main> DEBUG:   505app.zip will be verified by Apple's web service to determine if it is a valid file.
    [2013-10-08 19:54:54 CDT] <main> DEBUG:   metadata.xml will be verified by Apple's web service to determine if it is a valid file.
    [2013-10-08 19:54:54 CDT] <main>  INFO: Finished gathering the list of valid files from the package.
    [2013-10-08 19:54:54 CDT] <main> DEBUG:   Case-sensitive metadata filename is: metadata.xml
    [2013-10-08 19:54:54 CDT] <main>  INFO: Performing authentication of package 642092166.itmsp ...
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Memory: [JVM] 40M free, 80M total, 910M max [System] (Physical) 1505M free, 4096M total (Swap) 64M free, 64M total
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Deflated 453 bytes to 360
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Using operation named: validateMetadata
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Apple's web service operation input parameters:
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Application = iTMSTransporter
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter BaseVersion = 1.7.8.2
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Client = Application Loader
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter ClientVersion = 2.9 (439)
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Files = [505app.zip, metadata.xml]
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Metadata = <?xml version="1.0" encoding="UTF-8"?>
    <package version="software4.7" xmlns="http://apple.com/itunes/importer">
        <software_assets apple_id="642092166">
            <asset type="bundle">
                <data_file>
                    <file_name>505app.zip</file_name>
                    <checksum type="md5">31719646019410fc27c1e5679a4f06f9</checksum>
                    <size>8247180</size>
                </data_file>
            </asset>
        </software_assets>
    </package>
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter MetadataChecksum = 4503857f07b1792721121d8f0fb85e29
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter MetadataCompressed = (suppressed)
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter OSIdentifier = Mac OS X 10.7.5 (x86_64); jvm=24.0-b26; jre=1.7.0-internal-root_2013_05_13_10_55-b00
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter PackageName = 642092166.itmsp
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter PackageSize = 8247633
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Password = **hidden value**
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter TransporterArguments = -m upload -u [email protected] -p **hidden value** -f /var/folders/f3/1vcrgzbd5zj3z22w273qbxl40000gn/T/642092166.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=Application Loader -Dtransporter.client.version=2.9 (439)
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Username = [email protected]
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Version = 1.7.9
    [2013-10-08 19:54:54 CDT] <main>  INFO: id = 20131008195454-122
    [2013-10-08 19:54:55 CDT] <main> DBG-X: Apple's web service operation return value:
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter CPUToken = b90a8eb2-83ba-41dd-9be5-3e96b7e95c89/1381280095727
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter FileSizes = {505app.zip=8247180}
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter AssetsToDescribe = [{UTI=com.apple.ipa, Role=source, ShouldDescribeAsset=true, Filename=505app.zip}]
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter Checksums = {505app.zip=31719646019410fc27c1e5679a4f06f9}
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter Success = true
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter FilesToUpload = [metadata.xml, 505app.zip]
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter ProviderNameForToken = MrsNetworkLLC
    [2013-10-08 19:54:55 CDT] <main>  INFO: The list of files requested for upload by Apple is: [metadata.xml, 505app.zip].  These are the files that will be uploaded.
    [2013-10-08 19:54:55 CDT] <main> DEBUG: Using token file path /Users/marie/.itmstransporter/UploadTokens/Marie-home-iMac.local_MrsNetworkLLC_ 642092166.itmsp.token
    [2013-10-08 19:54:55 CDT] <main> DEBUG: Attempting exclusive file lock on token file
    [2013-10-08 19:54:55 CDT] <main> DEBUG: Token exists, examining
    [2013-10-08 19:54:56 CDT] <main> DEBUG: Token pid: 83498, found process = false; my pid: 1439
    [2013-10-08 19:54:56 CDT] <main> DEBUG: Reusing existing token: 1dc581dd-1400-4140-9dca-03cd839141fd/1381116618620
    [2013-10-08 19:54:56 CDT] <main> DEBUG: Set token: 1dc581dd-1400-4140-9dca-03cd839141fd/1381116618620
    [2013-10-08 19:54:56 CDT] <main>  INFO: Starting media analysis of assets
    [2013-10-08 19:54:56 CDT] <main> DEBUG: Handling asset: filename=505app.zip,uti=com.apple.ipa,role=source,describe=true
    [2013-10-08 19:54:56 CDT] <main> DEBUG: Using container type tool name and version: iOS App Describer:1.22
    [2013-10-08 19:54:56 CDT] <main> DEBUG: Using path: /var/folders/f3/1vcrgzbd5zj3z22w273qbxl40000gn/T/642092166.itmsp/505app.zip
    [2013-10-08 19:54:59 CDT] <main> DEBUG: Asset successfully described: com.apple.jingle.leghorn.software.AbstractSoftwareDescriber$1@41acbb99
    [2013-10-08 19:54:59 CDT] <main>  INFO: Asset media analysis has completed
    [2013-10-08 19:54:59 CDT] <main> DBG-X: Memory: [JVM] 49M free, 101M total, 910M max [System] (Physical) 1451M free, 4096M total (Swap) 64M free, 64M total
    [2013-10-08 19:54:59 CDT] <main> DBG-X: Deflated 453 bytes to 360
    [2013-10-08 19:55:00 CDT] <main> DBG-X: Deflated 322932 bytes to 22831
    [2013-10-08 19:55:00 CDT] <main> DBG-X: Using operation named: validateAssets
    [2013-10-08 19:55:00 CDT] <main> DBG-X: Apple's web service operation input parameters:
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Application = iTMSTransporter
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter BaseVersion = 1.7.8.2
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter CPUToken = 1dc581dd-1400-4140-9dca-03cd839141fd/1381116618620
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Client = Application Loader
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter ClientVersion = 2.9 (439)
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Files = [505app.zip, metadata.xml]
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter MetadataChecksum = 4503857f07b1792721121d8f0fb85e29
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter MetadataCompressed = (suppressed)
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter OSIdentifier = Mac OS X 10.7.5 (x86_64); jvm=24.0-b26; jre=1.7.0-internal-root_2013_05_13_10_55-b00
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter PackageName = 642092166.itmsp
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter PackageSize = 8247633
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Password = **hidden value**
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Transport = Aspera
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter TransporterArguments = -m upload -u [email protected] -p **hidden value** -f /var/folders/f3/1vcrgzbd5zj3z22w273qbxl40000gn/T/642092166.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=Application Loader -Dtransporter.client.version=2.9 (439)
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Username = [email protected]
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Version = 1.7.9
    [2013-10-08 19:55:00 CDT] <main>  INFO: id = 20131008195500-804
    [2013-10-08 19:55:01 CDT] <main> DBG-X: Apple's web service operation return value:
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter ErrorMessage = ERROR ITMS-9000: "Unsupported Architectures. Your executable contains unsupported architectures '[12-11]'." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage
    (1102)
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter CPUToken = 1dc581dd-1400-4140-9dca-03cd839141fd/1381116618620
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter FileSizes = {505app.zip=8247180}
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter AssetsToDescribe = [{UTI=com.apple.ipa, Role=source, ShouldDescribeAsset=true, Filename=505app.zip}]
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter Checksums = {505app.zip=31719646019410fc27c1e5679a4f06f9}
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter ErrorCode = 1102
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter Success = false
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter Errors = [ERROR ITMS-9000: "Unsupported Architectures. Your executable contains unsupported architectures '[12-11]'." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)]
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter FilesToUpload = [metadata.xml, 505app.zip]
    [2013-10-08 19:55:01 CDT] <main> ERROR: Apple's web service operation was not successful
    [2013-10-08 19:55:01 CDT] <main> ERROR: Unable to authenticate the package: 642092166.itmsp
    [2013-10-08 19:55:01 CDT] <main> ERROR: ERROR ITMS-9000: "Unsupported Architectures. Your executable contains unsupported architectures '[12-11]'." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
    [2013-10-08 19:55:01 CDT] <main> DBG-X: The error code is: 1102
    [2013-10-08 19:55:01 CDT] <main>  INFO: Done performing authentication.
    [2013-10-08 19:55:02 CDT] <main> DBG-X: Returning 1
    Package Summary:
    1 package(s) were not uploaded because they had problems:
              /var/folders/f3/1vcrgzbd5zj3z22w273qbxl40000gn/T/642092166.itmsp - Error Messages:
                        Apple's web service operation was not successful
                        Unable to authenticate the package: 642092166.itmsp
                        ERROR ITMS-9000: "Unsupported Architectures. Your executable contains unsupported architectures '[12-11]'." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)

    if you mac os is not 10.8.5 and you ard using Application Loader 2.9,you should update your system,I know apple doc say:10.7 is ok,but i update my system to 10.8.5 from 10.8.4, every thing is ok, i dont konw the reason,maybe some error exist at application loader,so you can have a try,good luck.

  • Web service based data Control lost it's operations

    HELP!!
    I came back into a Jdeveloper project that had web services exposed as data controls and now the operations and their returns are missing in the Data Control Palette!!
    All I see is the Data Control name, NO operations under them.
    How do I get this back easily?

    Hi,
    the sample was built in 11.1.1.3, which however should not matter. The arguments are not manually added to the metadata. Instead your web service method must have it defined as an argument. ADF WS Data Control then makes sure the parameter metadata is generated as well, when you create the WS DC
    Frank

  • JDBC: Prepared statements with more parameters than column names

    I'm using the latest version of the JDBC driver - 4.1.5605.100_enu - on Java 1.7, Linux.
    I'm connecting to MS SQL Server 2012 Express Edition using a connection URL of the form jdbc:sqlserver://10.0.0.2;user=username;password=pwd;database=testdb1
    I have a table with two columns. One is an ID (type bigint) and one is numeric(38, 19).
    The following code works exactly as expected:
    PreparedStatement stm = connection.prepareStatement("INSERT INTO myTable(id, num) VALUES (?, ?)")
    // repeatedly set parameters using setLong, setBigDecimal, then addBatch
    stm.executeBatch()
    The following code does not work as expected:
    PreparedStatement stm = connection.prepareStatement("INSERT INTO myTable(id, num) VALUES (?, ?),  (?, ?)");
    stm.setLong(1, 1);
    stm.setBigDecimal(2, new BigDecimal("1.234"));
    stm.setLong(3, 2);
    stm.setBigDecimal(4, new BigDecimal("1.234"));
    stm.addBatch();
    stm.executeBatch();
    The code runs normally in the second case, but the second row inserted contains the wrong value in the "num" column - it's been rounded to 1.0 instead of stored as 1.234.
    I think this may be because the driver does not understand the types of parameters whose indexes are beyond the number of columns in the insert statement. Running the following code on the second prepared statement:
    System.err.println(stm.getParameterMetaData().getParameterTypeName(2)); // prints "numeric"
    System.err.println(stm.getParameterMetaData().getParameterTypeName(4)); // fails with IndexOutOfBoundsException
    As far as I can tell from the JDBC JavaDoc, this usage is valid and ought to work. Certainly it works as expected (including the parameter metadata) using PostgreSQL and their JDBC driver. Is this a bug in Microsoft's driver?

    Hi dtn-cfl,
    Thanks for your waiting.
    Based on my research(using
    SQL Server Profiler to trace DB events), the preparedStatement finally passes the below statements to SQL Server.
    stm.setLong(1, 1);
    stm.setBigDecimal(2, new BigDecimal("1.234"));
    stm.setLong(3, 2);
    stm.setNull(4, Types.DECIMAL);
    declare @p1 int
    set @p1=0
    exec sp_prepexec @p1 output,N'@P0 bigint,@P1 decimal(38,3),@P2 bigint,@P3 decimal(38,0)',N'INSERT INTO myTable(id, num) VALUES (@P0, @P1), (@P2, @P3) ',1,1.234,2,NULL
    select @p1
    Pay attention to the @P3 decimal(38,0),  it seems(I don't have access to JDBC source code so that I have to use seem) that the
    stm.setNull(4, Types.DECIMAL) will finally parsed as a type decimal(38,0). In SQL Server, to a
    decimal datatype,one with smaller scale has a higher precedence. To understand the precedence, please see below code. If you have more interest in data type precedence, you can click
    here.
    declare @num1 decimal(38,3) --scale 3
    declare @num2 decimal(38,2) --scale 2
    set @num1 = 3.225
    set @num2 = 3.22
    select @num1 as num
    union all
    select @num2
    output
    num
    3.23
    3.22
    @num1 get rounded to keep the column data type consistency, namely keep the column as type decimal(38,2)
    Let's go back to your code, if you would like to make your code work properly, please see below.
    stm.setLong(1, 1);
    stm.setBigDecimal(2, new BigDecimal("1.234"));
    stm.setLong(3, 2);
    stm.setNull(4, Types.INTEGER);As per the above data type precedence link, a decimal has a higher precedence than integer, so your decimal will not get rounded.
    Not only the case in your post, but also any data type inconsistency will lead to the rounding problem. See below.
    stm.setLong(1, 1);
    stm.setBigDecimal(2, new BigDecimal("1.234"));
    stm.setLong(3, 2);
    stm.setBigDecimal(4, new BigDecimal("1.2")); // or new BigDecimal("1.23") and any other decimal with different scale leads to rounding problem.
    So when you set parameters for a prepareStatement like "INSERT INTO myTable(id, num) VALUES (?, ?),  (?, ?)" with more than one row, you should pay attention to data type consistency fact.
    The Microsoft JDBC driver for SQL Server may not be that intelligent, however we can't say that is a bug definitely.
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

  • Filter using inputSize crashes Pixel Bender 2.1.432154

    Hi there, I've been having trouble with this filter:
    <languageVersion : 1.0;>
    kernel NewFilter
    <   namespace : "Your Namespace";
        vendor : "Your Vendor";
        version : 1;
        description : "your description";
    >
        input image4 src;
        output pixel4 dst;
        parameter float2 srcSize
        <
            parameterType: "inputSize";
            inputSizeName: "src";
        >;
        void
        evaluatePixel()
            dst = sampleNearest(src,outCoord()/srcSize*10.0);
    Every time I run it, it says "Adobe Image Foundation has stopped working" and the entire program crashes. It works if I use a regular float2 parameter for srcSize.

    Good catch. There's definitely a bug in the toolkit here. It appears to be a bad interaction between the parameterType and inputSizeName parameter metadata. I don't believe you need the inputSizeName parameter metadata to accomplish what you want, since your kernel only has a single input image. Try removing the inputSizeName key-value pair and use only the parameterType key-value pair. I'll log a bug about the crash. Hopefully, we can get it fixed for the next toolkit release.

  • How to get rid of java.sql.SQLException?

    I get a error message while executing the SQL statement select * from person where person_ID =? in a web application.
    error
    java.sql.SQLException: The requested parameter metadata is not available for the current statement.
    Thanks in advance

    i am using MySQL and NetBeans 5.5.1
    when i am using the SQL statement which does not involve user input like
    select * from travel
    then there is no error and the program is working fine.
    But when i use the statement like
    select * from travel where = ?
    the error is generated.
    java.sql.SQLException: [DataDirect]The requested parameter metadata is not available for the current statement.
    at com.ddtek.jdbc.base.BaseExceptions.createException(Unknown Source)
    at com.ddtek.jdbc.base.BaseExceptions.getException(Unknown Source)
    at com.ddtek.jdbc.base.BaseParameters.getParameterInfo(Unknown Source)
    at com.ddtek.jdbc.base.BaseParameterMetaData.getParameterType(Unknown Source)
    at org.netbeans.modules.sql.project.dbmodel.DBMetaData.getPrepStmtParameters(DBMetaData.java:1749)
    at org.netbeans.modules.sql.project.dbmodel.DBMetaData.getPrepStmtMetaData(DBMetaData.java:698)
    at org.netbeans.modules.sql.project.dbmodel.DBMetaData.getPrepStmtMetaData(DBMetaData.java:733)
    at org.netbeans.modules.sql.project.anttasks.WSDLGenerator.generateInsertSchemaElements(WSDLGenerator.java:690)
    at org.netbeans.modules.sql.project.anttasks.WSDLGenerator.modifyMessageTypes(WSDLGenerator.java:401)
    at org.netbeans.modules.sql.project.anttasks.WSDLGenerator.modifyWSDL(WSDLGenerator.java:326)
    at org.netbeans.modules.sql.project.anttasks.WSDLGenerator.generateWSDL(WSDLGenerator.java:294)
    at org.netbeans.modules.sql.project.anttasks.GenerateWSDL.execute(GenerateWSDL.java:176)
    at org. customer .tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org. customer .tools.ant.Task.perform(Task.java:364)
    at org. customer .tools.ant.Target.execute(Target.java:341)
    at org. customer .tools.ant.Target.performTasks(Target.java:369)
    at org. customer.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org. customer .tools.ant.Project.executeTarget(Project.java:1185)
    at org. customer .tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    at org. customer .tools.ant.Project.executeTargets(Project.java:1068)
    at org. customer .tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:240)
    at org. customer .tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:293)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)

  • Making creator apps container - independent

    Hi,
    I'm in the process of porting my app to run on Tomcat 5.5.9.
    I'm having a problem setting up the DataSource. I've read a few posts hinting that Creator generates the database code to use "Data Direct" driver classes and that these are not free. Does anybody know the truth behind this?
    Has anybody moved a database-heavy creator app to an appserver other than SunOne8?
    At the minute I cannot even find which .jar com.sun.sql.datasource.DriverAdapter lives in. Does anyone know?
    WHY IS THERE NO TUTORIAL ON PORTING CREATOR APPS TO OTHER CONTAINERS? (seeing as they don't run as-is).
    john

    Hi John,
    Sorry but I don't know wnything about the inet drivers- if they work, that would be fabulous - please do pass that info back on the forum. Yes I have heard the Data Direct drivers are expensive... people also talk about things they have found on http://sourceforge.net/index.php (like the jTDS drivers) but I don't recall anything oracle specific.
    A good test is to deploy an application with an editable datatable on it... this is the most complicated component that needs the metadata the most. Verify you can change the data in a row and commit it.
    Please be SURE to find out if the oracle 10G driver supports metadata (and parameter metadata, specifically).... my understanding last time I checked is that it does not...
    An additional complication with the standards is that the certification suite doesn't necessarily test everything in the spec.... so a vendor can "pass the certification" but still not fully implement to the spec.... I think this is the issue w/meta data. I asked if we could get this added into the spec's test suite, but apparently many vendors on the committee wouldn't support this (because of course that could mean additional work for them to pass the test....). So I guess what I'm saying is I think Oracle may pass the test and claim compliance but still not fully implement the spec - so please double check :(
    I understand your concern about using MySql if your standard is oracle - while I know we have tested the mysql solution and it works adequately with Creator , I do not know how it compares w/Oracle. You might want to ask around on that a bit... we don't get any kickbacks from them either ;)
    If you do decide to move to mysql, you will want to make sure your create table scripts etc use the same schema name and datatypes as in oracle to minimize the pain of switching... we should talk more about that if you choose that option. I think mysql might be case sensitive whereas oracle's default is not case sensitive... things like that can also come up.
    You do have one other option to add to your list.... use one of the servers which comes with the data direct licenses... although I'm not sure if that would be more difficult for you to sell than the mysql configuration.... but at least that would still be j2ee/oracle....
    hth,
    Val

  • Kernel Parameter Settings for OracleAS Metadata Repository

    OS: SuSE Linux Enterprise Server 9
    Ref:
    http://download-west.oracle.com/docs/cd/B15790_07/install.1012/install/reqs.htm#BCFGGCGE
    2 (a) Using any text editor, create or edit the /etc/sysctl.conf file and add or edit lines similar to the following:
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    # semaphores: semmsl, semmns, semopm, semmni
    kernel.sem = 256 32000 100 142
    fs.file-max = 131072
    net.ipv4.ip_local_port_range = 10000 65000
    kernel.msgmni = 2878
    kernel.msgmax = 8192
    kernel.msgmnb = 65535
    I do not have sysctl.conf file under /etc.
    I have changed some required values from
    /proc/sys/kernel/msgmnb -- enter 65535, it was lower value b4
    /proc/sys/kernel/msgmni -- enter 2878, it was lower value b4
    /proc/sys/net/ipv4/ip_local_port_range --- enter 10000 65000 ,I added only 10000, it was 1000 b4.
    Is it ok to change like that?
    where is the sysctl.conf file?
    Regards,
    D

    2 (a) Using any text editor, create or edit the /etc/sysctl.conf

  • XMP metadata from Flashbuilder why not visible in Adobe Bridge?

    Hi there,
    I'm currently wondering around XMP metadata and swf files.
    A: Flash CS5: works
    When I use the XMP panel in Flash CS5 and export a swf, open Adobe Bridge CS5 and select the file, the XMP data are correctly displayed.
    B: Flash Builder(Flex 4.1): don't work
    When I use Flashbuilder and add my metadata to the compilation, then compile, open Adobe Bridge CS5 and select the file, nothing is included in metadata.
    Procedure based on the following (same problem if metadata are directly set through compiler arguments):
    http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html
    ../src/config/ProductMetaData.xml
    <flex-config>
    <metadata>
        <title>My title</title>
        <description>My description</description>
        <publisher>The publisher</publisher>
        <creator>The creator</creator>
        <language>EN</language>
    </metadata>
    </flex-config>
    compiler argument
    -load-config+=config/ProductMetaData.xml
    As far as understood, on the background the following is added to the swf at compile time:
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1'>
            <dc:format>application/x-shockwave-flash</dc:format>
            <dc:title>My title</dc:title>
            <dc:description>
                <rdf:Alt>
                    <rdf:li xml:lang='x-default'>My description</rdf:li>
                </rdf:Alt>
            </dc:description>
            <dc:publisher>The publisher</dc:publisher>
            <dc:creator>The creator</dc:creator>
            <dc:language>EN</dc:language>
        </rdf:Description>
    </rdf:RDF>
    I've checked that the medata is correctly added to the swf file using this small software polarswf:
    http://download.cnet.com/Polar-SWF-MetaData/3000-6676_4-10738623.html
    I do not know if it is safe to use it in a produciton context at least in trial mode it allows to check the metadata included in your swf.
    I wonder if this metadata coonot be read by Adobe Bridge because they are at a "lower level" than those put by flash CS5 XMP panel?
    Thank you in advance for your help.
    This is not a blocking situation, but I'm curious to understand what happend.
    Cedric Madelaine (aka maddec)

    I was following this post for a LONG time, since I noticed the same problem.
    This week I was getting in it into myself again and I noticed you use load-config. I used these compiler options :
    contributor name
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    creator name
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    date text
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    But that resulted in this XML string where the dc namespace was missing a / on the end of the URI
    That caused the metadata which was added in flashbuilder was only visible in bridge in the rawXML panel, and not the specific fields
    changing the URI in http://purl.org/dc/elements/1.1/ did the trick ( did this in bridge by exporting the rawXML, changed the / , and imported it )
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1'>
            <dc:format>application/x-shockwave-flash</dc:format>
        </rdf:Description>
    </rdf:RDF>
    Sadly there was no way I could add this / myself everytime.
    BUT then I discoverd this option :
    raw-metadata XML_string
    Defines the metadata for the resulting SWF file. The value of this option overrides any metadata.* compiler options (such as contributor,creator, date, and description).
    This is an advanced option.
    And you could give the exact RAW XML as you  described
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1/'>
            <dc:format>application/x-shockwave-flash</dc:format>
            <dc:title>My title</dc:title>
            <dc:description>
                <rdf:Alt>
                    <rdf:li xml:lang='x-default'>My description</rdf:li>
                </rdf:Alt>
            </dc:description>
            <dc:publisher>The publisher</dc:publisher>
            <dc:creator>The creator</dc:creator>
            <dc:language>EN</dc:language>
        </rdf:Description>
    </rdf:RDF>
    to the compiler. This could also be done in Flash with JSFL.
    In the end I wrote an ANT script which injects the exact XMLstring of metadata to Flash and Flex projects by using the raw-metadata parameter in FLEX and JSFL for flash.
    Hope this helps

  • Is this a bug in OWB 11.2 - importing table metadata for character columns

    The Oracle® Warehouse Builder Data Modeling, ETL, and Data Quality Guide provides an overview of the data types supported.
    http://docs.oracle.com/cd/E11882_01/owb.112/e10935/orcl_data_objx.htm
    It says that for VARCHAR2 data type it saws (http://docs.oracle.com/cd/E11882_01/owb.112/e10935/orcl_data_objx.htm#CHDFIADI )
    "Stores variable-length character data. How the data is represented internally depends on the database character set. The VARCHAR2 data type takes a required parameter that specifies a maximum size up to 4,000 characters"
    That means , I guess, it says that when I import a table, any columns of type VARCHAR2(10) in the database should have its length show as characters in OWB, so a column of type Varchar2(10) in the Oracle database, should be shown as Varchar2(10) when imported into OWB table metadata via the OWB import function.
    However, if I have a database that set-up as a single-byte and import a table using the OWB import function a column that has a size of e.g. 10 in the database, is imported as OWB table metadata and the size is 10. Correct, I am happy.
    However, if the database is modified to support multi-byte characters, ALTUF16 encoding with the semantics set to "CHAR", then when I import the same table into OWB, OWB reports the size as 40, I guess its 40 bytes as in 10 characters @ 4 bytes per character.
    Is this a bug in OWB, as the datatype in the Oracle DB is varchar2(10), should OWB after importing a table not also report the column as VARCHAR2(10) ? Currently, is shows the column as varchar2(40).

    I noticed that myself in our project.
    Our varchars2 are defined as VARCHAR2(xxx CHAR) - OWB puts the size*4
    In fact if you have special characters like umlauts (ü,ä,ö,...) it will use 4 bytes per character.
    You can try it yourself. Define a Varchar2(1 CHAR) and manually change the size of the Column in your mapping inside OWB (in filters, joins or your target table).
    Then shoot an umlaut through the mapping and will end up with a "too small" error.
    Dont mind the size*4 issue - we totally ignored it and run without error since 4 years now.

  • Sending metaData with netStream.send is not working

    I'm trying to send metaData from client to FMS server when recording Webcam video and have implemented sending of metaData as stated on Adobe's help page at: http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773d5 6e-7ff6.html
    However when I play the recorded video  from FMS, my custom metaData properties trace "undefined". I can trace  default metaData properties such as duration or videocodecid  successfully, but not my custom properties such customProp, width or height. Here is part of my code that is related to the issue:
    private function  ncNetStatus(event:NetStatusEvent):void {              
         if  (event.info.code == "NetConnection.Connect.Success") {   
              ns = new NetStream(nc); 
             ns.client = this; 
              ns.publish(webcam_test, "record");   
    private function netStatus(event:NetStatusEvent):void {  
         if  (event.info.code == "NetStream.Publish.Start") {  
              sendMetadata();     
    private function sendMetadata():void {
          trace("sendMetaData() called...");
         myMetadata = new  Object(); 
         myMetadata.customProp = "Welcome to the Live feed of  YOUR LIFE"; 
         ns.send("@setDataFrame", "onMetaData",  myMetadata);
    public function  onMetaData(info:Object):void { 
         trace('videocodecid:  ',info.videocodecid); //returns 2
         trace('customProp:  ',info.customProp); // returns undefined
    And here is my trace result:  
    NetConnection.Connect.Success
    NetStream.Publish.Start
    sendMetaData() called...
    NetStream.Record.Start
    Stopped webcam recording... 
    NetStream.Record.Stop
    NetStream.Unpublish.Success
    NetStream.Play.Reset
    NetStream.Play.Start
    videocodecid: 2 
    customProp: undefined 

    Here is the working code which I have tried at my end. You can see the highlighted line in which the second parameter is 0 which means it will play only recorded stream:
    package {
        import flash.display.MovieClip;
        import flash.net.NetConnection;
        import flash.events.NetStatusEvent;
        import flash.events.MouseEvent;
        import flash.events.AsyncErrorEvent;
        import flash.net.NetStream;
        import flash.media.Video;
        import flash.media.Camera;
        import flash.media.Microphone;
        import fl.controls.Button;
        import fl.controls.Label;
        import fl.controls.TextArea;
        public class Metadata extends MovieClip {
            private var nc:NetConnection;
            private var ns:NetStream;
            private var nsPlayer:NetStream;
            private var vid:Video;
            private var vidPlayer:Video;
            private var cam:Camera;
            private var mic:Microphone;
            private var clearBtn:Button;
            private var startPlaybackBtn:Button;
            private var outgoingLbl:Label;
            private var incomingLbl:Label;
            private var myMetadata:Object;
            private var outputWindow:TextArea;
            public function Metadata(){
                setupUI();
                nc = new NetConnection();
                nc.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
                nc.connect("rtmp://localhost/publishlive");
             *  Clear the MetaData associated with the stream
            private function clearHandler(event:MouseEvent):void {
                if (ns){
                    trace("Clearing MetaData");
                    ns.send("@clearDataFrame", "onMetaData"); 
            private function startHandler(event:MouseEvent):void { 
                displayPlaybackVideo(); 
            private function onNetStatus(event:NetStatusEvent):void { 
                trace(event.target + ": " + event.info.code); 
                switch (event.info.code) 
                    case "NetConnection.Connect.Success": 
                        publishCamera(); 
                        displayPublishingVideo(); 
                        break; 
                    case "NetStream.Publish.Start": 
                        sendMetadata(); 
                        break; 
            private function asyncErrorHandler(event:AsyncErrorEvent):void { 
                trace(event.text); 
            private function sendMetadata():void { 
                trace("sendMetaData() called") 
                myMetadata = new Object(); 
                myMetadata.customProp = "Welcome to the Live feed of YOUR LIFE, already in progress."; 
                ns.send("@setDataFrame", "onMetaData", myMetadata); 
            private function publishCamera():void { 
                cam = Camera.getCamera(); 
                mic = Microphone.getMicrophone(); 
                ns = new NetStream(nc); 
                ns.client = this; 
                ns.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus); 
                ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler); 
                ns.attachCamera(cam); 
                ns.attachAudio(mic); 
                ns.publish("myCamera", "record"); 
            private function displayPublishingVideo():void { 
                vid = new Video(cam.width, cam.height); 
                vid.x = 10; 
                vid.y = 10; 
                vid.attachCamera(cam); 
                addChild(vid);  
            private function displayPlaybackVideo():void { 
                nsPlayer = new NetStream(nc); 
                nsPlayer.client = this; 
                nsPlayer.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus); 
                nsPlayer.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler); 
                nsPlayer.play("myCamera",0); 
                vidPlayer = new Video(cam.width, cam.height); 
                vidPlayer.x = cam.width + 100; 
                vidPlayer.y = 10; 
                vidPlayer.attachNetStream(nsPlayer); 
                addChild(vidPlayer); 
            private function setupUI():void { 
                outputWindow = new TextArea(); 
                outputWindow.move(250, 175); 
                outputWindow.width = 200; 
                outputWindow.height = 50; 
                outgoingLbl = new Label(); 
                incomingLbl = new Label(); 
                outgoingLbl.width = 150; 
                incomingLbl.width = 150; 
                outgoingLbl.text = "Publishing Stream"; 
                incomingLbl.text = "Playback Stream"; 
                outgoingLbl.move(30, 150); 
                incomingLbl.move(300, 150); 
                startPlaybackBtn = new Button(); 
                startPlaybackBtn.width = 150; 
                startPlaybackBtn.move(250, 345) 
                startPlaybackBtn.label = "View Live Event"; 
                startPlaybackBtn.addEventListener(MouseEvent.CLICK, startHandler); 
                clearBtn = new Button(); 
                clearBtn.width = 100; 
                clearBtn.move(135,345); 
                clearBtn.label = "Clear Metadata"; 
                clearBtn.addEventListener(MouseEvent.CLICK, clearHandler); 
                addChild(clearBtn); 
                addChild(outgoingLbl); 
                addChild(incomingLbl); 
                addChild(startPlaybackBtn); 
                addChild(outputWindow); 
            public function onMetaData(info:Object):void { 
                outputWindow.appendText("Custom Prop : " + info.customProp);  
                trace("Custom Prop : " + info.customProp);
                trace("Videocodecid : " + info.videocodecid);
                trace("Creation Date : " + info.creationdate);
    Hope this solves your query and if still you have the issue then please tell the version of FMS and Player you are using.
    Regards,
    Amit

Maybe you are looking for

  • What are the Mandatory Fields in Transaction ME51

    Hello Seniors, I have a requirement about purchase order creation. In this process, I am using the BAPI named   " BAPI_PO_CREATE1 ". I have passed all the fields but when I debug and look into the internal tables, I couldn't find certain records. I e

  • RFC call - RfcClientException: functiontemplate from repository was null

    Hi all, We are attempting to retrieve data from the ABAP stack of XI via the RFC adapter.  However the call to the RFC is returning the following error: <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soa

  • 4.6 media manager VERY slow

    Hello everyone! I recently installed blackberry desktop manager with media manager 4.6 on my hp laptop and just even opening the media manager program let alone doing anything takes 5-8+ minutes for it to do anything. And even just starting the media

  • Authorization scheme for link

    this is my problem i have a repor that has a link in a form. i want that the user can see the link only if one field have a specific value. example. my report select "SCRIPT_ID", (this is a link) "SCHEMA_VERSION_ID_VER04", "DESCRIPTION", "ORA_FILE" f

  • S came up with error 0xe8000065

    i have just tried to use my phone and it is dead. it was ok yesterday. connected to i tunes and i tunes came up with error0xE8000065 anybody know what this means