Weblogic Portal 7.0 - Question on Build your first portal

I have followed the instructions as defined at http://e-docs.bea.com/wlp/docs70/index.htm.
When attempting to hot deploy using the EBCC tool I receive the following and
error message - "Unable to add module: NewPortalWebApp to application descriptor
for: portalApp"
have also tried deploying using Weblogic Builder and receive the following error
message
weblogic.management.ApplicationException: No modules to prepare on portalServerfor
application named NewPortalWebApp
Any suggestions
Thanks
- Mike

Mike,
If I remember right, this is a symptom of not having Internet access to
validate the application.xml document against its DTD (located on SUN's
website). I believe there is a release note on this...
Sincerely,
Daniel Selman
"Mike Mochan" <[email protected]> wrote in message
news:[email protected]..
>
I have followed the instructions as defined athttp://e-docs.bea.com/wlp/docs70/index.htm.
When attempting to hot deploy using the EBCC tool I receive the followingand
error message - "Unable to add module: NewPortalWebApp to applicationdescriptor
for: portalApp"
have also tried deploying using Weblogic Builder and receive thefollowing error
message
weblogic.management.ApplicationException: No modules to prepare onportalServerfor
application named NewPortalWebApp
Any suggestions
Thanks
- Mike

Similar Messages

  • Hot Deploy Error - Build your first Portal

    The following is the error I got when I tried to hot deploy a portal in EBCC for
    welogic 7.0:
    "Not found" error occurred when connecting to server. Please go to Connection
    Settings and check service names.
    Any help on that will be greatly appreciated?
    Thanks,
    Rita

    Rita,
    Is you server running? This means that an HTTP 404 was returned when trying
    to access the DataSyncServlet. Check your server name, port, application
    name etc. under the Connection Settings.
    If you want to verify the URL you can just hit it with a web browser. It
    should look something like:
    http://locahost:7501/p13nAppDataSync/DataSyncServlet (for an application
    called 'p13n')
    Sincerely,
    Daniel Selman
    "Rita" <[email protected]> wrote in message
    news:3d3ef190$[email protected]..
    >
    The following is the error I got when I tried to hot deploy a portal inEBCC for
    welogic 7.0:
    "Not found" error occurred when connecting to server. Please go toConnection
    Settings and check service names.
    Any help on that will be greatly appreciated?
    Thanks,
    Rita

  • Adobe muse (Tutorial) how to build your first website isn't right?

    hi there,
    I have a question i was trying to follow the tutorials from Katys bakery (how to build your first website in adobe muse )
    now im following it, ant some things aren't right, i think so.
    im from holland (so my english isn't that good, but good enough to read it, i hope so, or my english really sucks..
    My next question is: wil some one do te tutorial 2, and discus this project with me?
    i need to be sure if im wrong of the maker of the tutorial, It's just frustation u get, i want to learn something and i do only sometimes i can't get further and then im looking at the screen for a hour
    U can fint the tutorial here http://helpx.adobe.com/pdf/muse_reference.pdf
    Let me now soon
    tnx

    Please let us know if there is anything you need help with.
    Thanks,
    Sanjit

  • Mapping LDAP Role in Building Your First Process with Oracle BPM 11g

    I'm working on "Building Your First Process with Oracle BPM 11g" I'm at the end of step where assigns user for the requester. The problem is in identity lookup, "Realm" is empty for Remote_WLServer.
    Servers are up and running. Demo user community has been loaded - I can see the list of users and groups in the administration server under myrealm. We haven't done much since SOA suite 11g installation. I'm probably the first one who uses this. I wonder we have a missing set up? Can you me what's missing? Appreciate your help in advance.

    I get this error message when I clicked gear icon.
    "Server exception is : Connection refused from server"
    Here is the result of testing Remove_WLServer connection. Does this cause the issue?
    Testing JSR-160 Runtime ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime ... skipped.
    Testing JSR-88 ... skipped.
    Testing JSR-88-LOCAL ... skipped.
    Testing JNDI ... skipped.
    Testing JSR-160 Edit ... skipped.
    Testing HTTP ... success.
    Testing Server MBeans Model ... skipped.
    Testing HTTP Authentication ... success.
    2 of 9 tests successful.
    I have installed JDeveloper 9i, 10g, and 11g in my laptop. SOA is installed on linux.

  • Introduction to PhoneGap Build - Building your first app | Building Mobile Apps with PhoneGap Build | Adobe TV

    In this video you will learn how easy it is to build and update your first mobile app using web technologies with the Adobe PhoneGap Build cloud service and learn about two new great improvements to speed developer workflow!
    http://adobe.ly/18qDiVR

    I just installed the latest Edge Code but there's no PhoneGap build icon as seen in the video.  I don't see any way to turn this feature on.

  • Trying to use "Building your first PHP-Based Web Application"

    I am trying to follow the tutorial that comes with Flash Builder 4.5 for PHP. At step 2, the instructions say:
    "In Flash Builder 4.5 for PHP, use the wizard called TestDrive . . ."
    I do not know where to find this wizard. It is not mentioned anywhere else in the tutorial. It is not in any of the downloadable files that I can find through searching. Is this an external file? Is it an indication that the previous installation of Zend or the import of the database didn't go as it should have?
    In trying to further follow the tutorial, the screen shots show an option to "Create project on local server," but I don't have this option when I create a new project for "Flex and PHP." I am on a Mac and the screen shot is for a PC. Is this the issue? Or is it because I can't find the wizard called "TestDrive"? Or some other reason?
    Any help would be greatly appreciated.

    I spoke to the document author at Zend who has updated the tutorial to correct the problem.  Please try this again and let us know if there are any remaining challenges.
    Thank you!
    Michael
    Zend Technologies

  • Building your first dynamic website – Part 1: Setting up the site and database by David Powers

    Hi all,
    I have just gone through this tutorial http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html and i have managed to get it to work but im trying to adapt it to a few pages with images and content but cant figure out how to add images to the page through pypmyadmin and mysql (im not sure if this is the correct place to look) and i was hoping that someone could shed some light on this for me please. Any help would be much appreciated.
    Kind regards
    Marcus

    This page isnt but i was using the "news" php page:
    this is the php at the top of the page:
    <?php require_once('Connections/check_mag.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    mysql_select_db($database_check_mag, $check_mag);
    $query_getArchives = "SELECT DISTINCT DATE_FORMAT(news.updated, '%M %Y') AS archive, DATE_FORMAT(news.updated, '%Y-%m') AS link FROM news ORDER BY news.updated DESC";
    $getArchives = mysql_query($query_getArchives, $check_mag) or die(mysql_error());
    $row_getArchives = mysql_fetch_assoc($getArchives);
    $totalRows_getArchives = mysql_num_rows($getArchives);
    mysql_select_db($database_check_mag, $check_mag);
    $query_getRecent = "SELECT news.post_id, news.title FROM news ORDER BY news.updated DESC LIMIT 10";
    $getRecent = mysql_query($query_getRecent, $check_mag) or die(mysql_error());
    $row_getRecent = mysql_fetch_assoc($getRecent);
    $totalRows_getRecent = mysql_num_rows($getRecent);
    mysql_select_db($database_check_mag, $check_mag);
    $query_getDisplay = "SELECT news.title, news.blog_entry,  DATE_FORMAT(news.updated, '%M %e, %Y') AS formatted FROM news ORDER BY news.updated DESC LIMIT 2";
    $getDisplay = mysql_query($query_getDisplay, $check_mag) or die(mysql_error());
    $row_getDisplay = mysql_fetch_assoc($getDisplay);
    $totalRows_getDisplay = mysql_num_rows($getDisplay);
    $var1_getDisplay2 = "-1";
    if (isset($_GET['archive'])) {
      $var1_getDisplay2 = $_GET['archive'];
      $query_getDisplay = sprintf("SELECT news.title, news.blog_entry, DATE_FORMAT(news.updated, '%%M %%e, %%Y') AS formatted FROM news WHERE DATE_FORMAT(news.updated, '%%Y-%%m') = %s ORDER BY news.updated DESC", GetSQLValueString($var1_getDisplay2, "text"));
    } elseif (isset($_GET['post_id'])) {
      $var2_getDisplay3 = $_GET['post_id'];
      $query_getDisplay = sprintf("SELECT news.title, news.blog_entry, DATE_FORMAT(news.updated, '%%M %%e, %%Y') AS formatted FROM news WHERE news.post_id = %s", GetSQLValueString($var2_getDisplay3, "int"));
    } else {
      $query_getDisplay = "SELECT news.title, news.blog_entry, DATE_FORMAT(news.updated, '%M %e, %Y') AS formatted FROM news ORDER BY news.updated DESC LIMIT 2";
    $getDisplay = mysql_query($query_getDisplay, $check_mag) or die(mysql_error());
    $row_getDisplay = mysql_fetch_assoc($getDisplay);
    $totalRows_getDisplay = mysql_num_rows($getDisplay);
    ?>
    this is the other code:
    <!-- START COL 1/3 -->
      <div class="col_1_5 archivesColor">
    <h2 class="silver">Archives</h2>
        <div class="line"></div>
        <ul>
          <?php do { ?>
            <li><a href="news.php?archive=<?php echo $row_getArchives['link']; ?>"><?php echo $row_getArchives['archive']; ?></a></li>
            <?php } while ($row_getArchives = mysql_fetch_assoc($getArchives)); ?>
        </ul>
        <div class="clear"></div>
        <div class="clear padding10"></div>
      </div>
      <!-- START COL 2/3 -->
      <div class="col_1_5 recentPostsColor">
        <h2 class="silver">Recent Posts</h2>
        <div class="line"></div>
        <ul>
          <?php do { ?>
            <li><a href="news.php?post_id=<?php echo $row_getRecent['post_id']; ?>"><?php echo $row_getRecent['title']; ?></a><div class="line"></div></li>
            <?php } while ($row_getRecent = mysql_fetch_assoc($getRecent)); ?>
        </ul>
      <div class="clear"></div>
        <div class="clear padding10"></div>
    </div>
    <!-- START COL 3/3 -->
    <div class="col_2_3 last blogPostsColor">
      <?php do { ?>
        <h2 class="pink"><?php echo $row_getDisplay['title']; ?></h2>
        <div class="line"></div>
        <p class="align_justify"><?php echo nl2br($row_getDisplay['blog_entry']); ?></p>
          <div class="line"></div>
        <p class="updated silver">Updated on
          <?php echo $row_getDisplay['formatted']; ?><div class="line"></div><div class="clear padding40"></div></p>
          </li>
        <?php } while ($row_getDisplay = mysql_fetch_assoc($getDisplay)); ?>
    </div>
    <div class="clear"></div>
        <div class="clear padding10"></div>
    </div>
    </div>
    </section>
    <!-- END CONTENT -->

  • Tutorial oracle:building your first JSP page

    version francaise: en espérant qu'il y est des francais...
    je suis débutant.
    j'ai un problème sur ce tutorial. Je n'ai pas de cadre rouge, lorsque je rajoute un composant (TextField par exemple). Je suppose que c'est une option que j'ai mal paramétrée. Si quelqu'un peut m'aider merci.
    ps: je me permet de poster en francais, c'est un conseil que l'on m'a donné sur un forum!

    http://www.oracle.com/technology/obe/obe1013jdev/index.htm

  • Business Catalyst Help | Your Partner Portal Account

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner-portal/your-partner-portal-account.html

    it's: http://ava.worldsecuresystems.com/PartnerPortal

  • Question about building an app for a single ad hoc distribution

    Say I want to build and app and send the app, along with a provisioning profile, to somebody to install via iTunes for beta testing.
    The "Ad Hoc" panel says the following:
    Ad Hoc distribution allows you to share your application with up to 100 iPhone or iPod touch users, and to distribute your application through email or by posting it to a web site or server. To prepare your application, the following steps will need to be completed.
    Create and Download an iPhone Distribution Certificate
    Create and Download an Ad Hoc Distribution Provisioning Profile
    Build your application with Xcode
    Share your application file and the Ad Hoc Distribution Provisioning Profile with the owner of each device
    Recipients of the application will need to drag the application file and Ad Hoc Distribution Provisioning Profile into iTunes, then sync their iPhone to iTunes to install
    My question is, do I have to build the application in the extremely complicated way described in the "distribution" tab which says "only the team agent" can do? Or is that for a mass distribution?
    Can I build my app like I do for the simulator and just send that along with the provisioning profile to the other person by email?
    What is the absolute easiest way of doing this sort of ad hoc distribution?
    Thanks!
    doug

    Another development device? I don't even have one yet.
    The person I'm developing with has one though.
    It turns out all that needed to be done was:
    (1) Build using the iPhone OS setting instead of the Simulator setting.
    (2) Set the provisioning profile.
    Then using the app and profile, just drop them on top of the apps section in iTune and synch.
    That's all there was too it. I didn't need to use all the 11 steps in the distribution section for just the ad hoc distribution, I'm happy to say!
    doug
    Message was edited by: Doug Lerner2

  • What frame rate should you build your Flash file at?

    Every second of video has 30 frames. But Flash animations can
    be done at any frame rate, which raises a couple of important
    questions:what frame rate should you work at, and second, if you
    choose to work at a rate other than 30 frames per second (fps), how
    do you convert to 30 fps? I deal with the question of frame rate
    conversion below.
    You can create a Flash movie at 30 fps. But if is going to be
    played back on a computer, a 30 fps .swf file will generally
    produce unacceptably high data rates, unless the image is very
    small and simple, or the computer it is playing on is very fast. It
    can also create a lot of extra animation work if you want to draw
    in-betweens for all 30 frames. Fortunately, there is no need to
    build your Flash movie at 30 fps, even if you are planning to
    transfer it to video.
    I usually build animation that needs to work on the web or
    video at 12 fps. This gives us a good balance of lower data rates
    and smoother animation. When creating cartoon style animation, it
    also keeps our work consistent with the majority of broadcast
    animation. While some high end cel animation is done at 24 frames
    per second (the rate that film is projected at), much broadcast
    animation is created at 12 fps. This is because it is drawn on
    "2's." In other words, each image holds for 2 frames. Do the math
    and it becomes clear why--half the amount of frames to draw each
    second. While Disney and Dreamworks may have virtually unlimited
    budgets to create their epic animations, most broadcast (and even
    more so, Internet) productions are on very tight budgets. But even
    the big studios do a lot of character animation on 2's. It looks
    good that way, so why create twice the work?
    If we are using flash to build a cartoon solely aimed at
    broadcast or film, however, we build it at 24 fps. That way we can
    animate on 2's for most of the character animation, but do animate
    on 1's for segments or particular motions that require smoother
    animation.
    If we are using Flash to build graphics for broadcast use
    only, and so won't be hand drawing in betweens, we usually build
    the file at 30 fps. This will give us the smoothest motion, and
    data rate won't be an issue for you. It is also possible to even
    build it at 60 fps, and convert this to a 30 fps video with fields
    In the end, you can decide to build it at any rate you want.
    The lower the rate, the smaller the file size, data rate and number
    of frames to animate, but the less smooth the animation.
    Conversely, the higher the frame rate, the higher the file size,
    data rate and number of frames to animate, but with smoother
    animation.
    now I use
    FLASH VIDEO MX PRO
    to covnert Video in multiple formats to FLV or SWF, I set the frame
    size just as above, I always get soomth Flash
    at the meantime, I have to set video rate when I use
    FLV To Video Convert
    Pro to play the video in my iPod, if you set the wrong frame
    rate, your iPod and other devices may not support the frame rate

    Usually video quality has nothing with frame rate, but when
    you convert flash to iPhone or other devices, you should think of
    which frame rate video can your device play. when I convert .swf to
    iPhone with
    SWF to Video
    Converter, as you know, iPhone can only support frame rate from
    2 to 15 or a little more, I always choose 15. In this scare, frame
    rate is higher, the quality is better.

  • HT5312 I DO remember them but Apple chose to put them in Japanese and I can not change the language on Manage my Apple ID so I do not know if I made an error ,it threw me off , it was the wrong question Where did you fly to on your first Aiplane trip ? th

    I DO remember them but Apple chose to put them in Japanese and I can not change the language on Manage my Apple ID so I do not know if I made an error ,it threw me off , it was the wrong question Where did you fly to on your first Aiplane trip ? then I was unable to enter until 8 hours then called Apple Japan 4 times each time threy asked me would you like to speak with an English speaker,I said yes then they told me sorry today is Sunday no English speakers ,but they refused to speak Japanese, then I called 5th time and a kind guy could speak English we were on 1and 1/2 hours he got me to log in but the reset key chain could not be completed still pending.
    He said do not mess with that ! then I got a text from somewhere to reset 4 pins suddenly it was very strange I said to him that I got this pin this morning but it said you can use maximum 3 hours it had a UK number and I told him I do not like this and will not enter the code he said do not do it if it is from the UK and then I said to him ok you did a lot to help but we can not go any further ! and we cut of I went back to my computer to re do the ID but I found everything a mess so I call and a stupid sounding Japanese women with a squeaky voice came on I was calm at first and they want your phone number your IMEI number your iPhone serial number date of birth Address email address it takes 10 munutes to check then they ask what are you caling about so I try to explain my keychain is broken or problems with language security questions and can not change my pasword because the security question have failed me so it is ONE BIG HEADACHE AND I START I GET STRESSED she says Do want an ENGLISH speaker ,I say yes ,that guy i talked to earlier but I never got his name and first time I ever talked to him but they said he is not here so I said ok and then she said today is sunday so call back in the morning ,I said ,well ok in Japanese but they make you feel stupid because they do not want to speak Jap@anese with none natives and they are to busy,And they feel that I should not bother them ,then I say that Apple Japan is trying to refuse Apple foreign customers and then she wants to hang up and ask me to visit the shop ,but they are the same I have a very bad time with Apple Japan since they do not discuss software problems or security with customer meaning if you have a problem they ask you to come on a time 20 minutes max so they do hardware test and say you phone is fine then I say no I can not reset my ID they say you must call call centre so I am going around in circles ,When I call English it is usually Australia so if my problem is in Japan surely if do not want me to talk to them in Japanese and they ask me to call Australia but every time my call charge is expensive after asking them is this free because I have Apple care they say yes but when the call goes to Australia 0120 277 535 it might change to paid call so I call then I have to ask is this charging they say we can not give you that information ! so what can I do I have have been at the computer and phone all day on my day off work and in tre week I am so busy and can not use my phone I can not work without it ,this new technology for you ,they can not cope with the fact that the customer have problems yet they do not want to deal with us because they can not solve it and so it shows them to be useless they like to walk around in their cool tee shirts and retro shop but when it comes to functionality we are unwelcome they got the money so do not return because apple is perfect that nothing should go wrong .
    But it does somehow my English security answers do not work on a Japanese Question especialy if I did not choose that question I set  up the multiple choice In English and wrote the answers in English or Roman and set them langauge preferences in English, do you really think you can correctly write english name or word in Japanese they write a police patrol car  pato caa パトカア they do not have r and l .So it is my choice to make my security easy for me and as difficult for others to hack.But they also have patororoo choo meaning ' now patrolling ' so why they have pato caa patrol car and patoro patrol and have thousands of Chinese words kanji they can find patrol.
    I am getting off the topic but I am at a loss to fix this problem when they hold the keys and i have all the info to verify my ID.

    You have to enter the Apple ID and password. You are running into the Activation Lock
    iCloud: Find My iPhone Activation Lock in iOS 7
    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.

  • Path to XML form builder reports in Portal

    Hi Experts,
    I am facing one issue. We have few XML forms builder screens in Portal.
    Those were appearing fine but now one of them is not appearing properly.
    Please let me know under KM , where these reports are stored so that I can check whether these reports.

    Srini,
    The XML forms are under etc-xml forms.
    However, if the forms are not appearing properly, you would have to open it in XML forms builder and check.
    Assign yourself the Content Management role. Check this wiki for more details.
    http://wiki.sdn.sap.com/wiki/display/KMC/XMLFormBuilderinEP7.0
    Regards,
    Sandeep Tudumu
    Edited by: Sandeep Tudumu on Jun 14, 2010 10:16 PM
    Edited by: Sandeep Tudumu on Jun 14, 2010 10:17 PM

  • I just got a new phone I went to purchase a song and it said since you have a new device this is your first purchase you must answer the security questions I don't remember the answers to the questions what do I do

    I just get a new phone I wait to pie a song and my phone said this is your first purchase on this device so you have to answer these two security questions but I don't know what the answers are to the question I forget so how do I change them so I can purchase stuff

    You need to ask Apple to reset your security questions; this can be done by clicking here and picking a method, or if your country isn't listed, filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (109133)

  • Question related to the Federated Portal Network.

    Hi All,
    I have a question related to the Federated Portal Network.
    I have to configured FPN between two portals :
    1. BI-portal  (Producer Portal) (EP 7.0)
    2. Portal for other systems (Consumer Portal) (EP 7.0)
    Can anybody help regarding this, I need material or URLs   ...
    Thanks & Regards,
    Jay

    Hi Jay,
    Check out following links for fedrated portals
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/703cfbbd-e85e-2a10-00a3-ecd502c08e82&overridelayout=true
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70191d1e-2bd1-2a10-d9b7-ba19500da527&overridelayout=true
    Regards,
    Vaishali

Maybe you are looking for

  • How to get serch-adminauditlogs in simple english

    how to get serch-adminauditlogs in simple english Is it possible to conver to Event-logs or any text files with simple english Raj

  • Inconsistent Disk Utility Results

    When I run Verify Disk in Disk Utility from my boot drive, it tells me the drive needs repair. See log below. Then when reboot from the recovery partition and run Verify Disk from the recovery partition, it says the disk is okay. Same if I run repair

  • How to get the value of combo.

    hello, i am new in jsf so sorry if the question is asked before. in my project i have a jsp page where there is a combo(selectOneMenu). as far as my knowledge a combo is constructed with itemLabel and itemValue. i can get the value of the combo by us

  • Top command not reco

    Hi OTN Forum I have a box Linux RHAS3 with OracleDB10g, this box have 2 CPU's, but when I execute the top only show 1, this is the display: [oracle@ora2 oracle]$ top 11:00:03 up 1 day, 23:49, 1 user, load average: 1.16, 1.96, 2.40 199 processes: 197

  • IMac gets exclamation mark on wifi icon

    Hi, My iMac gets an exclamation mark this afternoon saying alert: no internet connection. In network setting it says self-assigned ip.  It worked perfectly before and all of a sudden it just won't connect to the Internet. My MacBook and iPad are able