Xcode problems with building

I've just started using c++ again so I upgraded to the newest version of XCode but nothing is working. At first when I compiled it would build fine and run but then when I changed a header it would not recognize the change and run without compiling, so I would have to do a clean and rebuild of the whole project. This problem is gone now because now it won't even build. It just says build successful and then when I go to run it says "No launchable executable present". I've tried uninstalling the developer tools and reinstalling but this did not fix the problem. I think I might have to reinstall the whole operating system and see if this works. Does anyone have any suggestions on how to fix this before I reinstall anything?
Thanks,
vbuser
emac G4   Mac OS X (10.4.8)  

Hi vbuser
If it happens on every project then Xcode is a likely suspect, but it's not the only possibility. Before de-installing and re-installing, I'd try one more action:
-Try a build, then check the build transcript to see if it gives any clues. To actually see the build transcript, you need to go to the Build window opened by Xcode, then find the tool bar in the middle and click on the third icon (it's next to a small tick and yellow triangle). This will show you the actual output from the command script and the compilers. Any error messages revealed could be an important clue.
- Try creating a new user and seeing if you get the same problem.
If none of this helps and you decide to re-install then I recommend you de-install Xcode by running the uninstall-devtools.pl perl script, then use Disk Utility to repair permissions, then download a clean disk image from Apple and re-install everything.
Please let us know what happens and whether or not it fixes the problem
Good luck
Bob

Similar Messages

  • Problems with building blueprints catalog

    Hi,
    I've got some problems building bp-catalog v 0.8 on a windows 7 machine, GlassFish 3.0.1.
    I've properly changed build.properties file and executed "ant setup" but when I issues the "ant run" command, the compiler can't find packages (JSF packages mainly).
    Why it cannot find jars? The ant script should include glassfish jee jars into classpath...right?
    I've got the same problem with Petstore but since it's a netbeans ready project, I easily imported it and configured the runtime to GlassFish, and this solved the problem.
    With the bp catalog, it could be pretty handy to build and deploy all the projects, without to import one by one in netbeans and manually solve the missing references problems.
    Many thanks in advance:
    E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8>ant run
    Buildfile: E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\build.xml
    default:
    default:
    default-ear:
    -pre-compile:
    bpp-actual-compilation:
    [echo] Compiling bp-ui-5
    [javac] Compiling 61 source files to E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\components\ui\build\classes
    [javac] E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\components\ui\src\java\com\sun\javaee\blueprints\components\ui\autocompl
    ompleteComponent.java:14: package javax.faces.component.html does not exist
    [javac] import javax.faces.component.html.HtmlInputText;
    [javac] ^
    [javac] E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\components\ui\src\java\com\sun\javaee\blueprints\components\ui\autocompl
    ompleteComponent.java:15: package javax.faces.context does not exist
    [javac] import javax.faces.context.FacesContext;
    [javac] ^
    [javac] E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\components\ui\src\java\com\sun\javaee\blueprints\components\ui\autocompl
    ompleteComponent.java:16: package javax.el does not exist
    [javac] import javax.el.MethodExpression;
    [javac] ^
    [javac] E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\components\ui\src\java\com\sun\javaee\blueprints\components\ui\autocompl
    ompleteComponent.java:45: cannot find symbol
    [javac] symbol: class HtmlInputText
    [javac] public class AutoCompleteComponent extends HtmlInputText {
    [javac] ^
    [javac] E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\components\ui\src\java\com\sun\javaee\blueprints\components\ui\autocompl
    ompleteComponent.java:47: cannot find symbol
    [javac] symbol : class MethodExpression
    [javac] location: class com.sun.javaee.blueprints.components.ui.autocomplete.AutoCompleteComponent
    [javac] private MethodExpression completionMethod;
    [javac] ^

    Hi,
    I've got some problems building bp-catalog v 0.8 on a windows 7 machine, GlassFish 3.0.1.
    I've properly changed build.properties file and executed "ant setup" but when I issues the "ant run" command, the compiler can't find packages (JSF packages mainly).
    Why it cannot find jars? The ant script should include glassfish jee jars into classpath...right?
    I've got the same problem with Petstore but since it's a netbeans ready project, I easily imported it and configured the runtime to GlassFish, and this solved the problem.
    With the bp catalog, it could be pretty handy to build and deploy all the projects, without to import one by one in netbeans and manually solve the missing references problems.
    Many thanks in advance:
    E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8>ant run
    Buildfile: E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\build.xml
    default:
    default:
    default-ear:
    -pre-compile:
    bpp-actual-compilation:
    [echo] Compiling bp-ui-5
    [javac] Compiling 61 source files to E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\components\ui\build\classes
    [javac] E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\components\ui\src\java\com\sun\javaee\blueprints\components\ui\autocompl
    ompleteComponent.java:14: package javax.faces.component.html does not exist
    [javac] import javax.faces.component.html.HtmlInputText;
    [javac] ^
    [javac] E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\components\ui\src\java\com\sun\javaee\blueprints\components\ui\autocompl
    ompleteComponent.java:15: package javax.faces.context does not exist
    [javac] import javax.faces.context.FacesContext;
    [javac] ^
    [javac] E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\components\ui\src\java\com\sun\javaee\blueprints\components\ui\autocompl
    ompleteComponent.java:16: package javax.el does not exist
    [javac] import javax.el.MethodExpression;
    [javac] ^
    [javac] E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\components\ui\src\java\com\sun\javaee\blueprints\components\ui\autocompl
    ompleteComponent.java:45: cannot find symbol
    [javac] symbol: class HtmlInputText
    [javac] public class AutoCompleteComponent extends HtmlInputText {
    [javac] ^
    [javac] E:\user\My Documents\Learning\SoftwareEngineering\JavaProjects\bpcatalog-ee5-ea-0.8\components\ui\src\java\com\sun\javaee\blueprints\components\ui\autocompl
    ompleteComponent.java:47: cannot find symbol
    [javac] symbol : class MethodExpression
    [javac] location: class com.sun.javaee.blueprints.components.ui.autocomplete.AutoCompleteComponent
    [javac] private MethodExpression completionMethod;
    [javac] ^

  • Problem  with build file

    Hi All,
    I have an unique problem.
    I have a build file which is runnin successfully on a local but not on the server.The error is class not found, so definitely problem with classpath.
    but acc. to my knowledge the build file is setting up the classpath in the file only, so its independent of my classpath settings in the system.
    Please help
    the snippet fo build file
    <project
        name = "SqlcSamples"
        default = "bundle"
        basedir = ".">
        <property file = "build-sqlc-eu.properties"/>
        <taskdef name = "sqlc" classname = "com.pavelvlasov.sqlc.StatementCompilerTask">
            <classpath>
                <fileset dir = "${project.components.lib}" includes = "**/*.jar"/>
                <fileset dir = "${sqlc.home}/jars" includes = "**/*.jar"/>
            </classpath>
        </taskdef>
    [/code]
    its saying 'com.pavelvlasov.sqlc.StatementCompilerTask' class not able to found                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Best is to use the ant documentation; I often need it.
    ant without options will use build.xml, as "makefile".
    In the build.xml you define your default target.
    project basedir="." default="all"
    property name="src.dir" value="."/
    property name="classes.dir" value="../build/classes"/
    target depends="compile" description="Build everything." name="all"
    mkdir dir="${classes.dir}"/
    javac debug="${debug}" deprecation="${deprecation}" destdir="${classes.dir}" srcdir="${src.dir}"
    classpath
    pathelement location="${libs.dir}/jdom.jar"/
    /classpath
    /javac

  • Problem with build 10049

    My notebook installed the latest update windows 10 preview build 10049. When it was installed, every time after the startscreen the screen turns blue and the notebook restarts. On the screen was a message it had problems with the ??.sys file. After installing
    backwards the 10041 Build i can not see an update to the 10049 build anymore. Can someone help me?

    Hi,
    Yes, pleaes make sure to change to to "Fast", if still no help, then please check the registry, make sure its value shown as below:
    Open regedit.exe
    Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability
    Ensure the following values exist:
            {value name}, {value type}, {value data}
    BranchName, REG_SZ, fbl_impressive
    ThresholdOptedin, REG_DWORD, 1
    ThresholdRiskLevel, REG_SZ, low
    Delete all other values
    Open Settings > Update & recovery > Windows Update
    Tap or click Check for updates
    Regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Problem with building array inside a case statement

    I have a problem with my build array.
    Iam trying to construct a build array when ever I see a new element in my parent array during run time.
    Using shift registers, search array and If- case structure, inside a while loop. Iam implementing this logic (I dont want to use Event structure).
    Iam able to achieve most part of it, but have a problem with the first element. Except the first element of my parrent array, every thing is appending in to the build array. Can any one look at my vi and suggest me what Iam doing wrong here.
    Thank you
    Attachments:
    debug.vi ‏12 KB

    I think you need to replace the tunnels (carrying the array) in the for loop with a shift register.
    Lynn

  • Problem with building web service control

    Hi i am using a web service control for invoking a web service. the application builds correctly from workshop and i am able to talk to web service. However, when i exported the ant build file from workshop and tried to build the application from prompt using ant, it gives me follwoing wrror -
    [wlwBuild] [Build] Errors found in D:\crmwork\weboss\esb\ESBPrj\com\covad\esb\controls\BillingServiceSBControl.jcx:
    [wlwBuild] [Build] Error at line 9 column 18:
    [wlwBuild] [Build] Description: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateControl' could not be created.
    [wlwBuild] [Build] Prescription: The class could not be created. Verify that it has a no-argument constructor.
    [wlwBuild] [Build] Error at line 9 column 18:
    Has anybody encountered this error? What could be the problem cause the workshop build works fine.

    I solved the problem :-)
    it happened due to JAVA_HOME env var. It has to point to jdk that comes along with wl812. mine was pointing to sun jdk 1.4.2. However, this is a bug, because, for wlwlbuild task , i was setting the proper bea java home, still it was failing due to system java_home var. And i did not face this problem with WL813. After facing lot of issues with 812, now i feel, 812 is not a stable production version.
    Anyways, now the prob;em is solved.

  • Problems with build in wifi card in DV6-2190us​.

    Hi am trying to see if someone can help me out with a problem am having with my WIFI and also LAN on my laptop.
    The problems am having is with connectivity and speed on WIFI and also problems connecting to a network with a Ethernet cable.
    The problem am having with my wifi is when trying to connect to a network it takes me about 5 to 10 minutes just to try to connect to the network and once connected it will continue to say unidentified network and it will take 5 to 10 minutes to connect to the internet.  Once connected to the network and the internet the connection will start fast and slow down to a crawl even do am 10 to 20 feet away from the wireless router and I have full bars.  After the connection slows down I will get disconnected from the network and it will take me 10 to 20 minutes to get back on it.
    Also when I try to connect to the network using a Ethernet cable I will get connected but if I unplug the cable and try to connected again I won't be able to connect to the network or the internet and I would have to restart the laptop with the cable plugged in.
    All of the drivers on the laptop are up to date and also windows is up to date I really don't know what's going on.
    I have formatted and installed Widows 7 done all of the updates I have also updated all of the drivers for the laptop but the problem continues to come up.
    After talking to some of my IT friends we removed the build in wifi card from the inside of the laptop and changed it with a wifi card of a same model laptop to rule out problems with the card, but the problem continues to happen with the new card installed on the laptop.  The card that came out of the laptop with the wifi problems was installed to the second laptop and the wifi problems came up but after installing the original wifi card the problems went away.
    The thing that trying to figure out is why the card that came out of the working laptop won't work correctly on the laptop that's having problem with.
    If anyone has any ideas on what maybe causing the problems please reply to this post I really need to have this problem fix before I start taking online classes. 
    Thank you for taking the time to read this post.
    Laptop information.
    DV6-2190us
    Windows 7 64bit Home SP1
    i7 1.60
    Ram 8gb
    AVG Pro 2012

    You are posting on an iMac forum. I'd recommend posting a MBA forum, however I think you best bet is taking it into your local Apple store or AASP to determine if the Wi-Fi adapter is damaged and if it is then checking to see what options you have.

  • Problem with building conditional display items

    Dear All,
    Please help as I am using APEX for the first time.
    This my requirement during form dispaly in tabular format. There is one display item QA_TIER(not a database item). This item value is computed based on the condition below.
    I created a display item with :
    Source Used : Always, replacing any existing value in the session state
    Source Type: PL/SQL Expression or Function
    Source value or expression:
    begin
    if 2<=(select decode(&Leg_Req,'Y',1,0)+decode(&maj_funct_chg,'Y',1,0)+
    decode(&maj_tech_chg,'Y',1,0)+decode(&maj_ui_chg,'Y',1,0)+
    decode(&maj_def_met,'Y',1,0) from dual) then
    if &Customer_Priority = 1 then
    return 1;
    else
    return &Customer_Priority-1;
    end if;
    ELSE return &Customer_Priority; end if;
    end;
    Note : All reference with '&' are the actual field name.
    When running the page i get the following error message:
    ORA-06550: line 2, column 23: PLS-00103: Encountered the symbol "&" when expecting one of the following: ( ) - + case mod new not null others select table avg count current exists max m ORA-06550: line 2, column 48: PLS-00103: Encountered the symbol "&" when expecting one of the following: ( ) - + case mod new not null others table avg count
         Error      ERR-1020 Error in PLSQL item processing (function).
    Can anybody help me with building the display item with conditions as show above.
    Thanks in advance

    hi thanks for the help.
    I tried this time source type SQL Query:
    with both suggestions
    1.
    select (case when
    2<=to_number((select decode(v(Leg_Req),'Y',1,0)+decode(v(maj_funct_chg),'Y',1,0)+
    decode(v(maj_tech_chg),'Y',1,0)+decode(v(maj_ui_chg),'Y',1,0)+
    decode(v(maj_def_met),'Y',1,0) from dual)) then
    (select decode(v(Customer_Priority),1,1,v(Customer_Priority)-1) from dual)
    ELSE v(Customer_Priority) end) from dual
    Result:
    ORA-00904: "CUSTOMER_PRIORITY": invalid identifier
         Error      ERR-1019 Error computing item default value: page=2 name=QA_TIER.
    2.
    select (case when
    2<=to_number((select decode(:Leg_Req,'Y',1,0)+decode(:maj_funct_chg,'Y',1,0)+
    decode(:maj_tech_chg,'Y',1,0)+decode(:maj_ui_chg,'Y',1,0)+
    decode(:maj_def_met,'Y',1,0) from dual)) then
    (select decode(:Customer_Priority,1,1,:Customer_Priority-1) from dual)
    ELSE :Customer_Priority end) from dual
    Result:
    ORA-00932: inconsistent datatypes: expected NUMBER got CHAR
         Error      ERR-1019 Error computing item default value: page=2 name=QA_TIER.
    Both didn't work.

  • Problems with build in microphone?

    Anyone else have experienced problems with their microphone? Suddenly it doesnt work and making little noise during skype phonecalls....havent been able to update to ios 5 yet.

    Hm. I wrote that i tested my microphone(used pulsaudio server) with arecord and it worked fine, but skype has a problem - it not worked in it. Sounds in Skype works normally. Is not that enough? I understand that is a problem with Skype, but how it solve - I don't know, Google too.
    runical wrote:
    He means that you need to provide more information and a good question. Looking at your post, we see that you use arch, have problems with skype and that the problem is with the microphone. There is nothing to go on here. Please try to provide some useful information and do some research. Also detail what you have already done (and read the link Alad posted, together with the forum policy).
    Welcome to the forums by the way
    Last edited by dejmos (2015-01-21 21:39:35)

  • Problem with building a dll in labview

    Hello,
    I want to be able to run a LabView vi from Java and found that the best way to do this is to create a DLL in LabView and then call it in Java using JNI. I did a dummy program in LabView to test, but the problem is that the instructions I found don't seem to exist! For example, one tutorial I was following said to: "Open a new VI and select Tools»Build Application or Shared Library (DLL).". But I don't have that under tools, just Build Application (EXE) from vi, which gives a project file. In another place it said to "Expand My Computer. Right-click Build Specifications and select New»Shared Library from the shortcut menu to display the Shared Library Properties dialog box" but I have no idea what that means.
    I have the LabView 2009 trial version, could that possibly be making a difference? If not, what am I doing wrong? Or is there a better way to run a LabView program from Java?
    Thanks a lot!
    Hugh

    Actually, the second one is from LabView help. I tried looking up Application Builder like you said but again it begins with the instructions "Expand My Computer. Right-click Build Specifications and select New»Application from the shortcut menu to display the Application Properties dialog box" and I have no idea what this means What do they mean by My Computer? And Build Specifications? I don't have any of that... I'm sorry but I'm new to all of this, I've never worked with DLLs before in any language, and all I want to do is run my LabView program when I press a button on my Java interface!! If there is a better way to do it, that would be great!
    Thanks at any rate,
    Hugh

  • Problem with building packages in chroot

    I set up a clean chroot with 'sudo mkarchroot <chrootdir>/root base base-devel sudo', but I can't build packages with 'sudo makechrootpkg -c -r <chrootdir>' command:
    creating clean working copy...done
    ==> Making package: empathy 2.32.2-2.1 (Sun Mar 13 21:35:44 UTC 2011)
    ==> Checking Runtime Dependencies...
    ==> Installing missing dependencies...
    sudo: must be setuid root
    ==> ERROR: 'pacman' failed to install missing dependencies.
    Build failed, check /media/a9317af4-033b-40e5-8076-9fa120dd3ca1__/chroot/copy/build
    I don't know what is the problem. I tried to set permissions on sudo binary in chroot, but no helps.

    City-busz wrote:It's an ext4 partition on external hard drive. Now I tried to set up chroot on my system's partition, and it works fine. I don't know it's why not works on external partition.
    Most likely your mount options have some issue, or perhaps an ownership issue.

  • A problem with building a web service with netbeans

    always a problem occurs when i try to build a web service server side.
    build is perfect .but when i said run the project there is an error occurs:
    "Deployment error:null. See the server log file for details."
    error link goes me to this row in the build-impl.xml file of the project:
    <nbdeploy forceRedeploy="${forceRedeploy}" clientUrlPart="${client.urlPart}" debugmode="false"/>
    i am waiting for your help.

    Being a total novice on the https/SSL configuration side of things, I've finally managed to dig down to the fact that our external partner of course needs to have a certificate installed in order to run https.
    I guess the browser did not prompt and ask for acceptance of this, because it was already verified through one of the standard issuers - VeriSign.
    So was then able to export the certificate through IE's Properties>Certificate>Details>Copy To File...
    Will then try to import this into the correct domain on the WebLogic server.
    (A quick test of the web service from the EM console worked fine. Strange then that executing the service through a partner link in bpel does not work, but I guess it may have to do with a local bpel being exposed as a web service in itself, and that security on both sides is called for... maybe... :-) )
    -Haakon-

  • Problems with building custom worklist application

    I'am trying to build a custom worklist application using this: http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_worklistcust.htm
    Here is the code I've built so far (it si quite simple but, for now, I'm just trying to get hold of the concepts involved):
    public class Test {
    public static void main(String[] args) {
    IWorkflowServiceClient wfsc = WorkflowServiceClientFactory.getWorkflowServiceClient(WorkflowServiceClientFactory.REMOTE_CLIENT);
    ITaskQueryService queryService = wfsc.getTaskQueryService();
    IWorkflowContext context;
    try {
    context = queryService.authenticate("jstein", "welcome1".toCharArray(), null);
    } catch (WorkflowException e) {
    e.printStackTrace();
    When I run this I get the following exception trace:
    Exception in thread "main" oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.naming.NameNotFoundException: Unable to resolve 'TaskQueryService'. Resolved '' [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'TaskQueryService'. Resolved '']; remaining name 'TaskQueryService'
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceRemoteClient.authenticate(TaskQueryServiceRemoteClient.java:123)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invokeTarget(WFClientRetryInvocationHandler.java:121)
         at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invoke(WFClientRetryInvocationHandler.java:67)
         at $Proxy14.authenticate(Unknown Source)
         at net.aslcom.wlapp.Test.main(Test.java:19)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'TaskQueryService'. Resolved '' [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'TaskQueryService'. Resolved '']; remaining name 'TaskQueryService'
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         at weblogic.jndi.internal.ServerNamingNode_1032_WLStub.lookup(Unknown Source)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:405)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:393)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceRemoteClient.authenticate(TaskQueryServiceRemoteClient.java:118)
         ... 8 more
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'TaskQueryService'. Resolved ''
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Process exited with exit code 1.
    I would appreciate any help. I'm really stuck with this..
    Thanks! :)

    I've finally found a solution to this problem. The problem was that I was trying to connect to a workflow api on the *7001* port but that wasn't the correct port. The correct port is *8001*.
    I came to this conclusion quite accidental (or out of desperation if you like).
    What I don't understand is that in every single official Oracle document about workflow and worklist the port they were targeting was *7001*. I have to emphasize that I installed SOA 11g suite with all default settings.
    Problem solved, moving on.

  • Problem with Build/Format tab in Destinations Preferences

    Hello-
    I recently installed Leopard (10.5.2) and FCS 2 on a clean, erased drive on my Mac Pro. Everything works fine, except for one problem.
    I relocated some DVDSP project files to the new drive, and also copied all of the media files for these projects to a new, different external drive. As I opened each project, I had to, as expected, relink the media. Again, this all worked OK.
    The problem is, when I want to format (command/f) a DVD, the format dialog window comes up, and the location window is either empty, or shows the location for the wrong project. I can, of course, hit 'choose' and connect it with the correct location, and burn the disc with no problems.
    If I then save the project, and reopen it, the same problem will occur. It seems that I will have to type the location in every time I want to burn a disc from each project.
    I looked at the destinations preferences, and in the build/format section there is nothing in the location box. I'm not sure what to put here to make it right; I'm sure it can't be something different for each project--I never had to do that before. But I also don't understand how one global setting will fix it so every project opened will point to the correct location.
    As I said, everything is working great, but I'd like to reset things as they were before; so that every time I open a project, and choose Format, the correct location for the needed files will just show up.
    Thanks in advance for any help anyone can provide.

    Well, I've solved it; if I open each project, relink if necessary, and then rebuild the project (selecting REUSE when the 'TS folder already exists' dialog comes up), everything is fine.
    It seems like there should be a quicker way to do this, though, or that it shouldn't need to be done at all.

  • Boot problem with build 10061

    Hi,
    I'm having problems to boot after install the build 10061 over the build 10041.
    The installation finished with error and I got error on rollback too.
    Now I'm unable to boot, I get the error File: \Boot\BCD Status: 0x000000f and now only one black screen with a White cursor blinking.
    Tried repair, but can't, says that the drive is locked.
    Any help?

    On Sat, 25 Apr 2015 14:22:31 +0000, Raphael S Souza wrote:
    Thread Not Found
    We are sorry, the thread is not available at this time.
    Works fine here. Try the link below, or try the original link and make sure
    that it doesn't end with a period.
    http://answers.microsoft.com/en-us/windows/forum/windows_7-system/bootbcd-status-0xc000000f/988b2dce-412b-4f1f-bf8d-dc27f737e0b9
    Paul Adare - FIM CM MVP
    <alanna>Saying that Java is nice because it works on all OS's is like
    saying that anal sex is nice because it works on all genders.

Maybe you are looking for

  • 24" iMac early 2009 - how to duplicate screen (mini DP to HDMI)?

    Hello I want to play movies on my TV which are located on this harddrive. I have a PS3 so when i have software streaming that movies (uPnP style) to my PS3 it works. But then again, considering I like nature and all, I have to use 3 devices for getti

  • Conversion from Date to say Locale time

    Hello All, I receive a date in xml file as a string. eg 01/27/2004 . I have to convert it to Locale format(2005-01-10T12:30-04:10) using XSL. Is it possible ?. If yes how to do that ?. Thanks and regards, Sachin

  • Help with disabling Backup Assistant Plus

    Upgraded to ICS last week. Now since there is no Charge Only option when plugging in to PC via USB, is there a way to keep Backup Assistant Plus from always opening the page?

  • Can't start up : (  e:[AppleUSBBluetoothHCIControllers][FindInterfaces] mIn

    Hi! I have an old mac mini ppc 1.5Ghz, today i was trying to reinstall leopard but i got message that i wasnt going to be able to do it, then i checked to start on mac os x 10.5.4 (yeah sorry i didnt update) but anyway after the restart, i only got t

  • Sound recording with duration

    hi all ,     i have some trouble about sound recording function. i want to have 30S duration of sound input recording and also , if the user click the finish button the recording will be stopped even it is still have time for recording. i have tried