Easy Question -How to start  ALUI 6.5 portal?

I am new in Aqua logic, after fixing all my database problem waiting to start ALUI 6.5 portal. My ALUI config manager link is: https://home2003.home2003.win2003mydomain.com:9090/cm/login.jsf which works fine. Also http://192.168.0.100:8282 works fine. Finally http://home2003.home2003.win2003mydomain.com:8282/imageserver/ - this link works as well.
Here is my environment: OS: W2003
APP Srv: Tomcat, Port: 8282
Database: Sqlserver 2005 Enterprise
Server IP: 192.168.0.100 or home2003
Also comepletd the following steps:
1. Lunched tomcat manager and deployed portal.war files.
2. Restarted Tomcat and found a new directory structure created like : E:\Tomcat6\work\Catalina\localhost\portal\WEB-INF\. It has folders "classes" and "lib" . "Classes" is empty.
1. what will be the URL to start the portal? I tried following ways, none of them worked:
http://home2003.home2003.win2003mydomain.com:8282/portal/server.pt/
http://myportal.home2003.home2003.win2003mydomain.com:8282/portal/server.pt/
http://home2003:8282/portal/server.pt/
I'll be more than glad if anyone can help me on that?
===================================================
By the way here is my diagonastic log:
E:\bea\alui\ptportal\6.5\bin>ptverify.bat
PORTAL_HOME=E:\bea\alui\ptportal\6.5
Expected PORTAL_HOME=E:\bea\alui\ptportal\6.5
Running Verify...
Attempting to get a settings context using config folder: E:\bea\alui\settings
OpenLog: verbosity level = 2
OpenLog: Registered application name: ConfigInitialization (local machine only)
OpenLog: Registered application name: portal.home2003.arab (local machine only)
Retrieving DB settings...
DATABASE CONFIGURATION SETTINGS
Database Type: mssql
Database Username: aliuser1
Database Hostname: HOME2003
Attempting to initialize session...
Base library name : openkernelsearch_4-3j
OpenLog native: Registered application name portal.home2003.arab (local machine
only)
Session connected!
SEARCH CONFIGURATION SETTINGS
Search Query Hostname: home2003
Search Query Port: 15250
Search query server is running!
Search was successful, got 0 matches
SUCCESS!
Press any key to continue . . .
E:\bea\alui\ptportal\6.5\bin>diagnostic.bat
PORTAL_HOME=E:\bea\alui\ptportal\6.5
Expected PORTAL_HOME=E:\bea\alui\ptportal\6.5
Running Diagnostic Tool...
OpenLog: verbosity level = 2
Diagnostic system initialization OK.
Portal Startup begins: 15 total tasks.
OpenLog: Registered application name: ConfigInitialization (local machine only)
OpenLog: Registered application name: portal.home2003.arab (local machine only)
Base library name : openkernelsearch_4-3j
OpenLog native: Registered application name portal.home2003.arab (local machine
only)
Task #1 (InitPortalObjects) END (OK)
Task #2 (CheckDevKit) END (OK)
Task #3 (InitializePaths) END (OK)
Task #4 (InitializeApplication) END (OK)
Task #5 (InitializeAppWarmUpHelper) END (OK)
Task #6 (InitializeImageServerHelper) END (OK)
Task #7 (InitializeConfigHelper) END (OK)
Task #8 (InitializeResourceManager) END (OK)
Task #9 (LoadVersionHelper) END (OK)
Task #10 (InitializeActivitySpaces) END (OK)
Task #11 (InitializeVarPacks) END (OK)
Task #12 (InitializeImageServerHelperPartII) END (OK)
Task #13 (InitializeObjects) END (OK)
Task #14 (LoadCustomLoads) END (OK)
Task #15 (CheckDBVersion) END (OK)
Aqualogic Interaction startup successful.
======= Diagnostic Run Complete =======

Thanks a lot. I found an improvment after following your instructions.. seems i am getting closer to see the first glance of Aqualogi. Now i am not getting any error regarding search service. But at the end still getting 404 error :( :(
Question: Whats the minimum number of ALUI service needs to be installed to see ALUI portal?
Here is the log:
E:\bea\alui\ptportal\6.5\bin>ptverify.bat
PORTAL_HOME=E:\bea\alui\ptportal\6.5
Expected PORTAL_HOME=E:\bea\alui\ptportal\6.5
Running Verify...
Attempting to get a settings context using config folder: E:\bea\alui\sett
OpenLog: verbosity level = 2
OpenLog: Registered application name: ConfigInitialization (local machine
OpenLog: Registered application name: portal.home2003.arab (local machine
Retrieving DB settings...
DATABASE CONFIGURATION SETTINGS
Database Type: mssql
Database Username: aliuser1
Database Hostname: HOME2003
Attempting to initialize session...
Base library name : openkernelsearch_4-3j
OpenLog native: Registered application name portal.home2003.arab (local ma
only)
Session connected!
SEARCH CONFIGURATION SETTINGS
Search Query Hostname: home2003
Search Query Port: 15250
Search query server is running!
Search was successful, got 106 matches
SUCCESS!
Press any key to continue . . .
E:\bea\alui\ptportal\6.5\bin>
Edited by: user5118489 on Sep 15, 2009 4:05 AM
Edited by: user5118489 on Sep 15, 2009 4:13 AM

Similar Messages

  • Easy question - how to increase number of recent files in menu?

    This is for CS5 if it matters.
    I'm an infrequent Illustrator user (at best) but I have what I hope is an easy question: I want to increase number of recent files showing in the menu.
    I can't find a preferece to set such as in PS and almost every other application on the face of the earth. I've tried to reset the preferences file (start Illustrator with ctrl-alt-shift held down) but I'm stuck at 4 files, which I assume is the anemic default option.
    Is there an easy way to do this that Adobe has hidded somewhere? As expected, it can't be found in the help, I can't find it on the forums, or even on the net, but I do know it can be done because I can see other installs showing lots of files in the list.
    thanks for any help.

    This might be because of a new feature that you can turn off for each object, and alltogether. When you create a new document at the bottom, make sure 'Align New Objects to Pixel Grid' is unchecked.  After you have created a new file, you can still go into the 'TRANSFORM' palette (SHIFT+8), use the little right top menu, and make sure 'Align New Objects to Pixel Grid' is unchecked. And if you want to get fancy with each object; you can select an object, and look at the 'TRANSFORM' palette at the bottom is a place to uncheck the 'Align to Pixel Grid' at your disposall.
    Before I found this, it ruined my week.
    http://www.kenwells.com

  • Easy Question: How to split concatenated string into multiple rows?

    Hi folks,
    this might be an easy question.
    How can I split a concatenated string into multiple rows using SQL query?
    INPUT:
    select 'AAA,BBB,CC,DDDD' as data from dualDelimiter = ','
    Expected output:
    data
    AAA
    BBB
    CCC
    DDDDI'm looking for something kind of "an opposite for 'sys_connect_by_path'" function.
    Thanks,
    Tomas

    Here is the SUBSTR/INSTR version of the solution:
    SQL> WITH test_data AS
      2  (
      3          SELECT ',' || 'AAA,BBB,CC,DDDD' || ',' AS DATA FROM DUAL
      4  )
      5  SELECT  SUBSTR
      6          (
      7                  DATA
      8          ,       INSTR
      9                  (
    10                          DATA
    11                  ,       ','
    12                  ,       1
    13                  ,       LEVEL
    14                  ) + 1
    15          ,       INSTR
    16                  (
    17                          DATA
    18                  ,       ','
    19                  ,       1
    20                  ,       LEVEL + 1
    21                  ) -
    22                  INSTR
    23                  (
    24                          DATA
    25                  ,       ','
    26                  ,       1
    27                  ,       LEVEL
    28                  ) - 1
    29          )       AS NEW_STRING
    30  FROM    test_data
    31  CONNECT BY LEVEL <= LENGTH(REGEXP_REPLACE(DATA,'[^,]','')) - 1
    32  /
    NEW_STRING
    AAA
    BBB
    CC
    DDDD

  • Help me how to start studying Enter Price portal

    Hi to all,
    I am new to Portal Can any one suggest me how to start the studying in this...
    and also can anyone send me the tutorials to start the career in this
    thanks&regards
    Viswa Murthy.D

    Hi,
      You can refer this link, to connecting the BAPI from Abstract Portal Component <a href="http://www.huihoo.org/openweb/jco_api/com/sap/mw/jco/JCO.html">JCo Tutorial1</a>
    <a href="http://www.apentia-forum.de/viewtopic.php?t=1962&sid=9ac1506bdb153c14edaf891300bfde25">JCo Tutorial2</a>
    With Regards,
    Venkatesh. K
    /* Points are Welcome */

  • Very Simple Question - How to Start a Programme with C?

    I am sure this is quite easy to do. I am trying to get an application I am writing in C to start a separate application, whenever it runs...
    int main(void)
    /etc/rc.d/moblock start
    return 0;
    Does anyone know how to do this?

    Hrm.... I am getting these errors...
    bash-3.2# gcc -o /usr/bin/karamblock /home/karam/Desktop/karamblock.c
    /home/karam/Desktop/karamblock.c: In function 'main':
    /home/karam/Desktop/karamblock.c:4: error: 'pwd' undeclared (first use in this function)
    /home/karam/Desktop/karamblock.c:4: error: (Each undeclared identifier is reported only once
    /home/karam/Desktop/karamblock.c:4: error: for each function it appears in.)
    with this code...
    #include <unistd.h>
    int main(void) {
    setuid(pwd->pw_uid);
    system("/etc/rc.d/moblock start");
    return 0;

  • Xsl question: how to start a new table if recordnumber exceeds 22

    Hi.
    I was hoping someone could help me with this problem...
    I got a simple table where I receive 4 variables from the xsql
    query:PNS (nom. size), POD (dia.(mm)), PWTH (Wall th.(mm)) and
    PSCH (Schedule). The result is presented on a web-page, but
    because we also want to print it out, we are not able to present
    more than 22 records in each table. How do I tell the XSL to
    start printing a new table when it has reached 22 records?
    Example of XML:
    <ROWSET>
    <ROW>
    <PNS></PNS>
    <POD></POD>
    <PWTH></PWTH>
    <PSCH><PSCH>
    </ROW>
    <ROW>
    <PNS></PNS>
    <POD></POD>
    <PWTH></PWTH>
    <PSCH><PSCH>
    </ROW>
    </ROWSET>
    Example of XSL:
    <table class="no" style="width:170mm;padding:1pt;"
    cellspacing="0" border="1">
    <tr>
    <td class="b">Nom. Size(in)</td>
    <xsl:for-each select="WALLTHICKNESS/WALLTHICKNESS_ROW">
    <td class="lb"><xsl:value-of select="PNS"/></td>
    </xsl:for-each>
    </tr>
    <tr>
    <td class="t">dia.(mm)</td>
    <xsl:for-each select="WALLTHICKNESS/WALLTHICKNESS_ROW">
    <td class="lt"><xsl:value-of select="POD"/></td>
    </xsl:for-each>
    </tr>
    <tr>
    <td class="t">Wall th.(mm)</td>
    <xsl:for-each select="WALLTHICKNESS/WALLTHICKNESS_ROW">
    <td class="lt"><xsl:value-of select="PWTH"/></td>
    </xsl:for-each>
    </tr>
    <tr>
    <td class="t">Schedule</td>
    <xsl:for-each select="WALLTHICKNESS/WALLTHICKNESS_ROW">
    <td class="lt"><xsl:value-of select="PSCH"/> </td>
    </xsl:for-each>
    </tr>
    </table>
    Regards,
    Terje K.

    DOMParser parser=new DOMParser();
    XMLDocument xmlDocument=parser.getdocument();
    Node node=xmlDocument.selectSingleNode("/ROWSET/ROW");
    Element element=xmlDocument.createElement(String tagName)
    node.appendChild(element);

  • Easy Question how-to use iDVD

    Hello,
    I open up iDVD and click "Create New Project" and then pick a theme from the theme menu ("Shelves/Extras"). I go to media and drop my .avi video in the "Drop Zone 1". When I go to the DVD Map, there is an "X" on the left hand corner of the first box telling me "The current project contains no movies or slideshows. The second box which contains me shelve says "Menu contains no buttons". When I go back to the shelves, it won't let me put a button in.
    I have no clue how to work this....
    Can anyone give me some help?
    Thanks, I appreciate your help!
    -Chase

    I have no clue how to work this....Can anyone give me some help?
    1st place to look:
    http://manuals.info.apple.com/en/iDVD6_GettingStarted.pdf
    Then here for other help:
    http://www.apple.com/ilife/tutorials/idvd/index.html
    http://www.oreilly.com/catalog/imovie06tmm/
    http://www.kenstone.net/fcphomepage/idvd_6stone.html

  • Easy Question How to create Basic Groups and add respective Users

    Please help. I need to know how to create a basic group and later add users to the group. The group name would be callled Hardware and I will add johnsmith and janedoe to the group. Should I concern myself with the group id for whatever reason? I think the command is somthing like groupadd. Do I do somthing like:
    # groupadd Hardware
    # useradd -G Hardware johnsmith
    # useradd -G Hardware janedoe
    I'm using Solaris 10 if that helps.
    A million thanks I very New2Solaris,
    Johnny Mac

    Ok here is what I found on the net:
    change a user's group information change a user's primary group membership:
    usermod -g Hardware johnsmith
    usermod -g Hardware janedoe
    I forgot to mention that these are existing accounts (sorry)
    In order to change user's supplemental group membership:
    usermod -G Hardware johnsmith
    usermod -G Hardware janedoe
    is the supplemental group simply adding them to another group and not changing there primary group, which by default I think is staff. I would like to keep them in staff and add them to another group, in this case Hardware.
    Anyones thougths?

  • Easy Question: How to identify user roles within form?

    Hi folks,
    I would like to display/hide button which calls static data maintenance form (from other form) based on current user roles.
    If user has role "STATIC_DATA" granted then DISPLAY button (which calls static data form), else DO NOT DISPLAY it.
    Any example, how to get user roles within form?
    Thanks,
    Tomas

    I can do it with below code:
    declare
      l_cnt number;
    begin
      select count(*)
         into l_cnt
         from user_role_privs
      where granted_role = 'STATIC_DATA';
      if l_cnt > 0 then
            -- display it
      else
         -- do not display
      end if;
    end;I think, above should work.
    Thanks,
    Tomas

  • Easy question - how to keep clean

    Hi,
    I am new to MBPs and was wondering how to keep the thing clean, both inside and out - especially the case. On my MB I think I used iClear for the keyboard but it still didn't stop the staining on the wrist pad parts.
    Thanks.

    Hi time,
    I use the Marware Protection Pack (palm rest cover) and the iSkin (transparent keyboard cover). I clean the screen with ScreenClean, sort of wet paper towels and after that i use a soft cloth on it. For the casing itself i use a damp cloth but i admit i hardly ever clean the casing.
    http://www.iskin.com/protouchmb/index.tpl
    http://www.marware.com/PRODUCTS/Apple-Laptop-Products/Protection-Pack-Plus-for-M acBook-Pro

  • Very Easy Question: How to view source code of JAR file

    Hi Experts,
    1) Can we can see the content of JAR file?
    2) How we can we see content of JAR file?
    3) I have with me JAR file. It is sap.compcui_gpoadp~ObjectAndDataProvider.JAR. I have to make some changes in the JAR file source code. How I can find the source code?
    I tried to see the source code using NWDS. However, I can not see the code.
    Regards,
    Gaurav

    >
    Gary wrote:
    > Can I make changes in the source code of JAR file? Can I make changes in the code?
    You cannot do this by simple repacking/rearchiving of JAR, because it contains special descriptor with fingerprint. In general, JAR is unmodifiable, however, you can create a new one with modified sources.
    You can try to import the JAR in some Java project in Eclipse, for example. Then make your changes and use the Eclipse's Export JAR wizard in order to repack the modified source Java files in a new JAR.
    >
    Gary wrote:
    > Can I rename the JAR file and still it will usable? Please confirm.
    I general, yes, the operation is allowed. However, you cannot do this with JAR deployed on some J2EE server or Portal, for example. Because there are references to it.
    >
    Gary wrote:
    > Please let me know if by any chance I can see the content of JAR file in NWDS.
    Yes, sure. Use Import from Archive wizard in Eclipse. Or add the JAR in the class path of some Java project and Eclipse will show you the content of it.
    BR, Sergei

  • Easy Question - How to change the back up time

    Does anyone know How I can set the backup schedule for a certain time????

    Many people are wanting to have Time Machine backup once per day. This can be done very easily.
    1. In Time Machine preference panel place the OFF-ON slider to OFF.
    2. Download CronniX from http://h775982.serverkompetenz.net:9080/abstracture_public/projects-en/cronnix/
    3. In CronniX use the command
    /System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper
    4. Create, Apply and save a new crontab under your user account and setup CronniX to execute the above command once per day at the time you wish.
    5. It should look like this (example shown is for executing every day at 10 PM)
    0 22 * * * /System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper

  • Very easy question - How to find out the first date of year

    Hi Experts,
    I have created Web Dynpro program. I have to set one field "start_date" as first date of year. For example if current date is 04/10/2009, then program should set value of field "start_date" as 01/01/2009.
    If suppose program is used on 12/12/2012, then program should set the value of "start_date" as 01/01/2012.
    Please peovide me some code.
    Regards,
    Gary

    Hi,
    This line should give you the current year.
    Calendar.getInstance().get(Calendar.YEAR);
    Prefix 01/01/ to this will give you the first day of that year.
    Thanks,
    Venkat

  • Hopefully an easy question - how can I get a search/scroll bar to appear

    on the righthand side of my library?

    genius. it does appear to be hanging over. I'll change the res and see if I can get the whole screen on. fingers crossed. many thanks.

  • How to start IGS on our portal/java server?

    We are running Portal EP6 sp21 / Netweaver 2004 and require IGS to display some performance graphs.  Ive created the RFC connection, and the jCo connector on the java engine, the SM59 'test connection' works.
    I see an IGS directory on our portal/j2ee server, but IGS does not appear to be running.  The 3 exe files I see are IGSWD.exe IGSPW.exe and IGSMUX.exe, but services or task manager show no IGS running.  What is the process to start IGS in this netweaver environment, and how can I tell if it has even been installed properly? Ive tried this from the windows command line, with no luck >> igswd -dir=d:\usr\sap\SID\dvebmgs00\igs -mode=all -sysname=<SID> -sysno=00
    Thanks

    check this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0b2b146-5776-2910-4a8f-9b3190eab060
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/628a9f93-0701-0010-48bb-b0d872345c15
    regards
    Krishna

Maybe you are looking for