Problems with build

Anyone can help with this? I dont know how get rid of it:
Check for used DCs failed: Cannot build because used component is broken

Hi Mario,
Open the Development infrastruture perpective and login with your NWDI access userid.
Please check the used DC if it is not properly build fails. Check the corresponding activity in CBS.
Login to http://host:port/devinf then go to CBS and search for activity which faild.
Check the TCS Deployer using http://host:port/TCS/Deployer
Regards,
Arun Jaiswal

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.

  • Problem with build forders

    Hi,
    I am quite new to Labview so I hope it is not a too stupid question...
    I got an LLB file on internet. As I read NI recommends to not use this format in project, I unpack it and add all files in my project in a specific virtual folder. All is OK but when I build my program (it is an existing program that I have to customize so build specfiications have already been done), all these new files come to new folders "support", "support0"... "support34". Each folder contains one of these files and I don't understand why because build specifications seems to be the same as other files...  (All is by default, "Same as caler"...)
    Do you have an idea of what I can check?
    Thanks in advance.

    Do you have other classes or libraries in the project which have the exact same VI names? Before LV 2009, all the VIs in the EXE were saved as a flat directory in the EXE and because you can't have two files with the same name, NI implemented a workaround where the files are saved outside the EXE. I haven't run into the folders called Support# before, but I'm assuming that happens when the file is not part of a library (usually the folder name is that of the library). If that's the case, then it wouldn't matter if the files were inside the LLB or not.
    One thing you can do to change this is going into the advanced page of the build settings and uncheck the 8.x flag. This will build all the files inside the EXE as a hierarchy, but this might create problems for you if you're building paths dynamically in your program and that process relies on the previous structure of the EXE. The easiest way is to probably do the build and check the places where you build paths.
    Try to take over the world!

Maybe you are looking for