Problem reading and event registration

I made a request of CEP to record and events in reading with the following components:
1. inlet adapter:

Assembly entry
< wlevs: adapt id = "csvgenAdapter" provider = "csvgen" >
< wlevs:listener ref = 'channel' / >
< wlevs:instance - name of the property = 'port' value = "9013" / >
< wlevs:instance - name of property = "eventTypeName' value ="EmployeeEvent"/ >
< wlevs:instance - property name = "eventPropertyNames" value = "name, age, place of birth" / >
< / wlevs: adjust >

config entry
<>adapter
< name > csvgenAdapter < / name >
< record-settings >
< the dataset name > recplay_sample < / dataset-name >
< list type event >
SimpleEvent <-event type > < / type of event >
< / list-type-event >
< provider name > - test-RDBMS-provider < / provider-name >
> size of lots < 1 < / batch size >
< batch time out > 10 < / batch time out >
< / record-settings >
< / adapter >
2. a channel:

Assembly entry
< wlevs: channel id = 'string' - type event 'EmployeeEvent' = >

config entry
channel < name > < / name >
< reading settings >
< the dataset name > recplay_sample < / dataset-name >
< list type event >
SimpleEvent <-event type > < / type of event >
< / list-type-event >
< provider name > - test-RDBMS-provider < / provider-name >
< / reading-settings >
< / channel >

3. an eventbean
4. an adpater pub.
config entry
< http-pub-sub-adapter >
adapter < name > < / name >

< path-context-Server > / pubsub < / server-context-path >
< channel > / channel 1 < / channel >
wlevs < user > < / user >
password <>wlevs < / password >

< / http-pub-sub-adapter >

Config.xml file server entry:

> data source <
< name > DataSource_test < / name >
< connection-pool-params >
> capacity initial < 1 < / capacity >
> capacity max 10 < < / capacity max >
< / connection-pool-params >
< driver-params >
< url > JDBC: thin: pallavi / [email protected]:1521:XE < / url >
< driver name > - oracle.jdbc.driver.OracleDriver < / driver name >
Properties of <>
< item >
< name > inventory < / name >
< value > XE < / value >
< / item >
< item >
< name > create < / name >
< value > true < / value >
< / item >
< / properties >
< / pilot-params >

< / data source >
< RDBMS-store-event provider >
< name > test-RDBMS-provider < / name >
DataSource_test < data-source-name > < / data-source-name >
< / RDBMS-event-store-provider >

But while deploying the application we get error like:


< the context of the "eventBean" application could not be started: org.springframework.beans.factory.BeanCreationException: error creating bean with name 'csvgenAdapter': cannot resolve the reference to bean 'channel' when setting bean property "listeners" with the [0] key. nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name 'channel': calling the init method failed; nested exception is java.lang.RuntimeException: invalid event type SimpleEvent
org.springframework.beans.factory.BeanCreationException: error creating bean with name 'csvgenAdapter': cannot resolve the reference to bean 'channel' when setting bean property "listeners" with the [0] key. nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name 'channel': calling the init method failed; nested exception is java.lang.RuntimeException: invalid event type SimpleEvent

Published by: 856272 on August 18, 2011 07:44

Is this pubsub adapter an adapter http-pub? Then you need your event beans implement StreamSource. Here is an example of code for this:

/ public class SimpleEventBean implements StreamSink, StreamSource {}
private StreamSender sender;

{} public void setEventSender (s StreamSender)
sender s =
}

public void onInsertEvent (Object e) {}
If (sender! = null) {}
sender.sendInsertEvent (e)
}

}

}

In addition, you must define the event as bean rather than . and add the adapter http-pub as it is listener.

Published by: Junger He August 19, 2011 12:27 AM

Tags: Fusion Middleware

Similar Questions

  • use the queue and event to read data from two series mean

    Hi all

    I'm reading the data of two serial port using QUEUE AND EVENT but not sccusess. can someone help me?

    I use LABVIEW 2011.

    att my project.

    regrads.

    You stop the second for loop using cluster of error which means that your upper and lower loop stops when you press exit but not the one in the middle. In theory, you should send a queue for loops below when you press the exit button and also make sure that you shoot hunting all queues before closing everything.

  • Problem with digital I/o read and write in CVI

    I have a PXI with PXI 6225 Renault installed box. For some uses, I wired 4 lines of digital port 0

    for its 4 top lines so that the output digital on bottom lines can be read as a digital input on the top lines.

    In the CVI program I have set up two input and output of tasks as follows:

    Enter task:

    DAQmxCreateDIChan (digitalInputTask, "PXI1Slot5/port0 / line4:7","InputLines", DAQmx_Val_ChanForAllLines ");

    DAQmxCfgSampClkTiming (digitalInputTask, ' AI/SampleClock ", 4000, DAQmx_Val_Rising, DAQmx_Val_ContSamps, 2000" ");

    Output task:

    DAQmxCreateDOChan (digitalOutputTask, "PXI1Slot5/port0 / line0:3","OutputLines", DAQmx_Val_ChanForAllLines ");

    DAQmxCfgSampClkTiming(digitalOutputTask,"ai/SampleClock", 4000, DAQmx_Val_Rising,DAQmx_Val_ContSamps, 2000));

    DAQmxCfgOutputBuffer (digitalOutputTask, 2000);

    I also started a task of analog input to ensure that the analog "IA/SampleClock" sample clock is running, and I check

    as I interpret the correct analog data of my analog lines.

    Here's the problem:

    I write 2000 identical samples of zero for the 4 lines (port0/$line0... (3) with the following command:

    DAQmxWriteDigitalU32 (digitalOutputTask, 2000, 1, 10, DAQmx_Val_GroupByChannel, sampleArray, & writing, NULL);

    After a while, I try to read the 4 lines (port0/4... (7) using the:

    DAQmxReadDigitalU32 (digitalInputTask, 2000, 10, DAQmx_Val_GroupByChannel, scanArray, 2000, & read_num, NULL);

    but the values returned in scanArray are nil!

    If I replace the digitalInputTask by digitalOutputTask in the above function call, I get the good samples rewritten

    (do not know how the 4 lines below that are configured in output mode can be read back! could it be just read buffer?)

    I don't know that the hardware configuration is correct, because when I try to emulate this feature in Labview, it works.

    (I use an output data acquisition assistant to write down the 4 lines of port 0, using a digital wave of entry, then)

    top reading 4 lines with the help of one Assistant DAQ to enter a digital waveform VI.

    In another test, I have 4 lines below in CVI, put on stop my CVI program, start a simple Labview VI to read from

    upper 4 lines and I can see the values I just write in CVI).

    Any idea what could be causing DAQmxReadDigitalU32 to read only zeros in CVI?

    I compared my settings in CVI with parameters DAQ assistant in Labview and tried to make them identical, but nothing helped.

    Thank you

    Try to use these examples to see if you can read and write in CVI

  • I have install fallout 3 and the last update (1.7), but when starting a new game, he tell me that windows is having a problem reading it & then it locksup.

    original title: game Fallout 3 on Windows 7 problem

    I have install fallout 3 and the last update (1.7), but when starting a new game, he tell me that windows is having a problem reading it & then it locksup, I have a Toshiba Satellite, Fallout New Vegas works perfectly on my laptop, how can I play Fallout 3, is here to play Fallout 3 on windows 7.

    Hello

    You can see the link provided. It gives information that Fallout 3 is not compatible with Windows 7.

    http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/search.aspx?l=en-us&type=software&s=fallout%203%20

    Windows 7 Compatibility Center: Fallout 3 http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/search.aspx?l=en-us&type=software&s=%20Fallout%203&OS=32-bit

    You may need to contact the manufacturer of game for support

  • Mr. Fix it cannot fix the DVD/CD, reading and writing problem

    I had a problem a few months ago this onc I put a CD in the CD/DVD drive, it can't read and rejected and ask to put a readable CD, then I run Mr. Fix and the problem disappeared. recently just the same problem, I tried Mr.Fix but it cannot solve the problem, then it is there another way to solve the problem

    Best regards

    Ramzi salameh

    Hello

    Step 1: Please do all the same underneath if you did some before as it is often the set of operations which solves the problem.

    Try this double click Control Panel - Device Manager - CD/DVD - device - tab - click on update drivers (this will probably do nothing) - then RIGHT click the drive of the driver - UNINSTALL - REBOOT this will refresh the default driver stack. Even if the reader does not appear to continue below.

    Then work your way through these - don't forget the drive might be bad, might have a cable loose or slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    Try this fix manually if the Fixit 314060 does not work
    http://www.pchell.com/hardware/cd_drive_error_code_39.shtml

    Your CD or DVD drive is missing or is not recognized by Windows or other programs - a Mr Fixit
    http://support.Microsoft.com/kb/982116

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error during the installation of Windows Vista after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Hardware devices not detected or not working - A Mr Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables at both ends. Remove and replace, do not just tight. For laptops, you can often clean power and contacts data with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the system manufacturer and the manufacturer of the device to see if there is a firmware or drivers for your drive if necessary.

    ===============================

    Step 2: You have disc problems as the CD/DVD is actually 4 discs in 1 case (burn CD & DVD and CD and DVD read). Therefore, it is not unusual for 1 or 2 rooms with not so work that others do it properly.

    Did you follow the Troubleshooting Guide for the reader who still does not work? There are some entries in the registry that the troubleshooter does not solve, and those who "could" be the cause.

    Check with your system manufacturer Maker and device for possible firmware updates and the correct registry entries for your car.

    These are the keys in my opinion, are those in question - secondary-keys for the CD/DVD drive of course because there will be other subkeys in these keys. Be sure to ask specific keys involved as well as the parameters.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

    -----------------------------------------------------------------------

    You can probably find more information here and maybe even registry settings correct for your CD/DVD from someone with the same drive model.

    Forums - much real experts help and hardware information
    http://Club.myce.com/

    I hope this helps.
    --------------------------------------------------------------------------------------------
    Rob Brown - Microsoft MVP<- profile="" -="" windows="" and="" devices="" for="" it :="" bicycle="" -="" mark="" twain="" said="" it="">

  • I just reinstalled Adobe Acrobat X 1 and I can't save files PDF that is sent to me. I just get "this document cannot be saved. There is a problem reading this document (21)"and then when I click OK I get 'not enough for the image' help!

    I just reinstalled Adobe Acrobat X 1 and I can't save files PDF that is sent to me. I just get "this document cannot be saved. There is a problem reading this document (21)"and then when I click OK I get 'not enough for the image' help!

    More information on this issue can be found here:

    https://forums.Adobe.com/thread/1672655

    A "quick" fix that worked for me was to uninstall Adobe... and download Adobe Reader 11.0 installation base.

    Then download each individual updates and run them sequentially.

    I installed back to the last update of security which is version 08 and were able to register under normal operations.

    You will need to disable the automatic updates to keep up with the 08 version, until Adobe fixes this problem in a future release.

    http://www.Adobe.com/support/downloads/product.jsp?product=10&platform=Windows

    Adobe Reader 11.0 - installer multilingual (MUI) AdbeRdr11000_mui_Std

    Adobe Reader 11.0.01 update - installer multilingual (MUI) AdbeRdrUpd11001_MUI.msp

    Adobe Reader 11.0.02 update - all languages AdbeRdrSecUpd11002.msp

    Adobe Reader 11.0.03 update - installer multilingual (MUI) AdbeRdrUpd11003_MUI.msp

    Adobe Reader 11.0.04 update - installer multilingual (MUI) AdbeRdrUpd11004_MUI.msp

    Adobe Reader 11.0.05 - all languages AdbeRdrSecUpd11005.msp security update

    Adobe Reader 11.0.06 update - installer multilingual (MUI) AdbeRdrUpd11006_MUI.msp

    Adobe Reader 11.0.07 update - installer multilingual (MUI) AdbeRdrUpd11007_MUI.msp

    Adobe Reader 11.0.08 - all languages AdbeRdrSecUpd11008.msp security update

  • Problems with Adobe Reader and Flash Player

    I have IE 9 on Vista SP 2 that I was using the latest versions of Adobe Reader X (10.1.8) and 64-bit Flash Player.  When I try to open a file off of websites, I get a message that I need to download Adobe Reader or Adobe Flash Player.  I checked using the tools from the Adobe site, and both are installed correctly.  I can also open Adobe Reader and Flash files that I have stored on the computer.  It is a new problem on the two Adobe products in the past week.  Ironically, I have four computers with four different versions of operating system and IE.  10 IE with Windows 7 is also not identification Reader or Flash.  I also ran scans of complete system with Norton 360 and Power Eraser and found no problem.  I can't find a solution to these problems and the Adobe site has 'High Volume' so I don't know if I could even get help through Adobe directly.  It is the first time ever I have had problems with any Adobe application and use the Internet for literally his first days.  Any help would be appreciated.  I can be reached at [email address removed] although I can be gone for an hour later today.  Thanks in advance.

    Regarding Flash Player, see

    About Adobe Reader, make sure you run IE10 / IE11 in 32-bit mode.

    See also http://helpx.adobe.com/acrobat/kb/epm-support-acrobat-products.html

  • "There was a problem reading this document (15)", and I could not remove one of my pages. It's never happened before.

    I tried to delete some of my pages. but I did not like he showed it: there was a problem reading this document (15), how I could solve it?

    Sometimes if you again save the document, close it, then reopen it, you can work around this problem. Re-register it will sometimes seem to resolve corruption as long as the file is readable.

  • Seen Truble reading and echoing using PHP in HTML. Variable scope problem possible?

    Hey guys,.

    Thanks for your help always well informed! Today, I work with the text to a text file in a table HTML with PHP. I can't get the data to display correctly, I think it has something to do with the scope of variables, but I'm not sure. Here's the code I'm struggeling with that:

    <table width="357" border="1" cellspacing="0" cellpadding="0">
      <tr>
        <td width="165">Pizza 1</td>
        <td width="186"><? echo  $price['0']; ?></td>
      </tr>
      <tr>
        <td>Burger 1</td>
        <td><? echo $price['1']; ?></td>
      </tr>
      <tr>
        <td>Drink 1</td>
        <td><? echo $price['2']; ?></td>
      </tr>
    </table>
    

    In the above PHP (not shown), the $price array is properly filled (I tested in echoing every bit line-by-line), but at the moment where we enter the HTML code, it seems that the table is empty or is not love how I am the appellant. Made in the scope of a PHP variable with the closing end '? ">" tag? Am I missing something? Below is the full code:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    body {
        background-color: #333;
        color: #FFF;
    }
    </style>
    </head>
    
    <body>
    <?php
    $menu=fopen("prices.txt","r") or exit("Unable to open file!");
    $price=array();
    $priceposition=null;
    $tempstring;
    
    //This loop does all of the READING and populating of variables
    while(!feof($menu))
      {
        //Check to see if this is the first pass, if not add one to the array possition
        if ($priceposition==null){
            $priceposition=0;
            }
        else{ 
        $priceposition++;
        }
        
        //populate the temparary string
        $tempstring = fgets($menu);
        
        //Populate the array if the temporary string is not a comment
        if(substr($tempstring,0,2) != "//"){
            $price['$priceposition']= $tempstring;
            echo $price['$priceposition'];
        }
      }
      //End of reading loop
      
      
    fclose($menu);
    ?>
    <table width="357" border="1" cellspacing="0" cellpadding="0">
      <tr>
        <td width="165">Pizza 1</td>
        <td width="186"><? echo  $price['0']; ?></td>
      </tr>
      <tr>
        <td>Burger 1</td>
        <td><? echo $price['1']; ?></td>
      </tr>
      <tr>
        <td>Drink 1</td>
        <td><? echo $price['2']; ?></td>
      </tr>
    </table>
    </body>
    </html>
    

    and you can run the code on my server to test here: christianstest.info/phptest/readwritetesting/readtest.php

    Thank you guys!

    Try to change this-

    fclose ($menu);

    on this subject.

    fclose ($menu);

    ECHO '.

    « ; exit(print_r($price)) ;

    et voir ce que vous obtenez.

  • global variable functional to read and write data from and to the parallel loops

    Hello!

    Here is the following situation: I have 3 parallel while loops. I have the fire at the same time. The first loop reads the data from GPIB instruments. Second readers PID powered analog output card (software waveform static timed, cc. Update 3 seconds interval) with DAQmx features. The third argument stores the data in the case of certain conditions to the PDM file.

    I create a functional global variable (FGV) with write and read options containing the measured data (30 double CC in cluster). So when I get a new reading of the GPIB loop, I put the new values in the FGV.

    In parallel loops, I read the FGV when necessary. I know that, I just create a race condition, because when one of the loops reads or writes data in the FGV, no other loops can access, while they hold their race until the loop of winner completed his reading or writing on it.

    In my case, it is not a problem of losing data measured, and also a few short drapes in some loops are okey. (data measured, including the temperature values, used in the loop of PID and the loop to save file, the system also has constants for a significant period, is not a problem if the PID loop reads sometimes on values previous to the FGV in case if he won the race)

    What is a "barbarian way" to make such a code? (later, I want to give a good GUI to my code, so probably I would have to use some sort of event management,...)

    If you recommend something more elegant, please give me some links where I can learn more.

    I started to read and learn to try to expand my little knowledge in LabView, but to me, it seems I can find examples really pro and documents (http://expressionflow.com/2007/10/01/labview-queued-state-machine-architecture/ , http://forums.ni.com/t5/LabVIEW/Community-Nugget-2009-03-13-An-Event-based-messageing-framework/m-p/... ) and really simple, but not in the "middle range". This forum and other sources of NEITHER are really good, but I want to swim in a huge "info-ocean", without guidance...

    I'm after course 1 Core and Core 2, do you know that some free educational material that is based on these? (to say something 'intermediary'...)

    Thank you very much!

    I would use queues instead of a FGV in this particular case.

    A driving force that would provide a signal saying that the data is ready, you can change your FGV readme...  And maybe have an array of clusters to hold values more waiting to be read, etc...  Things get complicated...

    A queue however will do nicely.  You may have an understanding of producer/consumer.  You will need to do maybe not this 3rd loop.  If install you a state machine, which has (among other States): wait for the data (that is where the queue is read), writing to a file, disk PID.

    Your state of inactivity would be the "waiting for data".

    The PID is dependent on the data?  Otherwise it must operate its own, and Yes, you may have a loop for it.  Should run at a different rate from the loop reading data, you may have a different queue or other means for transmitting data to this loop.

    Another tip would be to define the State of PID as the default state and check for new data at regular intervals, thus reducing to 2 loops (producer / consumer).  The new data would be shared on the wires using a shift register.

    There are many tricks.  However, I would not recommend using a basic FGV as your solution.  An Action Engine, would be okay if it includes a mechanism to flag what data has been read (ie index, etc) or once the data has been read, it is deleted from the AE. 

    There are many ways to implement a solution, you just have to pick the right one that will avoid loosing data.

  • Questions about serial port read and write at the same time

    Hi I create a user interface for the communication serial port, where there are essentially 2 front panels, where the user enters commands one and the other where the prints of UART is delivered. I thought initially using a state machine but the reading and writing may be independent sometimes and so I can't rely on States. I searched a bit on the forum and he left me even more confused. Help, please.

    (1) in a thread that sessions visa duplicated has been used for writing and reading at the same time, is it recommendable? How will this affect performance?

    (2) essentially when the vi is reading data are it must constantly view as well, however, someone said that it takes too much memory to use shift registers, so how do I go about this? If using a State in queue after the loop of reading it affects the playback loop and be sequential?

    In addition anyway is to move the cursor to the latest data from the indicator

    (3) for the control of the user input, assumes that the user has entered an order in the control and press ENTER, then writing visa is launched, but if it comes in another string and press enter then write must be called again... is - it possible? will detect the previous commands in the control of compensation?

    (4) according to my understand the expectation for the event do not monopolize resources and writing can go in parallel, am I right?

    Thank you. I have attached a very basic vi which took me to the point, but I want to make it more robust. Please help especially in the part of the user interface.

    su_a,

    (1) you can have only one session to a port. Several UART can handle full duplex so performance is not affected.  At flow rates of high data and large amounts of data, buffering and latencies of BONE can become a problem.

    (2) who told you that shift registers using too much memory? Shift registers are usually the best way to transfer data from one iteration to another. String concatenation inside a loop (registry to offset or not) causes the chain to develop and may require re-allocation of memory.  Your VI never clears the string so its cold length become very large.

    Generally, you do not have an active cursor on an indicator.  If you want to always display the most recently received characters and turn on the vertical scroll bar use a property node to keep scrolls to the bottom.  This can be annoying for users if they attempt to manually move the scroll bar and find that the program continues to move it back automatically.

    (3) if the user has changed the value in the chain of command, when he hits enter the modified value event fires.  Simply strike brace does not change the value and does not trigger the event.  Not control need to be erased, but the value that he has to change.  If you want to send the same command again, have a button send a command may be a better choice.

    (4) write is a case of the event.  It is not in parallel with anything.  The structure of the event do not monopolize resources.  The other loop will run while it waits.

    The event loop will not stop when you press the STOP button. Probably it wll take two command: change events of value after JUDGMENT before any loop stops.  Replace the Timeout event (which never expires) with a STOP: value change event and a real wire of this judgment to the Terminal endpoint.  Remove the local variable.  Make mechanical locking when released.

    Lynn

  • Reading and writing a file

    I'm trying to read and write to a file so that I can store a string array and a double in my application, but I came out a few problems; Firstly when I put my path in the constant path he will say that the file is not there never be (so I have to force the issue and when the application requests a file I have to browse and add files), secondly when I run the program and it reads in the file it does not display the strings or double immediately instead , I must hit the submit button and what they finally, finally arrive when I reset my values in the .txt files and put in my thong and double and press on submit table jumps in one place and starts at index 1 (array [1]) if anyone can help I would appreciate it a lot.

    Here is my code:

    That's what I wanted to say on the structure of the event and it should take your second problem.  I don't see the third one.  I saw no flicker, but I have a slight vision problem which means I do not waver.  So he can sparkle.  Or maybe not.

  • Time problems Syncro and hp Advisor does not.

    Well, I had problems lately, and one of them goes down time syncro. I tried to make the prompt for syncro and do not work.  My computer is a HPa630f.  I keep getting some time is not well actually my time shows that it is.

    Second prob is just started coming up with the hp Advisor

    event name clr203 prob

    Siganture04 mscorlib

    signature prob system. I.O.FileLoadException

    Event Viewer.

    Activation context generation failed for "C:\Program Files (x 86) \Hewlett-Packard\HP. Load Assembly Microsoft.VC90.CRT, processorArchitecture = "x 86" publicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "9.0.30729.4148' is not found. Please use sxstrace.exe for detailed diagnosis.

    Application

    source of event side by side 33 id

    Hello

    Flymar01 wrote:

    Mine is HP a6530f.  I looked on my computer and it was on the list.  Mine is vista 64.  Yes internet time sorry.  I have another question which is supported right now as well.  Which would not interfere with it?

    Try a different time server. Take a read of the present. The hyperlink goes to a well written explanation of how to deal with issues of internet time.

    Kind regards
    ERICO

  • Problem reports and solutions providing incorrect information because of Adobe.

    There seems to be a problem with Adobe Reader X generating a crash and an error when it is stopped. Windows "problem reports and solutions" said Adobe updates are available, but they are not and the version of the player is the last. This question is also on the Adobe forums.

    In reality, Adobe Reader seems to work OK so why it generates this error I do not know.

    This is the Windows error reporting,

    Signature of the problem
    Problem event name: APPCRASH
    Application name: AcroRd32.exe
    Application version: 10.1.1.33
    Application timestamp: 4e64e4e2
    Fault Module name: AcroRd32.dll
    Fault Module Version: 10.1.1.33
    Timestamp of Module error: 4e64f98b
    Exception code: c0000005
    Exception offset: 000218f8
    The system version: 6.0.6002.2.2.0.768.3
    Locale ID: 2057
    Additional information 1: fd00
    More information 2: ea6f5fe8924aaa756324d57f87834160
    Additional information 3: fd00
    Additional information 4: ea6f5fe8924aaa756324d57f87834160

    See,
    http://forums.Adobe.com/message/4028803#4028803

    I run Vista and MSE only and tried Adobe Reader X on a clean install with the same error.

    Hello

    You can see this article which talks about known issues with drive X.
    http://kb2.Adobe.com/CPS/877/cpsid_87775.html

    See also:

    http://kb2.Adobe.com/CPS/860/cpsid_86063.html

    If the problem persists, contact support Adobe as mentioned above.

  • Read and write in a PARAM. CMI file?

    Hello

    I have a problem with the reading and writing of a PARAM. CMI file. If I remove the "Section" block at the top and move the first element to the top, I can read very well but I can't get past the sections.

    Section ex: "[Core]" if I delete that and everything move upwards no problemo. Any help would be appreciated.

    Yes. Oops. It was the air code. You would use URLLoader and URLRequest instead of FileStream and file. My bad. For example, if you have done the URLRequest thing and got your file in a first function URLLoader I gave you become:

    private void loadCMIFile(evt:Event):void {}

    var cmiLoader:URLLoader = evt.currentTarget as URLLoader;

    try {}

    parseCMI (cmiLoader.data);

    } catch (err: error) {}

    trace (err.name, "\rUnable to parse the selected file." + err.message);

    }

    var lessonStatus:String = "Lesson_Status."

    trace (CMI [lessonStatus]);

    }

    Just parsing the text, we can make an object or an XML in flash that contains the data in a readable way, but if you want to rebuild the IJC to Flash file so you will need to know what these headers. I mean if there is no information and they are not text, you will need to know the number of bytes that they are and then put aside in a ByteArray so that you can transfer them on your later output file. Or you need to find the specifications of file for them - they could be full of location bytes or ID tags or who knows.

    Assuming that we have to fear is the analysis, I would like to make a suggestion. Maybe you want your data to a XML in Flash:

    private var cmiXML:XML =

    ...

    ...

    To save time to look for keywords, you can configure a set of vectors that contain

    private const cmiCore:Vector. = new ["Student_ID', 'Student_Name',"Output_File"... etc.];

    private const cmiCoreVendor:Vector. = new ["CoursePath"];

    private const cmiEvaluation:Vector. = new ["Course_ID', 'Comments_File', 'Objectives_Status_File'];

    etc...

    Then you can read like this:

    private void parseCMI(string:String):void {}

    analyze the main

    for (var i: int = 0; i< cmicore.length;="" i++="">

    var regExp:RegExp = new RegExp (cmiCore [i] + "=");

    If (regExp.test (string) {}

    cmiXML.core.child (cmiCore [i]) = extract (string, regExp);

    }

    ]

    }

    private void extract(str:String,_re:RegExp):String {}

    var value: String = str.substr (str.search (re));                    makes a string that starts after the "equal" sign

    value = value.substring(0,value.search(/[\r\n]/);           cut the string at the first jump of line or return transport

    Returns the value;

    }

Maybe you are looking for