MMAPI Error

Below is the Capture method's code, when called, it will throw an Error (Located Below)
Code:
public void Capture()
VideoControl vc;
Player p;
try
p = Manager.createPlayer("capture://video");
p.realize();
vc = (VideoControl) p.getControl("VideoControl");
if (vc!= null)
Form form = new Form("video");
form.append((Item)vc.initDisplayMode(vc.USE_GUI_PRIMITIVE, null));
Display.getDisplay(this).setCurrent(form);
p.start();
tmp = vc.getSnapshot(null);
catch (Exception e)
e.printStackTrace();
Error:
javax.microedition.media.MediaException: Cannot create a DataSource for: capture://video
     at javax.microedition.media.Manager.createDataSource(+116)
     at javax.microedition.media.Manager.createPlayer(+123)
     at com.picturebox.mobile.PictureboxClient.Capture(+5)
     at com.picturebox.mobile.PictureboxClient.startApp(+15)
     at javax.microedition.midlet.MIDletProxy.startApp(+7)
     at com.sun.midp.midlet.Scheduler.schedule(+266)
     at com.sun.midp.main.Main.runLocalClass(+28)
     at com.sun.midp.main.Main.main(+116)

Nokia offers a sdk for 60 series. doc says that video capture is supported. Please let me know if you succeed.

Similar Messages

  • Mmap : error: can't allocate region

    Hi everybody,
    I've encountered a problem in the save process of a document :
    Adobe InDesign CS6(14998,0xb0f0f000) malloc: *** mmap(size=16777216) failed (error code=12)
    *** error: can't allocate region
    *** set a breakpoint in malloc_error_break to debug
    Adobe InDesign CS6(14998,0xb0f0f000) malloc: *** mmap(size=16777216) failed (error code=12)
    *** error: can't allocate region
    *** set a breakpoint in malloc_error_break to debug
    Adobe InDesign CS6(14998,0xb0f0f000) malloc: *** mmap(size=16777216) failed (error code=12)
    *** error: can't allocate region
    *** set a breakpoint in malloc_error_break to debug
    (and so on...)
    Before saving my document, I created thousands and thousands (and even more) of frames, groups and various bosses.
    And while saving, InDesign crashed on this instruction :
    docFileHandler->Save(documentUIDRef, kSuppressUI);
    Do you think a really big amount of data to save in the database of the document could lead to such a crash with this symptom ?
    The solution I was thinking was slicing my transaction to several more little, and do regular saves of the document. Is it an idea that makes sense for you ?

    Thanks for the reply,
    More memory as in RAM?I have 16GB installed and on average:
    12GB free
    1.5 GB active
    1GB inactive
    As far as disk space I have 62% free on my system drive, 25% free on my raid. It's 10% fragmented.
    These crashes seem to be limited to working in 2K. SD is solid.
    Here's the .h:
    diskCache.cacheDebug = 0;
    diskCache.cacheSize = 1024;
    diskCache.cacheMemoryLimit = 1024;
    diskCache.cacheMemory = 1024;
    cache.cacheMemory = 256;
    cache.cacheMemoryLimit = 512;
    gui.doBoxColumns = 20;
    script.format = "Full";
    script.autoSaveDelay = 30;
    sys.useRenderQueue = "Qmaster";
    gui.trm=0;
    script.uncFileNames = 0;
    script.autoSaveNumSaves = 100;
    Thanks again. I'll try lowering some of the numbers.

  • Error connecting to RMAN

    Ive been tumbling with this poblem for a while, and have finally reached the point where i decided to try you folks out :)
    Im setting up backup on a 10.1 RAC installation on AIX 5.3, using netbackup through libobk.a64 connection to oracle.
    I should mention that like one time in twenty (or so) i manage to get a good connection and make a backup without failure, but mostly when i try to connect to RMAN I get the following error:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00601: fatal error in recovery manager
    RMAN-03010: fatal error during library cache pre-loading
    RMAN-10038: database session for channel default terminated unexpectedly
    RMAN-10038 has led me to believe that this problem probably have some connection to the use of libobk.a64, so i ran the sbttest utility, which resulted in the following message:
    root@aaslabdbsyd # $SBTTEST test.f -trace test.log The sbt function pointers are loaded from libobk.a(shr.o) library.
    -- sbtinit succeeded
    -- sbtinit (2nd time) succeeded
    sbtinit: Media manager supports SBT API version 2.0
    sbtinit: Media manager is version 5.0.0.0
    sbtinit: vendor description string=VERITAS NetBackup for Oracle - Release 6.0 (2005090703)
    sbtinit: allocated sbt context area of 8 bytes
    sbtinit: proxy copy is supported
    -- sbtinit2 succeeded
    -- regular_backup_restore starts ................................
    -- sbtbackup succeeded
    write 100 blocks
    -- sbtwrite2 succeeded
    -- sbtclose2 succeeded
    sbtinfo2: SBTBFINFO_NAME=test.f
    sbtinfo2: SBTBFINFO_SHARE=single user
    sbtinfo2: SBTBFINFO_ORDER=sequential access
    sbtinfo2: SBTBFINFO_LABEL=G:\aasbus01-disk-incr-0\aaslabdbsyd_1157004997_C1_F1
    sbtinfo2: SBTBFINFO_CRETIME=Thu Aug 31 08:16:37 2006
    sbtinfo2: SBTBFINFO_EXPTIME=Sun Sep 10 08:16:37 2006
    sbtinfo2: SBTBFINFO_COMMENT=Backup ID : aaslabdbsyd_1157004997
    sbtinfo2: SBTBFINFO_METHOD=stream
    -- sbtinfo2 succeeded
    -- sbtrestore succeeded
    file was created by this program:
    seed=4031348083, blk_size=16384, blk_count=100 read 100 buffers
    -- sbtread2 succeeded
    -- sbtclose2 succeeded
    -- sbtremove2 succeeded
    -- regular_backup_restore ends ................................
    MMAPI error from sbtcommand: 7501, Syntax error, space found in key word : <test sbtcommand string>
    -- sbtcommand failed
    Though I cant put my finger on the connection, i have a feeling that these two errors are connected in some way.
    Anyone seen anything like this?
    Or have a suggestion what i should do to figure things out?
    Thanks

    Hi,
    here is what oerr says about it, maybe itz helps =;-) :
    [oracle@kr01-KL1 ~]$ oerr rman 3010
    3010, 1, "fatal error during library cache pre-loading"
    // *Cause:  This message should be accompanied by other error message(s)
    // indicating the cause of the error.
    // *Action: Check the accompanying errors.
    [oracle@kr01-KL1 ~]$ oerr rman 10038
    10038, 1, "database session for channel %s terminated unexpectedly"
    // *Cause:  The database connection for the specified channel no longer exists.
    // Either the session was terminated by some external means or
    // the channel terminated because of an internal error.
    // *Action: Check for an oracle trace file for detailed information on why
    // the session terminated

  • Mmap: Cannot allocate memory

    Hi,
    I am running Berkeley DB XML 2.4.16 on Red Hat Enterprise Linux AS release 3 (Taroon Update 6).
    I have a small test program (Java) that configures the environment with the following.
    config.setAllowCreate(true);
    config.setInitializeCache(true);
    config.setTransactional(true);
    config.setInitializeLocking(true);
    config.setInitializeLogging(true);
    config.setVerbose(VerboseConfig.DEADLOCK, true);
    config.setVerbose(VerboseConfig.RECOVERY, true);
    config.setVerbose(VerboseConfig.WAITSFOR, true);
    config.setVerbose(VerboseConfig.REGISTER, true);
    config.setRegister(true);
    config.setRunRecovery(true);
    The environment data directory has a DB_CONFIG with the following single line.
    set_cachesize 1 524288000 3
    When run, it produces the following error.
    mmap: Cannot allocate memory
    PANIC: Cannot allocate memory
    unable to join the environment
    What is somewhat bizarre is that I also have a equivalent C++ application that has no problem opening the environment with even a 2.5GB cache size.
    I have also observed this on other flavors of Linux and also with earlier versions of Berkeley DB XML.
    Any insight would be helpful.
    Thanks,
    Neil
    Edited by: vannote on Apr 15, 2009 3:21 PM

    Hi Lauren,
    I can confirm that the DB_CONFIG is in the environment directory and it is indeed being read as the cache files created in the environment directory do reflect the DB_CONFIG values on a successful open.
    If I set the cache size values in the DB_CONFIG to ~1.8GB or less, the Java version of the application has no problem opening the environment. Any value larger than that, it fails with the previously mentioned mmap error.
    If I remove the DB_CONFIG and explicitly set the cache size/count in code I observe the same behavior.
    Thanks,
    Neil
    Additional Information...
    Yes, I noticed that I contradicted myself and am able to get a larger cache size today than yesterday (1.8 vs. less than 1.5). I realized my test machine is heavily resource deprived. This would not be the case on the target machine which has 16GB of RAM and plenty of swap space available and that machine can't go beyond ~1GB cache size.
    But I guess the constrained resources shouldn’t influence a file mapping on a machine with plenty of disk space as the native version of the application confirms and behaves as expected
    Edited by: vannote on Apr 16, 2009 8:01 AM - Additional Information
    Edited by: vannote on Apr 16, 2009 8:41 AM - Spelling

  • 10.4.6 Client problems with 10.3.9 Server

    First Post read lots never posted!
    I have a 10.3.9 Server with one room of 10.3.9 clients all happy all running just fine. I get new shiny machines upgrade to 10.4.6 and have to go through the rigmarole of installing and matching software etc. When I have entered all the ethernet ID's into WG manager I log out of the local user and there was the log in window, big cheers, happy days! Then we pushed the first group of users through as a test logged in fine, logout fine, login again greyed password nothing moving. Any ideas? My weekend is looking pretty dull at the moment

    Further to this problem.
    I have down graded a machine to 10.4.3 and the same problem occurs. If I restart the machine the local user account is the only one that appears. I login through that and logout again the full list of netework users reappears. I can the n login as a network user, all files and folders are there all permissions seem to be respected and the user can wwork fine.
    If you then logout and login to the local user and logout again network users are able to login again for perhaps 2 subsequent logins and then the machine hangs.
    I had a look at my AFP error log which is normally empty and soome MMAP error entry, sorry I'm at home and doing this from memory.
    I supose the ultimate answer is upgrade my server to 10.4.x but this being Botswana that could take a while. I could downgrade the Mini's to 10.3.9 but they don't seem to like that much either.
    This is all a bit wierd as I tested this with a sample machine at 10.4.5 and .6 before upgrading the room.
    Phoning Apple is not really an option here in Botswana so please feel free to wade in.
    Also found the same problem at this URL http://lists.apple.com/archives/client-management/2006/Apr/msg00122.html

  • Activity Monitor crashes, library not loaded

    Model: PowerMac11,2, BootROM 5.2.7f1, 4 processors, PowerPC G5 (1.1), 2.5 GHz, 16 GB
    Process:         Activity Monitor [5375]
    Path: /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor
    Identifier:      com.apple.ActivityMonitor
    Version:         10.5 (???)
    Build Info:      ActivityMonitor-1180000~134
    Code Type:       PPC (Native)
    Parent Process: launchd [87]
    Interval Since Last Report:          503 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  0 sec
    Per-App Crashes Since Last Report:   1
    Date/Time:       2012-01-12 15:01:27.402 -0800
    OS Version:      Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: D3609792-DF3E-46C1-AEAA-4BF81A998107
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000001, 0x000000008fe0105c
    Crashed Thread: 0
    Dyld Error Message:
      Library not loaded: /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
      Referenced from: /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor
      Reason: no suitable image found. 
    Did find: /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit: mmap() error 22 at address=0x4D5C6000, size=0x0000673C segment=__LINKEDIT in Segment::map() mapping /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
    Changed permissions on file: CodeResources to 755 and got same result!
    Before:
    [PowerPC-G5-Quad:GraphKit.framework/Versions/A] jar% pwd
    /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A
    [PowerPC-G5-Quad:GraphKit.framework/Versions/A] jar% ls -al
    total 304
    drwxr-xr-x  4 root  wheel     136 Oct 15  2009 .
    drwxr-xr-x  4 root  wheel     136 Apr 30  2009 ..
    -rw-r--r--  1 root  wheel    1500 Sep 23  2007 CodeResources
    -rwxr-xr-x  1 root  wheel  148052 Oct 17  2008 GraphKit
    After:
    PowerPC-G5-Quad:GraphKit.framework/Versions/A] jar% ls -al
    total 304
    drwxr-xr-x  4 root  wheel     136 Oct 15  2009 .
    drwxr-xr-x  4 root  wheel     136 Apr 30  2009 ..
    -rwxr-xr-x  1 root  wheel    1500 Sep 23  2007 CodeResources
    -rwxr-xr-x  1 root  wheel  148052 Oct 17  2008 GraphKit
    I am having problems with this machine, power supply, fan cooling or ?? and need to monitor CPU activity as I increase activity
    on the CPU's.  Activity Monitor v 1.5 (54), Tiger v10.4.11, works as expected.  Just the problem with Leopard 10.5.8.
    Thanks,
    John

    Sounds like maybe the graphic card and/or heat.
    Get Temperature Monitor to see if it's heat related...
    http://www.macupdate.com/info.php/id/12381/temperature-monitor
    iStat Menus...
    http://bjango.com/mac/istatmenus/
    And/or iStat Pro...
    http://www.islayer.com/apps/istatpro/
    If you have any temps in the 70°C/160°F range, that's likely it.
    10.5 uses the Graphic card alot more.
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or 3rd party add-on, Check System Preferences>Accounts>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • K3B unable to write dvd-r after 0.12.10-1 - 0.12.11-1

    As the subject says, after upgrading to the 0.12.11-1 version of k3b, there is a "mmap" error, unable to anonymously allocate error.
    I tried the ulimit thing, but it didn't work.
    Reverting to the 0.12.10-1 version avoids the error.
    Edit: The exact error is :-( unable to anonymously mmap 67108864: Resource temporarily unavailable
    It burns CD ok still.

    Haiyadragon wrote:Give the following parameters to growisofs (in k3b settings): "-use-the-force-luke=bufsize:16m".
    not work 

  • 10.4.8 open directory server 10.3.9 clients desktop

    OK the 10.3.9 clients to my 10.4.2 open dir server could not find their home directory on login. I changed the contacts tab in the 10.3.9 directory access utility program which seemed to fix things - But things are not completely perfect:
    upon login, the users custom desktop pattern is not loading.

    Further to this problem.
    I have down graded a machine to 10.4.3 and the same problem occurs. If I restart the machine the local user account is the only one that appears. I login through that and logout again the full list of netework users reappears. I can the n login as a network user, all files and folders are there all permissions seem to be respected and the user can wwork fine.
    If you then logout and login to the local user and logout again network users are able to login again for perhaps 2 subsequent logins and then the machine hangs.
    I had a look at my AFP error log which is normally empty and soome MMAP error entry, sorry I'm at home and doing this from memory.
    I supose the ultimate answer is upgrade my server to 10.4.x but this being Botswana that could take a while. I could downgrade the Mini's to 10.3.9 but they don't seem to like that much either.
    This is all a bit wierd as I tested this with a sample machine at 10.4.5 and .6 before upgrading the room.
    Phoning Apple is not really an option here in Botswana so please feel free to wade in.
    Also found the same problem at this URL http://lists.apple.com/archives/client-management/2006/Apr/msg00122.html

  • BDB 5.2.36 fails to come up on Ubuntu Linux  2.6.32

    My application ran just fine with BDB 5.0.26 but now it fails to come up with new BDB version
    We use DB_SYSTEM_MEM while initializing the environment.
    BDB0126 mmap: Invalid argument
    BDB0127 mlock: Cannot allocate memory
    db_reocver also throws the mmap error. strace indicates that mmap is sending '0' as length which is NOT allowed on the linux platform (at least on 2.6.32)

    Ok I tested a bunch of different Firefoxes on my pos linux box.
    '''''Worked with xmodmap:'''''
    Vanilla 16.0.2,
    Vanilla 16.0B6,
    Ubuntu Firefox 16.0.2 (16.0.2+build1-0ubuntu0.10.04.1)
    '''''Did Not Work with xmodmap:'''''
    Vanilla 17.0.1,
    Ubuntu Firefox 17.0.1 (17.0+build2-0ubuntu0.10.04.1)
    I have an old Dell Dimension 2400 I plan to use as a replacement for the Sony Vaio when it pops. I've held out as long as possible because it lacks a pci or usb wifi and I really didn't want to run 50 feet of cat5 up a flight of stairs to it. [as i type this i think i remember where a linksys stick for it might be]. Yes I guess it's about time I just do that.
    Don't laugh but the reason I held off adding a simple usb keyboard was just lack of space in my tiny bedroom. My setup is on two tray tables side-by-side. Sony Vaio is on left one, my lcd monitor and mouse are on the other. I barely have room to put a cup of coffee on the one with monitor and mouse let alone a full size usb keyboard lol.
    Anyway thank you again for all your help.

  • Malloc: *** mmap(size=16777216) failed (error code=12)

    Hi All,
    I am writing a small game for iphone. It has about 18 levels. After running 8 levels or so It is giving following error
    malloc: * mmap(size=16777216) failed (error code=12)
    * error: can't allocate region
    * set a breakpoint in mallocerrorbreak to debug
    I have googled it but no luck at all. Any helper pointers will be greatly appreciated.
    Thanks in Advance
    - Ravi

    ooftish.com wrote:
    I have googled it but no luck at all.
    When you search on these topics, you should delete the number strings/errors such as 16777216 - those are specific to you.
    As an example, googling: malloc: mmap(size=
    ...seems to find more than one thread that discusses this back in 2008.

  • Prefetch Error with MMAPI

    hai Guys,,im so sorry if this thread already post..<but i dont find it here until 2x or more page>
    did anyone know this ? I got an error ( prefetch error: -5 or prefetch error: -2 ) when trying to run the code to play video format 3gpp with MMAPI. i send 7KB 3gpp file video format by chunks of 1KB and send each chunk to the midlet 7 times.
    the midlet will collect that chunck 7 times again,so it will become 7KB (byte array). then, it will create a new player, realize and prefetch it, but it become exception of prefetch error: -5 means that the operation is not supported.
    but it work when i try to play file video 3gpp that store in local :
    InputStream obInputStream = getClass().getResou rceAsStream("Video.3gp" );
    i use nokia emulator S60 FP2 3rd edition. is there no way to create a player just with a chunk of data?
    this is the code :
    public void play() {
            try {
                ByteArrayInputStream obByteArrayInputStream = new ByteArrayInputStream(obUDPconn.bFilePlay);
                InputStream obInputStream = obByteArrayInputStream ;
                obPlayer = Manager.createPlayer(obInputStream,"video/3gpp");
                obPlayer.addPlayerListener(this);
                if(obPlayer.getState() == obPlayer.UNREALIZED) obPlayer.realize();
                // get the video control and attach it to our form
                obVideoControl = (VideoControl)(obPlayer.getControl("VideoControl"));
                if(obVideoControl == null) {
                    obMainMidlet.informasiError("Video Control tidak support");
                }else{
                    obVideoItem = (Item) obVideoControl.initDisplayMode(VideoControl.USE_GUI_PRIMITIVE, null);
                    if(obPlayer.getState() == obPlayer.REALIZED) obPlayer.prefetch();
                    set(0, obVideoItem);
                    if(obPlayer.getState() == obPlayer.PREFETCHED) obPlayer.start();
                }//End Else
            } catch (IOException e) {
                obMainMidlet.informationError("IOException : " +e.getMessage());
            } catch (MediaException me) {
                obMainMidlet.informationError("MediaException : " +me.getMessage());
            } catch (SecurityException se) {
                obMainMidlet.informationError("SecurityException : " +se.getMessage());
        }Thank you and very best regards for your help..

    Hi @W6YUM , and welcome to the HP Forums!
    I see you are getting an error, but everything seems to work.  I would like to try and assist.
    Before we start, what error are you getting?
    Are you connected wirelessly, or USB? 
    Is the on the printer or computer?
    Please let me know. Thanks for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Mmap:Not enough space error

    I am using mmap for the cache and I frequently get the following errors:
    BDB0126 mmap: Not enough space
    BDB0061 PANIC: Not enough space
    BDB1546 unable to join the environmennt
    The cache size is 100 MB in 4 segments. How an I fix this problem.

    Lets go back to the original problem which is BDB0126 mmap: Not enough space.
    As discussed in my initial post, BDB is making a mmap OS call and this call is returning an error.
    This error is directly tied to your system.   You are trying to allocated 400MB in 4 100MB segments.
    I suggested you write a test program and perform a test.
    I also suggested you reduce the segments -- if you used 3 as an example you would have 3 100MB segments.
    This would effectively reduce your overall cache.
    You could also use something other than mmap as BDB provides other options which are covered in the docs.
    You will need to debug your own system to figure out if the problem is lack of total memory or lack of 100MB chunks
    of memory or something totally different.   What I know is the mmap OS call is returning a -1 on your system. 
    The other errors you reported all stem from the first one, so the first one is what need to investigate..
    thanks
    mike

  • Error while using jump developer desktop

    Buildfile: J:\Porting_WorkSpace\HelloWorld_jump_0\SonyEricsson J300\_default\RIM Blackberry 8310\ant\build.xml
    JumpEngineInit:
    [echo] ============================================================================
    [echo] Starting Jump for HelloWorld [SonyEricsson J300 -> RIM Blackberry 8310]
    [echo] ============================================================================
    [jump-engine-init] Jump event has been logged
    [null] Copying 1 file to J:\Porting_WorkSpace\HelloWorld_jump_0\SonyEricsson J300\_default\RIM Blackberry 8310\jump.context\packagingContext
    Time: 5.72s
    [delete] Deleting 1 files from J:\Porting_WorkSpace\HelloWorld_jump_0\SonyEricsson J300\_default\RIM Blackberry 8310\weaved-src
    [copy] Copying 1 file to J:\Porting_WorkSpace\HelloWorld_jump_0\SonyEricsson J300\_default\RIM Blackberry 8310\jump.context\sourceContext
    [copy] Copying 2 files to J:\Porting_WorkSpace\HelloWorld_jump_0\SonyEricsson J300\_default\RIM Blackberry 8310\jump.context\sourceContext
    ResourceJumplets:
    [jumplet-execute] Import Target Device Libraries (rev 7)
    [jumplet-execute] Connected to service at: http://services.tirajump.com/
    Overriding previous definition of reference to eclipse.ant.targetVector
    init:
    build:
    [echo] building 2FA03D635AE5EC98647CD9231118FBD10DD7FEB: C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\2FA03D635AE5EC98647CD9231118FBD10DD7FEB\7\build.xml
    [Import Target Device Libraries] C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\2FA03D635AE5EC98647CD9231118FBD10DD7FEB\7\TargetLib
    [Import Target Device Libraries] C:\Program Files\Tira Wireless\Jump Developer Desktop\eclipse\plugins/com.tirawireless.jumpdesktop.platform.sdk_4.1.0.142\device_stubs
    [Import Target Device Libraries] Executing Import Target Device Libraries
    [Import Target Device Libraries] Jumplet: [Import Target Device Libraries], Execution SUCCEEDED, Time: 0 seconds
    [jumplet-execute] Modify Icon (rev 0)
    Overriding previous definition of reference to eclipse.ant.targetVector
    init:
    build:
    [echo] building 658C57EA51966AD0728D0660118EBB1C648720F: C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\658C57EA51966AD0728D0660118EBB1C648720F\0\build.xml
    [Modify Icon] Executing Modify Icon
    [Modify Icon] Interpolation in DB: bilinear
    [Modify Icon] Jumplet: [Modify Icon], Execution SUCCEEDED, Time: 0.02 seconds
    ResourceToSourceTransition:
    SourceJumplets:
    [jump-weaver-init] Initializing Jump Weaver port: 20080 timeout: 300
    [jump-weaver-init] adding to JumpPlatform.Plugin.classpath: C:\Program Files\Tira Wireless\Jump Developer Desktop\eclipse\plugins\com.tirawireless.jumpdesktop.platform.sdk_4.1.0.142\device_stubs\cldc11.zip
    [jump-weaver-init] adding to JumpPlatform.Plugin.classpath: C:\Program Files\Tira Wireless\Jump Developer Desktop\eclipse\plugins\com.tirawireless.jumpdesktop.platform.sdk_4.1.0.142\device_stubs\midpapi20.zip
    [jump-weaver-init] adding to JumpPlatform.Plugin.classpath: C:\Program Files\Tira Wireless\Jump Developer Desktop\eclipse\plugins\com.tirawireless.jumpdesktop.platform.sdk_4.1.0.142\device_stubs\mmapi.zip
    [jump-weaver-init] adding to JumpPlatform.Plugin.classpath: C:\Program Files\Tira Wireless\Jump Developer Desktop\eclipse\plugins\com.tirawireless.jumpdesktop.platform.sdk_4.1.0.142\device_stubs\wma.zip
    [jump-weaver-init] adding to JumpPlatform.Plugin.classpath: C:\Program Files\Tira Wireless\Jump Developer Desktop\eclipse\plugins\com.tirawireless.jumpdesktop.platform.sdk_4.1.0.142\device_stubs\jsr184.zip
    [jump-weaver-init] Connecting to weaver attempt 1
    [jump-weaver-init] Time: 3.38s
    [jumplet-execute] Nokia sound to MIDP 2.0 Implementation (rev 6)
    Overriding previous definition of reference to eclipse.ant.targetVector
    init:
    [mkdir] Created dir: C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\2FA03D635AE5EC98429F61DA110B27B63578000\6\antbin
    build:
    [echo] building 2FA03D635AE5EC98429F61DA110B27B63578000: C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\2FA03D635AE5EC98429F61DA110B27B63578000\6\build.xml
    [javac] Compiling 2 source files to C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\2FA03D635AE5EC98429F61DA110B27B63578000\6\antbin
    [jar] Building jar: C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\2FA03D635AE5EC98429F61DA110B27B63578000\6\2FA03D635AE5EC98429F61DA110B27B63578000.jar
    [Nokia sound to MIDP 2.0 Implementation] Executing Nokia API using Midp 2 impl
    [Nokia sound to MIDP 2.0 Implementation] Jumplet: [Nokia sound to MIDP 2.0 Implementation], Execution SUCCEEDED, Time: 0.47 seconds
    [jumplet-execute] Nokia UI to MIDP 2.0 Implementation (rev 7)
    Overriding previous definition of reference to eclipse.ant.targetVector
    init:
    [mkdir] Created dir: C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\2FA03D635AE5EC98569C1795112244638067B8A\7\antbin
    build:
    [echo] building 2FA03D635AE5EC98569C1795112244638067B8A: C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\2FA03D635AE5EC98569C1795112244638067B8A\7\build.xml
    [javac] Compiling 2 source files to C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\2FA03D635AE5EC98569C1795112244638067B8A\7\antbin
    [jar] Building jar: C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\2FA03D635AE5EC98569C1795112244638067B8A\7\2FA03D635AE5EC98569C1795112244638067B8A.jar
    [Nokia UI to MIDP 2.0 Implementation] Executing Nokia UI to MIDP2.0 impl
    [Nokia UI to MIDP 2.0 Implementation] Jumplet: [Nokia UI to MIDP 2.0 Implementation], Execution SUCCEEDED, Time: 0.19 seconds
    [jumplet-execute] Key Mapping (rev 12)
    Overriding previous definition of reference to eclipse.ant.targetVector
    init:
    build:
    [echo] building 2FA03D635AE5EC9855560CB4110E06C1C647FF8: C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\2FA03D635AE5EC9855560CB4110E06C1C647FF8\12\build.xml
    [Key Mapping] Executing Key Mapping
    [Key Mapping] Could not map reference device: Key_EndCall
    [Key Mapping] Could not map reference device: Key_Send
    [Key Mapping] Could not map reference device: RightSoftKey
    [Key Mapping] Could not map reference device: LeftSoftKey
    [Key Mapping] Could not map reference device: Key_2
    [Key Mapping] Jumplet: [Key Mapping], Execution SUCCEEDED, Time: 1.45 seconds
    SourceToBytecodeTransition:
    [copy] Copying 12 files to J:\Porting_WorkSpace\HelloWorld_jump_0\SonyEricsson J300\_default\RIM Blackberry 8310\weaved-src
    Overriding previous definition of reference to JumpPlatform.app.compile.classpath
    [javac] Compiling 10 source files to J:\Porting_WorkSpace\HelloWorld_jump_0\SonyEricsson J300\_default\RIM Blackberry 8310\jump.context\bytecodeContext
    BytecodeJumplets:
    BytecodeToPackagingTransition:
    [jump-package] **************************************************************
    [jump-package] * Antenna 0.9.15 initialized for project "Jump" *
    [jump-package] * Using Sun Wireless Toolkit 2.5 (CLDC-1.1; MIDP-2.0) *
    [jump-package] **************************************************************
    [jump-package] Building jar: J:\Porting_WorkSpace\HelloWorld_jump_0\SonyEricsson J300\_default\RIM Blackberry 8310\jump.context\packagingContext\HelloWorld-RIM-Blackberry-8310.jar
    [jump-package] Updating JAD file J:\Porting_WorkSpace\HelloWorld_jump_0\SonyEricsson J300\_default\RIM Blackberry 8310\jump.context\packagingContext\HelloWorld-RIM-Blackberry-8310.jad
    [jump-package] Removing Ant-Version from manifest
    [jump-package] Removing Created-By from manifest
    [jump-package] MIDlet-Jar-URL:HelloWorld-RIM-Blackberry-8310.jar
    [jump-package] MIDlet-Jar-Size:12986
    PackagingJumplets:
    [jumplet-execute] Obfuscation (rev 10)
    Overriding previous definition of reference to eclipse.ant.targetVector
    init:
    build:
    [echo] building 2FA03D635AE5EC981A3CAF81106FCB092B7FE3: C:\Documents and Settings\Administrator\.tirawireless\jump\jumplets-cache\2FA03D635AE5EC981A3CAF81106FCB092B7FE3\10\build.xml
    [Obfuscation] Proguard Obfuscator: proguard39.jar
    [Obfuscation] Executing Obfuscation
    [exec] ProGuard, version 3.9
    [exec] Reading program jar [J:\Porting_WorkSpace\HelloWorld_jump_0\SonyEricsson J300\_default\RIM Blackberry 8310\jump.context\packagingContext\HelloWorld-RIM-Blackberry-8310.jar]
    [exec] Reading library zip [C:\Program Files\Tira Wireless\Jump Developer Desktop\eclipse\plugins\com.tirawireless.jumpdesktop.platform.sdk_4.1.0.142\device_stubs\cldc11.zip]
    [exec] Reading library zip [C:\Program Files\Tira Wireless\Jump Developer Desktop\eclipse\plugins\com.tirawireless.jumpdesktop.platform.sdk_4.1.0.142\device_stubs\midpapi20.zip]
    [exec] Reading library zip [C:\Program Files\Tira Wireless\Jump Developer Desktop\eclipse\plugins\com.tirawireless.jumpdesktop.platform.sdk_4.1.0.142\device_stubs\mmapi.zip]
    [exec] Note: duplicate definition of library class [javax.microedition.media.TimeBase]
    [exec] Note: duplicate definition of library class [javax.microedition.media.protocol.DataSource]
    [exec] Note: duplicate definition of library class [javax.microedition.media.control.ToneControl]
    [exec] Note: duplicate definition of library class [javax.microedition.media.control.VolumeControl]
    [exec] Note: duplicate definition of library class [javax.microedition.media.Control]
    [exec] Note: duplicate definition of library class [javax.microedition.media.Controllable]
    [exec] Note: duplicate definition of library class [javax.microedition.media.Manager]
    [exec] Note: duplicate definition of library class [javax.microedition.media.MediaException]
    [exec] Note: duplicate definition of library class [javax.microedition.media.Player]
    [exec] Note: duplicate definition of library class [javax.microedition.media.PlayerListener]
    [exec] Reading library zip [C:\Program Files\Tira Wireless\Jump Developer Desktop\eclipse\plugins\com.tirawireless.jumpdesktop.platform.sdk_4.1.0.142\device_stubs\wma.zip]
    [exec] Reading library zip [C:\Program Files\Tira Wireless\Jump Developer Desktop\eclipse\plugins\com.tirawireless.jumpdesktop.platform.sdk_4.1.0.142\device_stubs\jsr184.zip]
    [exec] Note: there were 10 duplicate class definitions.
    [exec] Error: You have to specify '-keep' options for the shrinking step.
    [exec] Result: 1
    [Obfuscation] Jumplet: [Obfuscation] FAILED: Obfuscator could not create a new JAR
    [Obfuscation] com.tirawireless.jumpdesktop.platform.sdk.exceptions.JumpProcessException: Obfuscator could not create a new JAR
    [Obfuscation] at com.tirawireless.jumplets.obfuscators.AbstractObfuscator.cleanup(AbstractObfuscator.java:64)
    [Obfuscation] at com.tirawireless.jumplets.obfuscators.Proguard.cleanup(Proguard.java:107)
    [Obfuscation] at com.tirawireless.jumplets.Obfuscator.jumpletExecute(Obfuscator.java:155)
    [Obfuscation] at com.tirawireless.jumpdesktop.platform.core.ant.task.JumpletExecuteTask.executeJumplet(JumpletExecuteTask.java:452)
    [Obfuscation] at com.tirawireless.jumpdesktop.platform.core.ant.task.JumpletExecuteTask.execute(JumpletExecuteTask.java:276)
    [Obfuscation] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [Obfuscation] at org.apache.tools.ant.Task.perform(Task.java:364)
    [Obfuscation] at org.apache.tools.ant.Target.execute(Target.java:341)
    [Obfuscation] at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [Obfuscation] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [Obfuscation] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [Obfuscation] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [Obfuscation] at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
    [Obfuscation] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [Obfuscation] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
    [Obfuscation] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
    [Obfuscation] cleanup executed
    [Obfuscation] Jumplet: [Obfuscation], Execution FAILED: Obfuscator could not create a new JAR, Time: 1.34 seconds
    BUILD FAILED
    J:\Porting_WorkSpace\HelloWorld_jump_0\SonyEricsson J300\_default\RIM Blackberry 8310\ant\build.xml:315: com.tirawireless.jumpdesktop.platform.sdk.exceptions.JumpProcessException: Obfuscator could not create a new JAR
    Total time: 18 seconds
    Plz help me to fix this error.....
    Thanks
    MRaj

    Dear Rosrio:
    I have found my default Report Server Name by
    http://host:port/reports/rwservlet/getserverinfo
    I replace the host name with my Machine Name from where I am executing the Web Application.
    I have used following coding to invoke report on web
    DECLARE
         report_id Report_Object;
    ReportServerJob VARCHAR2(100);
    vc_rep_status VARCHAR2(100);
         vjob_id VARCHAR2(100);
         repsvr varchar2(25) := 'rep_najam-abdali_ora10g';
    BEGIN
    report_id:= find_report_object('REPORT1');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,file);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'rpout1.html');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFORMAT,'HTMLCSS');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,repsvr);
    ReportServerJob:=run_report_object(report_id);
    vjob_id := substr(reportserverjob,length(repsvr)+2);
    vc_rep_status := REPORT_OBJECT_STATUS(ReportServerJob);
    WHILE vc_rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED', null)
    LOOP
    vc_rep_status:=REPORT_OBJECT_STATUS(ReportServerJob);
    END LOOP;
    IF vc_rep_status='FINISHED' THEN
    WEB.SHOW_DOCUMENT('/reports/rwservlet/getjobid'|| vjob_id ||'?server='||repsvr,'_blank');
    ELSE
    message ('Report failed with error message '|| vc_rep_status);
    END IF;
    END;
    I think it is very similar to your coding.
    After invoking the report I found the following value appeared on the Left Top side of every report.
    ;background:#000000"
    Does anybody have idea about it.
    Best Regards,
    Hassan

  • Error in using obstication

    hey guys;
    iam making a mobile class library everything goes smothly and iam using its jar file on my main mobile application (J2ME Polish Project)but when i turn on the obstication of the liberary project to the highest level i got this eroor:-
    pre-init:
    pre-load-properties:
    exists.config.active:
    exists.netbeans.user:
    exists.user.properties.file:
    load-properties:
    exists.platform.active:
    exists.platform.configuration:
    exists.platform.profile:
    basic-init:
    cldc-pre-init:
    cldc-init:
    cdc-init:
    ricoh-pre-init:
    ricoh-init:
    semc-pre-init:
    semc-init:
    savaje-pre-init:
    savaje-init:
    sjmc-pre-init:
    sjmc-init:
    nokiaS80-pre-init:
    nokiaS80-init:
    nsicom-pre-init:
    nsicom-init:
    bdj-init:
    post-init:
    init:
    conditional-clean-init:
    conditional-clean:
    pre-clean:
    clean-timestamp:
    Deleting: E:\MyWOrk\Polish Projects\ArabicLib\build\.timestamp
    clean-preprocessed:
    Deleting directory E:\MyWOrk\Polish Projects\ArabicLib\build\preprocessed
    clean-classes:
    Deleting directory E:\MyWOrk\Polish Projects\ArabicLib\build\compiled
    clean-obfuscated:
    clean-preverified:
    Deleting directory E:\MyWOrk\Polish Projects\ArabicLib\build\preverifysrc
    Deleting directory E:\MyWOrk\Polish Projects\ArabicLib\build\preverified
    clean-manifest:
    Deleting: E:\MyWOrk\Polish Projects\ArabicLib\build\manifest.mf
    clean-jar:
    Deleting: E:\MyWOrk\Polish Projects\ArabicLib\dist\ArabicLib.jar
    clean-jad:
    Deleting: E:\MyWOrk\Polish Projects\ArabicLib\dist\ArabicLib.jad
    clean-javadoc:
    clean-j9:
    clean-ricoh:
    clean-semc:
    clean-savaje:
    clean-sjmc:
    Deleting: E:\MyWOrk\Polish Projects\ArabicLib\convert159068032
    Deleting directory E:\MyWOrk\Polish Projects\ArabicLib\build
    Deleting directory E:\MyWOrk\Polish Projects\ArabicLib\dist
    post-clean:
    do-clean:
    clean:
    deps-jar:
    pre-preprocess:
    do-preprocess:
    Created dir: E:\MyWOrk\Polish Projects\ArabicLib\build\preprocessed
    Pre-processing 39 file(s) into E:\MyWOrk\Polish Projects\ArabicLib\build\preprocessed directory.
    post-preprocess:
    preprocess:
    pre-compile:
    extract-libs:
    Created dir: E:\MyWOrk\Polish Projects\ArabicLib\build\compiled
    do-compile:
    Compiling 39 source files to E:\MyWOrk\Polish Projects\ArabicLib\build\compiled
    post-compile:
    compile:
    pre-obfuscate:
    proguard-init:
    skip-obfuscation:
    proguard:
    Building jar: E:\MyWOrk\Polish Projects\ArabicLib\build\before-obfuscation.jar
    ProGuard, version 4.2
    Reading program jar [E:\MyWOrk\Polish Projects\ArabicLib\build\before-obfuscation.jar]
    Reading library jar [C:\WTK22\lib\mmapi.jar]
    Reading library jar [C:\WTK22\lib\jsr75.jar]
    Reading library jar [C:\WTK22\lib\jsr082.jar]
    Reading library jar [C:\WTK22\lib\jsr184.jar]
    Reading library jar [C:\WTK22\lib\j2me-ws.jar]
    Reading library jar [C:\WTK22\lib\wma20.jar]
    Reading library jar [C:\WTK22\lib\midpapi20.jar]
    Note: duplicate definition of library class [javax.microedition.media.Control]
    Note: duplicate definition of library class [javax.microedition.media.Controllable]
    Note: duplicate definition of library class [javax.microedition.media.Player]
    Note: duplicate definition of library class [javax.microedition.media.MediaException]
    Note: duplicate definition of library class [javax.microedition.media.PlayerListener]
    Note: duplicate definition of library class [javax.microedition.media.Manager]
    Note: duplicate definition of library class [javax.microedition.media.control.ToneControl]
    Note: duplicate definition of library class [javax.microedition.media.control.VolumeControl]
    Note: duplicate definition of library class [javax.microedition.media.protocol.DataSource]
    Reading library jar [C:\WTK22\lib\cldcapi11.jar]
    Note: there were 9 duplicate class definitions.
    Error: The output jar is empty. Did you specify the proper '-keep' options?
    E:\MyWOrk\Polish Projects\ArabicLib\nbproject\build-impl.xml:457: Obfuscation failed with error code 1.
    BUILD FAILED (total time: 17 seconds)does anybody here have any clue about that?

    Try asking the same in proguard and j2mepolish forum..
    Also, is this observation is for only one application or any other application you are building also would it depend on device you choose to build.
    Also try with the latest proguard jars (4.4)
    Regards,
    Raja Nagendra Kumar
    Edited by: rajanag on Jul 29, 2009 10:50 PM
    Edited by: rajanag on Jul 29, 2009 10:50 PM

  • Jvm startup fails with error when using large -Xmx value

    I'm running JDK 1.6.0_02-b05 on RHEL5 server. I'm getting error when starting the JVM with large -Xmx value. The host has ample memory to succeed yet it fails. I see this error when I'm starting tomcat with a bunch of options but found that it can be easily reproduced by starting the JVM with -Xmx2048M and -version. So it's this boiled down test case that I've been examining more closely.
    host% free -mt
    total used free shared buffers cached
    Mem: 6084 3084 3000 0 184 1531
    -/+ buffers/cache: 1368 4716
    Swap: 6143 0 6143
    Total: 12228 3084 9144
    Free reveals the host has 6 GB of RAM, approximately half is available. Swap is totally free meaning I should have access to about 9 GB of memory at this point.
    host% java -version
    java version "1.6.0_02"
    Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
    Java HotSpot(TM) Server VM (build 1.6.0_02-b05, mixed mode)
    java -version succeeds
    host% java -Xmx2048M -version
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    java -Xmx2048M -version fails. Trace of this reveals mmap call fails.
    mmap2(NULL, 2214592512, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
    Any ideas?

    These are the relevant java options we are using:
    -server -XX:-OmitStackTraceInFastThrow -XX:+PrintClassHistogram -XX:+UseLargePages -Xms6g -Xmx6g -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=128m -XX:MaxPermSize=192m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:+ExplicitGCInvokesConcurrent -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.awt.headless=true
    This is a web application that is very dynamic and uses lots of database calls to build pages. We use a large clustered cache to reduce trips to the database. So being able to acces lots of memory is important to our application.
    I'll explain some of the more uncommon options:
    We use the Concurrent Garbage collector to reduce stop the world GC's. Here are the CMS options:
    -XX:+UseConcMarkSweepGC
    -XX:+CMSClassUnloadingEnabled
    -XX:+CMSPermGenSweepingEnabled An explicit coded GC invokes the Concurrent GC instead of the stop the world GC.
    -XX:+ExplicitGCInvokesConcurrentThe default PermSizes where not large enough for our application. So we increased them.
    -XX:PermSize=128m
    -XX:MaxPermSize=192mWe had some exceptions that were omitting their stack traces. This options fixes that problem:
    -XX:-OmitStackTraceInFastThrowWe approximate between 10% to 20% performance improvement with Large Page support. This is an advance feature.
    -XX:+UseLargePagesUseLargePages requires OS level configuration as well. In SUSE10 we configured the OS's hugepages by executing
    echo "vm.nr_hugepages = 3172" >> /etc/sysctl.confand then rebooting. kernel.shmmax may also need to be modified. If you use Large Page be sure to google for complete instructions.
    When we transitioned to 64bit we transitioned from much slower systems having 4GB of ram to much faster machines with 8GB of ram, so I can't answer the question of degraded performance, however with our application, the bigger our cache the better our performance, so if 64bit is slower we more than make up for it being able to access more memory. I bet the performance difference depends on the applications. You should do your own profiling.
    You can run both the 32bit version and the 64bit version on most 64bit OSes. So if there is a significant difference run the version you need for the application. For example if you need the memory use the 64bit version if you don't then use the 32bit version.

Maybe you are looking for

  • Logo Windows Live

    Hello All, Perhaps someone can help me with this problem. I have a N95 and uninstalled recently Windows Live. In 'messaging' there is still a Windows Live logo ( with a question mark in front of it ). How can i remove / uninstall this logo? See attac

  • Styling components

    Can someone give me some general examples of how to apply style to components? I already have components on the stage (so not generating them new from classes in ActionScript). Specifically, I need to designate the display text for both the checkbox

  • Installing Bluetooth into dual G5 tower

    I know this question's been posted before, but I thought I'd check to see if anyone's found a solution... I bought my dual 1.8 G5 tower 2 years ago with the Airport Extreme, but WITHOUT the Bluetooth. Of course, now I want it. I'm interested in the i

  • Why did iTunes take out the category, "AIFF or mp3 encoder" on their latest version?

    I make CDs for use in my carr so it is valuable to me to know which version of a song is on iTunes:  either AIFF, or mp3.  The previous versions offered these specs for a category as a column listing in the library but the latest version doesn't;  if

  • Storage 7410 CIFS primary group for a directory tree

    We're trying to achieve what are basically "folder-level quotas" so that a particular folder used by a particular set of users belonging to a particular Active Directory group is limited to a set quota. That's possible in Windows (and QFS for that ma