B2B vs general submission to Apple

I have a single edition for a product directed to construction engineers. It's a lot of technical information and not something most people would be interested in. It uses slides shows, a movie and one MSO. Apple rejected it saying to enough interaction. I appealed sighting two other apps for similar products where the only interaction was search. However they were both custom apps not created with DPS. My question is this. When submitting this to Apple again, after some revisions, should I choose B2B? Are the requirements any different and would it stand a better chance of making it in?
Thanks for any input on this.

Hi Lohril
What I meant by B2B is that there is an option on the app store to submit your app in the B2B catagory. Afer looking into it more it appears as an option for companies to provide employees with private apps. However, I believe you have to buy download tokens of some sort for each download. So that doesn't work. I thought perhaps Apple would demand less of apps that were B2B and my app would qualify.
I've submitted by app twice and appealed once. Each time it's the same; add more interactivity. It's frustrating when I see competitive apps with very little interactivity getting in. I'm starting to think that apps built with xcode instead of DPS have an edge to getting approved. Even if they don't have much functionality.

Similar Messages

  • Error -:  AIP-50031:  B2B adapter general error: java.lang.NullPointerExce

    I have configured two B2B trading partner over ebMS communication. I have also configured an internal delivery channel using JMS.I am posting a msg(the Tp identification is through duns no.) on the JMS queue and I am not able to receive it on the Tp side and i am getting the following error
    008.11.28 at 01:53:36:544: Thread-13: B2B - (ERROR) java.lang.NullPointerException
         at oracle.tip.adapter.b2b.msgproc.DbAccess.insertMsgTblRow(DbAccess.java:806)
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireBusinessToErrorState(DbAccess.java:5365)
         at oracle.tip.adapter.b2b.engine.Engine.handleOutboundException(Engine.java:4109)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1130)
         at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:137)
         at oracle.tip.transport.basic.jms.JMSMonitor.processMessages(JMSMonitor.java:610)
         at oracle.tip.transport.basic.jms.JMSMonitor.run(JMSMonitor.java:236)
    2008.11.28 at 01:53:36:544: Thread-13: B2B - (ERROR) Error -: AIP-50031: B2B adapter general error: java.lang.NullPointerException
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireBusinessToErrorState(DbAccess.java:5426)
         at oracle.tip.adapter.b2b.engine.Engine.handleOutboundException(Engine.java:4109)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1130)
         at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:137)
         at oracle.tip.transport.basic.jms.JMSMonitor.processMessages(JMSMonitor.java:610)
         at oracle.tip.transport.basic.jms.JMSMonitor.run(JMSMonitor.java:236)
    Caused by: java.lang.NullPointerException
         at oracle.tip.adapter.b2b.msgproc.DbAccess.insertMsgTblRow(DbAccess.java:806)
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireBusinessToErrorState(DbAccess.java:5365)
    I am able to recevie the Heased but not the payload
         ... 5 more

    Hi,
    ":" - has been used as default separator so if you identifier holds this value, please enable add the tip.properties entry as below and things should be fine.
    oracle.tip.adapter.b2b.partyTypeAndValueSeparator=#.
    Here's a sample for jms enqueue,
    FROM_PARTY= urn:oasis:names:tc:ebXML-cppa:partyid-type:duns#232510151
    TO_PARTY= urn:oasis:names:tc:ebXML-cppa:partyid-type:duns#123456789
    Just replace the "FROM_PARTY" and "TO_PARTY" as "from" and "to" for AQ.
    Thanks,
    Sinkar
    [From Ramesh Team]

  • Error in Inbound B2B: AIP-50031:  B2B adapter general error: java.lang.Null

    Hi,
    I am getting the following error in inbound B2B - Custom Document over Generic Exchange - SFTP
    Description: B2B adapter general error
    StackTrace:
    Error -: AIP-50031: B2B adapter general error
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1900)
         at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2657)
         at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2527)
         at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2482)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:530)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:376)
         at java.lang.Thread.run(Thread.java:534)
    ]]>
    The outbound B2B is working fine; however for the inbound file transfer the file is picked up from the trading partner and this exception occurs.
    Thanks

    Please paste more log in trace 32 mode. What is the name of the file you are receiving? By default B2B expects incoming filename as -
    <FromTPName>UniqueId.<anyFile_Extn>
    For e.g., if partner MarketInc is sending the file then it's name should be - MarketInc_12345.dat or MarketInc_34567.xml
    Make sure that listening channel is not marked as internal as well.
    Regards,
    Anuj

  • B2B-50014:  General Error: java.lang.ClassCastException: oracle.xml.parser.

    Hi Gurus,
    Trying to pass an OAG XML 9.0 payload to a remote trading Partner, over an AS2 channel -- message is both Signed and Encrypted, Cert has been imported.
    I get the B2B-50014: General Error.
    B2B is able to identify the Agreement correctly.
    LOGS:
    [2011-05-12T12:27:03.292+00:00] [soa_ms_1] [ERROR] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@243d15ed] [userId: <anonymous>] [ecid: bb3e7e8ee8316823:74cad781:12fc9c42815:-7ff5-0000000000172f4e,0] [APP: soa-infra] Error -: B2B-50014: General Error: java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException[[
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1571)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3785)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.validateXMLDocument(OagDocumentPlugin.java:1237)
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.processOutgoingDocument(OagDocumentPlugin.java:819)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1483)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:990)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1511)
         ... 8 more
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.validateXMLDocument(OagDocumentPlugin.java:1237)
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.processOutgoingDocument(OagDocumentPlugin.java:819)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1483)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:990)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1511)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3785)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Error -: B2B-50014: General Error: java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1571)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3785)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.validateXMLDocument(OagDocumentPlugin.java:1237)
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.processOutgoingDocument(OagDocumentPlugin.java:819)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1483)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:990)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1511)
         ... 8 more
    Kindly advise.
    Regards,
    Sambhav.

    Hi Anuj,
    Thanks, i disabled the agreement validation, ran the file through. It worked.
    Also, tried to validate the XML instance with the XSD, and it threw no errors, so the payload conforms to the XSD, but will validate.
    Other thing being, this is an OAG-XML PO, so had the XSD, not the Guideline file.
    Regards,
    Sambhav.

  • "B2B adapter general error"

    I had an inbound EDI document fail with a"B2B adapter general error".
    I have never seen anything like this error -- and there are no details in the b2b log.
    This type of doc processes inbound to B2B hundreds of times daily, and the EDI looked valid.
    I re-dropped the same file to B2B and it went thru successfully.
    Has anyone ever seen this error ? Any ideas on what I should be looking at to prevent this from happening again ?
    Thanks,
    Alice

    Hello,
    This is just a guess from my side. You may need to run the post installation script to set the curson and other few db params. I shall send you the script to your email id. Please send a test mail to me.
    Rgds,Ramesh

  • B2B-51503:  General create message error

    Currently im doing an exchange using
    Exchange Protocol Name     ebMS
    Exchange Protocol Version     2.0
    the current error I'm getting is:
    [APP: soa-infra] Error -: B2B-51503: General create message error.[[
    Error -: B2B-51503: General create message error.
         at oracle.tip.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:2171)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1532)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:1003)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1533)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:806)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3838)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3160)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    looking at the business message detail i can see:
    Sender Type     ebMS Identifier
    Sender Value     OracleServices_ebMS
    Receiver Type     ebMS Identifier
    Receiver Value     MarketInc_ebMS
    Sender     OracleServices
    Receiver     MarketInc
    Agreement Id     ebMS_O_M_Custom_10_PO
    Agreement     ebMS_O_M_Custom_10_PO_Agr
    Document Type     PurchaseOrder
    Document Protocol     Custom
    Document Version     1.0
    among other values, so if it recognizes the document, agreement and sender an receiver values, the log doesnt show more than the error as to state why the "create message error".

    No attachment, I have enabled SSL in weblogic but i'm not using the SSL port yet as i have not been able to solve the issue without security first.
    the error log:
    ####<Sep 27, 2011 3:49:51 PM VET> <Warning> <oracle.soa.mediator.dispatch.db> <GLOBO-ve> <AdminServer> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@ec909c> <<anonymous>> <BEA1-3722DFF1EEA3F59EF9A1> <0000JAgK_qO5yW^5xV_AiW1EWY58000002> <1317154791953> <BEA-000000> <Self Container id expired :ADA0FA81E93D11E0AF5D1DDBA1775284 last renewal time :2011-09-27 15:49:51.953 before expiry interval:300000 ms but not removing it.>
    ####<Sep 27, 2011 3:50:51 PM VET> <Warning> <oracle.soa.mediator.dispatch.db> <GLOBO-ve> <AdminServer> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@ec909c> <<anonymous>> <BEA1-3838DFF1EEA3F59EF9A1> <0000JAgK_qO5yW^5xV_AiW1EWY58000002> <1317154851984> <BEA-000000> <Self Container id expired :ADA0FA81E93D11E0AF5D1DDBA1775284 last renewal time :2011-09-27 15:50:51.968 before expiry interval:300000 ms but not removing it.>
    ####<Sep 27, 2011 3:50:52 PM VET> <Error> <oracle.soa.b2b.engine> <GLOBO-ve> <AdminServer> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@7c5344> <<anonymous>> <BEA1-383CDFF1EEA3F59EF9A1> <3f3d2d8955322f32:-3abd27e6:132ac5204d9:-8000-0000000000001a6e> <1317154852781> <BEA-000000> <Error -: B2B-51503: General create message error.
         at oracle.tip.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:2171)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1532)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:1003)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1533)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:806)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3838)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3160)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Error -: B2B-51503: General create message error.
         at oracle.tip.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:2171)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1532)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:1003)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1533)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:806)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3838)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3160)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    >

  • Reinstall app redeemed via B2B VPP, same user, same apple id

    Very simple question:
    A client has distributed individual http links to the app codes retrieved from their VPP spreadsheet to all users (individually).
    They are logging in to the App Store with their personal AppleID and password and installing the app.
    However one user has deleted the app and needs to reinstall it. I understand they cannot re-use their original link supplied as the code has already been redeemed. However this user states the app is NOT listed as a purchase in their own App Store account on their phone.
    I would have thought this is not possible !
    Is this the user's ignorance on show or is there some other magical way of reinstalling the app ?
    One other question, if an app is available only on IOS 4.3 and above will a user running anything below that still be able to use a redemption link via the B2B VPP store ?
    thanks

    Solved with assistance from iTunes support.  The main problem was that you cannot use an e-mail address which is associated with your existing account.  So the answer is to set set up a new e-mail address with your Internet Service provider.  Next step is to log into iTunes using your existing appleID (which in my case was a non e-mail address as mentioned in my question) and then modify your itunes id and e-mail account, both to the new e-mail address.  I tried it and it worked.  All downloaded history such as itunes music and apps that I have downloaded onto my devices over time has been retained.  Furthermore I can now use the "Find my iPhone app" to find both my iphone and iPad.  Likewise will be able to use this revised appleid to access iCloud once available and synch my apps etc.,  Very pleased with iTunes Support's prompt response and remedy.

  • Last hurdle: Submission to Apple

    I've created and packaged my iPad app. I've exported it using a distribution profile. I managed to find out that you can no longer upload binaries via iTunes Connect - instead you now need to use XCode or Application Loader (does this shut the door on submissions via Windows?).
    But my actual problem occurs after submission using Application Loader. It gives me the following error:
    "This bundle is invalid. When supporting iPad only, the iOS deployment target must be 3.2"
    I guess I could wait until iOS 4 is out and this error may go away but why does it happen in the first place? Flash obviously gives no opportunity to choose an iOS version, and when I open up my bundle and check out the info.plist file I see no mention of iOS 4 - all I can see mentioned is 3.2
    Any advice appreciated.
    Stefan

    I agree Steve. Personally I can't be bothered to mess around with the plist file, it seems to much of a headache. I'll wait for iOS 4.2 and see if they take my binary then.
    Cheers
    Stefan

  • B2B-51083:  General failure creating S/MIME digital signature

    I finally figured out how to pickup a file, send it to B2B and have it recognized in B2B. The last part is to send the message via AS2 to TP. This is the part that fails. I created a keystore file using porticle. I created keystores using this tool as well when I was doing webmethods integration. In this keystore I have my key pair, the full chain, the TP pub and full chain.
    On the host profile I point to this and put in the correct password. For the AS2 delivery channel I am using my key for the digital signature and using the partner key for encryption.
    Im not sure what the issues is? I keep seeing the tip.properties file referenced. I can't find this file on my machine. This is the path to the current keystore c:\certs\fmwgatedevkeystore. It looks like in the logging below that it is referencing the correct location for the keystore off of the host profile.
    [2012-11-01T09:53:13.870-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052b9,0] [APP: b2bui] Last deployed status for tpa: AS2_MBDV_MBQA_HUB_CSV = Active
    [2012-11-01T09:53:13.870-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052b9,0] [APP: b2bui] oracle.tip.b2b.ui.backing.AgreementSearch: getAllAgreements(): END
    [2012-11-01T09:53:14.835-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052bf,0] [APP: b2bui] Value Change Listener:isPageDirty:false
    [2012-11-01T09:53:14.845-05:00] [soa_server1] [WARNING] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052bf,0] [APP: b2bui] show b2b.preview.features = false
    [2012-11-01T09:53:42.728-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] Value Change Listener:isPageDirty:true
    *[2012-11-01T09:53:43.013-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] oracle.tip.b2b.utility.Utility:getWalletLocation(): c:\Certs\fmwgatedevkeystore*
    *[2012-11-01T09:53:43.014-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] oracle.tip.b2b.utility.Utility:getWalletPasswd(): B2B_WalletPsswd_vcOxvFq-4639124577518380962*
    *[2012-11-01T09:53:43.016-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] oracle.tip.b2b.utility.Utility:getWalletLocation(): c:\Certs\fmwgatedevkeystore*
    *[2012-11-01T09:53:43.017-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] oracle.tip.b2b.utility.Utility:getWalletPasswd(): B2B_WalletPsswd_vcOxvFq-4639124577518380962*
    *[2012-11-01T09:53:43.034-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] oracle.tip.b2b.utility.Utility:getWalletLocation(): c:\Certs\fmwgatedevkeystore*
    *[2012-11-01T09:53:43.035-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] oracle.tip.b2b.utility.Utility:getWalletPasswd(): B2B_WalletPsswd_vcOxvFq-4639124577518380962*
    [2012-11-01T09:53:43.052-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-00000000000052fd,0] [APP: b2bui] ## In getPermission ### tp null
    [2012-11-01T09:53:44.153-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-0000000000005303,0] [APP: b2bui] Value Change Listener:isPageDirty:false
    [2012-11-01T09:53:45.901-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-000000000000530b,0] [APP: b2bui] ++++++ isDocPickerEnabled = true
    [2012-11-01T09:53:45.905-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 1566bf109ebf47ef:60c6c692:13abc28879e:-8000-000000000000530b,0] [APP: b2bui] ### Has Admin Permission ###

    Wow. Another post got me past that error. It was because I had the host pub key in the keystore as well. Once I removed that and just left the keypair it works.
    Edited by: 966999 on Nov 1, 2012 9:15 AM

  • I have an Keynote Presentation uploaded on Youtube and want to use an CC-By license for it. I have used an submission from Apple. Am I allowed to do this?

    I can upload it but i am not sure about the legal conditions so please Help me.
    M. Mielke

    I would never have guessed a by lice referred a Creative Commons Licence is.
    What is it you want to licence, music sound effects photography?
    Do you mean, is  a licence required from Apple to place a Keynote file on Youtube? Users are given permission to distribute content using Keynote files. This is contained in the Keynote End User Licence Agreement.
    Extract from the Keynote EULA:
    The Apple Software may be used to reproduce materials so long as such use is limited to
    reproduction of non-copyrighted materials, materials in which you own the copyright, or
    materials you are authorized or legally permitted to reproduce.
    Title and intellectual property rights in and to any content displayed by or accessed through the Apple Software belongs to the respective content owner.

  • Appstore submission - com.apple.transporter.util.StreamUtil.readBytes(LJava/io/InputStream,)[B

    Hi,
    I currently try to upload my application I registered on iTunes connect and now has the status "waiting for upload" (to the mac Appstore).
    Now I get this error message when I press the submit button:
    com.apple.transporter.util.StreamUtil.readBytes(LJava/io/InputStream,)[B
    That happens in xcode 4.0.2 with the organizer and with application loader 1.4
    I already tried to reinstall xcode 4.0.2 and the ios sdk 4.3 three times as suggested elsewhere and also clean deinstalled xcode before with:
    sudo /Developer/Library/uninstall-devtools –mode=all
    I also tried to downgrade again to xcode 3.2.6 However it had no effect - I still get the same error.
    When I try to downgrade to application loader 1.3 I get the message:
    "no eligible applications were found"
    So I even don't get to the point of uploading...
    What can I possibly do now? All the suggestions with reinstalling don't work for me and I can't make sense of this error message.

    I've heard it can take a week for everything to take effect on the backend - there are many components. You could be right on the edge, since it seems you've done due diligence on your end.
    Can only suggest you keep trying for a few more days and then start contacting Apple to see if there is an issue on their end. A phone call might be the most direct method in that case.
    Apple Developer Relations: 
    (800) 633 2152
    (408) 974 4897
    Good luck

  • What happened to my rentals menu item on the apple TV.  It is faster to download a movie and watch it on my AppleTV than directly from Apple and my password generally fails on apple TV.  I want that menu item back please.

    Last night I was surprised that the latest update of my Apple TV software excluded rentals from my PC.  I have two movies in queue and want to watch them on the Big Screen but cannot find the RENTALS section of the Owner's Library menu.  No warning just gone?  Not what I expected from you guys.  Please advise me as to how I might get that item back.
    Thanks in advance
    Shawn

    OK, Problem solved. Software on Apple TV was VERY outdated. It had been sitting in the box for over a year and needed an update. Problem solved!

  • B2B General failure creating S/MIME digital signature.

    Hi,
    I am using Oracle SOA Suite 11.1.1.3 (PS2)
    When I am trying to send signed and encrypted messages to my remote trading partner following error occured
    B2B General failure creating S/MIME digital signature.
    Please help
    Thanks,
    Arun Jadhav

    Hi Nitesh,
    I am Using AS2 protocol with custom documents.
    I am using self signed certificates for sending messages.
    For sending AS2 messages we are using Host trading partner Private key and remote trading partner Public Key.
    When I process the message I am getting following error in Log file
    [2010-05-24T12:45:10.456-04:00] [soa_server1] [ERROR] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@278d45c] [userId: <anonymous>] [ecid: 0000IZBD1L87MAYVLqATOA1BxKEY000qZU,0] [APP: soa-infra] [dcid: 1f4ff32b1ffab628:30ee325c:128b6113365:-7ffd-0000000000001c4c] Error -: B2B-51083: General failure creating S/MIME digital signature.: Error -: B2B-51083: General failure creating S/MIME digital signature.: java.lang.NullPointerException[[
         at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:496)
         at oracle.tip.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1843)
         at oracle.tip.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:328)
         at oracle.tip.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:166)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1397)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:837)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1411)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:781)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3319)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2948)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:575)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:214)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: Error -: B2B-51083: General failure creating S/MIME digital signature.: java.lang.NullPointerException
         at oracle.tip.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:715)
         at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:466)
         ... 14 more
    Caused by: java.lang.NullPointerException
         at oracle.security.crypto.smime.SmimeMultipartSigned.addSignature(SmimeMultipartSigned.java:257)
         at oracle.tip.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:683)
         ... 15 more
    Error -: B2B-51083: General failure creating S/MIME digital signature.: java.lang.NullPointerException
         at oracle.tip.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:715)
         at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:466)
         at oracle.tip.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1843)
         at oracle.tip.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:328)
         at oracle.tip.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:166)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1397)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:837)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1411)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:781)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3319)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2948)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:575)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:214)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: java.lang.NullPointerException
         at oracle.security.crypto.smime.SmimeMultipartSigned.addSignature(SmimeMultipartSigned.java:257)
         at oracle.tip.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:683)
         ... 15 more
    Thanks,
    Arun Jadhav

  • I bought a season pass of Homeland tv show in itunes on my iphone and it will not airplay to my apple tv

    I have an Iphone 5c and it has an IOS 7.1.2 where I have just purchased a season pass for homeland and although I received and emai confirmation my purchase its not in my itunes purchased or downloads. I finally found it in the Videos App and are now trying to airplay it on my Apple TV MD199LL/A  but although my iphone give me the option to airplay it , it just won't stream.
    Is there a solution to view my episoded in my tv streaming through my apple tv.

    Hello there rmera,
    It sounds like you have the option to use Airplay on your phone but your Apple TV doesn't seem to be picking it up. I would start by restarting the device and testing it again:
    Restart your Apple TV by selecting Settings > General > Restart.
    Apple TV: How to restart your Apple TV
    http://support.apple.com/kb/HT3180
    If that does not resolve the issue, I would next use the following article to help resolve the issue:
    Verify that your iOS device's software is up to date.
    Verify your Apple TV's software is up to date.
    Verify that your iOS device has Wi-Fi turned on. Enable Wi-Fi on your iOS device by going to Settings > Wi-Fi.
    All AirPlay-enabled devices must be connected to the same Wi-Fi network.
    Some Wi-Fi network configurations offer a Guest Network. On your Apple TV, go to Settings > General >Network and ensure that you're connecting to the same Wi-Fi network on your iOS device. On your iOS device, tap Setting > Wi-Fi and confirm that this matches your Apple TV.
    Ensure that other devices are not trying to stream to the same Apple TV at the same time.
    Ensure that your Wi-Fi router is set up with the recommended settings for the best performance.
    Certain external devices, such as microwave ovens and baby monitors, may interfere with a Wi-Fi network. Try moving or disabling these devices.
    If possible, try to locate your Wi-Fi router in the same room as your iOS device and Apple TV.
    If your wireless and wired networks are the same, try connecting your Apple TV to the router via Ethernet instead of Wi-Fi.
    If the Wi-Fi router has an external antenna, check to see that is it connected properly and in good condition.
    Use the Wi-Fi network troubleshooting guide to resolve interference and other issues.
    iOS: Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/TS4215
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • I am trying to get minecraft for my iPod touch. When I put in my apple ID it says that I have to verify that I can buy it. I click ok I pulls up a site ask me for my apple ID and then I put in my security questions. After that it ask me some weird questio

    I am trying to get minecraft for my iPod touch. When I put in my apple ID it says that I have to verify that I can buy it. I click ok I pulls up a site ask me for my apple ID and then I put in my security questions. After that it ask me some weird question like Who Is your favorite teacher and another question like what is your least favorite car model. I did not set those as my secure questions. So can u please help me

    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

Maybe you are looking for