Error : Severity and Description Path Resource Location Creation Time     Id

i have this error :
Severity and Description Path Resource Location Creation Time Id
invalid character or markup found in script block. Try surrounding your code with a CDATA block. essai/src essai.mxml Unknown 1236103965593 182
my source is attach code
Many thanks for your help , 
Lionceau,

look my source :
<![CDATA[
import mx.controls.Alert;
import com.adobe.rtc.events.SessionEvent; //utilisé
pour les trois blocs
import com.adobe.rtc.messaging.UserRoles; //utilisé
pour les trois blocs
import com.adobe.rtc.collaboration.AudioPublisher; //
AudioPublisher me sert pour la gestion du microphone
import com.adobe.rtc.collaboration.AudioSubscriber; // me
sert pour choisr l' aboné écouté
//import com.adobe.rtc.collaboration; // me sert pour la
gestion du microphone
//import com.adobe.rtc.clientManagers;// me sert pour la
gestion du microphone
import com.adobe.rtc.events.StreamEvent;// pour le son
(audio xml)
import mx.events.ItemClickEvent; //pour le son ( audio xml)
import mx.controls.Label;
import mx.core.UIComponent; // me sert pour la gestion du
microphone
import flash.events.EventDispatcher;// me sert pour la
gestion du microphone
// import com.adobe.rtc.components:ResizableCanvas; amettre?
//debut bloc share
import
com.adobe.rtc.sharedManagers.descriptors.FileDescriptor;
import mx.utils.UIDUtil;
import mx.collections.ArrayCollection;
import com.adobe.rtc.collaboration.FileSubscriber;
import com.adobe.rtc.sharedManagers.UserManager;
import com.adobe.rtc.messaging.NodeConfiguration;
import com.adobe.rtc.events.CollectionNodeEvent;
import com.adobe.rtc.collaboration.FilePublisher;
import com.adobe.rtc.sharedManagers.FileManager;
[Bindable]
private var applicationTitle:String = "File Publisher
Example";
// list of managers
private var _fileManager:FileManager;
private var _filePublisher:FilePublisher;
private var _fileSubscriber:FileSubscriber;
private var _userManager:UserManager;
// our datagrid dataprovider will use this collection
[Bindable]
private var _fileDescriptors:ArrayCollection = new
ArrayCollection();
// file sharing group id, it is similiar to that of folder
concept
private var _groupid:String = "_filePublisherExample";
//fin bloc share
//debut bloc camera
import com.adobe.rtc.events.UserEvent;
import com.adobe.rtc.events.SharedPropertyEvent;
import com.adobe.rtc.events.ConnectSessionEvent;
import mx.controls.Button;
import com.adobe.coreUI.controls.CameraUserBar;
import mx.core.UITextField;
import com.adobe.rtc.events.SharedPropertyEvent;
import com.adobe.rtc.sharedModel.SharedProperty;
import com.adobe.rtc.collaboration.WebcamSubscriber;
import mx.containers.VBox;
import com.adobe.rtc.events.UserEvent;
import com.adobe.rtc.sharedManagers.StreamManager ;
import
com.adobe.rtc.sharedManagers.descriptors.StreamDescriptor ;
private var currentSubscriber:WebcamSubscriber ;
private var sharedProperty:SharedProperty ;
* This example shows how the camera component can be used
with a publisher and a
* number of subscribers. The publisher has a big view while
subscribers have a small view.
* A shared property is used to pass the stream to the
publisher's user interface.
* Every user is provided with play and pause handlers.
private function onCreationComplete():void
sessionManager.roomManager.autoPromote = true ;
sessionManager.roomManager.guestsHaveToKnock = false ;
sharedProperty = new SharedProperty();
sharedProperty.isSessionDependent = true ;
sharedProperty.sharedID = "webcamShare2" ;
sharedProperty.connectSession = sessionManager ;
sharedProperty.subscribe();
sharedProperty.addEventListener(SharedPropertyEvent.CHANGE,onChange);
sessionManager.userManager.addEventListener(UserEvent.USER_REMOVE,onUserRemove)
* @private
protected function onUserRemove(p_event:UserEvent):void
if ( sharedProperty.value &&
p_event.userDescriptor.userID == sharedProperty.value[0]) {
sharedProperty.value = [] ;
* When the main big stream changes, all users can view it
via the sharedProperty.
private function onChange(p_evt:SharedPropertyEvent):void
if ( currentSubscriber != null ) {
clickedContainer.removeChild(currentSubscriber);
currentSubscriber.close();
currentSubscriber = null ;
if ( sharedProperty.value == null ||
sharedProperty.value.length == 0 ) {
return ;
currentSubscriber = new WebcamSubscriber();
currentSubscriber.connectSession = sessionManager ;
currentSubscriber.subscribe();
currentSubscriber.webcamPublisher = webCamPub ;
currentSubscriber.publisherIDs = sharedProperty.value ;
currentSubscriber.addEventListener(UserEvent.USER_BOOTED,onCleared);
currentSubscriber.addEventListener(UserEvent.STREAM_CHANGE,onCameraPause);
clickedContainer.addChild(currentSubscriber);
invalidateDisplayList();
* If the big image is stopped, clear it.
private function onCleared(p_evt:UserEvent):void
if ( sessionManager.userManager.myUserRole ==
UserRoles.OWNER ) {
sharedProperty.value = [] ;
* Clicking on the small image below makes it large.
private function onClick(p_evt:MouseEvent):void
if ( (p_evt.currentTarget is WebcamSubscriber) &&
!(p_evt.target.parent is CameraUserBar)) {
sharedProperty.value = (p_evt.currentTarget as
WebcamSubscriber).publisherIDs;
* Handler for a user pausing the camera.
protected function onCameraPause(p_evt:UserEvent):void
var userStreams:Array =
sessionManager.streamManager.getStreamsForPublisher(p_evt.userDescriptor.userID,StreamMan ager.CAMERA_STREAM);
if (userStreams.length == 0) {
trace("onCameraPause: no userStreams");
return;
for (var i:int = 0; i< userStreams.length ; i++ ) {
if (userStreams
.type == StreamManager.CAMERA_STREAM ) {
break;
var streamDescriptor:StreamDescriptor = userStreams;
if ( streamDescriptor.streamPublisherID ==
sessionManager.userManager.myUserID ) {
sessionManager.streamManager.pauseStream(StreamManager.CAMERA_STREAM,!streamDescriptor.pa use,streamDescriptor.streamPublisherID);
* Handler for a user stopping the camera.
private function onBooted(p_evt:UserEvent):void
if ( (p_evt.currentTarget is WebcamSubscriber) &&
(p_evt.userDescriptor.userID == sessionManager.userManager.myUserID
|| sessionManager.userManager.myUserRole == UserRoles.OWNER)) {
webCamPub.stop();
if ( (p_evt.currentTarget.parent as VBox).getChildAt(1) is
Button ){
((p_evt.currentTarget.parent as VBox).getChildAt(1) as
Button).label = "Start" ;
if ( sharedProperty.value && (sharedProperty.value
as Array)[0] == p_evt.userDescriptor.userID ) {
sharedProperty.value = [] ;
]]>
</mx:Script>

Similar Messages

  • How can I copy a number of like fields and paste to reduce form creation time?

    How can I copy a number of like fields and paste to reduce form creation time?

    Creating Form Fields by Ted Padova

  • How to transform a layer object and a path at the same time?

    Hi all,
    I know I am going to kick myself when you tell me the answer to this!
    I would really like to know if there is any way I can manage to to transform both a layer object and a path at the same time....or if there is any workaround to achieve this.
    In a nutshell, say for example I spend a VERY long time creating an intricate path around a very detailed object, and then at the very end notice just how crooked and out of perspective it is, and would like to straighten it.
    Of course I could transform and correct the object, and then carefully transform the path - but it just won't be exact, and I will have to spend a long time adjusting the path and making SURE it is perfect.
    Isn't there any way I could get to transform them together?
    Usually of course I do all the correction to straighten and correct perspective beforehand, but in some instances after I am done creating the path I then notice that the image could have used further adjustments.
    I appreciate so very much any advice you may have:)
    Thank you kindly,
    Christine

    Okay...I found another way as well... suddenly it all started coming to me in the last few minutes:)
    Once the image is on it's own layer, then we can select the path and then make a vector mask by going to "Layer>Vector Mask>Current Path". Once the vector mask is created, simply click on the image icon on it's layer, then transform away to your heart's content, and the path is transformed along with it. Once finished, the path for the vector mask can be saved as usual. (Don't click on the vector mask icon when transforming the image, otherwise only the path will be transformed.)

  • Oracle error code and description

    Gurus,
    Is there a distinct list of oracle error code with description(in excel or txt,csv format) , the requirement is to convert most of generic oracle messages into user defined messages and store it in a XML.
    Regards
    R
    Edited by: Darthvader-647181 on Aug 11, 2010 8:00 AM

    HareeshGhanta wrote:
    Hi,
    Thank you.I am looking for some additional information like Cause and Action also to be printed out.Is there any way we can achieve this.
    Regards
    Sounds like you are trying to re-invent the wheel.
    What's wrong with the message text as supplied by oracle?  Those messages are universally known and understood -- well, at least by people who actually read them vs. simply dumping them to a forum.  Why would you want to obfuscate them with your own text?
    As for "cause and action", if one has the error code emitted by oracle, there are boat load of web sites that already replicate the same information that oracle itself supplies:
    oracle:dwdev$ oerr ora 12154
    12154, 00000, "TNS:could not resolve the connect identifier specified"
    // *Cause:  A connection to a database or other service was requested using
    // a connect identifier, and the connect identifier specified could not
    // be resolved into a connect descriptor using one of the naming methods
    // configured. For example, if the type of connect identifier used was a
    // net service name then the net service name could not be found in a
    // naming method repository, or the repository could not be
    // located or reached.
    // *Action:
    //   - If you are using local naming (TNSNAMES.ORA file):
    //      - Make sure that "TNSNAMES" is listed as one of the values of the
    //        NAMES.DIRECTORY_PATH parameter in the Oracle Net profile
    //        (SQLNET.ORA)
    //      - Verify that a TNSNAMES.ORA file exists and is in the proper
    //        directory and is accessible.
    //      - Check that the net service name used as the connect identifier
    //        exists in the TNSNAMES.ORA file.
    //      - Make sure there are no syntax errors anywhere in the TNSNAMES.ORA
    //        file.  Look for unmatched parentheses or stray characters. Errors
    //        in a TNSNAMES.ORA file may make it unusable.
    //   - If you are using directory naming:
    //      - Verify that "LDAP" is listed as one of the values of the
    //        NAMES.DIRETORY_PATH parameter in the Oracle Net profile
    //        (SQLNET.ORA).
    //      - Verify that the LDAP directory server is up and that it is
    //        accessible.
    //      - Verify that the net service name or database name used as the
    //        connect identifier is configured in the directory.
    //      - Verify that the default context being used is correct by
    //        specifying a fully qualified net service name or a full LDAP DN
    //        as the connect identifier
    //   - If you are using easy connect naming:
    //      - Verify that "EZCONNECT" is listed as one of the values of the
    //        NAMES.DIRETORY_PATH parameter in the Oracle Net profile
    //        (SQLNET.ORA).
    //      - Make sure the host, port and service name specified
    //        are correct.
    //      - Try enclosing the connect identifier in quote marks.
    //   See the Oracle Net Services Administrators Guide or the Oracle
    //   operating system specific guide for more information on naming.

  • Problem Getting Error Code and Description in Alerts

    We are having trouble getting the Error code and Error description in the Alerts and we're having trouble getting a alert for message mapping exceptions.  I have read through the BLOGs and the help on SAP.  I'm not sure it is something to do with the configuration or SP14.  We did not have these problems with SP12 at our other customer XI implementations.
    Background -
    We have setup an "XI Alert" classification with three Alert categories -"XI_Mapping_Error", "XI_Adapter_Error", "XI_Runtime_Error". 
    For the "XI_Mapping_Error" alert category, we have setup a rule so that any Integration Engine Application Mapping.* Error code will create an alert.  However, when we have a mapping error in XI which we can see in MONI, we do not get an alert.  The checkbox for "Suppress Multiple Alerts of this Rule" is not selected.  I am not sure why we're not getting the alert.
    For the "XI_Adapter_Error" alert category, we have setup a rule so that any Adapter Engine * adapter type will create an alert.  The alert gets created - however, some of the container variables do not get poulated in the email.  We have defined Container variables pointing to the corresponding ABAP data dictionary elements - i have double checked these definitions.
    Here is an alert email - the Error Code (SXMS_ERROR_CODE -  SXMSERRTX) and Error Category (SXMS_ERROR_CAT - SXMSERRCAT) are not being extracted:
    Alert ID: ##23896##
    Error Code =
    Error Category =
    Message ID = 1506eab0-6125-11da-9ba2-00505685 Time = 14:26:12 Date = 29.11.2005
    Sender Party =
    Sender Service = BS_CPI
    Sender Interface = MI_CPI_INV_RFC_REQ_ABS
    Receiver Party =
    Receiver Service = BS_CPI
    Receiver Interface =
    We are not able to figure out why the Alert framework is not working correctly.  We are running XI 3.0 SP 14 on Win2K, SQL 2000.
    Anyone encounter these problems?  Any help would be appreciated.
    Regards,
    Jay Malla

    >> There are some problems with SP 14 and the alert framework.
    Very true! Join the team!
    >> We applied Note 876546 which triggered certain alerts that were not getting triggered. However, we're not getting the Error code and Error Description in some of the alerts.
    Jay, This note is specifically for a situation where the 'where did the error occur' set to No Restriction. I don't think anything else is included in this fix .01 to patch 0.9 of SPS 12 of XI 3.0!!!
    My problem is that even the messageID variable is not getting replaced!!! In SP12 everything was perfect. After SP14, the errors are coming almost instantaneously to the inbox, but without any variable replacement.
    Best of luck,
    Kannan

  • Error Message and warning message in PO creation

    Hi,
       I have one requirement like when user create PO with 'critical material',while saving PO,user  should get message "critical material".
    For this ,in the enhancement MM06E005,EXIT_SAPMM06E_012(functional module),
    I have written piece of code
    *critical Material by Jaheer,ABAP & MM specialist
    LOOP AT TEKPO.
      IF TEKPO-MATKL EQ '9068'.
        MESSAGE ID 'ZMM' TYPE 'W' NUMBER '013' with TEKPO-MATNR.
         ENDIF.
    endloop.
    Here whenever I put message type 'E',I am getting message "critical material".But I donot want  error message  ,I want only warning message,so when I changed message type as "W",I am not getting any message while checking My PO.
    What is the reason?
    please,Can somebody throw some light on this?
    With Reg,
    Jaheer

    Hi,
    The linkage between warning and crtical materila is improper. Initially you have setted as E CRITICAL MATERIAL. Please change the status of message from error to warning in custamization instead of doing in program. Hope it works.Thanking you

  • Widget (interaction) titles and descriptions

    On Captivate interactions (widgets) such as WordSearch and Glossary, one finds 'title' and 'description' on the header. I can alter the other variables in these interactions, but I can't figure out how to add my own title and description. Any help would be appreciated.

    Hi,
    As Lilybiri suggested, you can first edit the buttons/content and then edit the Title and Description. This works every time for me.
    You can change the button text in an easy way just by double clicking the circled area below.
    Content linked to buttons can be changed in the same way by double clicking. The changes get reflected in the Captivate stage when you click on OK.
    If you are still facing issues, please mail the source file to [email protected] so that we can look into it.
    Regards,
    Deepa

  • Transforming Layers and Paths at the same time

    Hi
    Does anyone know how I can transform(scale,perspective,distort,etc.) a layer and a path at the same time?
    Thanks

    1. Draw your path
    2. Make it a vector mask linked to the layer you want to transform (Make layer active, then Layer>Vector Mask>Current Path)
    3. Hide the path (command-H)
    4. Command-T
    5. Command-H again to make the path (vector mask) visible
    6. Do your transform

  • Unable To lookup .... weblogic.jobscheduler  and  web-xml resource ref

    Unable To lookup .... weblogic.jobscheduler and web-xml resource ref for timer manager
    JNDI NameNotFound Exception ....
    Do, i need to configure something get that working.
    Didn't find any thing on documentation or hosted examples.

    The default timermanager can be refered to as follows:
    <resource-ref>
        <res-ref-name>tm/default</res-ref-name>
        <res-type>commonj.timers.TimerManager</res-type>
        <res-auth>Container</res-auth>
        <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>http://middlewaremagic.com/weblogic/?p=5569

  • Sort file based on Creation Time in Windows XP/2003

    Hi All,
    I want ot sort files in a folder based on the Creation time, not the modified time.
    We can get the creation time with dir /tc DOS command.
    Now i want to capture the output and sort it based on creation time. How i do it.Please explain with code.
    Thanks.

    Hi Aaron,
    Based on my research, these Events could be caused by the fact that you haven’t
    configured the
    security access control list (SACL) on the object that you are auditing or you have configured the SACL, but not for all the listed accesses.
    Here is a KB article below that I suggest you refer to:
    Event IDs 560 and 562 appear many times in the security event log
    http://support.microsoft.com/kb/841001/en-us
    I hope this helps.
    Best Regards,
    Amy Wang

  • Today, I got a "update iTunes and tonight, I can't access my iTunes. I uninstalled and reinstalled and the error message reads: iTunesexe-unable to locate component. App has failed to start due to MSVCR80.dll was not found: Reinstall may fix" but hasn't.

    I received an iTunes update today and updates files. Tonight, I couldn't acces my iTunes. I uninstalled and reinstalled and still getting same error message: iTunes exe unable to locate component. This application has failed to start because MSVCR80.DLL was not found. Reinstalling the application may fix this problem.  I've done it several times and still get the error.  I'm fearful I have lost all my music.  What can I do?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its nam

    When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.   Requested URL: /Admin/Index2.aspx"
    Any ideas???

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Exchange 2010 OWA : TMG Error 12302 The server denied the specified Uniform Resource Locator (URL).

    Hello All,
    We are using TMG2010 (SP2, rollup4) for publishing Exchange 2010 OWA sites. The issue is that after every 10-24 hrs , the TMG server stops logging in OWA sites and start giving below error. Then we have to restart the server one two times or the problem
    solves by itself.
    I have also install a new server and it is also giving same behavior.  On TMG server the exchange edge server and Forefront Protection for exchange is also installed.
    Please help to solve this issue.
    Denied Connection
    -TMG05 5/21/2014 11:44:39 PM
    Log type:
    Web Proxy (Reverse)
    Status: 12302 The server denied the specified Uniform Resource Locator (URL). Contact the server administrator.
    Rule:
    PRC-OWA
    Source:
    119.157.175.238:56971
    Destination:
    111.68.105.121:443
    Request:
    GET http://mail.parc.gov.pk/owa
    Filter information:
    Req ID: 0e947d98; Compression: client=Yes, server=No, compress rate=0% decompress rate=0% ; FBA cookie: exists=yes, valid=yes, updated=no, logged off=no, client type=public, user activity=yes
    Protocol:
    https
    User:
    anonymous
    Additional information
    Client agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)
    Object source: (No source information is available.)
    Cache info: 0x0
    Processing time: 125 MIME type:

    Hi,
    A similar thread:
    http://social.technet.microsoft.com/Forums/forefront/en-US/e8fdc1bd-f023-4804-ad02-67899d8c7347/the-server-denied-the-specified-uniform-resource-locator-errors12302-ashttp-error-code-of-500?forum=Forefrontedgegeneral
    Best Regards,
    Joyce
    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.

  • When I download photos from a flash drive,everything is fine and they show in Events and Pictures, but when I click on the individual pic I get an error message saying that it cannot locate the JPG. Any thoughts?

    When I download photos from a flash drive,everything is fine and they show in Events and Pictures, but when I click on the individual pic I get an error message saying that it cannot locate the JPG. Any thoughts?

    It sounds like your iPhoto Advanced preferences are set to not copy photos during import, i.e. a Referenced library:
    Check your Advanced preferences to see if that's the case. If it is the best solution would be to select the checkbox to copy the photos and reimport the photos from the flash drive.  Then check the new import. It it was OK you can delete the previous event with the "missing" photos.
    OT

  • Proxy Error ( The ISA Server denied the specified Uniform Resource Locator

    Dear All,
       I am getting one error in ABAP proxy configuration,
      following is the error.
    ~response_line     HTTP/1.1 502 Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL).  )
    ~server_protocol     HTTP/1.1
    ~status_code     502
    ~status_reason     Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL).  )
    via     1.1 BLRSPRX10001
    connection     close
    proxy-connection     close
    pragma     no-cache
    cache-control     no-cache
    content-type     text/html
    content-length     4070
        suddenly one day this error occured.  proxy configuration was working earlier fine. SLDCHECK also working without any problem now also. but in SPROXY it is saying no connection to ESR. only local objects.
    Please help me.
    Regards
    Pradeep P N

    Hi Pradeep,
    What is this BLRSPRX10001?
    IF it is rfc destination, then check the user.
    This problem is related to user rights. The user used there might not have sufficient authorizations to invoke the proxy. (may be the authorization is expired)
    Regards
    Suraj

Maybe you are looking for

  • Issue with HD .MOV's

    I'm having some problems playing H.264 encoded HD videos. They will start playing, and then stop at random points. It's not the buffering, I've already eliminated that, and it's also not the player (originally had it in a flash player, and now we rev

  • Lightroom 4.2 tells me to upgrade to 4.3 on Creative Cloud, but link takes me to 4.2 update.

    Do I need to go to the main lightroom 4.3 DL?  I don't want to DL the whole thing if I don't need it.

  • "dxkbd.dat" -  What is it.?

    Anyone know if dxkbd.dat is a part of Adobe, if so What the #@$% is it.? I find it in the registry Key = APPLIC~1\Adobe\Update\dxkbd.dat under Hkey_Local_Machine\Microsoft\WindowsNT\CurrentVersion\Drivers32\Update\dxkbd.dat And notified a new startup

  • Create XML based on XSD

    Hello all, I need to generate XML file based on XSD template in Java, I can parse the XSD file, but don't know after parsing, hot to generate XML file. Do you know any example or suggestion how to do it please? I'm not very expert on this, so I appre

  • Install Exchange server 2010 in Single forest Multiple AD domain Scenario

    Hello Folks, I am trying to install a new exchange 2010 server in an enviroment which never had exchange. Below is the env details 1 Forest 3 AD domains Coustmer's requirement is that he wants to install exchange in only domain and other domain will