Deployment profiles problems in 9.0.3.3

create a deployment profile as "Business Components EJB Session Bean" and click OK. a xxx.bcdeploy file was created successfully. Later on go back to this file, right click and choose "Settings" to edit the deployment profile but found ALL the application module are "Grayed out" (disabled and cannot be changed).
This happens after I installed Jdeveloper 9.0.3.3 (clean installation). I had no problems in 9.0.3.2.
Please help! Thanks a lot!

Note: Haven't observed this problem with non-jsp projects.

Similar Messages

  • Problems creating deployment profile

    When I attempt to create a new deployment profile in JDev 3.1 (Oracle 8.1.6) on step 2 where I should be adding in my files to deploy ( I assume they are the .java files ) there are NO files to deploy in the list?????????
    What could possibly be wrong?
    TIA
    Owen

    FIXED
    Had my project (jpr) file opened in my opened list tab but not added into my workspace tab????
    Owen

  • Deployment Profile items are all greyed out

    I am using Jdev 10.1.3.3.0 with Jheadstart. I created an application and started looking at deploying it as a WAR file. I was able to create a connection to the target Application Server with a Successful test connection. The next step is to create a Deployment Profile for the JDeveloper Project. I am following the Jdeveloper Help step 3.
    Step 3   Create a Deployment Profile for the JDeveloper Project
    Deployment profiles are project components that govern the deployment of a project or application. A deployment profile specifies the format and contents of the archive file that will be created.
    To create a deployment profile:
    In the Applications Navigator, select the project for which you want to create a profile.
    Choose File > New to open the New Gallery.
    In the Categories tree, expand General and select Deployment Profiles.
    In the Items list, select a profile type. For ADF applications, you should select one of the following from the Items list: WAR File EAR File
    You can also select Business Components Archive, if you are using ADF Business Components.
    If the desired item is not found or enabled, make sure you selected the correct project, and select All Technologies in the Filter By dropdown list.
    Click OK.
    I problem is that all the items listed under Deployment Profiles are greyed out.
    Thanks for your help in advance.

    Maybe if I select the right object as the project I would fix my own problem.
    Thanks

  • Java stored procedure deployment : resolution problem

    Hi,
    I am trying to upload a Java class (to be able to send mail with attached files).
    At deployment, I have many errors of this type :
    errors : class javax/xml/transform/sax/SAXTransformerFactory
    ORA-29521: referenced name org/xml/sax/XMLFilter could not be found
    This is due to the "upload" of J2EE in the database but I do not find the options to bypass this in the "Deployment Profile Settings".
    I tried to uncheck "-resolve", to check "-noverify", to check "-force" options.
    I tried many combinations of those options but there is nothing to do !
    I even tried to "exclude package tree" in the "Dependency Analyzer Filters" but nothing is working.
    Does anyone has any idea ??
    Thanks,
    Ju.

    Hi everybody.
    I found the solution myself.
    I am posting it because I am sure I am not the onlyone that got that problem...
    The trick is to upload jar files manually by successive calls like
    "loadjava -user [user]/[passwd]@[tnsentry] mail.jar -resolve".
    The result of the commmand could list some errors but we do not care, the upload is done anyway...
    Then, you can upload your classes through JDeveloper.
    I did not managed to upload source files (it produces errors), I only uploaded class files (choose deploy "As Compiled Output Only").
    Also take care to uncheck everything in the "Dependency Analyzer" (you have already uploaded dependencies manually).
    In the "loadjava options", do NOT use "-force" param but use "-resolve" param.
    The only thing you still need to do is to click on "Deploy"...
    That's all folks !

  • JCAPS 5.1.3 deployment profile BUILD error!

    Hello,
    I m getting this error while trying to build deployment profile, can anybody help me please???
    Annotation: Caught Compilation Error(s).
    Please fix before proceeding.
    com.stc.codegen.framework.model.CodeGenException
    at com.stc.wsclient.design.codegen.impl.JaxRpcCodelet.generateFiles(JaxRpcCodelet.java:493)
    at com.stc.wsclient.design.codegen.impl.WSClientCodelet.generateFiles(WSClientCodelet.java:530)
    at com.stc.codegen.frameworkImpl.model.CodeGenFrameworkImpl.processCodelets(CodeGenFrameworkImpl.java:640)
    at com.stc.codegen.frameworkImpl.model.CodeGenFrameworkImpl.process(CodeGenFrameworkImpl.java:1544)
    at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.process(DeploymentVisitorImpl.java:405)
    at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.process(DeploymentVisitorImpl.java:308)
    at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.traverseDeployment(DeploymentVisitorImpl.java:268)
    at com.stc.codegen.driver.module.DeploymentBuildAction.loadCodeGen(DeploymentBuildAction.java:923)
    at com.stc.codegen.driver.module.DeploymentBuildAction.access$1000(DeploymentBuildAction.java:174)
    at com.stc.codegen.driver.module.DeploymentBuildAction$1.run(DeploymentBuildAction.java:599)
    at org.openide.util.Task.run(Task.java:136)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
    Caused by: com.stc.codegen.framework.model.CodeGenException: JaxRpcException in generateBeans() of client JaxRpcCodelet
    at com.stc.wsclient.design.codegen.impl.JaxRpcCodelet.generateBeans(JaxRpcCodelet.java:1143)
    at com.stc.wsclient.design.codegen.impl.JaxRpcCodelet.generateFiles(JaxRpcCodelet.java:491)
    [catch] ... 11 more

    Hi,
    We have struggled with this error a couple of times in the past. I can't tell you an exact solution to the problem since we havn't found none.
    However, I think it's related to the usage of web services and I think we usually solved it by recreating the involved business process. Sometimes it helped just double clicking the small topic/queue -icon between the web service and the business process in the connectivity map.
    You can also have a look in the business process properties to see if you see something suspicious there (right click on the business process and select properties)..
    /Alex

  • Web Module Deployment Profile Dependencies Bug

    In 903 WAR deployment profiles, the profile dependency tab says that "The selected dependencies will be packaged in the same EAR file as this Web Module."
    Unfortunately JDev not only does the above, it also includes dependant *.jar, *.war files with the resulting war file under WEB-INF/lib/. This means that jar files often occur multiple times in a EAR file.
    The whole build, deploy, debug cycle is very time consuming and this bug just make it worse.

    bump.
    I am having the exact same problem...
    There are a number of configurations regarding the application and/or project deployment profiles that I know work, however as stated above "I need to un-check a jar, save the workspace, re-check the jar then save the workspace again" (the end result being no settings actually changing, just a few saves...) to actually get the deployed application to run.
    Otherwise a 'oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NoClassDefFoundError' is thrown in the WLS server log.
    Once the application is closed and reopened, and deployment is attempted yet again it fails, and the same process is required to make it work again.
    Any help would be greatly appreciated.
    I have an open SR lodged with My Oracle Support: SR 7805211.992, if anyone lurking here with access would like to use it for further reference whilst investigating this problem.
    Regards,
    Matthew.
    Edited by: Matthew Carrigy on 6/10/2009 15:46

  • Deploying application: problem with deploying configuration window

    Hi all,
    I am using Jdev 11.1.1.0 and I am trying to deploy an application with customization classes.
    I have followed the step of the manual (35.2 creating an Application Server Connection), then I have created the deployment profile (inserting my customization class in a jar file) and the deployment descriptor.
    When I try to deploy my application, appears a popup with a window that has the title "Deployment Configuration" with only the "MDS" tab with two List Of Values that I can not compile/fill
    I have this error:
    MAR archive 'metadata1.mar' did not have any metadata content, not added to EAR (even if in application properties --> Deployment --> myEarFile --> application assembly --> I have checked the file MAR; if I check the file MAR I can compile an input text with the label PATH in EAR and I don't know what put in it).
    Wrote Enterprise Application Module to C:\Users\acosta\Documents\Applicazioni java\DeployProva3\deploy\application1.ear
    No metadata repositories found on target server. Using values found in adf-config.xml.
    What is the problem?
    Thanks
    Edited by: user10799119 on 5-ago-2009 0.42
    Edited by: user10799119 on 5-ago-2009 0.51

    Edwin Biemond has a couple of very useful blogs about MDS and Deployment here .
    Timo

  • Deployment profile in Jdeveloper11

    Hello
    in the previous version, when i create a new deployment profile, i can see it in the application navigator, but in the jdeveloper11, i can't see it, by stead, i can see it in the "build->deploy" menu, BUT THE PROFILE IS GREY, i can't use it. is that the bug of jdeveloper11.1.1.1.0? how to solve the problem?
    Thank you very much

    hello,
    i create a deployment profile, following the wizard, it said the war file will be located under deploy directory within the project dir, but i could not find the "deploy" dir. in the previous version such as jdeveloper10.1.3 you can find it once created.
    who can help me with the issue of jdeveloper11.1.1.1.0?
    Edited by: user645489 on 2009-9-2 上午3:05

  • Create deployment profile

    Hi all,
    I am following the instructions of the developer guide (paragraph 32.3), but when I follow the wizard to create deployment profile, in the column of items, the "War File" is not enable, I can only choose EAR file and MAR file.
    Why?
    Is this a problem?
    Thanks

    Thanks Shay and Branislav.
    Excuse me, I am using Jdev 11.1.1.0 and I am reading the Chapter 35 Deploying Fusion Web Application.
    I have solved with the Branislav's suggestion, but, after creating deployment descriptors, now I can not deploy the application. When I try to deploy I have this error:
    [10:48:29 AM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'webapp1myProfile.war'
    [10:48:29 AM] Caused by: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
    [10:48:29 AM] See server logs or server console for more details.
    Have I to create a new post?
    Edited by: user10799119 on 3-ago-2009 2.17
    Edited by: user10799119 on 3-ago-2009 2.24

  • Unable to load ADF Mobile for Android deployment profile.

    Hello,
    I'm trying to implement a simple application on an android platform using this:
    [http://docs.oracle.com/cd/E18941_01/tutorials/MobileTutorial/jdtut_11r2_54_2.html]
    I already downloaded the updates needed as extensions and started the emulator using the SDK Manager.exe. However, i'm not able to create a deployment profile of type: "ADF Mobile for android". I only find type "ADF Mobile Feature Archive" which doesn't work for me because when i try deploying it, i don't find the "deploy application to emulator" option. Any thoughts?
    Regards,
    Mohamed

    Hi.
    To deploy to the emulator or to a device, you must create a deployment profile on your application, not on the ViewController or ApplicationController projects.
    Best Regards,
    Frédéric.

  • Roaming profile problem?

    I'm not sure it's a roaming profile problem or not, but I need help to fix it.
    we use MetaFrame citrix to connect a remote computer running a medical program. Every computer has Citrix online plug-in.
    If user uses computer user always use, everything will be fine.
    It will be failed login Citrix if user need to login to anther computer to load the medical program.  uninstall and re-install Citrix online plug-in will fix it.  There's lots computers and users, I can't fix it by this way, need to find
    out why.
    Windows 2008 R2 + windows 7 pro & 8.1 pro.
    Thanks for any suggestion,
    ITdragon

    seems no related to profile...
    you can recreate a user account to test.
    just a thoght...
    create a script to uninstall this application. set it as logon script via gpo. when all uninstall, reinstall it...
    Best,
    Howtodo

  • Color profile problem/question.

    These two exports of the same file were taken on my spouse's D300s, and are good examples of a profile problem I cannot seem to solve.  This is the identical problem I also experience on the Nikon D700 and D3.  The following was exported with the "Camera Standard" profile, and notice the yellow sun reflection on the door panels:
    The following was exported with a xrite generated lightroom profile. Notice the better overall contrast, but also the horrendous unnatural yellow on the same door:
    This difference causes all sorts of distortion in natural animal hair that contains any red-orange.  I use these doors  because they are such a stark example.  Any attempts to correct with the WB will usually result in too much blue elsewhere.  Also I have created many test profiles under many light conditions (both manually and from LR), and they all cause this problem in all three cameras.  This is not a matter of one bad cameral, or one erroneously created profile.
    I have two questions:  Does this example show up well enough to see what I am talking about?   If so, can anyone speculate as to the problem or solution?  Even guesses would be appreciated since I am out of my own, and not expert in this sort of thing.   Thanks!

    George, thank you for this information. I have a couple of things for you to try and another question. The ColorChecker Passport color patches are small, so I would suggest trying to reshoot a calibration image with the ColorChecker Passport in the center and filling at least 1/3 of the picture width. In the image you provided the ColorChecker Passport is about 1/8 the image width and far left of center. I know, I know, it should not matter, but give it a try. This is what I'm doing to create camera profiles for all three of my camera bodies (Canon 300D, 600D, 5D MKII), and I have not had a single problem with "color matching" using this procedure AND what I will describe next.
    Concerning white balance procedure you say:
    Using the grey card of the same product placed just outside the subject crop.
    I assume you are referring to the large 60% reflectance white balance card on one side of the ColorChecker Passport, but you do not mention how you set white balance. I suggest using the LR white balance eyedropper tool with the smaller 80% reflectance gray scale patch on the ColorChecker Classic target side. This is the 2nd patch from the left bottom in your picture right next to the brightest 90% white patch. Two reasons for doing this! A higher reflectance patch reduces the influence of camera noise in the image with the LR 5 x 5 pixels eyedropper tool. Here's a LR forum post with a heated discussion on these issues (or lack thereof): http://forums.adobe.com/thread/854734?tstart=60 The second purely empirical reason is the "Classic" target side provides me with more accurate white balance than using the larger 60% card. Perhaps this is a defect with my ColorChecker Passport target, but I don't know.
    When setting white balance with the LR eyedropper tool I suggest taking at least five (5) samples of the 80% patch. I use the center, TL, TR, BR and BL corner areas of the patch. Do not use any reading that has a large variation from the others. Please remember that the eyedropper tool is sampling a very small 5 x 5 (25 pixels) area, and image noise or a target paint defect can give you a bogus reading. Write down the temp and tint for each of the five (5) readings, add them, and divide by five to get the "average" white balance temp and tint. Enter the temp and tint values manually into the white balance tool. I create a user preset for each profile which contains only the ColorChecker created camera profile and manually adjusted white balance settings.
    I would also suggest you check the readings of all six (6) grayscale patches for neutrality (R=G=B) using your new camera profile and white balance settings. I have found in some cases using the 65% reflectance patch (3rd patch in) provides the most neutral “overall” white balance setting for the six (6) patches. This is despite the fact it contains more camera noise than the 80% patch next to it. Again, this observation is purely empirical – I am not writing a scientific thesis! It works for me and hopefully it will get you closer to what you want.
    One thing I am going to do tomorrow is borrow a friends color checker to rule out the possibility mine is defective. It doesn't look defective, but the problem is so consistent.
    This is a very good idea! Having worked in a manufacturing environment for over 45 years, trust me when I tell you defective product from even the largest company ends up in the consumer’s hands. Please let us know what you find.

  • How can I deploy a jar with directory entries using deploy profiles?

    Hi,
    I'm trying to deploy a jar file using deloy profiles, but the jar file deployed contains no directory entry. Why?
    Is it possible to do that using deploy profiles?

    my project looks like this:
    src +
     - test
         +- Main.java
         +- Test.java
    when I create a jar with 'jar -cf‘, I get something like this (with flat folders view):
    META-INF
    test
    Main.class
    MANIFEST.MF
    Test.class
    but when I use deploy profile to deploy a jar, I get this:
    Main.class
    MANIFEST.MF
    Test.class
    The directory entries are missing in the jar file.
    How can I fix this?
    Edited by: zeta on 2013-3-29 上午11:15
    Edited by: zeta on 2013-3-29 上午11:24
    Edited by: zeta on 2013-3-29 上午11:24
    Edited by: zeta on 2013-3-29 上午11:25
    Edited by: zeta on 2013-3-29 上午11:26

  • Material Master: where to maintain "SNP Demand" and "Deployment Profile" ?

    Hello experts,
    the APO material master has on tab "SNP 2" the section "SNP Demand Profile" and "SNP Deployment Profile". For my understanding such profiles allow you to assign the same settings to a lot of products simply using such profile which contain predefined settings.
    Does somebody know where / how I maintain (change, create, delete) such profiles. I was scanning master data and SNP section within customizing SPRO and the within APO application menu tree  under SNP and master data ... but couldn't find it.
    Regards
    Thomas
    Edited by: Thomas Schulze on Mar 10, 2011 2:53 PM

    Thomas
    Use the following tcodes
    /n/sapapo/snp101 - Demand prof
    /n/sapapo/snp102  - Supply
    /n/sapapo/snp111 - Deployment
    And yes you are right , if you look in menu path or SPRO you cant find these . Not sure why.
    Thanks
    Aparna
    Edited by: Aparna.Ranganathan on Mar 10, 2011 4:08 PM

  • Constant IP Profile Problems

    Good Morning Everyone,
    I seem to have constant IP Profile problems where I have to keep contacting the Broadband Helpdesk to get the IP Reset every few weeks.  It seems to do it if the weather is bad (like over the past couple of days) or if i watch videos streamed from  YouTube.  I told the operator this the last time i called, but it was just dismissed and they just reset the profile.
    Last night everything seemed so slow, so i ran a speedtest and yep the profile has dropped again and has been set to 2mbps.  I connect at 8mbps and normally my download speed is around the 7.30mbps mark.  What could be causing this?
    Many Thanks, Steve  
    Here's my first lot of settings as requested;
    BT Speedtest Results (Current - Normal Socket)
     Download speed achieved during the test was - 2.1 Mbps
     For your connection, the acceptable range of speeds is 0.4 Mbps-2 Mbps.
     Additional Information:
     Your DSL Connection Rate :8.13 Mbps(DOWN-STREAM), 0.45 Mbps(UP-STREAM)
     IP Profile for your line is - 2 Mbps
    Quiet Line Test (Current - Normal Socket)
    Call break up when first connected, slight crackling and hissing
    Connection Plate
    Master Plate with Test Socket, but no seperate microfibre socket.
    Home Hub Version
    BT Home Hub v2 with Broadband Telephone
    ADSL Stats (Current - Normal Socket)
    Line state
    Connected
    Connection time
    0 days, 0:39:41
    Downstream
    8,128 Kbps
    Upstream
    448 Kbps
    ADSL settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.1
    Latency type
    Fast
    Noise margin (Down/Up)
    5.9 dB / 22.0 dB
    Line attenuation (Down/Up)
    21.0 dB / 12.5 dB
    Output power (Down/Up)
    19.8 dBm / 11.9 dBm
    Loss of Framing (Local)
    22
    Loss of Signal (Local)
    2
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    0 / 0
    CRC Errors (Down/Up)
    0 / 2147480000
    HEC Errors (Down/Up)
    nil / 0
    Error Seconds (Local)
    2

    BT Speedtest Results (Test Socket)
     Download speedachieved during the test was - 2.05 Mbps
     For your connection, the acceptable range of speeds is 0.4 Mbps-2 Mbps.
     Additional Information:
     Your DSL Connection Rate :8.13 Mbps(DOWN-STREAM), 0.45 Mbps(UP-STREAM)
     IP Profile for your line is - 2 Mbps
    Quiet Line Test (Test Socket)
    Very slight crackling and hissing
    ADSL Stats (Test Socket)
    Line state
    Connected
    Connection time
    0 days, 0:15:12
    Downstream
    8,128 Kbps
    Upstream
    448 Kbps
    ADSL settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.1
    Latency type
    Fast
    Noise margin (Down/Up)
    6.0 dB / 22.0 dB
    Line attenuation (Down/Up)
    21.0 dB / 12.5 dB
    Output power (Down/Up)
    19.8 dBm / 12.0 dBm
    Loss of Framing (Local)
    34
    Loss of Signal (Local)
    3
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    0 / 0
    CRC Errors (Down/Up)
    0 / 2147480000
    HEC Errors (Down/Up)
    nil / 0
    Error Seconds (Local)
    3

Maybe you are looking for

  • FB08: Reversal of Reverse Doc

    Dear Experts, Good day! I have this concern about FB08 reversal. We have 2 JK documents (reversal documents) both link to each other. Example: 6901 is reversal doc of 6902. 6902 is reversal doc of 6901. Appreciate your advice how the above scenario t

  • Can't scan with HP 2710 using Mac OS-X Yosemite

    When I try to scan, I get an error message stating "install or run HP software". I can print fine but can scan. I am wireless to my router and usb connected from router to printer. I cannot seem to find software for the scan feature for my operating

  • Idea of workflows

    hi, i just strted in workflows...... need help any kind of help or useful links will be helpful thnks

  • SAP - shutdown

    Hi, We had our Production System went down suddenly. When I analyzed the log details. I found the following. I went manually using SIDADM and started the SAP. Now it is working. But i would like to know what had caused the sudden interruption. Can so

  • Service Sales order

    Hello All, I am creating service sales process and here I have a scenario, where my client wants to restrict Material number in Service sales order and Delivery for the sales order. How do i go about this? Kindly help me out to proceed further. Regar