How to redirect sop statements to a file?

Hi All:
I have few System.out.println() statements in my code. I am using Jdeveloper 9.0.3. I want to redirect all these log statements to a file. Is this possible? If yes, how?
Thanks,
Viral

please reply.. any ideas..?

Similar Messages

  • How to redirect CELLCLI output to text file

    Hi,
    I would like to redicrect the output of the cellcli command to a text file .
    For example , how to redirect the output of this command to a text file on /tmp
    CellCLI> list metrichistory where objectType = 'CELL' -
    and name = 'CL_TEMP'Thanks

    cellcli has spooling capabilities similar to sqlplus:
    CellCLI> help spool
      Usage:  SPO[OL] [<filename> [ CRE[ATE] | REP[LACE] | APP[END]] | OFF ]
      Purpose: SPOOL <filename>: Direct the results to the file <filename>.
               SPOOL OFF: Turn off the spooling.
               SPOOL: Check the current spooling status.
      Arguments:
        <filename>: The filename where the results will be output.
      Options:
        [APPEND]: If the filename already exists, the following output will
                  be appended to the file. Without this option, the existing file
                  contents will be replaced.
        [CREATE]: If the filename already exists, an error is reported.
        [REPLACE]: If the filename already exists, the contents will be
                  replaced.  This is the default, when no option is provided.
      Examples:
        spool myfile
        spool myfile append
        spool off
        spoolBut if you are trying to script it, it would be easier to just run it command line:
    # cellcli -e "list metrichistory where objectType = 'CELL' and name = 'CL_TEMP'" > /tmp/CL_TEMP.txtAlso look into dcli which allows you to run cellcli commands on one or more cells from a compute node.
    Good luck.

  • How to execute sql statement under bat file?

    I want to execute following statement
    C:\>sqlplus /nolog
    SQL> conn scott/tiger
    SQL> select * from tab;
    I know I can realize it as following test.bat and testdb.sql file
    test.bat is follows:
    sqlplus /nolog @testdb.sql
    testdb.sql is follows:
    conn scott/tiger
    select * from tab;
    Now I don't want to use sql file,I only want to use bat file,like follows:
    test.bat is follows:
    sqlplus /nolog
    conn scott/tiger
    select * from tab;
    when I run test.bat,I find only sqlplus /nolog statement execute,the other statements don't execute.
    1)I want to know whether there is a method to execute sql statement only by bat file without a sql file? How to realize it?
    2)If I call sql file,how to hide passord of user? Because I don't want to other persons know scott password,if I use conn scott/tiger in testdb.sql,other person can see testdb.sql and know the password. Is there a good method to avoid?
    Thanks!

    I'm running *NIX, but works the same on Windows
    bcm@bcm-laptop:~$ cat here.sh
    sqlplus dbadmin/admindb << EOF
    select count(*) from user_objects;
    exit
    EOF
    bcm@bcm-laptop:~$ sh here.sh
    SQL*Plus: Release 11.2.0.1.0 Production on Mon May 17 18:14:09 2010
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
      COUNT(*)
          9
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    bcm@bcm-laptop:~$ Edited by: sb92075 on May 17, 2010 6:15 PM

  • How to organize the import statements in FXML Files?

    Hello,
    I'm a user of NetBeans IDE and it can organize the import statements in *.java files. Now, I'm using JavaFX and editing the *.fxml files as well. I want to know how to organize the import statements in *.fxml files?
    Thanks a lot.

    You should use Scene Builder, it will make all these import statements for you.
    Moreover, it will greatly simplify the writing of your FXML files, since you only have to Drag&Drop JavaFX objects on the scene. Then, it automatically generates FXML files.

  • Programming help - how to get the read-only state of PDF file is windows explorer preview is ON?

    Programming help - how to get the read-only state of PDF file is windows explorer preview is ON?
    I'm developing an application where a file is need to be saved as pdf. But, if there is already a pdf file with same name in the specified directory, I wish to overwrite it. And in the overwrite case, read-only files should not be overwritten. If the duplicate(old) file is opened in windows (Win7) explorer preview, it is write protected. So, it should not be overwritten. I tried to get the '
    FILE_ATTRIBUTE_READONLY' using MS API 'GetFileAttributes', but it didn't succeed. How Adobe marks the file as read-only for preview? Do I need to check some other attribute of the file?
    Thanks!

    Divya - I have done it in the past following these documents. Please read it and try it it will work.
    Please read it in the following order since both are a continuation documents for the same purpose (it also contains how to change colors of row dynamically but I didnt do that part I just did the read_only part as your requirement) 
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0625002-596c-2b10-46af-91cb31b71393
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0155eb5-b6ce-2b10-3195-d9704982d69b?quicklink=index&overridelayout=true
    thanks!
    Jason PV

  • How to redirect the to the file outside the context from jsp

    Hello Everybody,
    I am trying to redirect using jsp to the file available physically in the server machine out side the application.
    How can I do it..
    Thanks
    Saikrishna

    Write a servlet which takes the file ID as parameter, reads the file from the disk and writes it to the outputstream of the response. Finally redirect to that servlet with the file ID as parameter.
    You can find here an example of such a FileServlet: [http://balusc.blogspot.com/2007/07/fileservlet.html].

  • How to export the result from executing sql statement to excel file ?

    HI all,
    Great with Oracle SQL Developer, but I have have a trouble as follwing :
    I want to export the result from executing sql statement to excel file . I do easily like that in TOAD ,
    anyone can help me to do that ? Thanks so much
    Sigmasvn

    Hello Sue,
    I just tried to export to excel with the esdev extension and got java.lang.NumberFormatException. I found the workaround at Re: Windows Multi-language env, - how do I set English for application lang?
    open the file sqldeveloper\jdev\bin\sqldeveloper.conf and add the following two lines:
    AddVMOption -Duser.language=en
    AddVMOption -Duser.country=USyet now my date formats in excel are 'american-style' instead of german. For example 01-DEC-01 so excel does not recognize it as date and therefore I can not simply change the format.
    When export to excel will be native to 1.1 perhaps someone can have a look at this 'feature'
    Regards
    Marcus

  • How and where to modify the BAI File for Electronic Bank Statement

    HI,
    Can anybody explaing me How and where to modify the BAI File for Electronic Bank Statement.
    thanks
    Sap Guru
    kischowdary--gmail.com

    Hi
    Actually there were two formats BAI & BAI2, BAI2 format is latest one.
    Please ask for the latest file from bank and try to process.
    Thanks
    Kalyan

  • How to redirect console to a file?

    I'm running WLS811 on RH9 and have it starting automatically via init.d with
    the following line
    daemon ./startWebLogic.sh &
    Everything is going great, except the console is logged to the
    /var/log/boot.log file, along with all the other server stuff. Can I
    redirect the console to a file inside of my domain instead?
    I tried putting a <Log Filename="server.log"/> in my config.xml but that
    only put the server startup stuff in there, not the
    System.err.println("something here"); stuff.
    Any suggestions? Much appreciated, thanks.

    Try this,
    edit your startWeblogic.cmd and in the almost final line, the one that starts
    weblogic:
    "%JAVA_HOME%\bin\java -hotspot ...."
    add this at the end of that line:
    " 1>exit1.txt 2>exit2.txt"
    and restart weblogic. It should create at least exit1.txt with everything that
    appears in the console, including errors.
    Hope this helps
    dn <[email protected]> wrote:
    Hey Flip
    I was searching the forum for this and ended up on this thread.
    YOu did this on UNix right .
    Any idea how to make it work in Windows
    I tried startweblogic > log.txt , but the System.err or System.out is
    still coming up in the command console
    TIA
    Flip wrote:
    Howdy. With the help of a guru, I was able to get it to work. I tookout
    the 'daemon' commnd and put '>> ./server.log' before the & and allis good
    now. Thanks.
    "Flip" <[remove][email protected]> wrote in message
    news:3fc6241b$[email protected]..
    I'm running WLS811 on RH9 and have it starting automatically via init.dwith
    the following line
    daemon ./startWebLogic.sh &
    Everything is going great, except the console is logged to the
    /var/log/boot.log file, along with all the other server stuff. Can
    I
    redirect the console to a file inside of my domain instead?
    I tried putting a <Log Filename="server.log"/> in my config.xml butthat
    only put the server startup stuff in there, not the
    System.err.println("something here"); stuff.
    Any suggestions? Much appreciated, thanks.

  • Run sql statement from batch file

    How can we execute SQL Statement using Batch file???
    I did a test.
    create batch file test.bat
    sqlplus "username@db /pass" @\script.sql
    script.sql file has following statement
    select sysdate from dual;
    exit
    it is working but I want to call sql statement in the same batch file instead of calling .sql script file. how can I do that any idea..

    This is very easy in unix shell scripting, but AFAIK, not available with Windows. It's a function of how the shell/command processor handles input redirection.

  • How to delete pages in a pdf file with mac OSX Mavericks?

    Indeed i don't have Pages options in my tools window... Is that normal for the mac version? Please it's urgent...

    Sorry, it was my fault. When I searched on the Internet, I was reading the Acrobat help pages, without knowing it, because in my research I wrote "how to delete pages in a pdf file with Adobe reader", i was just automatically redirected toward Acrobat help but i didn't notice.
    So no incorrect information exist in the Reader Help pages.

  • How do I use a downloaded restore file to restore my iPhone

    How do I use a downloaded restore file to restore my iPhone

    Hi,
    I connected the phone and downloaded the restore file via iTunes.
    But it's failing to restore and bringing this error:
    2013-11-20 19:47:11.095 [5296:490]: restore library built Aug  8 2013 at 02:24:58
    2013-11-20 19:47:11.095 [5296:490]: iTunes: iTunes 11.1.3.8
    2013-11-20 19:47:11.095 [5296:490]: iTunes: Software payload version: 11B554a
    2013-11-20 19:47:11.095 [5296:490]: iTunes: Using MobileRestore state machine
    [17:47:39.0143] Changing state from 'Idle' to 'Restoring'
    [17:47:39.0145] requested restore behavior: Erase
    [17:47:39.0147] requested variant: Erase
    [17:47:39.0163] amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    [17:47:39.0692] amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is True
    [17:47:39.0693] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreLogo" Digest = "<CFData 0E455608 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0693] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreDeviceTree" Digest = "<CFData 0E4554E8 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0694] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreKernelCache" Digest = "<CFData 0E455650 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0695] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreRamDisk" Digest = "<CFData 0E455698 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0696] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBEC" Digest = "<CFData 0E4556E0 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0696] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBSS" Digest = "<CFData 05CDCD00 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0697] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "KernelCache" Digest = "<CFData 05CDCA78 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0698] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow1" Digest = "<CFData 05CDCD48 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0699] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow0" Digest = "<CFData 05CDCBE0 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0699] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "LLB" Digest = "<CFData 05CDCC70 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0700] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBoot" Digest = "<CFData 05CDCA30 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0701] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "DeviceTree" Digest = "<CFData 05CDCC28 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0702] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging1" Digest = "<CFData 05CDCB98 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0703] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "AppleLogo" Digest = "<CFData 05CDCB08 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0704] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryPlugin" Digest = "<CFData 05CDCAC0 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0705] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryFull" Digest = "<CFData 05CDC9E8 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0706] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging0" Digest = "<CFData 05CDCCB8 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0707] amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RecoveryMode" Digest = "<CFData 05CDCB50 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [17:47:39.0708] amai: _AMAuthInstallBundleCreateServerRequestDictionary: using UniqueBuildID <CFData 10A37560 [74D18078]>{length = 20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}
    [17:47:39.0709] amai: AMAuthInstallRequestSendSync: SSO function returned NULL, SSO disabled.
    [17:47:39.0709] amai: AMAuthInstallDebugWriteObject: debug object written: C:\Users\CHRIST~1\AppData\Local\Temp\Per6DE1.tmp\amai\debug\tss-request.plist
    [17:47:40.0686] amai: tss_submit_job: HttpQueryInfo returned 200
    [17:47:41.0066] amai: AMAuthInstallRequestSendSync: received tss response (server version: 2.1.0)
    [17:47:41.0073] amai: AMAuthInstallDebugWriteObject: debug object written: C:\Users\CHRIST~1\AppData\Local\Temp\Per6DE1.tmp\amai\debug\tss-response.plist
    [17:47:41.0229] amai: _AMAuthInstallBundlePopulatePersonalizedBundle: no entry in manifest found for "Diags"
    [17:47:41.0247] iBoot build-version = iBoot-1940.3.5
    [17:47:41.0248] iBoot build-style = RELEASE
    [17:47:41.0249] requested restore behavior: Erase
    [17:47:41.0251] amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    [17:47:41.0251] requested restore behavior: Erase
    [17:47:41.0253] amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    [17:47:41.0254] unable to open device_map.txt: No such file or directory
    [17:47:41.0254] found device map entry for 0x00008930 0x00000000. boardConfig=n90ap platform=s5l8930x
    [17:47:41.0255] _AMRestoreCopyDeviceMapPlistEntryForHardware: firmwareDirectory not in options
    [17:47:41.0256] AMDeviceIoControl: GetOverlappedResult failed
    [17:47:41.0256] AMDeviceIoControl: pipe stall
    [17:47:41.0256] USBControlTransfer: error 31, usbd status c0000004
    [17:47:41.0257] command device request for 'getenv radio-error' failed: 2008
    [17:47:41.0257] radio-error not set
    [17:47:41.0258] unable to open device_map.txt: No such file or directory
    [17:47:41.0258] <Recovery Mode Device 02B88AB8>: production fused device
    [17:47:41.0259] requested restore behavior: Erase
    [17:47:41.0259] amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    [17:47:41.0260] requested restore behavior: Erase
    [17:47:41.0261] amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    [17:47:41.0262] interface has 1 endpoints, file pipe = 1
    [17:47:41.0262]
    [17:47:41.0262] <Recovery Mode Device 02B88AB8>: operation 4 progress -1
    [17:47:41.0306] bootstrapping restore with iBEC
    [17:47:41.0307] requested restore behavior: Erase
    [17:47:41.0318] <Recovery Mode Device 02B88AB8>: operation 31 progress -1
    [17:47:42.0319] <Recovery Mode Device 02B88AB8>: Recovery mode succeeded
    [17:47:42.0321] Finished Recovery Restore Phase: Successful
    [17:47:42.0654] Recovery mode device disconnected
    [17:47:42.0657] Device removed when in state Restoring, moving device to transition state
    [17:47:42.0659] Changing state from 'Restoring' to 'Transitioning'
    [17:47:42.0663] Creating timer to monitor transition
    [17:47:59.0098] Recovery mode device connected
    [17:47:59.0099] Transitioning device returned, continuing restore.
    [17:47:59.0101] Canceling timer
    [17:47:59.0102] Changing state from 'Transitioning' to 'Restoring'
    [17:47:59.0104] requested restore behavior: Erase
    [17:47:59.0105] requested variant: Erase
    [17:47:59.0107] amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    [17:47:59.0110] Recovery mode device disconnected
    [17:47:59.0111] Device removed when in state Restoring, moving device to transition state
    [17:47:59.0112] Changing state from 'Restoring' to 'Transitioning'
    [17:47:59.0112] Creating timer to monitor transition
    [17:47:59.0617] amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is False
    [17:47:59.0617] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RestoreLogo"
    [17:47:59.0618] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RestoreDeviceTree"
    [17:47:59.0619] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RestoreKernelCache"
    [17:47:59.0619] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RestoreRamDisk"
    [17:47:59.0620] amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBEC" has been previously personalized; skipping it
    [17:47:59.0620] amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBSS" has been previously personalized; skipping it
    [17:47:59.0621] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "KernelCache"
    [17:47:59.0622] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryLow1"
    [17:47:59.0622] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryLow0"
    [17:47:59.0623] amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "LLB" has been previously personalized; skipping it
    [17:47:59.0623] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "iBoot"
    [17:47:59.0624] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "DeviceTree"
    [17:47:59.0624] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging1"
    [17:47:59.0625] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "AppleLogo"
    [17:47:59.0625] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryPlugin"
    [17:47:59.0626] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryFull"
    [17:47:59.0626] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging0"
    [17:47:59.0627] amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RecoveryMode"
    [17:47:59.0628] amai: _AMAuthInstallBundleCreateServerRequestDictionary: nothing to be done
    [17:47:59.0628] _AMRUSBDeviceSendDeviceRequest: CreateFile failed for \\?\USB#VID_05AC&amp;PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#f07 6e22a, error 3
    [17:47:59.0629] command device request for 'getenv build-version' failed: 2002
    [17:47:59.0629] _AMRUSBDeviceSendDeviceRequest: CreateFile failed for \\?\USB#VID_05AC&amp;PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#f07 6e22a, error 3
    [17:47:59.0630] command device request for 'getenv build-style' failed: 2002
    [17:47:59.0631] requested restore behavior: Erase
    [17:47:59.0632] amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    [17:47:59.0632] requested restore behavior: Erase
    [17:47:59.0633] amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    [17:47:59.0634] unable to open device_map.txt: No such file or directory
    [17:47:59.0634] found device map entry for 0x00008930 0x00000000. boardConfig=n90ap platform=s5l8930x
    [17:47:59.0635] _AMRestoreCopyDeviceMapPlistEntryForHardware: firmwareDirectory not in options
    [17:47:59.0635] _AMRUSBDeviceSendDeviceRequest: CreateFile failed for \\?\USB#VID_05AC&amp;PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#f07 6e22a, error 3
    [17:47:59.0636] command device request for 'getenv radio-error' failed: 2002
    [17:47:59.0637] radio-error not set
    [17:47:59.0638] unable to open device_map.txt: No such file or directory
    [17:47:59.0639] <Recovery Mode Device 06A570A8>: production fused device
    [17:47:59.0640] requested restore behavior: Erase
    [17:47:59.0640] amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    [17:47:59.0641] requested restore behavior: Erase
    [17:47:59.0642] amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    [17:47:59.0642] _AMRUSBDeviceSendDeviceRequest: CreateFile failed for \\?\USB#VID_05AC&amp;PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#f07 6e22a, error 3
    [17:47:59.0643] error setting interface's alternate setting: 2002
    [17:47:59.0644] _AMRUSBInterfaceOpen failed for \\?\USB#VID_05AC&amp;PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#f07 6e22a: 3
    [17:47:59.0645] AMRAuthInstallDeletePersonalizedBundle
    [17:47:59.0762] Restore completed, status:2002
    [17:47:59.0762] Failure Description:
    [17:47:59.0762] Depth:0 Error:Failed to restore device in recovery mode, libusbrestore error:2002

  • How to display swf in full screen mode and how to redirect to a url

    Hi,
    I have 2 questions :
    Question 1 - I have a flash swf file and I want to display it in the browser in full mode meaning it should fit the browser, I have tried adding
    fscommand("fullscreen", "true");
    in the first frame of a lyaer but it does not work.
    Question 2 - How to redirect to another page at the end of the swf movie, I have tried adding :
    stop(); 
    navigateToURL( new URLRequest("*www.microsoft.com*"), "_self");
    in the last frame but it does not work.
    Thank you very very much for your assitance !!
    Terry

    "fscommand("fullscreen", "true");" only works for self-running executables, not embedded SWFs in a web page.
    To get the swf to fill the browser page, the best thing to do would be to adjust the publish settings of the "HTML Wrapper" page and copy the necessary pieces from the resultant HTML file into the HTML file you are putting the swf into.
    I have had some successes dealing with similar navigation issues by breaking up the code into multiple tasks:
    var url:String = "http://www.microsoft.com";
    var urlReq:URLRequest = new URLRequest(url);
    navigateToURL(urlReq);
    I can't guarantee that will help, but at least I tried.  :-)

  • URGENT PLEASE:How can I run a a class file on the Apache server?

    Hi Guys and Gurus,
    I am seeking some favor all of experienced gurus, i.e.
    How can I run a a class file on the Apache server? Can I run through an Applet?
    How can I set Environment variables in Windows2000 Professional Environment?
    Actually, I want to extract some records from a MySQL Database running on Apache Server. I wrote a program just to select the columns and show them. It is now a Class file, Now how can I run this class file from the Server???
    The code is here
    import java.sql.*;
    public class RecordShow {
    public static void main(String args[]) {
    String url = "jdbc:mysql://localhost/myhost";
    Connection con;
    String query = "select mytable.column," +
    "from mytable " +
    "where mytable.column = 1";
    Statement stmt;
    try {
    Class.forName("com.mysql.jdbc.Driver");
    } catch(java.lang.ClassNotFoundException e) {
    System.err.print("ClassNotFoundException: ");
    System.err.println(e.getMessage());
    try {
    con = DriverManager.getConnection(url,
    "myuser", "mypassword");
    stmt = con.createStatement();
    ResultSet rs = stmt.executeQuery(query);
    ResultSetMetaData rsmd = rs.getMetaData();
    int numberOfColumns = rsmd.getColumnCount();
    int rowCount = 1;
    while (rs.next()) {
    System.out.println("Row " + rowCount + ": ");
    for (int i = 1; i <= numberOfColumns; i++) {
    System.out.print(" Column " + i + ": ");
    System.out.println(rs.getString(i));
    System.out.println("");
    rowCount++;
    stmt.close();
    con.close();
    } catch(SQLException ex) {
    System.err.print("SQLException: ");
    System.err.println(ex.getMessage());
    Please advise... THANKS
    VJ

    Ehm, I wasn't referring to you at all... read up,
    there's a comment by jschell saying that CGI might be
    easier/better for his purposes.
    Yep.
    I know PHP/Perl/whatever might be easier for some
    purposes, but only if you happen to know them and want
    to/are able to use them. Ok. But you aren't the one asking the question are you. And the person who asked the question seems to have absolutely no familiarity with Apache or applets.
    So whatever they do they are going to have to learn a lot.
    And that does indeed suggest that in all likelyhood they have not investigated the alternatives.
    And for the vast majority of internet applications, especially with smaller projects (obvious this person is not working with a large team), using perl, or something besides java, is going to be the best business solution. It is simpler, and more secure (probably due to the fact that it is simpler.)
    Since this is a Java forum, I
    answer under the assumption that people have made a
    choice one way or another to use a Java solution to
    their problem, so I try to solve it in Java first, and
    only when that fails (very seldom) do I turn to other
    solutions.You approach problems by arbritrarily deciding to try to solve it in java first and only if you fail do you then look to other solutions?
    My first step is to try to figure out which of the various avenues is going to cost less. (And a secondary, but non-trivial concern, is then to convince the customer that just because they have heard of a buzz word like 'enterprise bean' that it doesn't mean that is a cost effective solution.) We must come from different worlds.

  • How to redirect a JSP page after the session is killed

    Hello!
    I am quite new to JSP. I have a question about how to redirect a jsp page after the session is killed. Could anyone help?
    thanks a lot in advance!

    You can't, directly. There's no connection betweenthe server and browser.
    even after invalidating the session. we can do it
    directly using the statement
    response.sendRedirect("....");
    or we can use the meta refresh tag.if session is invalidated and if we try to do response.sendRedirect(".. ") it throws IllegalStateException

Maybe you are looking for

  • Can no longer do a hot reboot on New iPad. Very concerned.

    Although it has worked previously, I just discovered that I am no longer capable of rebooting my New iPad by using the volume control-sleep button combination. I've tried to do this several times and I've held both down for up to 20 seconds but nothi

  • Apple tv3 toslink output no sound

    I have bough an Apple TV3 only to see the the audio output is toslink and not 3.5mm jack, which is what I have. All the sound systems I found with toslink wore too expensive so following a comment of another user here https://discussions.apple.com/th

  • J_1IRG23D Table was not updated With Correct Values While Doing MIGO

    Hi Friends, I am new to the Excise duty , facing a proble in CIN -While doing MIGO, the Excise Calculation are coming correct values (i.e 10% ),but in the table it was not updated correctly (J_1IRG23D) only one entry is showing wrong ,the other entri

  • LR can't find PS Cs5 to edit photos

    I just installed Photoshop CS5 and Lightroom doesn't find it. How can I fix this? Thanks!

  • Two iphones, one computer, apps all mixed up!

    My husband and I share a PC. Apps from our iphones keep appearing on the wrong phone. Whenever we plug a phone into the computer, we make sure that iTunes is logged into the correct account. Yet, the phones STILL seem to get "confused." My husband is