Output redirection

The new JDeveloper only stores a small amount of the output in the message window.
How do I change this to store all of it, or better yet, redirect System.err and/or
System.out to a file?
Also, the forum pages appear blank on my Mozilla Browser 10/19 build!
So does the preview

javac will only generate output to stderr, so you need javac 2> somefile.txt instead of javac > somefile.txt

Similar Messages

  • Issues with using the output redirection character with newer NXOS versions?

    Has anyone seen any issues with using the output redirection character with newer NXOS versions?
    Am receiving "Error 0x40870004 while copying."
    Simply copying a file from bootflash to tftp is ok.
    This occurs for both 3CDaemon and Tftpd32 softwares.
    Have tried it on multiple switches - same issue.
    Any known bugs?
    thanks!
    The following is an example of bad (NXOS4.1.1b) and good (SANOS3.2.1a)
    MDS2# sho ver | inc system
      system:    version 4.1(1b)
      system image file is:    bootflash:///m9200-s2ek9-mz.4.1.1b.bin
      system compile time:     10/7/2008 13:00:00 [10/11/2008 09:52:55]
    MDS2# sh int br > tftp://10.73.54.194
    Trying to connect to tftp server......
    Connection to server Established. Copying Started.....
    TFTP put operation failed:Access violation
    Error 0x40870004 while copying tftp://10.73.54.194/
    MDS2# copy bootflash:cpu_logfile tftp://10.73.54.194
    Trying to connect to tftp server......
    Connection to server Established. Copying Started.....
    |
    TFTP put operation was successful
    MDS2#
    ck-ci9216-001# sho ver | inc system
      system:    version 3.2(1a)
      system image file is:    bootflash:/m9200-ek9-mz.3.2.1a.bin
      system compile time:     9/25/2007 18:00:00 [10/06/2007 06:46:51]
    ck-ci9216-001# sh int br > tftp://10.73.54.194
    Trying to connect to tftp server......
    |
    TFTP put operation was successful

    Please check with new version of TFTPD 32 server. The error may be due to older version of TFPT server, the new version available solved this error. Files are getting uploaded with no issues.
    1. Download tftpd32b.zip from:
    http://tftpd32.jounin.net/tftpd32_download.html
    2. Copy the tftpd32b.zip file into an empty directory and extract it.
    3. Copy the file you want to transver into the directory containing tftpd32.exe.
    4. Run tftpd32.exe from that directory. The "Base Directory" field should show the path to the directory containing the file you want to transfer.
    At this point, the tftpserver is ready to begin serving files. As devices request files, the main tftpd32 window will log the requests.
    Best Regards...

  • Command output redirect question

    Hi guys,
    I am putting in a kron function to transfer the command output from all the switches and routers on our network to a tftp server.
    I have the kron occurence and policy lists set up the way I want them and have tested the redirection of the command line output to the server.
    The problem I have is that I want to back up the switches 3 or 4 times once a week to compare the configs to make sure that no unwanted changes are being made over the course of the month.
    Is there a way to use a variable to change the file name when it redirects? Currently when the occurence runs the file modified time on the tftp server changes but the output doesnt append as I had hoped it would, i.e one file having the config copy in to the file over and over.
    Thanks for your help

    You might want to consider the built-in Config Archive feature instead of kron.  With Config Archive, you can periodically take backups of your config (even to a network server), and you can adjust the filenames using either date or hostname (or both).  Check out the documentation at http://www.cisco.com/en/US/docs/ios/12_3t/12_3t7/feature/guide/gtrollbk.html#wp1100253 for more details.
    In addition to Config Archive, you also have the option of going with the Embedded Event Manager.  EEM also has a cron feature which will allow you to run CLI commands periodically.  Depending on your IOS version, it may be possible to do what you want using a simple EEM applet, or you might have to use a Tcl script policy.  More on EEM can be found at http://www.cisco.com/en/US/docs/ios/netmgmt/configuration/guide/nm_eem_overview_ps10592_TSD_Products_Configuration_Guide_Chapter.html .
    All that said, most TFTP servers have a security requirement that a file must exist on the server before one can write to it.  Therefore, if you try and create new files (i.e. a new file each day), the TFTP server may reject the WRITE REQUEST unless a file with that name already exists.  In light of that, you may need to use something like SCP or FTP instead.

  • Output redirect in ttisql

    Hi,
    I am trying to use TimesTen for benchmarking tpc-h queries. My first approach is to use:
    time ttisql < query > /dev/null
    , as I do not want to account for result printing. However, opening and closing the ODBC connection introduces a delay of 2-3 seconds, while the query execution time is 1-2 seconds, which is unacceptable.
    Another thought was to connect through ttisql and use "timing 1" to get execution times. Still, I have not managed to find any way of redirecting the output to /dev/null inside ttisql (starting with ttisql > /dev/null will make execution time printing impossible).
    What is the best way of running benchmark queries in TimesTen?
    Thanks.

    The 'best' way is usually to run the queries from a program that includes timing logic but for long queries such as TPC/H ttIsql is okay.
    If you issue the command 'verbosity 0' in ttIsql it will suppress the display of returned data while still outputting the timing information. That should do the trick for you.
    Chris

  • Cisco PI configuration template output redirection

    hi all,
    I need to configure a configuration template to find the output of "show cdp neighbor" using Cisco PI and redirect the output to another server like ftp or tftp.
    please advise

    Hi Mohamed,
    Go to Design > Feature Design >CLI template > System CLI template  >> select any template and click on "Save as new Template"
    that new template will be under Design > Feature Design > My template > EDIT it and add the command that you want to use " show cdp neighbour".
    Then DEPLOY it against the devices that you want to deploy.
    You can export the output  , print it , however you will not be redirect the output directly to ftp or tftp server
    Thanks-
    Afroz
    ****Ratings Encourages Contributors ****

  • Runtime output redirect.

    Hi guys, I am new to this forum, not sure where this question belongs. Please let me know if you think I should post elsewhere.
    I want to re-direct the output of an active process on Solaris 8. Can that be done?
    Thanks, Wade.

    Once a program is in execution, I don't think, you can redirect the output of that process from outside.
    Process as such can manipulate its stdin/stdout/stderr during its life time.

  • Sh -x output

    How to have the sh -x output of the trace be redirected to a file

    This is a function of the output redirect of the shell you may be using.
    The output from the '-x' option is being sent to the STDERR output file descriptor. This is so that if you are sending the output of the script to one file you can send the output of this some place else, or even keep it going to the screen.
    So what you want is something like this:
    sh -x command > /tmp/command.out 2> /tmp/xoption.outMake sure there is no space between the 2 and the '>'. This tells the shell to redirect STDERR to /tmp/xoption.out. Of course you can make these any files you like. You can even use this shortcut to redirect both to the same file:
    sh -x command > /tmp/command.out 2>&1Make note that these get processed in order so if you put '2>&1' before the '>' redirect you will just sent STDERR back to the original STDOUT (usually the terminal) and it won't have the desired results.
    Hope that helps.

  • Differenct between Lookup Error Output and Lookup No Match Output

    Hi All
    I'm new in SSIS and reading book for SSIS and unable to understand the difference between Lookup Error Output and Lookup No Match Output in Lookup transformation. Are these terms same or is there any difference between them ?. Please guide
    Thanks
    Regards
    Muz

    Nope. Error output is more generic ie any errors happening inside lookup can be redirected to error output by default. This includes lookup match failures as well as data conversion error, truncation error etc. Upto SSIS 2005 this was the only output available
    in addition to match output inside lookup so if you want to capture unmatched rows you had to redirect them to error output itself.
    But from SSIS 2008 onwards they've introduced one more output called no match output. This gives you ability to redirect only no matched rows through no match output so that you'll be able to distinguish between unmatched rows and other error rows.
    You can configure this option inside Specify how to handle rows with no matching entries option in Lookup Editor. You can choose Ignore Failure,
    Redirect rows to no match output,Redirect rows to error output etc as options
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Missing or invalid version of SQL library PSORA (200,0)

    I am trying to configure App. Server on Vista laptop machine.
    The machine name is VRGhati03.
    It is a logical 3 tier archtecture. Its a EPM 9.0 Install. My database (PFDMO) is all configured and I am able to signon using a User ID VP1 and password VP1. My connect id is people with password of peop1e.
    My access id is SYSADM.
    I have created a user id in Oracle as VP1 and granted him the PSADMIN role .
    When I try to boot up the App. Server it tells me ' Missing or invalid version of SQL Library PSORA' and 'Could not sign on to database PFDMO with user VP1'
    The VP1 sign on works via SQLPLUS.
    I also created a User Account of VP1 and tried to boot the appserver under that id but still no success.
    I have gone thru some of the postings on this topic but they have not helped me. What am I doing wrong?
    Below are the details of the log files, portion of my psappserv.cng file and the system environment variables.
    Can somebody help. Thanks in advance
    Sudhir
    I) Log from APPSERV:
    PSADMIN.10000 (0) [08/05/09 09:19:24](0) Begin boot attempt on domain PFDMO
    PSWATCHSRV.2556 (0) [08/05/09 09:19:33] Checking process status every 120 seconds
    PSWATCHSRV.2556 (0) [08/05/09 09:19:33] Server started
    PSAPPSRV.5636 (0) [08/05/09 09:19:34](0) PeopleTools Release 8.49 (WinX86) starting
    PSAPPSRV.5636 (0) [08/05/09 09:19:34](0) Cache Directory being used: C:\PT8.49\appserv\PFDMO\CACHE\PSAPPSRV_2\
    PSAPPSRV.5636 (0) [08/05/09 09:19:34](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library PSORA (200,0)
    PSAPPSRV.5636 (0) [08/05/09 09:19:34](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database PFDMO with user VP1.
    PSAPPSRV.5636 (0) [08/05/09 09:19:34](0) Server failed to start
    PSWATCHSRV.2556 (0) [08/05/09 09:19:35] Shutting down
    PSADMIN.10000 (0) [08/05/09 09:19:41](0) End boot attempt on domain PFDMO
    II) Log from TUXLOG:
    091924.VRGHATI03!PSADMIN.10000: Begin attempt on domain PFDMO
    091927.VRGHATI03!tmadmin.9844.8684.-2: TMADMIN_CAT:1330: INFO: Command: boot -A
    091929.VRGHATI03!tmboot.9720.8272.-2: 08-05-2009: Tuxedo Version 9.1, 32-bit
    091929.VRGHATI03!tmboot.9720.8272.-2: CMDTUX_CAT:1851: INFO: TM_BOOTTIMEOUT is set to 60 seconds
    091929.VRGHATI03!tmboot.9720.8272.-2: CMDTUX_CAT:1855: INFO: TM_BOOTPRESUMEDFAIL option is selected
    091931.VRGHATI03!BBL.8340.3320.0: 08-05-2009: Tuxedo Version 9.1, 32-bit, Patch Level 036
    091931.VRGHATI03!BBL.8340.3320.0: LIBTUX_CAT:262: INFO: Standard main starting
    091933.VRGHATI03!tmboot.9224.8412.-2: 08-05-2009: Tuxedo Version 9.1, 32-bit
    091933.VRGHATI03!tmboot.9224.8412.-2: CMDTUX_CAT:1851: INFO: TM_BOOTTIMEOUT is set to 60 seconds
    091933.VRGHATI03!tmboot.9224.8412.-2: CMDTUX_CAT:1855: INFO: TM_BOOTPRESUMEDFAIL option is selected
    091933.VRGHATI03!PSWATCHSRV.2556.9492.-2: 08-05-2009: Tuxedo Version 9.1, 32-bit
    091933.VRGHATI03!PSWATCHSRV.2556.9492.-2: LIBTUX_CAT:262: INFO: Standard main starting
    091934.VRGHATI03!PSAPPSRV.5636.9008.0: 08-05-2009: Tuxedo Version 9.1, 32-bit
    091934.VRGHATI03!PSAPPSRV.5636.9008.0: LIBTUX_CAT:262: INFO: Standard main starting
    091934.VRGHATI03!PSAPPSRV.5636.9008.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    091934.VRGHATI03!tmboot.9224.8412.-2: tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handler
    091938.VRGHATI03!BBL.8340.3320.0: CMDTUX_CAT:26: INFO: The BBL is exiting system
    091941.VRGHATI03!PSADMIN.10000: End boot attempt on domain PFDMO
    III) System Environmental Variables:
    LIBPATH=c:\oracle\product\10.2.0\db_1\LIB
    ORACLE_SID=PFDMO
    OS=Windows_NT
    path=C:\oracle\product\10.2.0\db_1\bin;C:\product\10.1.3.1\OracleAS_1\jdk\bin;C:\product\10.1.3.1\OracleAS_1\ant\bin;C:\product\10.1.3.1\OracleAS_1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\bea\Tuxedo9.1\bin
    TUXDIR=C:\bea\Tuxedo9.1
    IV) psappserv.cfg File:
    [Startup]
    ;=========================================================================
    ; Database Signon settings
    ;=========================================================================
    DBName=PFDMO
    DBType=ORACLE
    UserId=VP1
    UserPswd=tRWpMM0Cragi9I0nrWPAxZ+GS1YD0PRXzCrF4YWbe5E=
    ConnectId=people
    ConnectPswd=kyD3QPxnrag=
    ServerName=VRGhati03
    [Database Options]
    ;=========================================================================
    ; Database-specific configuration options
    ;=========================================================================
    SybasePacketSize=
    UseLocalOracleDB=0
    ;ORACLE_SID=
    EnableDBMonitoring=1
    OracleDisableFirstRowsHint=0
    [Security]
    ;=========================================================================
    ; Security settings
    ;=========================================================================
    Validate Signon with Database=0
    [Workstation Listener]
    ;=========================================================================
    ; Settings for Workstation Listener
    ;=========================================================================
    Address=%PS_MACH%
    Port=7000
    Encryption=0
    Min Handlers=1
    Max Handlers=3
    Max Clients per Handler=40
    Client Cleanup Timeout=60
    Init Timeout=5
    Tuxedo Compression Threshold=5000
    [JOLT Listener]
    ;=========================================================================
    ; Settings for JOLT Listener
    ;=========================================================================
    Address=%PS_MACH%
    Port=9000
    Encryption=0
    Min Handlers=5
    Max Handlers=7
    Max Clients per Handler=40
    Client Cleanup Timeout=10
    Init Timeout=5
    Client Connection Mode=ANY
    Jolt Compression Threshold=1000000
    [JOLT Relay Adapter]
    ;=========================================================================
    ; Settings for JOLT Relay Adapter (JRAD)
    ;=========================================================================
    Listener Address=%PS_MACH%
    Listener Port=9100
    [Domain Settings]
    ;=========================================================================
    ; General settings for this Application Server.
    ;=========================================================================
    Domain ID=PFDMO
    Add to PATH=c:\oracle\product\10.2.0\db_1\BIN
    Spawn Threshold=1,600:1,1
    Restartable=Y
    ;Log Directory=%PS_SERVDIR%\LOGS
    ; This allows for dynamic changes to certain setting without having to reboot
    ; the domain. The settings that can be dynamically changed are: Recycle Count,
    ; Consecutive Service failures, Trace SQL, Trace Mask SQL, TracePC, TracePCMask,
    ; TracePpr, TracePprMask, TracePIA, TracePIAMask, Log Fence, Enable DB Monitoring,
    ; Enable Debugging, LogErrorReport, MailErrorReport, DumpMemoryImageAtCrash
    ; These settings are further identified by the "Dynamic change allowed for .."
    ; comment.
    Allow Dynamic Changes=N
    ; Logging detail level
    ; Level Type of information
    ; -100 - Suppress logging
    ; -1 - Protocol, memory errors
    ; 0 - Status information
    ; 1 - General errors
    ; 2 - Warnings
    ; 3 - Tracing Level 1 (default)
    ; 4 - Tracing Level 2
    ; 5 - Tracing Level 3
    ; Dynamic change allowed for LogFence
    LogFence=3
    ; Trace-Log File Character Set: Character set used for log and trace files
    Trace-Log File Character Set=ANSI
    [PeopleCode Debugger]
    ;=========================================================================
    ; PeopleCode Debug Server settings
    ;=========================================================================
    PSDBGSRV Listener Port=9500
    ; PeopleCode Debugger Trace Settings
    ; Level Type of tracing
    ; 0 Off (default)
    ; 1 Level 1 - log connection activity
    ; 2 Level 2 - log debug broker transactions (getsession, register/unregister, acquire/unacquire)
    ; 3 Level 3 - log primary debuggee/debugger transactions (register, modechange, seteventflag, break)
    ; 4 Level 4 - log debuggee/debugger variables transactions
    ; 5 Level 5 - log debuggee/debugger command responses and gotbreaks
    ; Warning: Levels 3 thru 5 result in lots of transaction data being logger and require plenty of disk space.
    DebuggerMsgLogEnable=0
    [Trace]
    ;=========================================================================
    ; Server Trace settings
    ;=========================================================================
    ; SQL Tracing Bitfield
    ; Bit Type of tracing
    ; 1 - SQL statements
    ; 2 - SQL statement variables
    ; 4 - SQL connect, disconnect, commit and rollback
    ; 8 - Row Fetch (indicates that it occurred, not data)
    ; 16 - All other API calls except ssb
    ; 32 - Set Select Buffers (identifies the attributes of columns
    ; to be selected).
    ; 64 - Database API specific calls
    ; 128 - COBOL statement timings
    ; 256 - Sybase Bind information
    ; 512 - Sybase Fetch information
    ; 1024 - SQL Informational Trace
    ; 4096 - Manager information
    ; 8192 - Mapcore information
    ; Dynamic change allowed for TraceSql and TraceSqlMask
    TraceSql=0
    TraceSqlMask=12319
    ; PeopleCode Tracing Bitfield
    ; Bit Type of tracing
    ; 1 - Trace Evaluator instructions (not recommended)
    ; 2 - List Evaluator program (not recommended)
    ; 4 - Show assignments to variables
    ; 8 - Show fetched values
    ; 16 - Show stack
    ; 64 - Trace start of programs
    ; 128 - Trace external function calls
    ; 256 - Trace internal function calls
    ; 512 - Show parameter values
    ; 1024 - Show function return value
    ; 2048 - Trace each statement in program (recommended)
    ; Dynamic change allowed for TracePC and TracePCMask
    TracePC=0
    TracePCMask=4095
    ; Panel Processor Tracing Bitfield
    ; Bit Type of tracing
    ; 1 - Log extra debug messages
    ; 2 - Dump panel after build
    ; 4 - Dump buffers after PPRInit
    ; 8 - Dump buffers before/after service
    ; 16 - Dump buffers after scrollselect
    ; 32 - Dump buffers after modal panel
    ; 64 - Dump buffers before save
    ; 128 - Dump buffers after insertrow
    ; 256 - Trace default processing
    ; 512 - Dump PRM data
    ; 1024 - Show function return value
    ; 2048 - dump memory statistics
    ; 4096 - Trace related display processing
    ; 8192 - Trace keylist generation
    ; 16384 - Trace work record settings
    ; Dynamic change allowed for TracePPR and TracePPRMask
    TracePPR=0
    TracePPRMask=32767
    ; PIA Page Generation Tracing Bitfield
    ; Bit Type of tracing
    ; 1 - Log page generation errors
    ; 2 - Show table layout via cell borders in generated page
    ; 4 - Annotate field overlap in HTML source
    ; 8 - Detailed trace of table generation algorithm
    ; 16 - Inline stylesheet in generated pages
    ; 32 - Inline javascript in generated pages
    ; 64 - QATesting - annotation and extra tags needed by Robot
    ; 128 - Format source. Make HTML more readable
    ; 256 - Save File. Save each generated page in log directory
    ; 512 - Debug JavaScript. Include debug functions in page
    ; 1024 - Log form data. Log all request parameters on each service
    ; 2048 - Log key errors. Write log message for unrecognized query parameters.
    ; Dynamic change allowed for TracePIA and TracePIAMask
    TracePIA=0
    TracePIAMask=32767
    ; AE Tracing Bitfield
    ; Bit Type of tracing
    ; 1 - Trace STEP execution sequence to AET file
    ; 2 - Trace Application SQL statements to AET file
    ; 4 - Trace Dedicated Temp Table Allocation to AET file
    ; 8 - not yet allocated
    ; 16 - not yet allocated
    ; 32 - not yet allocated
    ; 64 - not yet allocated
    ; 128 - Timings Report to AET file
    ; 256 - Method/BuiltIn detail instead of summary in AET Timings Report
    ; 512 - not yet allocated
    ; 1024 - Timings Report to tables, ignored if Process Instance is 0
    ; 2048 - DB optimizer trace to file
    ; 4096 - DB optimizer trace to tables
    ; 8192 - Transform trace
    TraceAE=0
    ; Analytic Server Tracing Bitfield
    ; MostSignificantBit -> LeastSignificantBit
    ; QAS |ACE MODEL | ACE CALC | ACE API| Plugin | DCache | Utils | Analytic Server |
    ; 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
    ; Bit Type of tracing 3 bits per component (octal word)
    ; 1 - Analytic Server LSB
    ; 2 - Analytic Server MSB LSB LogFence
    ; 4 - Analytic Server MSB --- --- --------------------
    ; 8 - Utilities LSB 0 0 0 0 (Severity_Status)
    ; 16 - Utilities 0 0 1 1 (Severity_Error)
    ; 32 - Utilities MSB 0 1 0 2 (Severity_Warn)
    ; 64 - DataCache LSB 0 1 1 3 (Severity_Info)
    ; 128 - DataCache 1 0 0 4 (Severity_Trace1)
    ; 256 - DataCache MSB 1 0 1 5 (Severity_Trace2)
    ; 512 - Plug-in LSB 1 1 0 6 (not used)
    ; 1024 - Plug-in 1 1 1 7 (not used)
    ; 2048 - Plug-in MSB
    ; 4096 - ACE API LSB
    ; 8192 - ACE API
    ; 16384 - ACE API MSB
    ; 32768 - ACE CALC LSB
    ; 65536 - ACE CALC
    ; 131072 - ACE CALC MSB
    ; 262144 - ACE MODEL LSB
    ; 524288 - ACE MODEL
    ; 1048576 - ACE MODEL MSB
    ; 2097152 - QAS LSB
    ; 4194304 - QAS
    ; 8388608 - QAS MSB
    ; The bits enable logging for OptEngine components beyond the standard
    ; LogFence setting. E.g., TraceAnalytic=14380470 sets full trace on all components.
    ; Using 110 (1 greater than Severity_Trace2) for each component:
    ; OptEng: 4 + 2
    ; Utils : 32 + 16
    ; DC : 256 + 128
    ; Plugin: 2048 + 1024
    ; ACE API: 16384 + 8192
    ; ACE CALC: 131072 + 65536
    ; ACE MODEL: 1048576 + 524288
    ; QAS : 8388608 + 4194304
    ; Total : 14380470
    TraceAnalytic=9586980
    TraceAnalyticMask=16777215
    ; Performance Monitor Tracing Bitfield
    ; Bit Type of tracing
    ; 1 - Trace All performance monitor agent activity
    TracePPM=0
    ; Create a memory image of the failing process during a crash
    ; Setting Meaning
    ; NONE no memory image
    ; MINI mini memory image
    ; FULL full memory image
    ; If set to MINI or FULL, when a crash occurs, a memory.dmp file is
    ; generated under <log directory>/<server name>.<process id>.
    ; Dynamic change allowed.
    DumpMemoryImageAtCrash=NONE
    ;If set to Y, when a crash occurs, the application server process will write
    ;additional information to help in debugging the crash that occurred.
    ;This consists of the customized object definitions for reproducing
    ;the request on another database.
    DumpManagerObjectsAtCrash=Y
    ; If set to Y, when a runtime error is detected, the message and a dump of
    ; the application state will be written to the current log file.
    ; Dynamic change allowed.
    LogErrorReport=N
    ; When set to an email address, an email will be sent when an error report
    ; or a crash dump is written to the log.
    ; Dynamic change allowed.
    MailErrorReport=
    [Cache Settings]
    ;==============================================================================================
    ; Settings for managed object caching;
    ; Default EnableServerCaching=2, ServerCacheMode=0
    ; Default CacheBaseDir=%PS_SERVDIR% if defined else %PS_HOME/<domain name>/cache
    ; You can change these values by uncommenting and setting to the desired value
    ;==============================================================================================
    ; EnableServerCaching -
    ; 0 Server file caching disabled
    ; 1 Server file caching limited to most used classes
    ; 2 Server file caching for all types
    ;EnableServerCaching=2
    ; CacheBaseDir = the base file cache directory
    ;CacheBaseDir=%PS_SERVDIR%
    ; ServerCacheMode
    ; 0 One file cache directory per app server process
    ; 1 One file cache directory per domain (shared file cache, needs to be preloaded)
    ;ServerCacheMode=0
    ; Deprecated cache settings : MaxInMemoryObjects
    ; MaxCacheMemory - controls cache memory pruning
    ; 0 cache memory pruning disabled
    ; >0 max size of memory cache in MBytes
    MaxCacheMemory=0
    ; Preload Cache projects for file and in memory cache
    ;PreloadFileCache=
    ;PreloadMemoryCache=
    [RemoteCall]
    ;=========================================================================
    ; Settings for RemoteCall
    ;=========================================================================
    ; RemoteCall child process output redirection
    ; If this parameter is non-zero, the child process output is saved to
    ; <Domain Settings\Log Directory>\<program>_<oprid>.out, and any error
    ; output is saved to <program>_<oprid>.err.
    ; By default, the output is not saved
    RCCBL Redirect=0
    ; Location of COBOL programs
    ; NT/Windows 2000: By default, RemoteCall looks for the COBOL programs in
    ; %PS_HOME%\cblbin%PS_COBOLTYPE%. PS_COBOLTYPE is automatically set when
    ; the application server is started. The value depends upon the database.
    ; Possible values:
    ; PS_COBOLTYPE = A (non-Unicode)
    ; PS_COBOLTYPE = E (EBCDIC)
    ; PS_COBOLTYPE = U (Unicode)
    ; UNIX: By default, RemoteCall looks for the COBOL programs in $PS_HOME/cblbin.
    ; You can override the default setting by commenting out the appropriate
    ; line and modifying the setting to fit your requirements.
    ; NT/Windows 2000:
    ;RCCBL PRDBIN=%PS_HOME%\cblbin%PS_COBOLTYPE%
    ; UNIX:
    ;RCCBL PRDBIN=%PS_HOME%/cblbin
    [PSAPPSRV]
    ;=========================================================================
    ; Settings for PSAPPSRV
    ;=========================================================================
    ; UBBGEN settings
    Min Instances=3
    Max Instances=3
    Service Timeout=300
    ; Number of services after which PSAPPSRV will automatically restart.
    ; If the recycle count is set to zero, PSAPPSRV will never be recycled.
    ; The default value is 5000.
    ; Dynamic change allowed for Recycle Count
    Recycle Count=5000
    ; Percentage of Memory Growth after which PSAPPSRV will automatically restart.
    ; Default is 20, meaning additional 20% of memory growth after the process has
    ; built up its memory cache.
    ; Uncomment the setting to use memory growth instead of Recycle Count at
    ; determining the restart point.
    ; Percentage of Memory Growth=20
    ; Number of consecutive service failures after which PSAPPSRV will
    ; automatically restart.
    ; If this is set to zero, PSAPPSRV will never be recycled.
    ; The default value is zero.
    ; Dynamic change allowed for Allowed Consec Service Failures
    Allowed Consec Service Failures=2
    ; Max Fetch Size -- max result set size in KB for a SELECT query
    ; Default is 5000KB. Use 0 for no limit.
    Max Fetch Size=5000
    ; Automatically select prompt, 1 = yes, 0 = no
    Auto Select Prompts=1
    ; This parameter is used for Tuxedo Queue Thresold Determination (used forPub/Sub
    ; processing only). This parameter is the actual Tuxedo message queue size.
    ; This is a kernel parameter in Unix. For Windows, look in BEA Tuxedo, IPC Resources.
    ; A value of 0 will disable Tuxedo Queue threshold Determination and usage.
    ; A value of -1 will use these defaults: Windows = 65535, AIX = 4000000,
    ; Solaris = 65535, HP = 65535
    Tuxedo Queue Size=65535
    [PSANALYTICSRV]
    ;=========================================================================
    ; Settings for PSANALYTICSRV
    ;=========================================================================
    ; UBBGEN settings
    Min Instances=3
    Max Instances=3
    ; Number of Analytic Instances an Analytic Server instance will load and
    ; unload before recycling. If the recycle count is set to zero, the
    ; Analytic Server will never be recycled.
    ; The default value is 1.
    ; Dynamic changes to this setting are allowed. A dynamic change will
    ; affect running Analytic Servers.
    ;Recycle Count=1
    ; Number of minutes an analytic instance will remain loaded without being
    ; accessed when it is auto-loaded by the analytic grid or when a
    ; PeopleCode program loads the instance with a timeout value of -1.
    ; The default value is 30
    ; Setting this to zero will disable timeouts for auto-loaded instances.
    ; Dynamic changes to this setting are allowed.
    ;Analytic Instance Idle Timeout=30
    ; Setting this to 1 will cause each analytic server to log to it's own
    ; file rather than the common PSANALYTICSRV_<Month|Day>.LOG file. The
    ; individual log files will include the Tuxedo server ID.
    ; Dynamic changes to this setting are allowed. Changes will only come
    ; into affect for running analytic servers when they are recycled.
    ; The default value is 0
    ;Analytic Per Server Log=1
    ; This setting determines what is the threshold to enable file swaping
    ; in ACE. Each data block is of 6K. Each data cube is divided into multiple
    ; data blocks. In batch environment this could be configured to a higher value.
    ; The default value is 1024 blocks. If set to zero, the disk swaping is disabled.
    ;ACE Max Memory Data Blocks=1024
    ; Queue size for data loading in batches. If set to zero, batch loading is disabled.
    ;ACE Load Queue Size=100000
    [PSSAMSRV]
    ;=========================================================================
    ; Settings for PSSAMSRV
    ;=========================================================================
    ; UBBGEN settings
    ; PSSAMSRV never spawns, so we set Instances instead of setting a Min and
    ; Max value for Instances.
    Min Instances=1
    Max Instances=3
    Service Timeout=300
    ; Number of services after which PSSAMSRV will automatically restart.
    ; If the recycle count is set to zero, PSSAMSRV will never be recycled.
    ; The default value is zero.
    Recycle Count=100000
    ; Number of consecutive service failures after which PSSAMSRV will
    ; automatically restart.
    ; If this is set to zero, PSSAMSRV will never be recycled.
    ; The default value is zero.
    Allowed Consec Service Failures=2
    ; Max Fetch Size -- max result set size in KB for a SELECT query
    ; Max Fetch Size=n indicates n * 1024 bytes
    ; Default is 32KB. Use 0 for no limit
    Max Fetch Size=32
    [PSQCKSRV]
    ;=========================================================================
    ; Settings for PSQCKSRV
    ;=========================================================================
    ; UBBGEN settings
    Min Instances=1
    Max Instances=3
    Service Timeout=300
    ; Number of services after which PSQCKSRV will automatically restart.
    ; If the recycle count is set to zero, PSQCKSRV will never be recycled.
    ; The default value is zero.
    Recycle Count=100000
    ; Number of consecutive service failures after which PSQCKSRV will
    ; automatically restart.
    ; If this is set to zero, PSQCKSRV will never be recycled.
    ; The default value is zero.
    Allowed Consec Service Failures=2
    ; Max Fetch Size -- max result set size in KB for a SELECT query
    ; Default is 5000KB. Use 0 for no limit.
    Max Fetch Size=5000
    [PSQRYSRV]
    ;=========================================================================
    ; Settings for PSQRYSRV
    ;=========================================================================
    ; UBBGEN settings
    Min Instances=1
    Max Instances=3
    Service Timeout=1200
    ; Number of services after which PSQRYSRV will automatically restart.
    ; If the recycle count is set to zero, PSQRYSRV will never be recycled.
    ; The default value is zero.
    Recycle Count=100000
    ; Number of consecutive service failures after which PSQRYSRV will
    ; automatically restart.
    ; If this is set to zero, PSQRYSRV will never be recycled.
    ; The default value is zero.
    Allowed Consec Service Failures=2
    ; Max Fetch Size -- max result set size in KB for a SELECT query
    ; Default is 10000KB. Use 0 for no limit.
    Max Fetch Size=10000
    ; Use dirty-read(uncommitted read) for PSQRYSRV only on DB2/OS390 or SQL Server
    Use dirty-read=0

    VP1 is an application user, not a database user.
    PS is a database user, the Peoplesoft objects' owner. It is also an application user on some application.
    Did you try to connect onto the database with people user through SQL*Plus ? Are you able to read PSOPRDEFN, PSVERSION, PSACCESSPRFL tables ?
    What Vista version are you on ? What Oracle version ?
    If you have Metalink3 access, you should read the note :
    Missing or invalid version of SQL library libpsora (0,0) or (200,0) (Doc ID 608741.1)+
    Nicolas.

  • After update I can't connect to the internet in no way, shape or form

    I rarely update because: 1) something always breaks when you update (like now) and 2) I don't like to deal with new crap like GNOME 3. Anyway:
    I bought a new router (TL-WR1043N) and configured it with an old Ubuntu because connecting to 192.168.1.1 didn't work on any of my Arch Linux installations. Now... here's where it all starts... I can't use the 'n' wireless on my laptop since I have to install something to use WPA, and to install that I need to update, but I don't want to deal with GNOME 3 and Firefox >3. But I gave up eventually gave up and connected my laptop to the router by Ethernet cable. Setting that up was very easy: 'ifconfig eth0 up; dhcpcd'. Voila! I updated my whole system and restarted. To see how badly I damaged my system I opened Nautilus (I use Openbox with some GNOME programs): shock and dismay, the fonts are visible from the moon. I guess I'll have to quit using GNOME programs completely now but I expected that. I used to use KDE back in the day and when KDE4 came forth from that unholy pit, I immediately abandoned it for GNOME. This time we had more time to prepare, everybody knew what GNOME 3 was going to be. I started using Openbox quite a long time ago.
    Anyway: Now to fix my wireless right? WRONG! I can't connect to the internet on cable to get the packages for wireless. I installed Windows 7 64 on the same laptop and it connects to the cable. Ubuntu 9.10 Live also connects, but due to the changes of rc.conf and network stuff I can't connect at all with Arch Linux.
    So I decided to abandon it completely and reinstall from scratch. But the Live CD also doesn't work. With all the ways I've tried it all comes down to this:
    dhcpcd always times out waiting for a carrier and 'ip addr' shows 'eth0: <NO-CARRIER, ....' if the interface is up. I'm not sure what information I should give you, but I can't paste any here since I can't connect to the damn internet on that laptop.
    About the router: the cable is plugged on port 1 and the LED for it flashes if I reboot the computer. In Windows it stops flashing while it connects and flashes again when connected. I removed 'network' from DAEMONS and it flashes till I start it with '/etc/rc.d/network start'. This hangs for a while and returns '[DONE]' even though it doesn't work and the LED never flashes again on the router.
    In rc.conf I have exactly what the example says for DHCP. In any case, it doesn't work with the Live CD either.
    EDIT 1: From lscpi: painstakingly typed:
    06:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
    07:00.0 Ethernet controller: Realtek Semiconducctor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
    EDIT 2: Just to be clear: I can use the wireless on the laptop on the Live CD, but I want to use the cable because of the greater speed (94Mbit/s on cable 60 something on wireless n, 20 something on g) and because I rarely move the laptop.
    EDIT 3: lspci -v shows "Kernel driver in use: r8169   /   Kernel modules: r8169", so the driver is loaded.
    EDIT 4: So if I boot from the CD. ip addr shows:
    eth: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
        link/ether 00:1d:92:...etc... brd ff:ff:ff:ff:ff:ff
    And  the LED flashes. When I type: "ifconfig eth0 up" it stops, never to light up again and ip addr shows: "eth: <nO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    Last edited by imtired (2011-09-08 12:36:51)

    When you're in Arch, use output redirection
    lspci >lspci.out
    then boot into Ubuntu or something where you can access the files and the BBS,  Of course, don't forget to use a new file for each command output.
    The new network config in rc.conf is not that complicated (wired anyway; never used wireless).  OTOH I've had issues on two machines where I have to restart the network daemon (rc.d restart network) or rerun netcfg (netcfg eth0) after boot to get connectivity. And I still haven't come to grips with the ip command.

  • Fextread32 fails in Tux 9.0 on Win XP Pro SP 2

    I have been checking out the new Tuxedo 9.0 release with a small test setup that worked fine with 8.1 on Win XP Pro, but gives a problem running on 9.0 - a native client crashes on a Fextread32 resulting in the message:
    "<clientprogramname>.exe has encountered a problem and needs to close. We are sorry for the inconvenience."
    (followed by an invitation to submit the problem to Microsoft!).
    The only OS difference is that I am now using XP pro SP2. Does anyone have any words of wisdom regarding this before I open a case with Support? (It appears that the server also crashes on a Fwrite32 - can't say for sure as I haven't researched this yet).
    (I am aware that the reference docs for these functions state that they may not be used in a /WS client, but I have used a native client. There seems to be a certain similarity with an earlier problem described in the thread "10 minute delay on Windows XP" - in a response Todd Little mentioned that XP Pro is not certified to run as a Tuxedo node executing BBL, etc. If this is the reason for the above problem then it is a bit unfortunate - I'm sure I am not alone in using the Windows XP Pro platform (which is our company standard for a laptop) for prototyping Tuxedo solutions!)
    Thanks & best regards,
    Malcolm.

    The version of the Microsoft compiler supported by Tuxedo has changed
    between Tuxedo 8.1 and Tuxedo 9.0.
    The original Tuxedo 8.1 release on Windows 2000 required Visual C/C++ 6.0
    SP4 or compatible. Libraries compatible with VC.net were provided as
    downloads at a later date.
    Tuxedo 9.0 on Windows 2003 and on Windows XP requires VC.net 2003
    Professional.
    This is important because Microsoft has changed the implementation of the
    stdio library between compiler versions. The two APIs in which your program
    is crashing both use FILE pointers that are allocated in the application and
    then referenced in Tuxedo. The FILE structure has changed in newer
    Microsoft compiler versions, and a FILE pointer allocated in one compiler
    version cannot be used by a library linked with another compiler version.
    BEA wrote the following compatibility description some time ago:
    All existing Tuxedo Windows product binaries (DLLs) [for release 8.1 and
    earlier] were built using either VC 5 or VC 6 , or some combination when a
    Tuxedo certification involved testing of older binaries on new Windows
    platforms. Because of binary compatibility support on Windows in the past,
    Microsoft fully supported the "co-mingling" of older VC binaries with newer
    version of the compiler (i.e. VC 5 with VC 6). However, MS has recently
    stated that their support for VC 6 runtime in a VC.net environment
    (co-mingled environment containing both a VC 6 runtime (Tux DLL) and a .Net
    runtime (application built using VC.net)) is limited to invocations of
    system APIs that do not span across both runtime libraries (ie objects must
    be managed by it's own runtime libraries). For example, memory space
    allocated via a malloc() call in one runtime library(e.g. VC 6) cannot be
    released by a free() call in another runtime library (e.g. .Net 2003).
    Based on BEA's own investigations and tests, the following issues have been
    identified for Tuxedo applications in the co-mingled environment using VC
    .Net:
    1. If a Tuxedo application compiled with VC.net performs writes using
    buffered IO library functions (e.g. fprintf) via a FILE handle (including
    stdout, and stderr) and calls a Tuxedo function that also writes to the same
    FILE handle, the output may not appear in same order as written. A similar
    behavior occurs on input. This happens because separate buffers are used to
    buffer the input and output in the two versions of the C runtime library.
    NOTE: To date Microsoft has proposed several possible workarounds for
    managing unbuffered output by calling setbuf(., _IONBF) , and  GetProcAddr()
    in the application to get the address of setbuf in the VC 6 library.
    However, these workarounds have potential performance implications and have
    not been fully tested by the Tuxedo team and would require the customer to
    verify their specific application and workaround with Microsoft Support.
    2. Based on our analysis of buffer I/O within Tuxedo, the following
    Tuxedo FML APIs are affected and cannot be used in the co-mingled .Net VC
    environments. These APIs involve passing a FILE pointer from the application
    to Tuxedo and violate the restriction on using CRT-bound objects across
    different CRT versions:
    FMLread(), FMLread32(), FMLwrite(), FMLwrite32(), Fread(), Fread32(),
    Fwrite(), Fwrite32(), Fboolpr(), Fboolpr32(), Fvboolpr(), Fvboolpr32(),
    Fextread(), Fextread32(), Ffprint(), Ffprint32()
    3. A related issue occurs for Tuxedo servers. If the -e or -o options are
    specified as command line options for an application server instance (to
    redirect output to user-specified files), buffered output to stdout or
    stderr (e.g. via fprintf) may not appear in the redirected files. NOTE: The
    only known workaround for this problem is for customer applications to
    explicitly manage own output redirection in their Tuxedo servers.
    Microsoft has compiler compatibility information available at the following
    URLs:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_c_run.2d.time_libraries.asp
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_.2f.MD.2c_2f.ML.2c_2f.MT.2c_2f.LD.asp
    http://support.microsoft.com/?id=140584
    http://support.microsoft.com/default.aspx?scid=kb;en-us;94248
    "Malcolm Freeman" <[email protected]> wrote in message
    news:[email protected]...
    I have been checking out the new Tuxedo 9.0 release with a small testsetup that worked fine with 8.1 on Win XP Pro, but gives a problem running
    on 9.0 - a native client crashes on a Fextread32 resulting in the message:
    "<clientprogramname>.exe has encountered a problem and needs to close.We are sorry for the inconvenience."
    (followed by an invitation to submit the problem to Microsoft!).
    The only OS difference is that I am now using XP pro SP2. Does anyonehave any words of wisdom regarding this before I open a case with Support?
    (It appears that the server also crashes on a Fwrite32 - can't say for sure
    as I haven't researched this yet).
    >
    (I am aware that the reference docs for these functions state that theymay not be used in a /WS client, but I have used a native client. There
    seems to be a certain similarity with an earlier problem described in the
    thread "10 minute delay on Windows XP" - in a response Todd Little mentioned
    that XP Pro is not certified to run as a Tuxedo node executing BBL, etc. If
    this is the reason for the above problem then it is a bit unfortunate - I'm
    sure I am not alone in using the Windows XP Pro platform (whi
    ch is our company standard for a laptop) for prototyping Tuxedosolutions!)
    >
    Thanks & best regards,
    Malcolm.

  • Initial content not found

    Hi,
    I try to use FlexUnit 4 to test an air application. I use Maven antrun plugin to compile and run test
    code since flex-mojos do not support FlexUnit 4 yet.
    My antrun plugin is as follows,
               <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-antrun-plugin</artifactId>
                    <version>1.3</version>
                    <executions>
                        <execution>
                            <id>flexunit4-test-compile</id>
                            <phase>test-compile</phase>
                            <configuration>
                                <tasks>
                                    <!-- You can set this directly so mxmlc will work correctly, or set FLEX_HOME as an environment variable and use as below -->
                                    <!--property name="FLEX_HOME" location="${env.FLEX_HOME}"/-->
                                    <property name="FLEX_HOME" value="${flex.home}"/>
                                    <taskdef resource="flexTasks.tasks"/>
                                    <taskdef resource="net/sf/antcontrib/antlib.xml"
                                             classpathref="maven.compile.classpath"/>
                                    <!-- Compile TestRunner.mxml as a SWF -->
                                    <mxmlc file="${project.build.testSourceDirectory}/TestRunner.mxml"
                                           output="${project.build.testOutputDirectory}/TestRunner.swf">
                                        <source-path path-element="${project.build.sourceDirectory}"/>
                                        <source-path path-element="${project.build.testSourceDirectory}"/>
                                        <load-config filename="${FLEX_HOME}/frameworks/air-config.xml"/>
                                        <compiler.library-path dir="${basedir}/target/dependency" append="true">
                                            <include name="*.*"/>
                                        </compiler.library-path>
                                        <compiler.verbose-stacktraces>true</compiler.verbose-stacktraces>
                                        <compiler.headless-server>true</compiler.headless-server>
                                    </mxmlc>
                                </tasks>
                            </configuration>
                            <goals>
                                <goal>run</goal>
                            </goals>
                        </execution>
                        <execution>
                            <id>flexunit4-test-run</id>
                            <phase>test</phase>
                            <configuration>
                                <tasks>
                                    <!-- Execute TestRunner.swf as FlexUnit tests and publish reports -->
                                    <!--
                                       Flex-Mojos will update the FlashPlayer trusted cache for you automagically so you don't have to have flexunit do so.
                                       Also haltonfailure should be marked true to keep with the convention in Maven that the build fails if tests fail.
                                    -->
                                    <taskdef resource="flexUnitTasks.tasks"/>
                                    <exec executable="${flex.home}/bin/adl" failonerror="false" osfamily="unix">
                                        <arg value="${project.build.testOutputDirectory}/TestRunner-app.xml"/>
                                        <arg value="--"/>
                                        <arg value="${project.build.testOutputDirectory}"/>
                                    </exec>
                                    <exec executable="${flex.home}/bin/adl.exe" failonerror="false" osfamily="windows">
                                        <arg value="${project.build.testOutputDirectory}/TestRunner-app.xml"/>
                                        <arg value="--"/>
                                        <arg value="${project.build.testOutputDirectory}"/>
                                    </exec>
                                    <!--flexunit swf="${project.build.testOutputDirectory}/TestRunner.swf"
                                              toDir="${project.build.directory}/surefire-reports"
                                              haltonfailure="true"
                                              verbose="true"
                                              localTrusted="false"/-->
                                </tasks>
                            </configuration>
                            <goals>
                                <goal>run</goal>
                            </goals>
                        </execution>
                    </executions>
                    <dependencies>
                        <!-- You will need to manually install all of the artifacts below in your local Maven repository or shared repository if you have one -->
                        <dependency>
                            <groupId>com.adobe.flex</groupId>
                            <artifactId>flexTasks</artifactId>
                            <version>${flex-sdk.version}</version>
                        </dependency>
                        <dependency>
                            <groupId>org.flexunit</groupId>
                            <artifactId>anttasks</artifactId>
                            <version>4.0.0</version>
                        </dependency>
                    </dependencies>
                </plugin>
    TestRunner.swf is built at target/test-class and I also have TestRunner-app.xml in the same directory where I have
            <content>TestRunner</content>
    The problem is that when I try to run a test, I keep getting the following error
    [exec] initial content not found
    I really appreciate if someone could shred some light on this problem.
    Thanks,
    John

    Hi Brian,
    Thanks for your reply!
    I've tried building with every version of Ant and FlexUnit I could find, including the latest beta... same problem every time. Though I haven't tried using a different Flex SDK - my project uses 3.2.0. Could that be causing problems? All the FlexUnit versions I can find are for 3.5 or later.
    Below is the full console output from my build script (using the flexunit task rather than exec). As for the descriptor file, if you mean the one created by the FlexUnit task, I'm afraid I have nothing to post... since the error is that the task isn't able to create it in the first place. (Or if it is being created, it sure isn't anywhere I can find it - see below for screenshot of project contents.) I can post the descriptor I wrote myself if that will be of any use - just let me know.
    Thank you so much for your help!
    Helen
    -------------- CONSOLE OUTPUT ---------------
    Apache Ant version 1.7.1 compiled on June 27 2008
    Buildfile: C:\build\dev\helen_ant\apps\flex_dev\flex\acdc\build.xml
    parsing buildfile C:\build\dev\helen_ant\apps\flex_dev\flex\acdc\build.xml with URI = file:/C:/build/dev/helen_ant/apps/flex_dev/flex/acdc/build.xml
    Project base dir set to: C:\build\dev\helen_ant\apps\flex_dev\flex\acdc
    [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
    Build sequence for target(s) `all' is [clean-swf, build-swf, clean-installer, compile-test, test-flex, build-installer, all]
    Complete build sequence is [clean-swf, build-swf, clean-installer, compile-test, test-flex, build-installer, all, test-reports-flex, final-clean, ]
    clean-swf:
       [delete] Deleting C:\build\dev\helen_ant\apps\flex_dev\flex\acdc\acdc.swf
    build-swf:
    dropping C:\C from path as it doesn't exist
    dropping C:\C from path as it doesn't exist
        [mxmlc] Loading configuration file C:\Program Files\Adobe\Flex Builder 3\sdks\3.2.0\frameworks\air-config.xml
        [mxmlc] C:\build\dev\helen_ant\apps\flex_dev\flex\acdc\acdc.swf (2391282 bytes)
    clean-installer:
    compile-test:
    dropping C:\C from path as it doesn't exist
    dropping C:\C from path as it doesn't exist
        [mxmlc] Loading configuration file C:\Program Files\Adobe\Flex Builder 3\sdks\3.2.0\frameworks\air-config.xml
        [mxmlc] C:\build\dev\helen_ant\apps\flex_dev\flex\acdc\src\acdcunittest.swf (2744014 bytes)
    test-flex:
    [flexunit] Validating task attributes ...
    [flexunit] Generating default values ...
    [flexunit] Using the following settings for the test run:
    [flexunit]     FLEX_HOME: [C:\Program Files\Adobe\Flex Builder 3\sdks\3.2.0]
    [flexunit]     haltonfailure: [false]
    [flexunit]     headless: [false]
    [flexunit]     display: [99]
    [flexunit]     localTrusted: [true]
    [flexunit]     player: [air]
    [flexunit]     port: [1024]
    [flexunit]     swf: [C:\build\dev\helen_ant\apps\flex_dev\flex\acdc\src\acdcunittest.swf]
    [flexunit]     timeout: [60000ms]
    [flexunit]     toDir: [C:\build\dev\helen_ant\apps\flex_dev\flex\acdc\unit_test_reports\xml]
    [flexunit] Setting up server process ...
    [flexunit] Starting server ...
    [flexunit] OS: [Windows]
    [flexunit] Opening server socket on port [1024].
    [flexunit] Waiting for client connection ...
    [flexunit] Launching player:
         [null] Executing 'C:\Program Files\Adobe\Flex Builder 3\jre\bin\java.exe' with arguments:
         [null] '-jar'
         [null] 'C:\Program Files\Adobe\Flex Builder 3\sdks\3.2.0\lib\adt.jar'
         [null] '-version'
         [null]
         [null] The ' characters around the executable and arguments are
         [null] not part of the command.
         [null] Output redirected to property: AIR_VERSION
    [flexunit] Found AIR version: 2.0
    BUILD FAILED
    C:\build\dev\helen_ant\apps\flex_dev\flex\acdc\build.xml:97: Error launching the test runner.
        at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
        at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefau ltExecutor.java:32)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
        at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
        at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
    Caused by: Error launching the test runner.
        at org.flexunit.ant.tasks.TestRun.launchTestSuite(Unknown Source)
        ... 18 more
    Caused by: Could not create application descriptor
        at org.flexunit.ant.launcher.commands.player.AdlCommand.createApplicationDescriptor(Unknown Source)
        at org.flexunit.ant.launcher.commands.player.AdlCommand.launch(Unknown Source)
        at org.flexunit.ant.launcher.FlexUnitLauncher.runTests(Unknown Source)
        ... 19 more
    --- Nested Exception ---
    Error launching the test runner.
        at org.flexunit.ant.tasks.TestRun.launchTestSuite(Unknown Source)
        at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
        at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefau ltExecutor.java:32)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
        at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
        at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
    Caused by: Could not create application descriptor
        at org.flexunit.ant.launcher.commands.player.AdlCommand.createApplicationDescriptor(Unknown Source)
        at org.flexunit.ant.launcher.commands.player.AdlCommand.launch(Unknown Source)
        at org.flexunit.ant.launcher.FlexUnitLauncher.runTests(Unknown Source)
        ... 19 more
    --- Nested Exception ---
    Could not create application descriptor
        at org.flexunit.ant.launcher.commands.player.AdlCommand.createApplicationDescriptor(Unknown Source)
        at org.flexunit.ant.launcher.commands.player.AdlCommand.launch(Unknown Source)
        at org.flexunit.ant.launcher.FlexUnitLauncher.runTests(Unknown Source)
        at org.flexunit.ant.tasks.TestRun.launchTestSuite(Unknown Source)
        at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
        at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefau ltExecutor.java:32)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
        at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
        at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
    Total time: 1 minute 31 seconds

  • FlexUnit4SampleCIProject will not build for me with build.air.xml

    I have I6 of Burrito. I downloaded the FlexUnit4SampleCIProject and followed set-up instrucitons on this page:
    http://docs.flexunit.org/index.php?title=Ant_Task
    When I leave in all the default source and run it using:
    ant -v -f build.air.xml clean package
    it goes for awhile and then fails with a:
    BUILD FAILED
    /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/build .air.xml:65: Could not create application descriptor
    What am I doing wrong? Here is the full log from terminal on my Mac running Snow Leopard with ant 1.8:
    admin-MacBookPro:FlexUnit4SampleCIProject brantner$ ant -v -f build.air.xml clean package
    Apache Ant version 1.8.1 compiled on September 21 2010
    Buildfile: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/buil d.air.xml
    Detected Java version: 1.6 in: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
    Detected OS: Mac OS X
    parsing buildfile /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/buil d.air.xml with URI = file:/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject /build.air.xml
    Project base dir set to: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject
    parsing buildfile jar:file:/usr/share/java/ant-1.8.1/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/usr/share/java/ant-1.8.1/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
    [property] Loading Environment env.
    Build sequence for target(s) `clean' is [clean]
    Complete build sequence is [clean, init, compile, test, package, ]
    clean:
       [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et
       [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/bin
       [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/dist
       [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/report
       [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et
    Build sequence for target(s) `package' is [init, compile, test, package]
    Complete build sequence is [init, compile, test, package, clean, ]
    init:
        [mkdir] Created dir: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et
        [mkdir] Created dir: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/bin
        [mkdir] Created dir: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/report
        [mkdir] Created dir: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/dist
    compile:
        [mxmlc] Loading configuration file /Applications/Adobe Flash Builder 4.5/sdks/4.5.0/frameworks/flex-config.xml
        [mxmlc] Required RSLs:
        [mxmlc]     framework_4.5.0.20135.swf with 1 failover.
        [mxmlc]     textLayout_2.0.0.232.swf with 1 failover.
        [mxmlc]     spark_4.5.0.20135.swf with 1 failover.
        [mxmlc]     sparkskins_4.5.0.20135.swf with 1 failover.
        [mxmlc]     mx_4.5.0.20135.swf with 1 failover.
        [mxmlc] /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/bin/Main.swf (63438 bytes)
    test:
    [flexunit] Validating task attributes ...
    [flexunit] Generating default values ...
    [flexunit] Using the following settings for compilation:
    [flexunit]     FLEX_HOME: [/Applications/Adobe Flash Builder 4.5/sdks/4.5.0]
    [flexunit]     player: [air]
    [flexunit]     sourceDirectories: ["/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/sr c/main/flex"]
    [flexunit]     testSourceDirectories: ["/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/sr c/test/flex"]
    [flexunit]     libraries: ["/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/li bs/flexunit-aircilistener-4.1.0.swc","/Users/brantner/Documents/burrito/flexunit-flexunit- d3a56a1/FlexUnit4SampleCIProject/libs/flexunit-cilistener-4.1.0.swc","/Users/brantner/Docu ments/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/libs/flexunit-core-flex-4 .1.0.swc","/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIPr oject/libs/flexunit-uilistener-4.1.0.swc"]
         [null] Executing '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java' with arguments:
         [null] '-jar'
         [null] '/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/lib/mxmlc.jar'
         [null] '--version'
         [null]
         [null] The ' characters around the executable and arguments are
         [null] not part of the command.
         [null] Output redirected to property: SDK_VERSION
    [flexunit] Found SDK version: 4
    [flexunit] Created test runner at [/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/bin/TestRunner.mxml]
    [flexunit] Compiling test classes: [org.flexunit.demo.EchoPanelTest, org.flexunit.demo.SampleTest]
    [flexunit] Executing '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java' with arguments:
    [flexunit] '-Xmx256M'
    [flexunit] '-jar'
    [flexunit] '/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/lib/mxmlc.jar'
    [flexunit] '+flexlib'
    [flexunit] '/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/frameworks'
    [flexunit] '+configname=air'
    [flexunit] '-output'
    [flexunit] '/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/bin/TestRunner.swf'
    [flexunit] '-source-path'
    [flexunit] '/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/src /main/flex'
    [flexunit] '/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/src /test/flex'
    [flexunit] '-library-path+=/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4Samp leCIProject/libs/flexunit-aircilistener-4.1.0.swc'
    [flexunit] '-library-path+=/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4Samp leCIProject/libs/flexunit-cilistener-4.1.0.swc'
    [flexunit] '-library-path+=/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4Samp leCIProject/libs/flexunit-core-flex-4.1.0.swc'
    [flexunit] '-library-path+=/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4Samp leCIProject/libs/flexunit-uilistener-4.1.0.swc'
    [flexunit] '-headless-server=true'
    [flexunit] '/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/bin/TestRunner.mxml'
    [flexunit]
    [flexunit] The ' characters around the executable and arguments are
    [flexunit] not part of the command.
    [flexunit]
         [null] Error redirected to property: MXMLC_ERROR
         [null] Loading configuration file /Applications/Adobe Flash Builder 4.5/sdks/4.5.0/frameworks/air-config.xml
         [null] /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/bin/TestRunner.swf (491869 bytes)
    [flexunit] Using the following settings for the test run:
    [flexunit]     FLEX_HOME: [/Applications/Adobe Flash Builder 4.5/sdks/4.5.0]
    [flexunit]     haltonfailure: [false]
    [flexunit]     headless: [false]
    [flexunit]     display: [99]
    [flexunit]     localTrusted: [true]
    [flexunit]     player: [air]
    [flexunit]     port: [1024]
    [flexunit]     swf: [/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/bin/TestRunner.swf]
    [flexunit]     timeout: [60000ms]
    [flexunit]     toDir: [/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/report]
    [flexunit] Setting up server process ...
    [flexunit] Starting server ...
         [null] Executing '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java' with arguments:
         [null] '-jar'
         [null] '/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/lib/adt.jar'
         [null] '-version'
         [null]
         [null] The ' characters around the executable and arguments are
         [null] not part of the command.
         [null] Output redirected to property: AIR_VERSION
    [flexunit] Opening server socket on port [1024].
    [flexunit] Waiting for client connection ...
    BUILD FAILED
    /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/build .air.xml:65: Could not create application descriptor
        at org.flexunit.ant.launcher.commands.player.AdlCommand.createApplicationDescriptor(Unknown Source)
        at org.flexunit.ant.launcher.commands.player.AdlCommand.prepare(Unknown Source)
        at org.flexunit.ant.launcher.contexts.DefaultContext.start(Unknown Source)
        at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
        at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
        at org.apache.tools.ant.Main.runBuild(Main.java:801)
        at org.apache.tools.ant.Main.startAnt(Main.java:218)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
    Total time: 18 seconds
    admin-MacBookPro:FlexUnit4SampleCIProject brantner$
    Thanks,
    Brian

    Mean the one for i6.. we monitor that as well.
    Or just reach out to me offline:
    my last name at digitalprimates dot net
    Mike

  • How to resolve "Failed to open the panel socket"?

    I am trying to run some of our Flexunit tests on Unix OS.  To setup my environment I followed all of the steps on http://docs.flexunit.org/index.php?title=Ant_Task document.  My environment is now:
    OS: RedHat 5 64bit
    SDK 4.1.0
    Flexunit version 4.1.0-8-as3_4.1.0.16076
    Flash Player 10.3.181.34
    Apache Ant 1.8.2
    I am trying to compile and run the provided sample application “FlexUnit4SampleCIProject” with the included ant build script.  The application gets compiled fine but flash player fails to run the tests. The only error message that I see in the console is “Failed to open the panel socket”  Below is the complete log from the console.  Does anyone know what I am doing wrong?
    Any help is greatly appreciated!
    ===================================================================================
    [demomictay@rdcesx09113 FlexUnit4SampleCIProject]$ ant -v clean package
    Apache Ant(TM) version 1.8.2 compiled on December 20 2010
    Trying the default build file: build.xml
    Buildfile: /home/demomictay/proj/FlexUnit4SampleCIProject/build.xml
    Detected Java version: 1.6 in: /usr/java/jdk1.6.0_26/jre
    Detected OS: Linux
    parsing buildfile /home/demomictay/proj/FlexUnit4SampleCIProject/build.xml with URI = file:/home/demomictay/proj/FlexUnit4SampleCIProject/build.xml
    Project base dir set to: /home/demomictay/proj/FlexUnit4SampleCIProject
    parsing buildfile jar:file:/home/demomictay/apache-ant-1.8.2/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/home/demomictay/apache-ant-1.8.2/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
    [property] Loading Environment env.
    Build sequence for target(s) `clean' is [clean]
    Complete build sequence is [clean, init, compile, test, package, ]
    clean:
       [delete] Deleting directory /home/demomictay/proj/FlexUnit4SampleCIProject/target
       [delete] Deleting /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner.mxml
       [delete] Deleting /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner.swf
       [delete] Deleting /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/Main.swf
       [delete] Deleting directory /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin
       [delete] Deleting directory /home/demomictay/proj/FlexUnit4SampleCIProject/target/report
       [delete] Deleting directory /home/demomictay/proj/FlexUnit4SampleCIProject/target/dist
       [delete] Deleting directory /home/demomictay/proj/FlexUnit4SampleCIProject/target
    Build sequence for target(s) `package' is [init, compile, test, package]
    Complete build sequence is [init, compile, test, package, clean, ]
    init:
        [mkdir] Created dir: /home/demomictay/proj/FlexUnit4SampleCIProject/target
        [mkdir] Created dir: /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin
        [mkdir] Created dir: /home/demomictay/proj/FlexUnit4SampleCIProject/target/report
        [mkdir] Created dir: /home/demomictay/proj/FlexUnit4SampleCIProject/target/dist
    compile:
        [mxmlc] Loading configuration file /home/demomictay/sdk/frameworks/flex-config.xml
        [mxmlc] /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/Main.swf (58111 bytes)
    test:
    [flexunit] Validating task attributes ...
    [flexunit] OS: [Linux]
    [flexunit] Generating default values ...
    [flexunit] Using the following settings for compilation:
    [flexunit]     FLEX_HOME: [/home/demomictay/sdk]
    [flexunit]     player: [flash]
    [flexunit]     sourceDirectories: ["/home/demomictay/proj/FlexUnit4SampleCIProject/src/main/flex"]
    [flexunit]     testSourceDirectories: ["/home/demomictay/proj/FlexUnit4SampleCIProject/src/test/flex"]
    [flexunit]     libraries: ["/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-4.1.0-8-as3_4.1.0.16076.sw c","/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-4.1.0-8-flex_4.1.0.16076. swc","/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-aircilistener-4.1.0-8-4 .1.0.16076.swc","/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-cilistener-4 .1.0-8-4.1.0.16076.swc","/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-flex coverlistener-4.1.0-8-4.1.0.16076.swc","/home/demomictay/proj/FlexUnit4SampleCIProject/lib s/flexunit-uilistener-4.1.0-8-4.1.0.16076.swc","/home/demomictay/proj/FlexUnit4SampleCIPro ject/libs/fluint-extensions-4.1.0-8-4.1.0.16076.swc"]
         [null] Executing '/usr/java/jdk1.6.0_26/jre/bin/java' with arguments:
         [null] '-jar'
         [null] '/home/demomictay/sdk/lib/mxmlc.jar'
         [null] '--version'
         [null]
         [null] The ' characters around the executable and arguments are
         [null] not part of the command.
         [null] Output redirected to property: SDK_VERSION
    [flexunit] Found SDK version: 4
    [flexunit] Created test runner at [/home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner.mxml]
    [flexunit] Compiling test classes: [org.flexunit.demo.EchoPanelTest, org.flexunit.demo.SampleTest]
    [flexunit] Executing '/usr/java/jdk1.6.0_26/jre/bin/java' with arguments:
    [flexunit] '-Xmx256M'
    [flexunit] '-jar'
    [flexunit] '/home/demomictay/sdk/lib/mxmlc.jar'
    [flexunit] '+flexlib'
    [flexunit] '/home/demomictay/sdk/frameworks'
    [flexunit] '-output'
    [flexunit] '/home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner.swf'
    [flexunit] '-source-path'
    [flexunit] '/home/demomictay/proj/FlexUnit4SampleCIProject/src/main/flex'
    [flexunit] '/home/demomictay/proj/FlexUnit4SampleCIProject/src/test/flex'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-4.1.0-8-as3_ 4.1.0.16076.swc'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-4.1.0-8-flex _4.1.0.16076.swc'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-aircilistene r-4.1.0-8-4.1.0.16076.swc'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-cilistener-4 .1.0-8-4.1.0.16076.swc'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-flexcoverlis tener-4.1.0-8-4.1.0.16076.swc'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-uilistener-4 .1.0-8-4.1.0.16076.swc'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/fluint-extensions-4.1 .0-8-4.1.0.16076.swc'
    [flexunit] '-debug=false'
    [flexunit] '-headless-server=true'
    [flexunit] '/home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner.mxml'
    [flexunit]
    [flexunit] The ' characters around the executable and arguments are
    [flexunit] not part of the command.
    [flexunit]
         [null] Error redirected to property: MXMLC_ERROR
         [null] Loading configuration file /home/demomictay/sdk/frameworks/flex-config.xml
         [null] /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner.swf (104083 bytes)
    [flexunit] Using the following settings for the test run:
    [flexunit]     FLEX_HOME: [/home/demomictay/sdk]
    [flexunit]     haltonfailure: [true]
    [flexunit]     headless: [true]
    [flexunit]     display: [7000]
    [flexunit]     localTrusted: [true]
    [flexunit]     player: [flash]
    [flexunit]     port: [1024]
    [flexunit]     swf: [/home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner.swf]
    [flexunit]     timeout: [60000ms]
    [flexunit]     toDir: [/home/demomictay/proj/FlexUnit4SampleCIProject/target/report]
    [flexunit] Setting up server process ...
    [flexunit] Starting server ...
    [flexunit] Starting xvnc
    [flexunit] Attempting start on :7000 ...
    [flexunit] Executing 'vncserver' with arguments:
    [flexunit] ':7000'
    [flexunit]
    [flexunit] The ' characters around the executable and arguments are
    [flexunit] not part of the command.
    [flexunit]
    [flexunit] Opening server socket on port [1024].
    [flexunit] Waiting for client connection ...
    [flexunit]
    [flexunit] New 'rdcesx09113:7000 (demomictay)' desktop is rdcesx09113:7000
    [flexunit]
    [flexunit] Starting applications specified in /home/demomictay/.vnc/xstartup
    [flexunit] Log file is /home/demomictay/.vnc/rdcesx09113:7000.log
    [flexunit]
    [flexunit] Setting DISPLAY=:7000
    [flexunit] Entry [/home/demomictay/proj/FlexUnit4SampleCIProject/target/bin] already available in local trust file at [/home/demomictay/.macromedia/Flash_Player/#Security/FlashPlayerTrust/flexUnit.cfg].
    [flexunit] Executing 'gflashplayer' with arguments:
    [flexunit] '/home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner.swf'
    [flexunit]
    [flexunit] The ' characters around the executable and arguments are
    [flexunit] not part of the command.
    [flexunit]
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to allocate the agent. Exitting...
    [flexunit] Failed to invoking the agent: No such file or directory
    [flexunit] Cannot launch the agent
    [flexunit] The messenger is now down
    [flexunit]
    [flexunit] Stopping server ...
    [flexunit] End of test data reached, sending acknowledgement to player ...
    [flexunit] Closing client connection ...
    [flexunit] Closing server on port [1024] ...
    ===================================================================================

    Hi bastini-
    Could you please tell me, specifically, which version of RedHat 5 64-bit you're using? For instance, is it RHEL or RHEV; server or desktop? Just want to replicate your environment as closely as possible.
    Cheers,
    Thomas Fowler
    bastani wrote:
    I am trying to run some of our Flexunit tests on Unix OS.  To setup my environment I followed all of the steps on http://docs.flexunit.org/index.php?title=Ant_Task document.  My environment is now:
    OS: RedHat 5 64bit
    SDK 4.1.0
    Flexunit version 4.1.0-8-as3_4.1.0.16076
    Flash Player 10.3.181.34
    Apache Ant 1.8.2
    I am trying to compile and run the provided sample application “FlexUnit4SampleCIProject” with the included ant build script.  The application gets compiled fine but flash player fails to run the tests. The only error message that I see in the console is “Failed to open the panel socket”  Below is the complete log from the console.  Does anyone know what I am doing wrong?
    Any help is greatly appreciated!
    ====================================================================== =============
    [demomictay@rdcesx09113 FlexUnit4SampleCIProject]$ ant -v clean package
    Apache Ant(TM) version 1.8.2 compiled on December 20 2010
    Trying the default build file: build.xml
    Buildfile: /home/demomictay/proj/FlexUnit4SampleCIProject/build.xml
    Detected Java version: 1.6 in: /usr/java/jdk1.6.0_26/jre
    Detected OS: Linux
    parsing buildfile /home/demomictay/proj/FlexUnit4SampleCIProject/build.xml with URI = file:/home/demomictay/proj/FlexUnit4SampleCIProject/build.xml
    Project base dir set to: /home/demomictay/proj/FlexUnit4SampleCIProject
    parsing buildfile jar:file:/home/demomictay/apache-ant-1.8.2/lib/ant.jar!/org/apache/to ols/ant/antlib.xml with URI = jar:file:/home/demomictay/apache-ant-1.8.2/lib/ant.jar!/org/apache/to ols/ant/antlib.xml from a zip file
    [property] Loading Environment env.
    Build sequence for target(s) `clean' is [clean]
    Complete build sequence is [clean, init, compile, test, package, ]
    clean:
       [delete] Deleting directory /home/demomictay/proj/FlexUnit4SampleCIProject/target
       [delete] Deleting /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner. mxml
       [delete] Deleting /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner. swf
       [delete] Deleting /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/Main.swf
       [delete] Deleting directory /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin
       [delete] Deleting directory /home/demomictay/proj/FlexUnit4SampleCIProject/target/report
       [delete] Deleting directory /home/demomictay/proj/FlexUnit4SampleCIProject/target/dist
       [delete] Deleting directory /home/demomictay/proj/FlexUnit4SampleCIProject/target
    Build sequence for target(s) `package' is [init, compile, test, package]
    Complete build sequence is [init, compile, test, package, clean, ]
    init:
        [mkdir] Created dir: /home/demomictay/proj/FlexUnit4SampleCIProject/target
        [mkdir] Created dir: /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin
        [mkdir] Created dir: /home/demomictay/proj/FlexUnit4SampleCIProject/target/report
        [mkdir] Created dir: /home/demomictay/proj/FlexUnit4SampleCIProject/target/dist
    compile:
        [mxmlc] Loading configuration file /home/demomictay/sdk/frameworks/flex-config.xml
        [mxmlc] /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/Main.swf (58111 bytes)
    test:
    [flexunit] Validating task attributes ...
    [flexunit] OS: [Linux]
    [flexunit] Generating default values ...
    [flexunit] Using the following settings for compilation:
    [flexunit]     FLEX_HOME: [/home/demomictay/sdk]
    [flexunit]     player: [flash]
    [flexunit]     sourceDirectories: ["/home/demomictay/proj/FlexUnit4SampleCIProject/src/main/flex"]
    [flexunit]     testSourceDirectories: ["/home/demomictay/proj/FlexUnit4SampleCIProject/src/test/flex"]
    [flexunit]     libraries: ["/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-4.1.0- 8-as3_4.1.0.16076.swc","/home/demomictay/proj/FlexUnit4SampleCIProject /libs/flexunit-4.1.0-8-flex_4.1.0.16076.swc","/home/demomictay/proj/Fl exUnit4SampleCIProject/libs/flexunit-aircilistener-4.1.0-8-4.1.0.16076 .swc","/home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-ci listener-4.1.0-8-4.1.0.16076.swc","/home/demomictay/proj/FlexUnit4Samp leCIProject/libs/flexunit-flexcoverlistener-4.1.0-8-4.1.0.16076.swc"," /home/demomictay/proj/FlexUnit4SampleCIProject/libs/flexunit-uilistene r-4.1.0-8-4.1.0.16076.swc","/home/demomictay/proj/FlexUnit4SampleCIPro ject/libs/fluint-extensions-4.1.0-8-4.1.0.16076.swc"]
         [null] Executing '/usr/java/jdk1.6.0_26/jre/bin/java' with arguments:
         [null] '-jar'
         [null] '/home/demomictay/sdk/lib/mxmlc.jar'
         [null] '--version'
         [null]
         [null] The ' characters around the executable and arguments are
         [null] not part of the command.
         [null] Output redirected to property: SDK_VERSION
    [flexunit] Found SDK version: 4
    [flexunit] Created test runner at [/home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner .mxml]
    [flexunit] Compiling test classes: [org.flexunit.demo.EchoPanelTest, org.flexunit.demo.SampleTest]
    [flexunit] Executing '/usr/java/jdk1.6.0_26/jre/bin/java' with arguments:
    [flexunit] '-Xmx256M'
    [flexunit] '-jar'
    [flexunit] '/home/demomictay/sdk/lib/mxmlc.jar'
    [flexunit] '+flexlib'
    [flexunit] '/home/demomictay/sdk/frameworks'
    [flexunit] '-output'
    [flexunit] '/home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner .swf'
    [flexunit] '-source-path'
    [flexunit] '/home/demomictay/proj/FlexUnit4SampleCIProject/src/main/flex'
    [flexunit] '/home/demomictay/proj/FlexUnit4SampleCIProject/src/test/flex'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/f lexunit-4.1.0-8-as3_4.1.0.16076.swc'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/f lexunit-4.1.0-8-flex_4.1.0.16076.swc'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/f lexunit-aircilistener-4.1.0-8-4.1.0.16076.swc'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/f lexunit-cilistener-4.1.0-8-4.1.0.16076.swc'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/f lexunit-flexcoverlistener-4.1.0-8-4.1.0.16076.swc'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/f lexunit-uilistener-4.1.0-8-4.1.0.16076.swc'
    [flexunit] '-library-path+=/home/demomictay/proj/FlexUnit4SampleCIProject/libs/f luint-extensions-4.1.0-8-4.1.0.16076.swc'
    [flexunit] '-debug=false'
    [flexunit] '-headless-server=true'
    [flexunit] '/home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner .mxml'
    [flexunit]
    [flexunit] The ' characters around the executable and arguments are
    [flexunit] not part of the command.
    [flexunit]
         [null] Error redirected to property: MXMLC_ERROR
         [null] Loading configuration file /home/demomictay/sdk/frameworks/flex-config.xml
         [null] /home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner. swf (104083 bytes)
    [flexunit] Using the following settings for the test run:
    [flexunit]     FLEX_HOME: [/home/demomictay/sdk]
    [flexunit]     haltonfailure: [true]
    [flexunit]     headless: [true]
    [flexunit]     display: [7000]
    [flexunit]     localTrusted: [true]
    [flexunit]     player: [flash]
    [flexunit]     port: [1024]
    [flexunit]     swf: [/home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner .swf]
    [flexunit]     timeout: [60000ms]
    [flexunit]     toDir: [/home/demomictay/proj/FlexUnit4SampleCIProject/target/report]
    [flexunit] Setting up server process ...
    [flexunit] Starting server ...
    [flexunit] Starting xvnc
    [flexunit] Attempting start on :7000 ...
    [flexunit] Executing 'vncserver' with arguments:
    [flexunit] ':7000'
    [flexunit]
    [flexunit] The ' characters around the executable and arguments are
    [flexunit] not part of the command.
    [flexunit]
    [flexunit] Opening server socket on port [1024].
    [flexunit] Waiting for client connection ...
    [flexunit]
    [flexunit] New 'rdcesx09113:7000 (demomictay)' desktop is rdcesx09113:7000
    [flexunit]
    [flexunit] Starting applications specified in /home/demomictay/.vnc/xstartup
    [flexunit] Log file is /home/demomictay/.vnc/rdcesx09113:7000.log
    [flexunit]
    [flexunit] Setting DISPLAY=:7000
    [flexunit] Entry [/home/demomictay/proj/FlexUnit4SampleCIProject/target/bin] already available in local trust file at [/home/demomictay/.macromedia/Flash_Player/#Security/FlashPlayerTrust /flexUnit.cfg].
    [flexunit] Executing 'gflashplayer' with arguments:
    [flexunit] '/home/demomictay/proj/FlexUnit4SampleCIProject/target/bin/TestRunner .swf'
    [flexunit]
    [flexunit] The ' characters around the executable and arguments are
    [flexunit] not part of the command.
    [flexunit]
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to open the panel socket
    [flexunit] Failed to allocate the agent. Exitting...
    [flexunit] Failed to invoking the agent: No such file or directory
    [flexunit] Cannot launch the agent
    [flexunit] The messenger is now down
    [flexunit]
    [flexunit] Stopping server ...
    [flexunit] End of test data reached, sending acknowledgement to player ...
    [flexunit] Closing client connection ...
    [flexunit] Closing server on port [1024] ...
    ====================================================================== =============

  • /dev/null issues

    Hello All,
    I have an issue since the last couple Leopard updates that I can't seem to get a handle on and think I am out of my element here so any advice appreciated.
    I run 2 scripts every 10 minutes for the past 3 years and always had good results with them.
    In Cronnix I have them setup as "pathToScript" >/dev/null 2>&1
    One sends an email and the other runs a php cron. Both work well even now.
    The only issue is that I now get an email saying:
    /bin/sh: dev/null: No such file or directory
    When the scripts run there is an entry in Console :
    5/17/09 3:16:23 PM MyMac Ambiguous output redirect.
    Thinking there is a directory missing I listed /dev/ in terminal and did receive the list of dev contents... but no null directory in the list.
    I viewed the hard drive using invisibles and saw that /dev existed, but it appears when viewed as an alias, don't know if that is normal or not. I cannot move or delete the alias due to not enough permissions (might be a good thing lol)
    I chowned dev/null to root:wheel from googled advice, and got no errors either.
    My problem is that I don't want these emails, and wonder what is wrong with the way /dev/null is working , or not working now, and how to fix it. Can I rebuild dev/null? or fix it otherwise? Is there a fix all commend for this phenomena?
    Any advice is greatly appreciated.
    Jamy
    Message was edited by: Jamy

    Was I supposed to get something?
    It depends what your script outputs. The idea was to have bash handle the output redirection to see if it you could suppress the ambiguous output redirect message. If you included the >/dev/null 2>&1 part, then I would expect to see no output. My guess was that maybe connix is using tcsh. The following tests seem to support that theory:
    <pre style="border: 1px solid #ddd; padding-left: .75ex; padding-top: .25em; padding-bottom: .25em; margin-top: .5em; margin-bottom: .5em; margin-left: 1ex; max-width: 40ex; overflow: auto; font-size: 10px; font-family: Monaco, 'Courier New', Courier, monospace; color: #444; background: #eee; line-height: normal">tcsh -c 'echo hello >/dev/null 2>&1'
    tcsh: Ambiguous output redirect.
    sh -c 'echo hello >/dev/null 2>&1'
    (no output)
    </pre>
    Cole

Maybe you are looking for

  • Fetch and Closing a Cursor

    Listed below is my code.  I get the following errors when trying to execute Error(35,29): PLS-00103: Encountered the symbol "@" when expecting one of the following:     mod <an identifier> <a double-quoted delimited-identifier>    <a bind variable> c

  • Project Site's Tasks List not sync

    Hello, It seems I am having an issue with Project Site's Tasks List as it doesn't sync with the Project Plan/Schedule in Project Online. In all of the instances, the setting in PWA Settings/Connected SharePoint Sites: "Sync Enterprise Projects tasks

  • Peak time connection issues. Not the usual.

    For the last week or so I've had issues with my download speed in the late afternoon and Evening and late Evening. My line should allow I think max 7.5 mbps. But usually in the evenings I get around 4-5mbps. In the last week or so it has dropped to a

  • Calendar project

    Iam working on a Family calendar project using PS9. When I select 2012 calendar in the project screen it opens the 2011 working space. If I select 2013 it opens 2012. I can only work on  two or three month before the program freezes and I loose all m

  • Why is verification required thing popping up when I'm trying to update my apps

    dear Apple I'm trying to update some of my a and it says verification required. The apps I got didn't cost money. Those apps were free. The worst part is that my iPad has this ******** program called eSpark. they block to much stuff. They request to