Unable to deploy custom Tile because of error "tile content not found in archive"

Hi All,
I have developed a custom tile in Flash Builder. But when deploying this tile in a catalog via ant script am getting following error. I am running Mosaic on my own Tomcat server version 6.0.29.  I have followed steps given in http://help.adobe.com/en_US/LiveCycleMosaic/9.0/getStart/WSe851854fd1e0856a-2169537a128406 c16bb-8000.html#WSe851854fd1e0856a7bf09eed1284549b445-7ff8
----------------------------start of error while running ant script--------------------------
<crx:Response timestamp="2010-09-19T20:20:06.452-05:00" method="POST" result="failure" request="/mosaic/catalogs/ContactManagementCatalog" xmlns:crx="http://ns.adobe.com/Mosaic/CRXTypes/1.0/">
    <crx:Error code="CAT_E40000">
        <crx:Message>Error importing catalog {} : {}.</crx:Message>
        <crx:Key position="0">ContactManagementCatalog</crx:Key>
        <crx:Key position="1">tile content not found in archive for tile ContactListTile</crx:Key>
        <crx:StackTrace>com.adobe.livecycle.mosaic.common.MosaicServerException: Error importing catalog [ContactManagementCatalog, tile content not found in archive for tile ContactListTile] : {}.
at com.adobe.livecycle.mosaic.service.rest.catalogservice.CatalogServiceImportResourceRestHa ndler$CatalogServiceAppModelImportFilter.terminate(CatalogServiceImportResourceRestHandler .java:180)
at com.adobe.livecycle.mosaic.appmodel.impl.AppModelFacade.importArchive(AppModelFacade.java :132)
at com.adobe.livecycle.mosaic.service.rest.catalogservice.CatalogServiceImportResourceRestHa ndler.handleRequest(CatalogServiceImportResourceRestHandler.java:84)
at com.adobe.livecycle.rest.RestRequestRouter.routeRequest(RestRequestRouter.java:19)
at com.adobe.livecycle.rest.RestServlet.doAction(RestServlet.java:46)
at com.adobe.livecycle.rest.RestServlet.doPost(RestServlet.java:37)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
... 40 more
</crx:StackTrace>
    </crx:Error>
</crx:Response>
----------------------------end of error while running ant script--------------------------
----------------------------start of Zip file content--------------------------
ContactManagementCatalog.zip
tiles (Folder)
descriptor.xml
ContactListTile(Folder)ContactListTile.swf
----------------------------End of Zip file content--------------------------
-----------------------------start descriptor.xml-------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<catalog:Catalog name="ContactManagementCatalog" label="Contact Management Catalog"
    xmlns:shell="http://ns.adobe.com/Mosaic/Shell/1.0/"
    xmlns:catalog="http://ns.adobe.com/Mosaic/Catalog/1.0/"
    xmlns:tile="http://ns.adobe.com/Mosaic/Tile/1.0/"
    xmlns:view="http://ns.adobe.com/Mosaic/View/1.0/"
    xmlns:crx="http://ns.adobe.com/Mosaic/CRXTypes/1.0/">
    <crx:Metadata>
        <crx:Description>Contact Management Catalog</crx:Description>
    </crx:Metadata>
    <catalog:Categories>
        <catalog:Category name="Contact_Management_Category"/>
    </catalog:Categories>
   <tile:TileClassList>
        <tile:TileClass label="Contact List"
        name="ContactListTile"
        initialWidth="100%"
        catalog="ContactManagementCatalog"
        initialHeight="100%" height="100%" width="100%">
        <crx:Metadata>
        <crx:Description>Contact List</crx:Description>
        <crx:Category>
        Contact_Management_Category
        </crx:Category>
        </crx:Metadata>
        <tile:Content loadAs="default"
        contentType="application/x-shockwave-flash"
        uri="/mosaic/catalogs/ContactManagementCatalog/tiles/ContactListTile/content" />
        </tile:TileClass>
   </tile:TileClassList>
</catalog:Catalog>
-----------------------------End descriptor.xml-------------------------------

Thanks for the Reply.
I was getting this error because my eclipse development environment was pointing to standalone tomcat shipped with LiveCycle Mosaic and i was using eclipse to start the server. I was able to deploy same catalog zip on fresh tomcat (v6.0.29) instance downloaded from apache.
But now i am having new issue and not able to login using Mosaic AIR client as it gives me "Error 500". On Tomcat server i can see following stack trace.
----------------Start of the error-----------------------
Sep 21, 2010 12:10:34 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.IllegalAccessError: tried to access method com.adobe.livecycle.mosaic.common.impl.BeanLookupMixin.<init>()V from class org.apache.jsp.login_jsp
at org.apache.jsp.login_jsp._jspService(login_jsp.java:58)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:343)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(Filter SecurityInterceptor.java:109)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(Filt erSecurityInterceptor.java:83)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTran slationFilter.java:97)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManageme ntFilter.java:100)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(An onymousAuthenticationFilter.java:78)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFil ter(SecurityContextHolderAwareRequestFilter.java:54)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCac heAwareFilter.java:35)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(Ba sicAuthenticationFilter.java:177)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.do Filter(AbstractAuthenticationProcessingFilter.java:188)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter .java:105)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(Securi tyContextPersistenceFilter.java:79)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:149)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy .java:237)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java: 167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
----------------Start of the error-----------------------
Also let me know if you want me to start new thread for this error.

Similar Messages

  • Deployed ESS in upgraded EP7.0, but content not found

    Hi,
    We upgraded our EP6 SP14 system to EP7 SP12.  Then, deployed ESS Business Package through JSPM.  It deployed with success.  However, I am unable to locate the content. 
    I know from another system that the content should be located in Content Administration -> Portal Content -> Content Provided by SAP -> End User Content -> Employee Self-Service.  However, the Employee Self-Service area is not there.  Also, none of the ESS roles can be found.
    Any ideas?  Thanks!
    Regards,
    Rick

    Hi Markus,
    I see the following line close to the to the top.
    sap.com  SAP_ESS  600 SP8 (1000.600.0.8.0.20070320033846)  SAP AG  MAIN_ERP05VAL_C  20070713083600 
    Then, I see several lines closer to the bottom.  The below list is just a sample.  I don't see anything like "BP_ERP5ESS" though.
    sap.com  ess/ar/addr  null (1182885)  SAP AG  MAIN_ERP05VAL_C  20070713082319  sap.com/SAP_ESS 
    sap.com  ess/ar/addr/cfg  null (1182169)  SAP AG  MAIN_ERP05VAL_C  20070713081004  sap.com/SAP_ESS 
    sap.com  ess/ar/bank  null (1183028)  SAP AG  MAIN_ERP05VAL_C  20070713083422  sap.com/SAP_ESS 
    sap.com  ess/ar/bank/cfg  null (1182170)  SAP AG  MAIN_ERP05VAL_C  20070713081007  sap.com/SAP_ESS 
    sap.com  ess/ar/emergency  null (1182888)  SAP AG  MAIN_ERP05VAL_C  20070713082321  sap.com/SAP_ESS 
    sap.com  ess/ar/emergency/cfg  null (1182173)  SAP AG  MAIN_ERP05VAL_C  20070713081009  sap.com/SAP_ESS 
    Any ideas?
    Thanks for your help!
    Rick

  • HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

    Well this morning I woke up to see that my site hosted on Windows Azure was producing 50X errors and in general being incredibly slow (up to 60 seconds response time).
    Now after looking through the DetailedErrors folder I see that the error received is:
    HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
    I tried creating a new test website and host it and guess what? I receive the exact same error here as well.
    What could be causing this?

    hi,
    Do you use windows azure website in Europe ? According to azure dashboard shown,
    Some customers may experience intermittent time out errors or slow response when accessing their web sites. Please see this image: 
    And now, you could try it again.
    If I misunderstand, please let me know.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What does "The project could not be prepared for publishing because an error occurred. (Not enough room in heap zone / )" mean?

    When I click on finalize project in iMovie, an error message comes up that says "The project could not be prepared for publishing because an error occurred. (Not enough room in heap zone / )". How do I fix it, and what does it mean?

    re-post in the iMovie forum where all the people that use that software are.  This is the Lion 10.7 forum.

  • How can i fix this problem?? "The project could not be prepared for publishing because an error occurred. (Not enough room in heap zone / )"

    The project could not be prepared for publishing because an error occurred. (Not enough room in heap zone / )
    how can i fix this problem?

    how can i fix this problem?
    Go to the right forum.
    This forum is for mobile iMovie.
    you may need the iMovie Mac forum:
    https://discussions.apple.com/community/ilife/imovie

  • The project could not be prepared for publishing because an error occurred. (Not enough room in heap zone / )

    My iMovie Keep Saying "The project could not be prepared for publishing because an error occurred. (Not enough room in heap zone / )" How Can I Fix It?

    Hi
    Error -108 memFullErr  Ran out of memory [not enough room in heap zone]
    Turn off - TimeMachine usually works - re-try.
    (the Application down in the Dock - not the Device)
    But this can mean many thing's - My first thought is
    • Free Space on Start-Up hard disk. How much ? (other disks do not count)
    Yours Bengt W

  • Calling ni845xStatusToString gives: NI-845x: Unable to decipher status code 0xfffb6528 ( errorCode ). Error -1 - Directory not found.

    Hi All,
    I'm trying to get started programming my NI-USB 8451 with the NI USB 845x driver.
    What I am trying to do is simply retrieve some of the error and warning messages from the driver. As instructed in the Hardware and Software manual for the NI USB 845x, I am making a call to
    ni845xStatusToString
    However, for any error code (valid or invalid), I get the following string back from the driver:
    NI-845x:  Unable to decipher status code 0xfffb6528 (<errorCode>). Error -1 - Directory not found.
    where I see the supplied error code in <errorCode> above.
    This makes me think that some type of dictionary or "Directory" that is external to the driver is not available on my system. Is this the case?
    I have the 64-bit driver installed on my machine. This is further consolidated by the fact that all the other functions (ni845x*) work as intended and I am able to communicate with the device.
    Can anyone help me understand why I cannot retrieve the error strings or warnings strings?
    Your response is greatly appreciated.
    Thank you!
    Sincerely,
    Ishrak Khair
    Instrument Control Toolbox
    MathWorks

    That is odd that your application has trouble with it.
    LabVIEW does not but, if you are seeing the error you reference update the driver its in the known issues resolved for 2.1.1
    Are you trying to open the error file from an additional process?  The driver is limited having no "Multi-Process Support"
    Jeff

  • Can't open PSD! "Could not complete your request because the required resources were not found."

    Hi all,
    I am having some serious issues with Photoshop CC and have alread lost a few days of work to a random bug. I have spent the whole day working on Photoshop to try and catch up on the lost work.
    I was saving the PSD, closed the document and then tried to reopen it to make a quick change and I got this error: "Could not complete your request because the required resources were not found.". I am now unable to open the PSD.
    Has anyone ever seen this and does anyone know if there is a way of resolving the problem?
    Any help would be much appreciated.
    Cheers
    Leigh

    I found a hack-y way to work around this problem without losing work!
    So I discovered fairly quickly that this is an unsolved problem that  NO ONE can explain the cause of.  Here are step-by-step instructions on how to save your layers without losing progress.
    Convert ALL of your layers to a Smart Object.
    Right-click on the Smart Object
    Click "Export Contents..."
    This opens up a Save As... Window, with your file name .PSB
    Name & Save.
    I then quit Photoshop CS, re-opened, and had all of my layers, folders, and effects intact.  The only problem was that my Canvas was as large as my biggest layer (extending beyond my original canvas).  Just find the original background layer (or one that originally filled your canvas), Select it (Command + Click on the Layer thumbnail), and Crop it (Image > Crop).
    Hope this helps.

  • Calendar Server installation gets error "libnmspr20.dll not found"

    Calendar Server installation gets error "libnmspr20.dll not found"
    <P>
    When installing Calendar Server 3.5 on NT near the end an error
    occurs: "libnmspr20.dll not found " and then it will exit the setup
    without completion.
    This is a bug because it is looking for the libnmspr20.dll in the
    system path but the Calendar Server installation has left it in a
    temp directory. This does not occur if the Netscape Messaging Server
    has been previously installed on the same host. A workaround is, when
    the error message displays, you DON'T press ok, but search your
    computer for the missing file (usually found in temp-directory).
    You then copy the file to a directory in your system path. Now you
    can press the OK button and the installation will fail. Re-install
    the calendar server, this time the installation won't fail.

    Installing Latest JRE on NT4 sp6a produces the same error:
    InstallShield DLL Custom Action:
    File 'C:\TEMP\RegUtils.dll' can not be found. Make sure the file is on the target system or installed already.
    I searched www.installshield.com since the error is an installer error and the installer is InstallShield. NO results found there either.
    Seems like the installer team needs to brush up on the NT4 platform.

  • I want to add refworks grabit to my tool bar, when I try to install for firefox it won' t let me this is what I get: HTTP Error 404.3 - Not Found The page you a

    this is the complete error I get. I just installed firefox so that I can use this feature and now it is useless.
    Error Summary
    HTTP Error 404.3 - Not Found
    The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
    Detailed Error Information
    Module StaticFileModule
    Notification ExecuteRequestHandler
    Handler StaticFile
    Error Code 0x80070032
    Requested URL http://www.refworks.com:80/refgrabit/install.xpi
    Physical Path E:\RefGrabIt\install.xpi
    Logon Method Anonymous
    Logon User Anonymous
    Failed Request Tracing Log Directory C:\inetpub\logs\FailedReqLogFiles
    Most likely causes:
    It is possible that a handler mapping is missing. By default, the static file handler processes all content.
    The feature you are trying to use may not be installed.
    The appropriate MIME map is not enabled for the Web site or application. (Warning: Do not create a MIME map for content that users should not download, such as .ASPX pages or .config files.)
    If ASP.NET is not installed.
    Things you can try:
    In system.webServer/handlers:
    Ensure that the expected handler for the current page is mapped.
    Pay extra attention to preconditions (for example, runtimeVersion, pipelineMode, bitness) and compare them to the settings for your application pool.
    Pay extra attention to typographical errors in the expected handler line.
    Please verify that the feature you are trying to use is installed.
    Verify that the MIME map is enabled or add the MIME map for the Web site using the command-line tool appcmd.exe.
    To set a MIME type, use the following syntax: %SystemRoot%\windows\system32\inetsrv\appcmd set config /section:staticContent /+[fileExtension='string',mimeType='string']
    The variable fileExtension string is the file name extension and the variable mimeType string is the file type description.
    For example, to add a MIME map for a file which has the extension ".xyz": appcmd set config /section:staticContent /+[fileExtension='.xyz',mimeType='text/plain']
    Warning: Ensure that this MIME mapping is needed for your Web server before adding it to the list. Configuration files such as .CONFIG or dynamic scripting pages such as .ASP or .ASPX, should not be downloaded directly and should always be processed through a handler. Other files such as database files or those used to store configuration, like .XML or .MDF, are sometimes used to store configuration information. Determine if clients can download these file types before enabling them.
    Install ASP.NET.
    Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here.
    Links and More Information This error occurs when the file extension of the requested URL is for a MIME type that is not configured on the server. You can add a MIME type for the file extension for files that are not dynamic scripting pages, database, or configuration files. Process those file types using a handler. You should not allows direct downloads of dynamic scripting pages, database or configuration files.
    View more information »

    That file might have moved to a different location on the server. I think you'll need to check with RefWorks support or your local IT department on why the install page links do not work.

  • Unable to find data source null [Caused by: jdbc/Apps1DataSource not found]

    Hi,
    I am using OA Adapter which listens to an EBiz HRMS event, and I am encountering the following error in $Home\j2ee\oc4j_soa\log\oc4j_soa_default_group_1\oc4j\log.xml while registering the ESB service.
    Error details:
    <MSG_TEXT>Failed to process control event for Service "DefaultSystem.SyncWorkerPartyEbizOAAdapter" due to an error while adding the Service! Reason : oracle.tip.esb.server.common.exceptions.BusinessEventFatalException: An unhandled exception has been thrown in the ESB system. The exception reported is: "ORABPEL-12517
    AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
    The Resource Adapter Oracle Applications Resource Adapter was unable to activate the endpoint oracle.tip.adapter.apps.AppsWFBesQueueDequeueActivationSpec:{MessageSelectorRule=tab.user_data.event_name = 'oracle.apps.per.api.person.update_person', QueueName=WF_BPEL_Q, Consumer=ORA_6krj2dpn70s36c1g6h1k8dhi8h, DatabaseSchema=APPS, AppsEventSchema=ANY_SCHEMA} due to the following reason: javax.resource.ResourceException: Unable to find data source null Caused by: jdbc/Apps1DataSource not found
    Please correct the reported issue and redeploy the BPEL process.
         at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:566)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateInboundJcaEndpoint(ESBActivationAgent.java:390)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.performEndpointActivation(ESBActivationAgent.java:306)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateEndpoint(ESBActivationAgent.java:236)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateEndpoint(ESBActivationAgent.java:209)
         at oracle.tip.esb.server.service.impl.inadapter.InboundAdapterService.activateEndpoint(InboundAdapterService.java:177)
         at oracle.tip.esb.server.service.impl.inadapter.InboundAdapterService.activateService(InboundAdapterService.java:119)
         at oracle.tip.esb.server.service.EsbServiceFactory.activateEsbService(EsbServiceFactory.java:222)
         at oracle.tip.esb.server.service.EsbServiceFactory.addEsbService(EsbServiceFactory.java:240)
         at oracle.tip.esb.server.common.RuntimeESBSystem.addService(RuntimeESBSystem.java:211)
         at oracle.tip.esb.common.system.ServiceEventsHandler.handleCreateService(ServiceEventsHandler.java:72)
         at oracle.tip.esb.common.system.MetadataChangeListener.handleServiceEvent(MetadataChangeListener.java:136)
         at oracle.tip.esb.common.system.MetadataChangeListener.onMetadataChange(MetadataChangeListener.java:85)
         at oracle.tip.esb.common.control.ControlMessageHandler.handleMessage(ControlMessageHandler.java:115)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.java:162)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.run(ESBWork.java:120)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: Unable to find data source null
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getDataSourceConnection(AppsManagedConnectionFactory.java:411)
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getConnection(AppsManagedConnectionFactory.java:288)
         at oracle.tip.adapter.apps.AppsManagedConnection.getConnection(AppsManagedConnection.java:85)
         at oracle.tip.adapter.apps.AppsConnection.getJdbcConnection(AppsConnection.java:70)
         at oracle_tip_adapter_apps_AppsConnection_Proxy.getJdbcConnection()
         at oracle.tip.adapter.aq.database.MessageReader.establishDBconnection(MessageReader.java:358)
         at oracle.tip.adapter.aq.database.MessageReader.&lt;init>(MessageReader.java:265)
         at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.init(AQActivationSpecDequeuer.java:142)
         at oracle.tip.adapter.aq.AQEndpoint.&lt;init>(AQEndpoint.java:99)
         at oracle.tip.adapter.aq.AQResourceAdapter.endpointActivation(AQResourceAdapter.java:73)
         at oracle.tip.adapter.apps.AppsResourceAdapter.endpointActivation(AppsResourceAdapter.java:147)
         at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:541)
         ... 20 more
    Caused by: javax.naming.NameNotFoundException: jdbc/Apps1DataSource not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:257)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:197)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getDataSourceConnection(AppsManagedConnectionFactory.java:408)
         ... 31 more
    </MSG_TEXT>
    I have added the connection properties in $Home\j2ee\oc4j_soa\application-deployments\defaul\oc4j-ra.xml as follows:
    <connector-factory location="eis/Apps/apps1" connector-name="Oracle Applications Adapter">
         <config-property name="xADataSourceName" value="jdbc/AIADataSource"/>
         <config-property name="dataSourceName" value=""/>
         <connection-pooling use="none">
         </connection-pooling>
         <security-config use="none">
         </security-config>
    </connector-factory>
    Please correct me if the connection properties are wrong.
    I tried AppsEventSchema with 'NO-SCHEMA' and 'ANY-SCHEMA' also.
    If I use File Adapter I was able to register the ESB and instances were created successfully.
    My versions:
    JDEV:      10.1.3.3.0
    SOA:     10.1.3.3.0
    I have done a lot of research on this but in vain. Is there any patch for rectifying this error?
    Help me on this issue pl.
    Regards
    RK

    You need to check your datasource name jdbc/AIADataSource
    Check out your data-sources.xml to make sure you didn't mistype it.

  • Itunes install error message - program not found ...x64/difxinst64.exe

    itunes install error message - program not found ...x64/difxinst64.exe
    no problems with ITunes on Dell Inspiron Windows 7 until yesterday.  ITunes version 11.0.2.  iphone won't connect stating required software is not installed.  uninstall and install 64 bit version of iTunes.  I have 64 bit version already.  I have uninstalled and reinstalled 5 times already.  When re-installing ITunes get error message c:\programdata\34be82c4-e596-4e99-a191-52c6199ebf6\x64\difxinst64.exe.  file does not have a program associated with it for performing this action. please install or create an association in the Default Programs control panel.   iTunes install continues after the difxinst64.exe error message but then get the iphone cannot be used error message again.  therefore, I can't sync my iphone with iTunes until I figure this out.
    can't win for losing.  had iTunes on my windows 7 laptop for 4 years.  first time I've ever encountered this.

    I am a PC Tech and had a customer with this issue. Ran across this post in my search and ended up finding the solution on my own. The problem isn't with the iTunes software but the installer for the GEARAspi drivers. Really the issues is with the file type asssociations in the windows registry. On the system I was working on the HKCR key for .exe should point to the exefile key but pointed to nothing. To fix it create a new txt document and paste the following in (only paste what is in between the [code][/code] tags):
    [code]
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\.exe]
    @="exefile"
    "Content Type"="application/x-msdownload"
    [HKEY_CLASSES_ROOT\.exe\PersistentHandler]
    @="{098f2470-bae0-11cd-b579-08002b30bfeb}"
    [/code]
    Now change the extension from .txt to .reg. Then right click and select merge. iTunes should now install properly.

  • XML-22009: (Error) Attribute 'select' not found in 'xsl:value-of'

    Hello,
    I'm a long-time Siebel developer but novice to BIP, trying to enhance some complex rtf templates that an experienced xdo/bip developer (contractor) designed for us in the past, with a couple of new fields that have been added to the integration object.
    All templates and sub-templates receive 'no errors found' when using add-in tool selection of 'Validate Template'. Unfortunately we cannot utilize the 'preview' capability due to the way the sub-templates are called, so only way to test is to upload into server and attempt to run real-time.
    This results in UI error of SBL-OMS-00203, which when we dig into the xdo log file turns out to be:
    <Line 648, Column 88>: XML-22009: (Error) Attribute 'select' not found in 'xsl:value-of'.
    I have exported all templates and sub-templates into XSL-FO Style Sheet and looked at line 648 column 88, and none of them seem to correspond to this line/column combination (in fact most exports do not even go that high in lines).
    Googling 'XML-22009' hasn't proven to be of much help, so reaching out to the xdo experts in this forum.
    How are the line/column #'s determined in the xdo log output?
    I am pretty sure that it must be some issue with my 'Main' template, since none of the sub-templates have been changed (and the current version of the report, without the new fields incorporated, still runs fine from the UI). In the XSL-FO format export of the (modified, with new fields added) 'Main.rtf' file, line 648 places it right in the midst of a bunch of hex which corresponds to an imbedded image (which was also part of the existing template, no change there) and that line only has 65 columns (i.e. doesn't even go up to 88), so I'm questioning how valid the Line/Column information is in the xdo log error message.
    Any hints on troubleshooting this one would be greatly appreciated!
    Thanks & Regards,
    Katrina

    Hi,
    as I wrote in the inital message, we even left out the output method or used "application/pdf". The result is unfortunately always the same. And I still claim this is not a problem with the stylesheet itself, it has to do something with the mobile's environment.
    Something I didn't tell: we have 2 servlets in our application, 1 responsible for output in html and 1 in pdf. The .fo stylesheet passed to the 'html servlet' is parsed correctly (and shows the source code, because it does not know about fo and conversion to pdf), the .xsl stylesheet passed to the 'pdf servlet' raises same exception/same line. You might tell us that there is a problem with the 'pdf servlet', but once again: why in online it is working?
    Greetings and thanx very much for your precious time!

  • Ent 9 - Can't run mgmt console - admin.cwr gives Error 404: page not found

    Post Author: Alan Weiner
    CA Forum: Deployment
    We just did a fresh install of Crystal Enterprise 9.  When we try to run the Management console, we get an "Error 404: page not found"
      http://wdcwfc80/crystal/enterprise9/admin/en/admin.cwr
      Error 404: The page cannot be found

    Post Author: Alan Weiner
    CA Forum: Deployment
    From the server (although, it uses a browser to connect)
    colin mackenzie:
    Hi Alan Weiner.
    Do you get this message when you run this from the server? or just the workstation / client browser?

  • CAUFVD gets initialized result in dump with error Production ord not found

    Hi All,
    We want to make change of start date and end date of a production order via CO02 (Production order change). Based on these changes we want to update an existing a Purchasing Planned Order  Start Dt and Finsih Dt (MD12) 
    We are using Enhancement component (PPCO0007) : Exit when saving production order
    Within this exit we are using BAPI_PALNNEDORDER_CHANGE  to update some other purchasing  planned order dates.
    The BAPI_PALNNEDORDER_CHANGE  is executing succesfully however the production order structure (CAUFVD)  gets initialized resulting in dump with error Production order not found
    How can we update and save a purchased planned order and also the  production order
    Barada
    Edited by: barada satapathy on Dec 8, 2010 9:14 AM

    Hi Max,
    Thanks for the reply...
    The error details are as below:
    Dump gets generated via program : (SAPLCOBT).
    Exception condition ORDER_NOT_FOUND raised.
    include = LCOBPU16.
    Row No: = 21.
    Module Type = (Function)
    Module Name = CO_BT_ORDER_DET_TEMP
    We also give brief details on what is happening:
    My exit calls from Standard (LCOZVU01) :
    CALL CUSTOMER-FUNCTION '001'
               EXPORTING
                    header_imp = caufvd
               IMPORTING
                    header_exp = caufvd_tmp
                    no_update  = answer.
    *     Check if update of header necessary and allowed
          IF caufvd-aufnr EQ caufvd_tmp-aufnr AND
             caufvd       NE caufvd_tmp.
            PERFORM caufv_upd(saplcobh) USING caufvd_tmp.
          ENDIF
    When BAPI for planned order is executed within the exit, the structure (caufvd) values are found refreshed. This structure is further updating the production order.

Maybe you are looking for

  • Open 2 Photos at the same time to transfer faces?

    I want to put a new face from one picture to another, but I don't know how to open 2 photos at the same time so I can select one face to layer onto the other photo.

  • Sending my videos to my computer

    I have videos on my iPod that my friend wants to use for her wedding video, but they're too big to send via email. How can I transfer these videos to my computer?

  • Itunes 8 only good for one time use after each installation!

    When I attempt to open itunes I get a pop-up window that says "Please wait while windows configures itunes". This window has a download bar and cancel button in it. Then a second window appears that says "You must restart your system for the configur

  • Photoshop CS3 activation problems

    Does anyone know how to activate Photoshop CS3 on win8.1, everything i try fails, i have internet, the activate over the phone say it know longer supports activation and tells me to go to a website that is not available. HELP!

  • Gmail appears in Mail 4.2 but is not in my accounts pane

    Hi all. I will try my best to explain this weird little situation about Gmail in my Mail client. Okay - I've just bought a 27" iMac running Snow Leopard and after the setup, I configured my Mail acounts. I have three accounts, one of them being Gmail