MP4 encodes fail when output size is greater than 4GB, AME CC 2014.2 (8.2.054)

I have a jpeg image sequence about 45 min long at 30fps.
Using AME CC (7.2.2.29) I can successfully encode to MP4, CBR at 18 Mbps. File size is about 5.53 GB.
Using AME CC 2014.2 (8.2.054), with the identical preset (migrated directly from previous AME), the resulting file is unplayable.
AME CC 2014 gives following warning at the end of the encode:
- Source File: /Volumes/LS-GRAID-8TB-1/DDL_video/Output/1_Frames/2_Current/102-204-C01-CallanderVeryGold _16bit/102-204-C01-CallanderVeryGold_16bit_[00000-82441].jpg
- Output File: /Volumes/LS-GRAID-8TB-1/DDL_video/Output/2_Encode/1_Review/102-204-C01-CallanderVeryGold_ 16bit.mp4
- Preset Used: DDL-MP4-CBR18
- Video: 1920x1080 (1.0), 30 fps, Progressive, 00:45:48:02
- Audio:
- Bitrate: CBR, Target 18.00 Mbps
- Encoding Time: 00:55:28
01/19/2015 03:33:17 PM : File Encoded with warning
Adobe Media Encoder
Could not write XMP data in output file.
When I either reduce the bit rate OR reduce the work area, so that the final output file is under 4GB  (or more specifically, under approximately 4,096,000,000 bytes), I do not get the XMP warning, and the final file is playable.
Again, please note that the previous version of AME CC does not have this problem when using an identical preset on identical source, so it does not seem to be a problem with the source frames or the output format chosen, it seems to be an issue with the current build of AME.
Is there a solution to this issue?
thanks

I have had the exact same problem, I am now trying to encode with audio. ( I also did not need audio ).
My file size and bit rate is a little higher . and using VBR not CBR but it is a mp4 encode and exact same problem, unplayable.
I am now trying an encode with audio on at lowest possible rate, to see if it assembles the video correctly.
I can confirm the work around, With AUDIO on, the export works.
BTW: also tried the sequence directly in Premiere 2014.2 and same error.
-----:LOG:-----
03/06/2015 08:19:46 AM : Queue Started
- Source File:Adobe Premier Edit_1.prproj
- Output File: FullRez1080_59.94fps_VBR10-50_noAudio.mp4
- Preset Used: Custom
- Video: 1920x1080 (1.0), 59.94 fps, Progressive, 02;53;33;46
- Audio:
- Bitrate: VBR, 1 pass, Target 10.00 Mbps, Max 50.00 Mbps
- Encoding Time: 03:40:33
03/06/2015 12:00:19 PM : File Encoded with warning
Adobe Media Encoder
Could not write XMP data in output file.
03/06/2015 10:12:51 PM : Queue Started
- Source File: Adobe Premier Edit_6.prproj
- Output File:FullRez1080_59.94fps_VBR_20-50.mp4
- Preset Used: Custom
- Video: 1920x1080 (1.0), 59.94 fps, Progressive, 02;53;33;14
- Audio: AAC, 16 kbps, 8 kHz, Mono
- Bitrate: VBR, 1 pass, Target 20.00 Mbps, Max 50.00 Mbps
- Encoding Time: 05:11:45
03/07/2015 03:24:36 AM : File Successfully Encoded
Machine:
Mac Pro 6,1
12-Core Intel Xeon E5
64GB RAM

Similar Messages

  • Is it possible to make a calculated field only appear when the result is greater than 0?

    I am using Adobe Acrobat X Standard.  I have created a form that has caculated fields.  However, the fields always show the "$0.00" when it doesnt have anything to calculate.  I would only like a result to appear in this field when the result is greater than 0.  Is this possible?

    The use of currency and percentage signs always behave this way since the display format is a character string and not a plain number.
    You will have to use some custom JavaScript in the Custom JS calculation, the custom format format, or the validation script.
    There is not a lot of documentation for this, but Acrobat JavaScripting Guide Version 6 has some infromation about usin the AFNumber_Format built-in function.
    If your users are using version 8 or below, you will need to adjust the format of the field.

  • Formatting external drive for read/write PC/Mac & files greater than 4GB

    I'm on Snow Leopard and deliver an external drive off-site to a video editor who needs to read/write to the drive and return the edited files and then I need to read/write all over again. All video files are greater than 4GB. How would I go about this? Third party applications like MacDrive create too much overhead when processing video files. FAT32 limits file sizes to 4GB.

    Hi WillDuffy;
    Your requirement of files greater than 4GB eliminates FAT.
    In your case since you don't have access to the PC, I am afraid you are forced to use the NTFS. This will require you to use the reverse engineered effort called NTFS-3G to be able to write to the disk from your Mac. Sorry.
    Allan
    Message was edited by: Allan Eckert

  • Call to FM 'RSPO_FRONTEND_PRINTERS_FOR_DEV' fails when output is triggered

    Hi,
    In my Smartforms driver/print program for deliveries, I am using a function module 'RSPO_FRONTEND_PRINTERS_FOR_DEV' to fetch the list of front-end printers.
    When i try to print the delivery output from vl03n by using 'Issue Delivery Output' option, I can print the output to the designated printer whose value is fetched from this FM 'RSPO_FRONTEND_PRINTERS_FOR_DEV'.
    But when i try to print the output by triggerring the output type (using 'Repeat output' from delivery), the FM 'RSPO_FRONTEND_PRINTERS_FOR_DEV' is failing to fetch the list of printers, and is sending
    an error message to SAP inbox saying 'cannot read the list of printers'.
    When i further debugged the FM 'RSPO_FRONTEND_PRINTERS_FOR_DEV' when triggerring the output by using "Repeat output' option, i could see that inside this FM, it is calling another RFC/FM 'RSPO_LIST_FRONTEND_PRINTERS' destination 'SAPGUI' and one more with destination 'LOCAL_PRINT', where both this calls are failing in this scenario. But the same function calls to this FM 'RSPO_LIST_FRONTEND_PRINTERS' destination 'SAPGIU'/'LOCAL_PRINT' are working correctly when i try to print the docuemnt using 'Issue Delviery Output' option.
    If you look into the code of FM 'RSPO_LIST_FRONTEND_PRINTERS', there is no code inside this FM. It is just a remote function call.
    Can you please let me know how can i retrieve the front-end printers in this scenario (scenario: when output/print is triggered by using 'Repeat output')...???
    Thanks!

    Hi,
    In my Smartforms driver/print program for deliveries, I am using a function module 'RSPO_FRONTEND_PRINTERS_FOR_DEV' to fetch the list of front-end printers.
    When i try to print the delivery output from vl03n by using 'Issue Delivery Output' option, I can print the output to the designated printer whose value is fetched from this FM 'RSPO_FRONTEND_PRINTERS_FOR_DEV'.
    But when i try to print the output by triggerring the output type (using 'Repeat output' from delivery), the FM 'RSPO_FRONTEND_PRINTERS_FOR_DEV' is failing to fetch the list of printers, and is sending
    an error message to SAP inbox saying 'cannot read the list of printers'.
    When i further debugged the FM 'RSPO_FRONTEND_PRINTERS_FOR_DEV' when triggerring the output by using "Repeat output' option, i could see that inside this FM, it is calling another RFC/FM 'RSPO_LIST_FRONTEND_PRINTERS' destination 'SAPGUI' and one more with destination 'LOCAL_PRINT', where both this calls are failing in this scenario. But the same function calls to this FM 'RSPO_LIST_FRONTEND_PRINTERS' destination 'SAPGIU'/'LOCAL_PRINT' are working correctly when i try to print the docuemnt using 'Issue Delviery Output' option.
    If you look into the code of FM 'RSPO_LIST_FRONTEND_PRINTERS', there is no code inside this FM. It is just a remote function call.
    Can you please let me know how can i retrieve the front-end printers in this scenario (scenario: when output/print is triggered by using 'Repeat output')...???
    Thanks!

  • Export to Text failing when Report height is more than 23 inches

    I have a problem while exporting to Text, when report height is more than 23 inches. It's failing with "an unhandled exception occurred in crw32.exe [3856]"
    Both Crystal Reports 2008 and Crystal Reports XI Release 2 are failing. Export to PDF is working fine.
    I am trying to design a lengthy report and export to text.
    I searched in forum with out any results.
    It would be great, if some body can point me in right direction. Thank you.
    Regards,
    Raveendra

    Hi Raveendra
    To work around this error message, disable DEP by performing the following steps:
    1. Click Start > Settings > Control Panel.
    2. Double-click 'System'. The "System Properties" dialog box appears.
    3. Click the 'Advanced' tab.
    4. Click 'settings' under 'performance'.
    5. Click the 'Data Execution Prevention' tab
    6. Select 'Turn on DEP for all programs and services except those I select:'.
    7. Click 'Add'.
    8. Browse for the application CRW32.exe. This file is located in:
    C:\Program Files\Business Objects\Crystal Reports 12\
    9. Select CRW32.exe and click 'Apply'.
    10. Click 'OK' to close the 'System Properties' dialog box.
    11. Log on as an Administrator and start Crystal Reports.
    Now try to export report to the text format and observe the behavior.
    Regards
    Girish Bhosale

  • Page Orientation wrong when Paper Width is greater than Height

    This is ridiculous.  I have been trying to get this bug fixed for a very long time.  I was told it was fixed in FP2.3, 2.4, 2.5, 2.6, 2.8, and now 2.9.  See topic:  Custom Paper Size & Orientation Problem.  Other topics also talk about this problem.
    I purchased a support issue (order 4239646711) to get help back in March 2010.  I believe it was closed as fixed in 2.6 without a programmer ever seeing it.  I did get to speak to a couple of guys in India in the middle of their night.
    This problem is simple but causes much trouble when printing labels on a label printer.  I'm trying to print a 3 inch wide by 1 inch high label on a spool.  I've done this for years with Crystal 6, 7, 8, 9, 10, and 11.  I have thousands of users and I'm telling them all to stay with Crystal 10 or Crystal 11 because you won't fix this problem. 
    I need a fix in the CR 2008 Runtime.
    THE PROBLEM:  If the page size is wider than it is high, CR 2008 forces the Orientation to Landscape even though the report says Portrait.

    I don't believe this is related to the printer driver but I'm using a Datamax E-4203 - Seagull Driver: Datamax DPL Driver Version 7.1.8.  The same driver works fine with Crystal 11 and Crystal 10.
    I'm not sure if this is a Custom Paper size but it is not the default paper for the printer.  I have selected it from about 30 paper sizes that the driver shows (it's in about the middle of the list).  I have never tried to change the paper size in my program  - I always use the default paper that has been set in the driver.
    I don't believe the problem is in my code because your viewer has the same trouble.  The label displays perfectly on the screen but if you hit the print button, it's flipped landscape and prints sideways.
    Ask your developer to look at this code:
    The u201CQueryPageSettingsEventHandleru201D (among others) was added after CR11.5, and it has some code that basically looks for a width > height, and sets the orientation to Landscape. The method u201CQueryPageSettingsu201D is what causes all the headache.
    public static void QueryPageSettings(QueryPageSettingsEventArgs e, PageObject page)
    if (page == null)
    e.Cancel = true;
    else
    e.PageSettings.Landscape = page.PageOrientation == PaperOrientation.Landscape;

  • Schedule line getting confirmed when Ordered Quanity is greater than stock.

    Hi Sap Gurus,
    We have an issue in one of the sales scenario.
    In one of the sales orders the ordered quanity is purposely maintained greater than the stock at respective storage location(batch managed).
    In this case the schedule line should not get confirmed and it should not allow delivery document creation.
    But in the sales order the schedule lines are geeting confirmed and even the delivery document is getting created with picking request completion.
    Could you please help to understand :
    1.  why the schedule lines are getting confirmed when ordered quantity > Inventory?
    2. How do I stop delivery document creaton in this scenario?
    Looking for a quick response.
    Thanks in advance,
    Bhaskar

    Hello Bhaskar,
    Is Availability Check in your system considering Replenishment Lead time, if yes, then this is possible.
    Check this IMG Link:
    IMG - Sales and Distribution - Basic Functions - Availability Check and Transfer of Requirements - Availability Check with ATP Logic or Against Planning - Carry Out Control For Availability Check
    Here check the RLT settings.
    Also check settings under In/Outward Movements, where things like include Purchase Order can lead to confirmation of stock in Sales Order, despite physical inventory being present.
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • SAP Table index size is greater than the size of the actual table

    Hello Experts,
    We are resolving an issue related to database performance. The present database size is 9 Terabytes. The analysis of response times through ST03N shows that the db time is 50% of the total response time. We are planning to reorganize the most updated tables (found from DB02old tx).
    Here we see that the size of the index for a table is greater than the actual size of the table. Is this possible, if yes then how can we reorganize the index as it does not allow us to reorganize the index using brspace command.
    Hope to hear from you soon, and if any additional activities you can suggest to improve the performance of the database will be appreciated.
    Thank you

    Hi Zaheer,
    online redef may help you (for a little while) , but also check WHY the index became fragmented.
    Improper settings can bring the index fragmented again and you have reoccuring reorg needs.
    i.e.
    check if PCT_INCREASE >0 if you are using Dictionary Managed Tablespaces or locally managed tablespaces  that uses a "User" allocation policy. Set it to 0 to generate uniform next extents in the online reorg.
    select
                SEGMENT_NAME,
                SEGMENT_TYPE,
                round((NEXT_EXTENT*BLOCKS)/(EXTENTS*BYTES))*(BYTES/BLOCKS),
                PCT_INCREASE
            from
                DBA_SEGMENTS
            where
                OWNER='SAPR3'
            and
                SEGMENT_TYPE in ('INDEX',
                                'TABLE')
            and
                PCT_INCREASE > 0
            and segment_name in ('Yourtable','Yourindex')
    In the following cases, it may be worthwhile to rebuild the index:
         --> the percentage of the space used is bad - lower than 66%: PCT_USED
         --> deleted leaf blocks represent more than 20% of total leaf blocks: DEL_LF_ROWS
         --> the height of the tree is bigger than 3: HEIGHT or BLEVEL
    select
      name,
      '----------------------------------------------------------'    headsep,
      'height               '||to_char(height,     '999,999,990')     height,
      'blocks               '||to_char(blocks,     '999,999,990')     blocks,
      'del_lf_rows          '||to_char(del_lf_rows,'999,999,990')     del_lf_rows,
      'del_lf_rows_len      '||to_char(del_lf_rows_len,'999,999,990') del_lf_rows_len,
      'distinct_keys        '||to_char(distinct_keys,'999,999,990')   distinct_keys,
      'most_repeated_key    '||to_char(most_repeated_key,'999,999,990') most_repeated_key,
      'btree_space          '||to_char(btree_space,'999,999,990')       btree_space,
      'used_space           '||to_char(used_space,'999,999,990')        used_space,
      'pct_used                     '||to_char(pct_used,'990')          pct_used,
      'rows_per_key         '||to_char(rows_per_key,'999,999,990')      rows_per_key,
      'blks_gets_per_access '||to_char(blks_gets_per_access,'999,999,990') blks_gets_per_access,
      'lf_rows      '||to_char(lf_rows,    '999,999,990')||'        '||+
      'br_rows      '||to_char(br_rows,    '999,999,990')                  br_rows,
      'lf_blks      '||to_char(lf_blks,    '999,999,990')||'        '||+
      'br_blks      '||to_char(br_blks,    '999,999,990')                  br_blks,
      'lf_rows_len  '||to_char(lf_rows_len,'999,999,990')||'        '||+
      'br_rows_len  '||to_char(br_rows_len,'999,999,990')                  br_rows_len,
      'lf_blk_len   '||to_char(lf_blk_len, '999,999,990')||'        '||+
      'br_blk_len   '||to_char(br_blk_len, '999,999,990')                br_blk_len
    from
      index_stats where index_name = 'yourindex'
    bye
    yk

  • Input required - when line size exceeds more than 1023

    hi all,
    in my ouput i have to display 64 fields which exceeds the length of 1023. if i enter greater than this value it is showing syntax error like max line size is 1023.so what shall i do in this case.
    thanks,
    maheedhar.t

    Hi
    U have to split the line.
    If you show list created by yourself, it should be better to use the ALV functions, they'll automatically sets the layout in order to produce a list no longer than 1023 and the user can choose which fields to be hidden.
    If you needs to show all fields, u have to split the line and show the fields in several lines (perhaps 2 lines are enough).
    Max

  • Premiere Pro/Media Encoder fail when exporting something with AE linked?

    Hey all, I do some video production work for a university, and we're running into some problems when trying to export all the videos from a particularly large course.  We haven't run into this issue before so I'm hoping someone might have knowledge of it and can help me out.
    Here's some background-
    I'm trying to export videos, about 20 minutes each.  Each video has an opening sequence and closing sequence that were created in After Effects and are Dynamic linked in the right spots on the timeline.
    We're encoding with Vimeo HD 720p 29.97 settings.
    Media Encoder gets through one pass seemingly just fine, and then a little after halfway through encoding it stops (doesn't crash, just stops encoding any further) and crashes when attempting to stop the queue.
    It's a pain to export from After Effects and re drag in all the sequences, so our workflow keeps all exporting Premiere -> Media Encoder.
    EDIT: Can't believe I forgot to mention this- works fine exporting directly from a timeline in Premiere, it's only when Media Encoder is used that issues arise- but it's unfeasible to export 30 videos from the timeline.
    EDIT: Done some more testing over the course of the day.  I can add After Effects files to a AME queue and encode them with the Vimeo settings and it makes it through both passes, correctly exporting the videos.  It just doesn't work when those same compositions are exported as linked compositions in a Premiere Pro timeline.
    Some things I've tried with no success:
    Exporting the After Effects files separately does not work, it hangs even if only exporting the after effects segments.(20 seconds each).
    I've turned off CUDA and done software only, still hangs.
    I've tried dragging/adding from Media Encoder/any number of different workflows to get the sequences from Premiere to After Effects.
    I've tried exporting with different settings: (e.g. non Vimeo HD 720p 29.97), still hangs (doesn't even start encoding, doesn't get halfway).
    Any ideas?

    I experienced this at one point.  Searching the WEB I saw suggestions that there was a problem with a recent version of Quicktime.  (I have no idea why the quicktime player would have an impact.)  However, reverting to an earlier version of Quicktime fixed the problem.  Search this board using quicktime as a search phase.  The quicktime web site allows you to download the earlier versions.  I'm not at my editing machine, but I believe that I am at version 7.5.2.

  • HWIC-2FE fails to pass ping packets greater than 449 in slots 0,1 on 3845

    When we install an HWIC-2FE card in slot 0 or slot 1 of a 3845, the interface fails to pass any ping packet greater in size than 449 bytes.  It works fine up until that limit is reached, but then fails completely on a larger size packet.  If we move to slot 3 or slot 4 on the 3845, the card works just fine!  I have looked through the cisco official bug tracker for HWIC-2FE, but could not find a similar symptom listed.  We're running advanced ip services 12.4(24)T7 code on the routers.  We're wondering if anyone else has encountered similar problems and may know if there's a software fix or if this is a platform problem with the 3800 series.  Thank you for your time.

    I'd be tempted to accept your response, but it doesn't explain why the card works when moved to another slot, without making any other changes.  My impression is there's some kind of hardware/asic problem with those slots in the 3845.

  • Time machine keeps growing in size or backing up a size far greater than it

    Apologies if this is covered elsewhere but after hours of searching I still haven't been able to find a resolution which is actually fixing my problem.
    When my time machine tries to back up the size of the back up just keeps growing and growing - a problem which has been reported several times but none of the solutions are fixing the problem for me. I've completely reset time machine (disconnect external hard drive, deleting the preferences from ~library/preference, then reset up with my exclusions) and the problem just reappeared.
    I've gone through this routine several times and in most cases had no joy. On one occasion I thought the problem had been resolved as it did the initial backup and then a couple of hourly backs and then suddenly it returned a message saying it had insufficient space (trying to back up 470GB but disk only has 300GB available) which was just ridiculous as the full back up size was under 50GB.
    I've verified the disk on several occasions and it always comes up clean. In a fit of desperation I've even tried reformatting the external drive with no improvements
    I'm at the point of deleting time machine from my laptop and going back to the old Backup program. Can anyone offer any thing else I could try.

    Hi, and welcome to the forums.
    Have you Verified your internal HD (and Repaired any externals that are also being backed-up)?
    If so, it's probably something damaged or corrupted in your installation of OSX. I'd suggest downloading and installing the 10.6.4 "combo" update. That's the cleverly-named combination of all the updates to Snow Leopard since it was first released, so installing it should fix anything that's gone wrong since then, such as with one of the normal "point" updates. Info and download available at: http://support.apple.com/kb/DL1048 Be sure to do a +Repair Permissions+ via Disk Utility (in your Applications/Utilities folder) afterwards.
    If that doesn't help, reinstall OSX from your Snow Leopard Install disc (that won't affect anything else), then apply the "combo" again.

  • Greater than 4GB on 10G R2

    Anyone have a document that explains how to configure AWE Memory Support for 10G R2 on Windows 2003 Server?
    Or can anyone guide me on how to do this?

    Do you know where to find & how to set this registry parameter?
    It talks about this in that link you gave me but doesn't elaborate enough!
    My db_blocksize= 8192 and the server has 16GB Ram.
    "AWE_WINDOW_MEMORY, a new registry parameter specific to VLM, tells Oracle Database how much of its address space to reserve for mapping in database buffers. It defaults to a value of 1 GB, which should be suitable for most installations. If DB_BLOCK_SIZE is large, however, the default AWE_WINDOW_MEMORY value of 1 GB may not be sufficient to start the database."

  • "Encode Failed" Error HELP ASAP

    No matter what I try, how short I make the file name, even taking the title out, I STILL get the error message "Encode failed" when I am trying to Build my project. I have 2 movie files I HAVE to get onto a DVD tonight or tomorrow morning at the latest. I will have a menu file I would perfer to use, but if not i'm fine with the 2 videos just playing right after eachother. It is for a permiere and I HAVE to test a DVD (the only format they will accept) at the small theater.
    HELLLLLLP!!!!
    I am using Encore CS4 for the first time so PLEASE dumb it down for me Thanks
    Spikeadellic

    More on Roxio, and a different link in case the one Stan posted has gone dead as companies "prune" old stuff
    http://forums.adobe.com/thread/1309029
    http://corel.force.com/roxio/articles/en_US/Master_Article/000012592-PX-Engine-Description -and-Download

  • "encode failed" while trying to transcode squences

    I've been working on a dvd project for the company I work for and have gotten stuck.  I have created all of my squences in Premiere CS4 and now I am ADL all of the sequences into my Encore file.  I have 11 seqences, 1 is a menu background video, 1 is an intro video that plays at the begining and the other 9 are chapter playlists. I have to menus, 1 basic menu with play all button chapter button and introduction button to view intro agian. My project settings are on the default dvd settings.  My videos have a mixture of new HD footage and SD footage.  7 of the 11 sequences will transcod but the last 4 wont.  I have tried to empty media cache and restart but it doesn't work.  I have gotten it to trancode all before but then my boss wanted some of the sequences changed so I did, deleted the old trancoded file in encore and ADL again, but "encode failed" when trancoding.   Any advice?
    -aaron

    Exporting as Jim suggests is a good workaround and troubleshooting method, is the way we all had to work before dynamic link, and is sometimes the only way.  But I wouldn't give up on DL yet.
    I have gotten it to trancode all before but then my boss wanted some of the sequences changed so I did, deleted the old trancoded file in encore
    The correct method for each changed sequence is to select the sequence in the Encore project panel, "revert to original," at which point it updates to the new Premiere version, and then proceed.  Deleting and re-adding risks confusing Encore with the same name.  This can lead to corruption of the project, and even importing assets that are not dynamically linked may not work.
    Worst case: Save your menus, and restart from scratch.  New Encore project with a different name that before.
    I would export (as Jim suggests) from Premiere, but only the sequences that were changed.  Use a different name from the one used before.  (This should not matter, since one is a DL and the other an actual file, but I would eliminate that as any issue.  Encore retains stuff in its directories, and you often have no idea what has messed the project up.)
    the other 9 are chapter playlists.
    What does that mean?  Each of these 9 Premiere sequences is brought into Encore as a timeline and then chapters in it are made into a chapter playlist?  Or the 9 are brought in as timelines and are put in a playlist (not technically a "chapter playlist")?

Maybe you are looking for

  • SQL Loader (Oracle 8.1.5 on Suse 6.3) Internal Error

    Hi all, I try to insert data with SQL Loader on Linux (Suse 6.3) and get the following message: SQL*Loader-704: Internal error: ulmtsyn: OCIStmtExecute (tabhp) [-1073747572] ORA-00942: table or view does not exist The control file and data file did w

  • Passing arraylist between constructors?

    Hi guys, I've pretty new to java, and I think i'm having a little trouble understanding scope. The program I'm working on is building a jtree from an xml file, to do this an arraylist (xmlText) is being built and declared in the function Main. It's t

  • How do I prevent a website from opening another window

    A couple of websites I occasionally visit open up a second window to a spam website. I have put an entry in my Hosts file to prevent Firefox from connecting to the spam websites, so the second window is empty. However, it's still a little annoying. I

  • Nokia 5800 - USB cable connection - Frequent "Conn...

    When I connect my Nokia 5800 to PC with USB cable and try to send/recieve any data to/from it, the connection fails after 5-10s. All software form Nokia is affected. The latest PC Suite , Ovi Suite, drivers etc. are installed. With Bluetooth connecti

  • Runtime checks, multithreaded, C++ 5, dbx

    I am trying to use the runtime checking in dbx 5.0 It is a multi threaded application. When I turn on access checking I get... Enabling Error Checking... dbx: warning: The loadobject `libjava.so' is stripped, RTC may not catch all the errors signal S