HELP!! Process exited with exit code 128.

Hi all,
I am using JDeveloper 10G to develop a struts project. I use the struts-tiles.tld to construct the layout.
<tiles:insert page="classicLayout.jsp" flush="true">
<tiles:put name="title" value="User and Assigned Role" />
<tiles:put name="header" value="menuTemplate.jsp" />
<tiles:put name="menu" value="TestPoint.jsp" />
<tiles:put name="body" value="ARM001800.jsp" />
<tiles:put name="footer" value="DebugPage.jsp" />
</tiles:insert>
However, when I run the project, then the OC4J Server terminated with this error code : Process exited with exit code 128.
What happen??
PS: I tried to remove the last 2 tags: body and footer. The Server did not terminate, but with some exceptions which related to tiles library.

This type of error may occur because of developers mistake.
This error occurs when any function is called recursively in a loop.
The server calls the same function again and again in a loop and hence the server goes in infinite loop. This gives the error "Process exited with exit code 128".
You need to check your code thoroughly for such mistake.
Nital.
i-engineering.com

Similar Messages

  • Process exited with exit code 128 using embedded OC4J (jdevsetudio1013)

    I've just downloaded Oracle JDeveloper (10.1.3) - Production JAN 2006 version (Studio Edition), installied and configure as the install guide, downladed SU5 (Studio Edition version 10.1.3.0.4 Build JDEVADF_10.1.3_NT_060125.0900.3673) and JUnit extensions and SR. When I tried to run Oracle ADF SRDEMO Application, I´ve just got this error message:
    [EJB 3.0]: Assigning default-data-source=jdbc/SRDemoDS, specified in projects EJB 3.0 properties
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    **** Unable to obtain password from principals.xml. Using default.
    E:\mywork\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\config>
    "C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe" -ojvm -classpath E:\jdevstudio1013\j2ee\home\oc4j.jar;E:\jdevstudio1013\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config E:\mywork\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    Process exited with exit code 128.
    I'm using a Microsoft Windows Server 2003 Standard Edition Service Pack 1 inside a VMware workstation (version 5.5.2.build-29772) with 1.4GB of RAM with an Oracle 10gR2 for windows (10.2.0.1.0)
    I don´t know if it is a configuration problem or that Windows Server 2003 SP1 is not supported or any other problem.
    Any help you can give on this would be much appreciated.
    Thanks,
    Orlando

    thanks for your idea...but in my environment there no JAVA_OPTIONS defined. This is a copy of my console after running set:
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    ANT_HOME=C:\apache-ant-1.6.5
    APPDATA=C:\Documents and Settings\Administrator\Application Data
    APR_ICONV_PATH=C:\Program Files\Subversion\iconv
    CATALINA_HOME=C:\ASF\Tomcat 5.5
    ClusterLog=C:\WINDOWS\Cluster\cluster.log
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=OGJEE
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Administrator
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0_08
    JBOSS_HOME=C:\jboss-4.0.4.GA-Patch1
    LOGONSERVER=\\OGJEE
    M2_HOME=C:\ASF\maven-2.0.4
    M2_REPO=C:\Documents and Settings\Administrator\.m2\repository
    MAVEN_OPTS=-XX:MaxPermSize=128m -Xmx512m
    NUMBER_OF_PROCESSORS=1
    OS=Windows_NT
    Path=E:\oracle\product\10.2.0\db_1\bin;C:\Program Files\Support Tools\;c:\Progra
    m Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\S
    ystem32\Wbem;;C:\Program Files\Subversion\bin;C:\Program Files\Java\jdk1.5.0_08\
    bin;C:\ASF\maven-2.0.4\bin;C:\Program Files\MySQL\MySQLServer5.0\bin;C:\apache-a
    nt-1.6.5\bin;;C:\Program Files\STI\bin\pc-win95
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PERL5LIB=E:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86;E:\oracle\prod
    uct\10.2.0\db_1\perl\5.8.3\lib;E:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWi
    n32-x86;E:\oracle\product\10.2.0\db_1\perl\site\5.8.3;E:\oracle\product\10.2.0\d
    b_1\perl\site\5.8.3\lib;E:\oracle\product\10.2.0\db_1\sysman\admin\scripts;
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 8, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=0d08
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    USERDOMAIN=OGJEE
    USERNAME=localadmin
    USERPROFILE=C:\Documents and Settings\Administrator
    windir=C:\WINDOWS
    tthanks anyway

  • Jdeveloper - Process exited with exit code 128.

    Oracle,
    I downloaded Jdeveloper from Oracle website. I tried to create simple helloworld jsp & tried to run from jdeveloper.
    I set project properties->compiler->use Javac also, but still it gives same error message in "Running Embedded OC4j server Log"
    In Messages tab
    ============
    Compiling...
    [1:04:07 PM] Successful compilation: 0 errors, 0 warnings.
    In Running Embedded OC4j server Log
    ============================
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    **** Unable to obtain password from principals.xml. Using default.
    C:\unzipped\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\config>
    C:\unzipped\jdevstudio1013\jdk\bin\javaw.exe -ojvm -classpath C:\unzipped\jdevstudio1013\j2ee\home\oc4j.jar;C:\unzipped\jdevstudio1013\jdev\lib\jdev-oc4j-embedded.jar -Dhttp.proxyHost=hoproxy.scif.com -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=*.rapidscontrol.biz|ecf|10.*|*.scif.com|localhost|127.0.0.1 -Dhttps.proxyHost=hoproxy.scif.com -Dhttps.proxyPort=8080 -Dhttps.nonProxyHosts=*.rapidscontrol.biz|ecf|10.*|*.scif.com|localhost|127.0.0.1 -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\unzipped\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    Process exited with exit code 128.
    Please advise
    Thanks
    Christy

    Christy,
    what is the operation system you are running JDeveloper on ?
    To further debug the problem, can you open a command line at <Jdeveloper Directory>\j2ee\home
    (assuming Windows) type
    ..\..\jdk\bin\java oc4j.jar
    provide an administration password when asked. This command starts the embedded OC4J as a stand-alone server and prints messages to the console window
    Let us know if this gives more detailed error messages or if it starts up
    Frank

  • "process exited with exit code 128"

    I have a problem. I downloaded the new Jdeveloper 10.3.1. When a try to
    run a class i always receive the error: "process exited with exit code
    128". The compilation is correct. My OS is Win2003 server SP1, I
    tried in a pc with the same OS and it doesn't work correctly.
    Someone has got an idea?

    I have the same "process exited with exit code 128" in my Win 2003 server environment running AMD 64 processor. My Win 2000 server setting runs okay.
    I can work that around by changing the Virtual Machine setting. Select anything other then 'ojvm' with run ok. I guess, the Oracle custom add-on is not working properly.
    Follow this path to change.
    goto Project properties->Run/Debug
    ->select your run configuration (Default if you have no others)
    -> change 'Virtual Machine:' to server, client, or hotspot.
    ojvm is the only virtual machine that doesn't work.
    There is one catch, however, by making this change code coach, and all other profiling tools will not run.

  • Process exited with exit code 128.why?

    I am creating the cuecard example of ADF ("create a sample dtaabound application") in Jdev 10.1.3 .
    In "Bind an ADF Faces Table Component to the Service Bean" step i am getting error.
    After draging table on to form(JSP page) it is not visible in the form.but in Structure window it is showing table.
    after runnung the jsp page,i am getting error in embeded OC4J server log as Process exited with exit code 128.
    why i am not getting table on the form ??????

    Now i am getting the table in the form after restarting the jdev10.1.3
    But in OC4J Server log i am getting "Process exited with exit code 128" while running the jsp page.why?????????

  • SSIS fails with error : The process exit code was -1073741701

    Hello All,
    I am having issues with SSIS packages running from SQL agent job.
    The server we are running the job is used for SSIS and there are lot of other SSIS jobs that are running.
    We were able to run the job once successfully and the later runs are failing with the below error.(nothing has been changed) 
    The step did not generate any output.  The return value was unknown.  The process exit code was -1073741701.  The step failed.
    Nothing is being logged in the [catalog].[operations] or operation_messages view. When tuned the profiler ON we do not see the job trying to connect to SSISDB at all. I am assuming that the job is failing much before if does any thing.
    I have moved the package to a different server and ran it with the same proxy account and it works fine there.
    Any help or suggestion on this issue would be helpful.
    Thanks !

    Hi SQL_Help,
    You can run the job once successfully and the later runs are failing with the below error ran it as a Job. “The step did not generate any output.  The return value was unknown.  The process exit code was -1073741701.  The step failed.” It
    was really a generic error message with no information with it.
    We can use Process Monitor and Event Viewer to capture the detail error message. Then based on the error message to fix this issue.  The following similar issue is for your reference:
    http://blogs.msdn.com/b/dataaccesstechnologies/archive/2014/05/22/ssis-package-fails-with-error-the-step-did-not-generate-any-output-the-return-value-was-unknown.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • SQL 2012 - SSIS Error -The step did not generate any output. The return value was unknown. The process exit code was -1073741819. The step failed.

    Hi guys 
     Trying to run this package on SQL 2012 agent  and getting below error . No more details I could find so far.
    The step did not generate any output.  The return value was unknown.  The process exit code was -1073741819.  The step failed.
    About Package - Its connecting to different version (2000,2005,2008,2008R2,2012) servers and putting Jobs information into one Database table.  
    Any workaround or fix ?
    Thanks
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach

    New package or one that used to work? Connecting how? How does it poll?
    On the surface it is an error from a memory space of the binary/non-managed code, so nothing can be really concluded based on what you decided to share with us.
    Arthur My Blog
    So Same package is working fine from my local machine which has SQL 2008 R2 and SQL 2012 installed. I am trying to push the package on server which has sql server 2012 Installed . 
    I don't see any error .
    I ran package manually from server using SQL Data tools and ran successfully...
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach

  • Thread: Process exit code 1073741819

    I am using JDeveloper 10.1.3 and specifically JSF technology to build a web application. Lately some pages stopped working or displaying with the command line of JDeveloper displaying the following error: "Process exit code 1073741819". Where can I find a reference for such codes and their meanings? I also need to know the meaning of this error and how it can be solved.
    Thank you in advance for your help

    Hi,
    I have encountered a similar issue in one of my SSIS packages. The package performed the following tasks.
    Check for the PSV files in the source directory. These files are of two types *phone*.psv format and *lead*.psv
      Convert the new files into .xlsx files and then log the processed file names into another table
     The file processing for the two types of files was being done in two different For Each Containers, which processed the files parallel'y if both the type of files were found.
    The package ran fine when only one of the file types were found, but if both the types of files were found then the package failed with the same error. 
    "The return value was unknown.  The process exit code was -1073741819.  The step failed."
    On checking up the details provided on this thread i found the culprit was the parallel file processing causing a conflict in the cache usage, thereby causing this error. (Refer
    http://support.microsoft.com/kb/924016?wa=wsignin1.0 )
    I then changed the package execution process in a manner that the two for each containers executed one after other even if both the types (phone, lead) of files were found. I basically made the control flow sequential from parallel. 
    The issue didn't reoccur a single time after that.
    So the point here is to try and make the file processing tasks as serial (in CONTROL FLOW) as possible in the sequence of execution, thereby bypassing any instance where the two different operations doing similar job (thereby using the same cache) do not
    create a conflict in package execution.
    Hope this helps to clear the Air on this issue to some extent.
    Thanks
    Suvrat

  • Process exit code 1073741819

    I am using JDeveloper 10.1.3 and specifically JSF technology to build a web application. Lately some pages stopped working or displaying with the command line of JDeveloper displaying the following error: "Process exit code 1073741819". Where can I find a reference for such codes and their meanings? I also need to know the meaning of this error and how it can be solved.
    Thank you in advance for your help

    Hi,
    I have encountered a similar issue in one of my SSIS packages. The package performed the following tasks.
    Check for the PSV files in the source directory. These files are of two types *phone*.psv format and *lead*.psv
      Convert the new files into .xlsx files and then log the processed file names into another table
     The file processing for the two types of files was being done in two different For Each Containers, which processed the files parallel'y if both the type of files were found.
    The package ran fine when only one of the file types were found, but if both the types of files were found then the package failed with the same error. 
    "The return value was unknown.  The process exit code was -1073741819.  The step failed."
    On checking up the details provided on this thread i found the culprit was the parallel file processing causing a conflict in the cache usage, thereby causing this error. (Refer
    http://support.microsoft.com/kb/924016?wa=wsignin1.0 )
    I then changed the package execution process in a manner that the two for each containers executed one after other even if both the types (phone, lead) of files were found. I basically made the control flow sequential from parallel. 
    The issue didn't reoccur a single time after that.
    So the point here is to try and make the file processing tasks as serial (in CONTROL FLOW) as possible in the sequence of execution, thereby bypassing any instance where the two different operations doing similar job (thereby using the same cache) do not
    create a conflict in package execution.
    Hope this helps to clear the Air on this issue to some extent.
    Thanks
    Suvrat

  • Execute Process Task - Error :The process exit code was "2" while the expected was "0".

    I am designing a utility which will keep two similar databases in sync. In other words, copying the new data from db1 to db2  and updating the old data from db1 to db2.
    For this I am making use of the 'Tablediff' utility which when provided with server name, database, table info will generate .sql file which can be used to keep the target table in sync with the source table.
    I am using the Execute Process Task  and the process parameters I am providing are:
    WorkingDirectory : C:\Program Files (x86)\Microsoft SQL Server\90\COM
    Executable :      C:\SQL_bat_Files\SQL5\TC_CTI\customer.bat
    The customer.bat file will have the following code:
    tablediff -sourceserver "LV-SQL5" -sourcedatabase "TC_CTI" -sourcetable "CUSTOMER_1" -destinationserver "LV-SQL2" -destinationdatabase "TC_CTI" -destinationtable "CUSTOMER"  -f "c:\SQL_bat_Files\sql5\TC_CTI\sql_files\customer1" 
    the .sql file will be generated at:  C:\SQL_bat_Files\sql5\TC_CTI\sql_files\customer1.
    The Problem:
    The Execute Process Task is working fine, ie., the tables are being compared correctly and the .SQL file is being generated as desired. But the task as such is reporting faliure with the following error :
    [Execute Process Task] Error: In Executing "C:\SQL_bat_Files\SQL5\TC_CTI\package_occurrence.bat" "" at "C:\Program Files (x86)\Microsoft SQL Server\90\COM", The process exit code was "2" while the expected was "0". ]
    Some of you may suggest to just set the ForceExecutionResult = Success (infact this is what I am doing now just to get the program working), but, this is not what I desire.
    Can anyone help ?

    Jwelch,
    Thanks for the input,
    "Change the SuccessValue property of the Execute Process task from 0 to 2 (which means that you will get a failure if there are no differences, since TableDiff returns 0 in that case)."
               -- Not possible b'coz if there is no difference in the tables, which is also a possiblility, the job will fail.
    "FailTaskIfReturnCodeIsNotSuccessValue to FALSE (which means it won't fail regardless of the code returned)."
              -- Does this mean the job will never fail? Lets say the target table doesnt exist, then, by setting "FailTaskIfReturnCodeIsNotSuccessValue to FALSE " will the job fail? I guess my question is, how is what you've suggested different from setting "ForceExecutionResult = Success". Both the cases will show the task status "Success" even if there is an error.
    Is there a way to keep the property of job 'Failure' if there is any generic errors like target table not found or say, the path given for .sql file output is not valid etc.
    Thanks again,
    Little_Birdie.

  • System Update 5.06 won't install: MCSDKSetupRed.exe Process exit code: 1157

    Win 7 x64 on Thinkpad W510.  Original OS install from 2 years ago with multiple updates.  Most recently, System Update 5.05.  Manually downloaded and tried to install 5.06. Failed to uninstall old version, so I did a manual uninstall (deleted directories and searched all entries in registry and deleted).  Now 5.06 no longer stalls at uninstall of ver 5.05, but fails to complete the install of 5.06 with the log entry
    Filename: C:\ProgramData\Lenovo\tvsuinstaller\MCSDKSetupRed.exe
    2014-07-05 20:16:57.243   Parameters: /S /qn /V/qn
    2014-07-05 20:16:59.558   Process exit code: 1157
    2014-07-05 20:16:59.561   -- Run entry --
    2014-07-05 20:16:59.561   Run as: Current user
    2014-07-05 20:16:59.561   Type: Exec
    2014-07-05 20:16:59.561   Filename: C:\ProgramData\Lenovo\tvsuinstaller\UninstallSU.exe
    2014-07-05 20:16:59.587   Need to restart Windows? No
    2014-07-05 20:16:59.594   Deinitializing Setup.
    2014-07-05 20:16:59.606   Log closed.
    Solved!
    Go to Solution.

    Hi,
    What follows is guesswork on my part...
    That 1157 error code translates to:
    One of the library files needed to run this application cannot be found.
    On the TVSU 5.06 page (here) under software requrements I see: 
    Microsoft .NET Framework version 1.1 with Service pack 1 or Microsoft .NET Framework version 2.0 is required for System Update to work Correctly. Use Microsoft Windows Update to ensure that Microsoft .NET Framework 1.1 or 2.0 is installed on your system.
    Do you have an appropriate .NET installed?
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • SSIS package fails in sql server agent wirh 'Process exit code "-532459699" runs fine when run independantly

    I have a SSIS package that fails when running via sql server agent.  I can successfully run it from BIDS.    I have created a proxy account that is in the local server administrators group and is sysadmin.  SQL Server Agent and SQL
    Server Integration Services  are running under the same account,
    following the the error message:
    Error: 2014-02-07 10:29:12.59
       Code: 0xC0029151
       Source: Execute De-linking Execute Process Task
       Description: In Executing "d:\cie\files\working\9426\PowerpointConsole.exe" " 60.ppt" at "d:\cie\files\working\9426", The process exit code was "-532459699" while the expected was "0".
    End Error
    This package ran successfully on a different server running windows 2003 and sql server 2008 r2.  The new environment is windows 7 with sql server 2008 r2.

    Hi Gaileg,
    As Abhinav said, to check whether it is a 32-bit/64-bit issue, please check whether the package runs in 32-bit runtime mode or 64-bit runtime mode in BIDS by checking the Run64bitRuntime property of the project. Then, make sure the package runs in the same
    runtime mode in the SQL Server Agent job by checking or unchecking the “Use 32 bit runtime” option for the Execution options of the job step.
    If it is not the issue, please create another job that uses a CmdExec type job step to call the executable “D:\cie\files\working\9426\PowerpointConsole.exe”. If this job also fails, the issue is actually occurs because of the issue between executable and
    SQL Server Agent rather than the SSIS package itself.
    Regards,
    Mike Yin
    TechNet Community Support

  • Nasty Bug: Windows exit code 128

    Hi.
    I'm having weird exit code 128 bugs. It's apparently caused by my printing engine. Sometimes the problem occurs sometimes it doesn't. There isn't any exceptions thrown also. I'm using the java.awt.print API with a MediaTracker for tracking PNG images generated from my application.
    Does anyone know what's happening to my program?

    Found the problem. It doesn't occur anywhere in the JVM -- it occurs because I printed using Virtual PDF Printer and somehow it doesn't emulate a physical printer well.

  • Job scheduling error : The return value was unknown. The process exit code was -1073741819. The step failed.

    I am working in Sqlserver 2008 R2, SSIS 64 bit version
    I am getting the below  error while scheduling the job in the development server  Database. 
    The return value was unknown.  The process exit code was -1073741819.  The step failed.
    The SSIS front end execution runs fine.
    Have anyone  faced this issue before?

    Hi Venkat,
    If you already changed to 64bit and still doesn't work then create proxy account.. 
    To create a proxy account
    In Object Explorer, expand a server.
    Expand SQL Server Agent.
    Right-click Proxies and select New Proxy.
    On the General page of the New Proxy Account dialog, specify the proxy name, credential name, and
    description for the new proxy. Note that you must create a credential first before you create a proxy if one is not already available. For more information about creating a credential, see How
    to: Create a Credential (SQL Server Management Studio) or CREATE CREDENTIAL (Transact-SQL).
    Check the appropriate subsystem for this proxy.
    On the Principals page, add or remove logins or roles to grant or remove access to the proxy account.
    Thanks

  • Ssis execute process task error: process exit code was 1 while the expected was 0

    Hi Sir,
    in my SSIS Package(2012) i am using Execute Process Task which will call bat file.  bat file is located on UNC Path.i am having  the below script in the batch file.
     del \\servername\foldername\name.txt
     rcmd \\servername D:\name1.bat
     del \\servername\foldername\name2.txt
    xcopy \\servername\foldername\file.txt   \\server\foldername\outfilefolder
    i am getting the below error message:
    ssis execute process task error:  process exit code was 1 while the expected was 0
    i want know at what cases error exit code was 1?
    Thanks for your time.

    Hi prasad.alm,
    The error is generic and can be caused by various factors. Here are some suggestions for your reference:
    Manually run the executable to execute the batch file so that we can check whether the command lines in the batch file are correct or not.
    Check there are no duplicate/existing files in the destination folder.
    Try to run the package in 32-bit or 64-bit runtime mode.
    If the issue occurs when running a job, try to create a CmdExec type job step to call the excutable. If this job also fails, it might be an issue between executable and SQL Server Agent rather than the SSIS package itself.
    If the issue persists, enable logging for the package, and check if we can obtain more detailed error message for further analysis.
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • Using macbook pro to access mac pro horsepower

    I currently own a macbook pro 15", and I'm thinking about getting a mac pro.  But I would like to use the macbook pro (laptop henceforth) keyboard and speakers as my input and audio for the mac pro.  My first question is, can this be done? Next quest

  • AC3 with QT

    Hi, I AHVE QUTION IF CAN I MAKE QT MOVIE WITH AC3 FILE . i have qt movie file and ac3 file how can i make one qt movie with ac3 file can some help me please !!!! MASTER-DVD from ISRAEL

  • USB in virtualbox[SOLVED]

    I am trying to figure out how to use usb in vbox. I added the filters, but when I go to mount the flash drive in the bottom right corner of the guest OS window, all the usb devices are greyed out. Using vbox 1.6.2. What am I doing wrong? Last edited

  • Stuck on a warning dealing with NSOperations.

    thephotoQueue = [[[NSOperationQueue alloc] init] autorelease]; [thephotoQueue setMaxConcurrentOperationCount:1]; NSInteger i; for (i = 0; i <=kNumImages -1; i++) NSInvocationOperation* thephotoOp = [[NSInvocationOperation alloc] initWithTarget:self s

  • New loaded apps are working but the app button shows only grey - please help

    New loaded apps are working but the app button shows only grey - please help...I have this problem since 3 days ago. I have synchronized and restart my iPad but the matter didn't changed