Can't find or enumerate secondary tiles. WP 8.1 bug...

In Windows Phone 8.1 and Runtime app,
If there are two or more apps having generic(not silverlight) secondary tile are installed in the phone, the apps can't find their existing secondary tiles correctly.
- SecondaryTile.Exists() always return false. (except the first installed app)
- SecondaryTile.FindAllAsync() enumerates other app's tile information. So my app only can update another app's secondary tiles. This is a security fault.
- If I uninstall the first app, all the remaining apps can't use secondary tiles anymore. SecondaryTile's methods throw drive error.
Is this problem fixed in WP 8.1 release version?
vOid64

Thanks for reporting this.
This is already a known bug and will be fixed in the future.
I don't know when nor can I promise any dates.
Jeff Sanders (MSFT)
@jsandersrocks - Windows Store Developer Solutions
@WSDevSol
Getting Started With Windows Azure Mobile Services development?
Click here
Getting Started With Windows Phone or Store app development?
Click here
My Team Blog: Windows Store & Phone Developer Solutions
My Blog: Http Client Protocol Issues (and other fun stuff I support)

Similar Messages

  • SEVERE: null : Can't find file '/WEB-INF/tiles-defs.xml'

    I'm trying to get Tiles to work with Struts on my server. I'm running a local instance of Tomcat v5.5. Development environment is Eclipse. I"ve looked everywhere on the web and can't find any solutions that work. I've been working on this for several days now. It shouldn't be this hard...
    I appreciate any help or suggestions people might have. I would really like to get beyond the configuration $#!^ and start coding.
    Thanks in advance!!!
    Jim
    Here are snippets from the pertinent files:
    web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <display-name>
         admin</display-name>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.htm</welcome-file>
              <welcome-file>index.jsp</welcome-file>
              <welcome-file>default.html</welcome-file>
              <welcome-file>default.htm</welcome-file>
              <welcome-file>default.jsp</welcome-file>
         </welcome-file-list>
         <servlet>
              <servlet-name>action</servlet-name>
              <servlet-class>
                   org.apache.struts.action.ActionServlet
              </servlet-class>
              <init-param>
                   <param-name>config</param-name>
                   <param-value>/WEB-INF/struts-config.xml</param-value>
              </init-param>
              <load-on-startup>1</load-on-startup>
         </servlet>
         <servlet-mapping>
              <servlet-name>action</servlet-name>
              <url-pattern>*.do</url-pattern>          
         </servlet-mapping>
         <jsp-config>
              <taglib>
                   <taglib-uri>struts-bean</taglib-uri>
                   <taglib-location>/WEB-INF/tlds/struts-bean.tld</taglib-location>
              </taglib>
              <taglib>
                   <taglib-uri>struts-logic</taglib-uri>
                   <taglib-location>/WEB-INF/tlds/struts-logic.tld</taglib-location>
              </taglib>
              <taglib>
                   <taglib-uri>struts-html</taglib-uri>
                   <taglib-location>/WEB-INF/tlds/struts-html.tld</taglib-location>
              </taglib>
              <taglib>
                   <taglib-uri>struts-tiles</taglib-uri>
                   <taglib-location>/WEB-INF/tlds/struts-tiles.tld</taglib-location>
              </taglib>
              <!-- The following tag library info was added for JSTL libraries. -->
              <taglib>
                   <taglib-uri>http://java.sun.com/jstl/fmt</taglib-uri>
                   <taglib-location>/WEB-INF/tlds/fmt.tld</taglib-location>
              </taglib>
              <taglib>
                   <taglib-uri>http://java.sun.com/jstl/fmt-rt</taglib-uri>
                   <taglib-location>/WEB-INF/tlds/fmt-rt.tld</taglib-location>
              </taglib>
              <taglib>
                   <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
                   <taglib-location>/WEB-INF/tlds/c.tld</taglib-location>
              </taglib>
              <taglib>
                   <taglib-uri>http://java.sun.com/jstl/core-rt</taglib-uri>
                   <taglib-location>/WEB-INF/tlds/c-rt.tld</taglib-location>
              </taglib>
              <taglib>
                   <taglib-uri>http://java.sun.com/jstl/sql</taglib-uri>
                   <taglib-location>/WEB-INF/tlds/sql.tld</taglib-location>
              </taglib>
              <taglib>
                   <taglib-uri>http://java.sun.com/jstl/sql-rt</taglib-uri>
                   <taglib-location>/WEB-INF/tlds/sql-rt.tld</taglib-location>
              </taglib>
              <taglib>
                   <taglib-uri>http://java.sun.com/jstl/x</taglib-uri>
                   <taglib-location>/WEB-INF/tlds/x.tld</taglib-location>
              </taglib>
              <taglib>
                   <taglib-uri>http://java.sun.com/jstl/x-rt</taglib-uri>
                   <taglib-location>/WEB-INF/tlds/x-rt.tld</taglib-location>
              </taglib>
         </jsp-config>
    </web-app>
    struts-config.xml:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
    "/WEB-INF/dtds/struts-config_1_2.dtd">
    <struts-config>
         <!-- ============================================ Data Source Configuration -->
         <data-sources />
         <!-- ================================================ Form Bean Definitions -->
         <form-beans>
         </form-beans>
         <!-- ========================================= Global Exception Definitions -->
         <global-exceptions />
         <!-- =========================================== Global Forward Definitions -->
         <global-forwards />
         <!-- =========================================== Action Mapping Definitions -->
         <action-mappings>          
              <action path="/foobar" forward="/createAccount.jsp" />
         </action-mappings>
         <!--
         ============================================= Controller Configuration
         <controller contentType="text/html; charset=UTF-8" />
         ======================================== Message Resources Definitions
         <message-resources
              parameter="com.xilinx.web.registration.struts.res.ApplicationResources" />
         =============================================== Plug Ins Configuration -->
         <!--======================================================= Tiles plugin -->
         <!--
              This plugin initialize Tiles definition factory. This later can takes some
              parameters explained here after. The plugin first read parameters from
              web.xml, thenoverload them with parameters defined here. All parameters
              are optional.
              The plugin should be declared in each struts-config file.
              - definitions-config: (optional)
              Specify configuration file names. There can be several comma
              separated file names (default: ?? )
              - moduleAware: (optional - struts1.1)
              Specify if the Tiles definition factory is module aware. If true
              (default), there will be one factory for each Struts module.
              If false, there will be one common factory for all module. In this
              later case, it is still needed to declare one plugin per module.
              The factory will be initialized with parameters found in the first
              initialized plugin (generally the one associated with the default
              module).
              true : One factory per module. (default)
              false : one single shared factory for all modules
              - definitions-parser-validate: (optional)
              Specify if xml parser should validate the Tiles configuration file.
              true : validate. DTD should be specified in file header (default)
              false : no validation
              Paths found in Tiles definitions are relative to the main context.
         -->
              <plug-in className="org.apache.struts.tiles.TilesPlugin" >
              <set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml" />
              <set-property property="definitions-debug" value="2" />
              <set-property property="definitions-parser-details" value="2" />
              <set-property property="definitions-parser-validate" value="true" />
              </plug-in>
         <!-- =================================================== Validator plugin
         <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
              <set-property property="pathnames"
                   value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml" />
         </plug-in>
         -->
    </struts-config>
    tiles-defs.xml (in the WEB-INF directory as are the other xml files...):
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"     
                                                 "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
    <tiles-definitions>
         <definition name="Tiles.register" page="/tiles/template.jsp">
              <put name="header" value="/tiles/header.jsp" />          
              <put name="body" value="/register.jsp" />
              <put name="footer" value="/tiles/footer.jsp" />
         </definition>
    </tiles-definitions>
    Console output when starting the server:
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
    Jul 7, 2006 11:36:41 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    Jul 7, 2006 11:36:43 AM org.apache.struts.tiles.xmlDefinition.I18nFactorySet initFactory
    SEVERE: null : Can't find file '/WEB-INF/tiles-defs.xml'
    Jul 7, 2006 11:36:43 AM org.apache.struts.tiles.TilesPlugin initDefinitionsFactory
    SEVERE: Can't create Tiles definition factory for module ''.
    Jul 7, 2006 11:36:43 AM org.apache.struts.action.ActionServlet init
    SEVERE: Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so marking the servlet as unavailable. Most likely, this is due to an incorrect or missing library dependency.
    javax.servlet.ServletException: null : Can't find file '/WEB-INF/tiles-defs.xml'
         at org.apache.struts.tiles.TilesPlugin.initDefinitionsFactory(TilesPlugin.java:233)
         at org.apache.struts.tiles.TilesPlugin.init(TilesPlugin.java:137)
         at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:869)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:336)
         at javax.servlet.GenericServlet.init(GenericServlet.java:211)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4201)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    Jul 7, 2006 11:36:43 AM org.apache.catalina.core.ApplicationContext log
    INFO: Marking servlet action as unavailable
    Jul 7, 2006 11:36:43 AM org.apache.catalina.core.StandardContext loadOnStartup
    SEVERE: Servlet /admin threw load() exception
    javax.servlet.UnavailableException: null : Can't find file '/WEB-INF/tiles-defs.xml'
    I have the following jars in my Web App Libraries (WEB-INF/lib):
    standard.jar
    commons-fileupload.jar
    antlr.jar
    struts.jar
    commons-beanutils.jar
    commons-logging.jar
    commons-validator.jar
    myswl-connector-java-3.1.12-bin.jar
    struts-el.jar
    jstl.jar
    commons-digester.jar
    Struts is version: 1.2.9.
    JRE / JDK: 1.5.0_06 (Program files shows I have JRE 1.5.0_05 in the tree as well)
    Note: Struts will work if I comment out the tiles plug-in in the struts-config.xml file.

    you don�t call o files-defs.xml in jsp?

  • I'm battling to change my primary iCloud account on my mac, please help? I want to replace it with my secondary account by can't find a way to do this?

    I'm battling to change my primary iCloud account on my mac, please help? I want to replace it with my secondary account by can't find a way to do this? Tony

    System Preferences/iCloud - log out and then log in with your other ID.
    https://discussions.apple.com/thread/3390335?tstart=0
    Set up iCloud
    Set up iCloud (2)

  • How can I find what scom group a specific server belongs to using powershell?

    Environment:  SCOM 2007 r2
    Server in question:  Running Windows 2003 Std. (yes I know this sounds crazy)
    Why do I need this:  I noticed at the console level we have had server unexpected shutdown events which are not generating email notifications. 
    Source shows: Windows 2003 Server Standard Edition
    Alert Rule:  Windows Shutdown Unexpectedly
    From what I see these are all windows 2003 server Std edition systems.  I did a track and trace using our exchange tracking system which confirmed the alerts were not being emailed. Not sure if there is a better approach for this, but not being a sql
    expert (however I do have someone I can leverage) I am trying to see if I can somehow extract this information using powershell.
    Secondary general question:  How can I find out the current size of our scom 2007 database and the number of objkects\servers being monitored? This is prep work for a migration over to 2012.
    Thanks in advance for the help!

    1. what scom group a specific server belongs to
    function Get-GroupNames {
     [cmdletbinding()]
     param($computerFQDN)
     $containmentRel = Get-RelationshipClass -name:’Microsoft.SystemCenter.InstanceGroupContainsEntities’
    $computerClass = Get-MonitoringClass -name:”Microsoft.Windows.Computer”
    $criteria = [string]::Format(“PrincipalName = ‘{0}’”,$computerFQDN)
     try {
     $computer = Get-MonitoringObject -monitoringClass:$computerClass -criteria:$criteria
     $relatedObjects = $computer.GetMonitoringRelationshipObjectsWhereTarget($containmentRel,[Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth]::Recursive,[Microsoft.EnterpriseManagement.Common.TraversalDepth]::Recursive)
     catch {
     $_
     write-host “An error occurred while querying groups of $computerFQDN”
    foreach($group in $relatedObjects)
     [array]$Groups = $groups + $group.SourceMonitoringObject.DisplayName
     if($groups) {
     return $groups
     } else {
     write-host “No groups available for $computerFQDN”
    Usage:
     Get-GroupName -ComputerFQDN myserver1
    for detail, pls. refer to
    http://techibee.com/powershell/powershell-get-scom-groups-of-a-computer-account/1129
    Roger

  • Can't Find CD Music in iTunes But Still On iPod

    Not sure this is iPod problem, but occurred after linking iTunes to a library. I first moved my iTune file to secondary drive to free up space & no problems playing back downloaded iTune songs and CD music copied to iTunes. I hooked up my iPod only when booted in the 2nd drive to download from iTunes. Then I moved the iTune folder to an external drive (firewire boot-able) and again no problems playing back any of the music. Again I only connected my iPod when booted in the external drive to download from iTunes. I found out from Apple Discussions how I could press option when opening iTunes to link to a different Library and both download files to play, and load them to my iPod. This way I did not have to reboot from my main drive just so I could download iTune files and/or listen to my music including CD imports that were located on the external drive. So, when I was on my main drive, I linked the iTune app to the library on the external drive and was able to download from iTunes and sync my iPod with no problem BUT!!! Now there is an exclamation point next to every imported CD title in my iTune folder and it says can't find the original file. I booted into the external drive and opened iTunes but the ! is still there etc. The music file is still loaded/playable in my iPod but I can't play it from the computer. So my question is...
    WHAT HAPPENED AND HOW DO I FIX IT?

    So I put all my music into the iTunes folder (copied it back from my external hard drive) but when I open iTunes, it doesn't "find" it.
    If you didn't back up or restore the iTunes database files, you also need to drag the music into the open iTunes application window.
    What are the chances that Apple will let me redownload all of her purchases?
    Click here and ask.
    And last question, I know that they only let you copy your music onto "5" computers.
    For most purposes, that doesn't apply to recent song purchases.
    (52550)

  • Where can I find the file Photoshop .exe in CS6/Windows 7 please?

    Where can I find the file Photoshop .exe in CS6/Windows7 ?  It is not in the usual place.

    Click on the Start button.
    Type Photoshop into the search field.
    "Adobe Photoshop CS6" will be listed, probably at the top.
    Hover your mouse over the words Adobe Photoshop CS6 - the location will be displayed.
    To open the folder containing Photoshop.exe , with your secondary mouse button, click on "Adobe Photoshop CS6" and select "Open file location".

  • I can't find my Notes on iOS7 nor on the latest icloud backup, which doesn't seem to be the "latest" at all.

    Last night I took the plunge into iOS7-and all **** broke loose. Something definitely went wrong with the upload because all my photos didn't appear on my iphone once it had completed the update, although I was able to get that back through my iCloud photostream; my text messages where also eraced all the way back til june. This morning, however, upon clicking the notes app on my iphone, I was shocked to see it empty as well. And the version of my Notes on icloud.com is also empty.
    When I plug in my phone and try to restore it from the latest iphone backup, which apparently was sept.20th (thus before i had installed iOS7), it doesn't give me the data that was actually on my phone on sept. 20th (because my photos and notes dissapear all over again). I have spent hours trying to figure this out and am so extremely frustrated with iOS7..

    I did that - turning off iCloud and then turning on again, and when I turned it off the two middle buttons reappeared, those for printing or emailing, and also for "trashing".  They stayed even when I turned iCloud back on.  But I still can only see today's notes, the forward and back buttons are still greyed out.
    I had tried rebooting before asking the question, and it didn't help.
    Going into iTunes, I don't see the app. for notes, nor is it in my iCloud account, which is odd as in my iPad settings I have set notes no sync. as well as bookmarks and reminders, neither of which appear in my iCloud site.
    So I still can't find my old note.

  • Can't find wsdl /wsdls/wsc11/wstx-wscoor-1.1-wsdl-200702.wsdl

    Dear all,
    I have a very simple Struts 2 application I am attempting to deploy. It has no Web Services component to it all.
    Here is my web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
         <display-name>FHEO Portal</display-name>
         <context-param>
              <param-name>org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG</param-name>
              <param-value>/WEB-INF/tiles.xml</param-value>
         </context-param>
         <listener>
              <listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class>
         </listener>
         <filter>
              <filter-name>struts2</filter-name>
              <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
         </filter>
         <filter-mapping>
              <filter-name>struts2</filter-name>
              <url-pattern>/*</url-pattern>
         </filter-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.jsp</welcome-file>
         </welcome-file-list>
    </web-app>
    Here is my struts configuration file: struts.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd">
    <struts>
         <constant name="struts.enable.DynamicMethodInvocation" value="false" />
         <constant name="struts.devMode" value="false" />
         <!--
         -->
         <package name="SCHO" extends="tiles-default">
              <result-types>
                   <result-type name="tiles" class="org.apache.struts2.views.tiles.TilesResult" default="true"/>
              </result-types>
              <action name="FlashPage">
                   <result>flashPage.jsp</result>
              </action>
         </package>
    </struts>
    I am the following error when I try to deploy a test build of my application to Weblogic 10.3.3.0:
    Can't find wsdl /wsdls/wsc11/wstx-wscoor-1.1-wsdl-200702.wsdl
         at weblogic.wsee.deploy.WSEEModule.prepare(WSEEModule.java:146)
         at weblogic.wsee.deploy.AppDeploymentExtensionFactory.prepare(AppDeploymentExtensionFactory.java:147)
         at weblogic.wsee.deploy.AppDeploymentExtensionFactory.access$100(AppDeploymentExtensionFactory.java:27)
         at weblogic.wsee.deploy.AppDeploymentExtensionFactory$1.prepare(AppDeploymentExtensionFactory.java:427)
         at weblogic.application.internal.flow.AppDeploymentExtensionFlow.prepare(AppDeploymentExtensionFlow.java:23)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1223)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:47)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    As I said: there is no Web Services component to this application. Could someone offer some advice regarding this issue?

    Dear all,
    I have a very simple Struts 2 application I am attempting to deploy. It has no Web Services component to it all.
    Here is my web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
         <display-name>FHEO Portal</display-name>
         <context-param>
              <param-name>org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG</param-name>
              <param-value>/WEB-INF/tiles.xml</param-value>
         </context-param>
         <listener>
              <listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class>
         </listener>
         <filter>
              <filter-name>struts2</filter-name>
              <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
         </filter>
         <filter-mapping>
              <filter-name>struts2</filter-name>
              <url-pattern>/*</url-pattern>
         </filter-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.jsp</welcome-file>
         </welcome-file-list>
    </web-app>
    Here is my struts configuration file: struts.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd">
    <struts>
         <constant name="struts.enable.DynamicMethodInvocation" value="false" />
         <constant name="struts.devMode" value="false" />
         <!--
         -->
         <package name="SCHO" extends="tiles-default">
              <result-types>
                   <result-type name="tiles" class="org.apache.struts2.views.tiles.TilesResult" default="true"/>
              </result-types>
              <action name="FlashPage">
                   <result>flashPage.jsp</result>
              </action>
         </package>
    </struts>
    I am the following error when I try to deploy a test build of my application to Weblogic 10.3.3.0:
    Can't find wsdl /wsdls/wsc11/wstx-wscoor-1.1-wsdl-200702.wsdl
         at weblogic.wsee.deploy.WSEEModule.prepare(WSEEModule.java:146)
         at weblogic.wsee.deploy.AppDeploymentExtensionFactory.prepare(AppDeploymentExtensionFactory.java:147)
         at weblogic.wsee.deploy.AppDeploymentExtensionFactory.access$100(AppDeploymentExtensionFactory.java:27)
         at weblogic.wsee.deploy.AppDeploymentExtensionFactory$1.prepare(AppDeploymentExtensionFactory.java:427)
         at weblogic.application.internal.flow.AppDeploymentExtensionFlow.prepare(AppDeploymentExtensionFlow.java:23)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1223)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:47)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    As I said: there is no Web Services component to this application. Could someone offer some advice regarding this issue?

  • I lost some photos when updating my OS, how can I find them

    I lost some photos when updating my OS, how can I find them.  I have already tried to restore through my PC but the photos are still not there.  Any thoughts?

    If you haven't backup up your phone, then your photos are gone.
    In addition you should import your photos to your PC, just like a ditigal camera, as a secondary backup in case you lose your pics you could always sync it back using Itunes.

  • Can't find songs in my artist section

    So I recently got a MacBook Pro and burned a ton of cds onto it, but when I put all of the songs onto my iPhone, I noticed that some of them don't go into the actual artist group. For example, I put on a Coldplay cd and I can find the songs in the songs section but when I go to the artist name, I can only find the Coldplay songs that I've bought and downloaded from iTunes, not the ones I burned. Weirdly enough, some of the cds I burned went into the artist section just fine. Hopefully that wasn't too confusing.. Thanks for any answers!!

    When you import a CD into iTunes, iTunes contacts the Gracenote music database to automatically download song titles, artist, year, etc. However, since the data is user-submitted, not all of the data is accurate. It seems like some of your albums did not have "Coldplay" written in as the artist.
    Go to Music in iTunes, and select the albums you want (Command-click to select multiple items.) Secondary-click on one of the selected items and select Get Info. Manually enter "Coldplay" as artist. Click OK. Sync.

  • Removing secondary tile without confirmation

    I can understand the fact that adding a secondary tile requires the end-user to approve the request... But the removing process should provide a way to remove a tile without user interaction since sometimes the tile may refer to a file in my particular
    case secondary tiles are used as shortcuts for orders that haven't been sent... So when the user send them I delete the encrypted file and remove the tile but if the user doesn't tap the removal confirmation button it leads to tile pointing to nothing... And
    some of my end-user are really not technical at all and some requires a 8h course just to learn to start their devices... Anyway more control is better than less !!!

    You can post feature requests to the
    Windows Dev Platform Feedback site.

  • Lightroom can't find Photoshop CS3 to edit files?

    I installed Lightroom, and then the 1.1 update when I had Creative Suite 2 installed on my Sony Vaio laptop.
    I've since installed Creative Suite 3, and uninstalled CS2...
    Now, when I try to edit a photo from Lightroom, it can't find Adobe Photoshop. The only way I can edit in photoshop from Lightroom is to set Photoshop CS3 as an 'external' editor.
    How can I reset Lightroom to recognise that I've got Photoshop CS3 installed?
    Cheers,
    J.

    Hi Wick,
    The 'external' editor is called by CTRL-ALT-E.. Lightroom appears to keep CTRL-E purely for Photoshop, and this isn't editable...
    However, I have solved the problem.. well, at least found a workaround... I don't know what caused it - perhaps the uninstallation of CS2 AFTER installing CS3?
    If you have this problem, you'll need to add the following key to the registry:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\photoshop.exe
    create a new string value called "path" that contains the path to your photoshop.exe file.
    Then Lightroom will find photoshop and you can edit using CTRL-E again and still keep a secondary editor!

  • Org.hibernate.AnnotationException: Cannot find the expected secondary table

    Hello
    My detailed problem is on the topic:
    http://forum.java.sun.com/thread.jspa?threadID=5123752&tstart=0
    Rest of the classes are the same but I have changed my persistence.xml to:
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
    <persistence-unit name="cname" transaction-type="RESOURCE_LOCAL">
    <provider>org.hibernate.ejb.HibernatePersistence</provider>
         <jta-data-source>java:/OracleDS</jta-data-source>
         <properties>
                   <property name="hibernate.hbm2ddl.auto" value="update"/>
                   <property name="hibernate.ejb.autodetection" value="class"/>
                   <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle9Dialect"/>
         </properties>
         </persistence-unit>
    </persistence>I am still getting the exception:
    org.hibernate.AnnotationException: Cannot find the expected secondary table: no CUSTOMER available for entities.Customer
         at org.hibernate.cfg.Ejb3Column.getJoin(Ejb3Column.java:293)
         at org.hibernate.cfg.Ejb3Column.getTable(Ejb3Column.java:272)
         at org.hibernate.cfg.annotations.SimpleValueBinder.make(SimpleValueBinder.java:222)
         at org.hibernate.cfg.AnnotationBinder.bindId(AnnotationBinder.java:1728)
         at org.hibernate.cfg.AnnotationBinder.processElementAnnotations(AnnotationBinder.java:1171)
         at org.hibernate.cfg.AnnotationBinder.bindClass(AnnotationBinder.java:706)Can anyone please tell me why I am getting this exception?
    Thanks!

    Did you ever find a solution for this problem? I'm getting the same errors.

  • [DeskI XI 3.1] Can't find the "CurrentUser" function anymore

    Hi to all,
    I'm moving some BO 6.5 reports to our new BO XI 3.1 release...I've got these reports which use the function "CurrentUser" (I'm not sure that's the English name, I've got it in Italian)...however, this function seems to have been disappeared from Desktop Intelligence! I can't find it in the list of functions, and if I write it I get an error that the function doesn't exist.
    However, in the DeskI help on functions, the CurrentUser is still listed...
    Any idea?
    Thanks
    Daniele

    Hi,
    I've found an answear: somehow, it's a translation issue I believe, because I've found the function to be associated to a name like this: =Componente aggiuntivo aziendale() (it means Additional company component).
    Still, it's impossible to call the function...so I believe I'll have to wait for a fix from SAP?
    Hope to hear something soon from you
    Daniele
    [A screenshot of the problem on the function editor|http://www.forumtopics.com/busobj/files/thumbs/t_utenteattuale_173.jpg]
    Edited by: Daniele Tiles on Aug 10, 2009 2:36 PM

  • Is it possible to create Secondary Tile using Templates in Windows Store apps?

    Hi Team,
    We can update Secondary Tile with Templates using notificatations,  Is it possible to create Secondary Tile using Template in Start Menu
    Tanks,
    Siva Varri
    Thread response from msdn

    What do you mean by "in Start Menu"? Do you mean Live tile? See https://msdn.microsoft.com/en-us/library/windows/apps/hh465403.aspx
    https://msdn.microsoft.com/en-us/library/windows/apps/dn468032.aspx
    Best Regards,
    Please remember to mark the replies as answers if they help

Maybe you are looking for

  • Unexpected Numeric Overflow on empty tables when scanning with DMU

    I have an instance of oracle running on an isolated network (oracle 11.2.0.3), on a Windows Server 2008 r2, x64 dell R705 server When using the DMU to scan tables, I get the following error: ORA-01426: numeric overflow DBMS_DUMA_INTERNAL: line 8 DBMS

  • Pro 6 and Pro 7

    I have FCP 6.06 installed. I am using mountain lion. I heard that 6.06 is not stable on Mountain Lion. I bought FCP 7 online and I wanted to keep 6.06 to make sure 7 works well. Does anyone know how to install 7 with 6 still on my system? Apple told

  • Office 2010 Ignores Printer Settings

    I've seen this problem posted other places with no real resolution presented. - Here it is - Ever since installing office 2010 I have several end users / customers that are unable to successfully keep print settings changed in Office 2010.  The setti

  • Inbound Proxy synchronous implementation

    Hi Experts, I am newbie to ABAP proxy implemenation.I have to implement Inbound Synchronous ABAP Proxy. The preface looks like below.               (a-> DT_Sender_Req)                   (b-> DT_Receiver_Req) .Net App - >   SAP PI7.1 - >   SAP ECC6.0

  • Weblogic.security.Encrypt

    Have been a long time user of weblogic security So far it always used 3DES Recently with 11gR1 (we are using Weblogic Portal which internally uses weblogic Server Securiy) I went into the domain directory typed java weblogic.security.Encrypt mypass G