WL Portal 4.0 SP1 & RedHat 7.1: Install Failure

Hi.
I was trying to install WL Portal 4.0 SP1 in Redhat 7.1.
The steps I first made were:
1. jsdk1.4 install
2. WL Server 6.1 SP2 install in directory "/usr/bea"
In the installation script of the Portal, after choosing to use the pre-existing
BEA directory ("/usr/bea"), I got the following error:
Weblogic Server 6.1 Not Installed
------------------------------------------------------------ WebLogic Server 6.1
is a prerequisite for this installation. You do not seem to have it installed
to /usr/bea
NOTE: I has using console mode installation
Thanks in advance,
Renato

Renato,
The WebLogic Portal 4.0 SP1 installer cannot figure out where
WebLogic Server 6.1 is installer. On Linux, the installer reads
the beahomelist file under the $HOME/bea directory. That means
that if you use different user to install WebLogic Server 6.1 than
the user you are using for WebLogic Portal 4.0, then it will not
find where WLS is installed. You can either use the same user
account or create the beahomelist with one line that indicates the
location (directory of your BEA_HOME) under $HOME/bea directory.
Also, I noticed that you tried with J2SE 1.4. Keep in mind that
WebLogic Portal 4.0 SP1 has not been tested and certified with
that version and that you might run into problems.
Hope this helps,
Michel.
"Renato Torres" <[email protected]> wrote in message
news:3cb6f76a$[email protected]..
>
Hi.
I was trying to install WL Portal 4.0 SP1 in Redhat 7.1.
The steps I first made were:
1. jsdk1.4 install
2. WL Server 6.1 SP2 install in directory "/usr/bea"
In the installation script of the Portal, after choosing to use thepre-existing
BEA directory ("/usr/bea"), I got the following error:
Weblogic Server 6.1 Not Installed
------------------------------------------------------------ WebLogicServer 6.1
is a prerequisite for this installation. You do not seem to have itinstalled
to /usr/bea
NOTE: I has using console mode installation
Thanks in advance,
Renato

Similar Messages

  • Windows Vista Home Prem SP1, iTunes 76, after install, refuses to launch

    I have just resinstalled Windows Vista Home Premium to a 1 yr old Acer 5610 laptop.
    Installed Vista SP1.
    Downloaded and installed latest (v7.6.something) iTunes and let it do the full, all apple media installation. It seemed OK, showed his music, let us reactivate the computer and loginto iTunes store.
    But now, one day later, when he starts computer, it refuses to lauch when iTUnes is clicked. just acts as if nothing was happening.
    So tried to uninstall iTUness and planned to do a reinstall, but now the uninstall has been running 30 minutes and seems to be doing nothing.
    Any thoughts on what is going on here?
    Should I force the uninstall by using a 3rd party Uninstaller tool?
    Should I download iTunes + Quicktime separately as EXE and run the installer again (I have downloaded it (57MB) to my Mac and plan to take it over to the Vista laptop on Monday when i am there again).
    Any other thoughts on why it worked once after the install and now has gone silent?
    thanks!

    Well that's weird that it quit working. Was that the first time the PC had been restarted since a lot of stuff got installed?
    The uninstall shouldn't take more than a min or so.
    Use the Microsoft Installer Cleanup Tool:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;290301
    Norton or other security software can cause that, there are several other reasons too...

  • SP1 for Exchange 2013 install fails with ECP virtual directory issues and now transport service won't start and mail is unavailable

    SP1 for Exchange 2013 install failed on me with ECP virtual directory issues:
    Error:
    The following error was generated when "$error.Clear();
              $BEVdirIdentity = $RoleNetBIOSName + "\ecp (name)";
              $be = get-EcpVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
              if ($be -eq $null)
              new-EcpVirtualDirectory -Role Mailbox -WebSiteName "name" -DomainController $RoleDomainController;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
              . "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeECPAppPool" -Version:"v4.0";
            " was run: "The virtual directory 'ecp' already exists under 'server/name'.
    Parameter name: VirtualDirectoryName".
    Error:
    The following error was generated when "$error.Clear();
              $BEVdirIdentity = $RoleNetBIOSName + "\ECP (name)";
              $be = get-EcpVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
              if ($be -eq $null)
              new-EcpVirtualDirectory -Role Mailbox -WebSiteName "name" -DomainController $RoleDomainController;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
              . "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeECPAppPool" -Version:"v4.0";
            " was run: "The operation couldn't be performed because object 'server\ECP (name)' couldn't be found on 'DC0xx.domain.com'.".
    Error:
    The following error was generated when "$error.Clear();
              $BEVdirIdentity = $RoleNetBIOSName + "\ECP (name)";
              $be = get-EcpVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
              if ($be -eq $null)
              new-EcpVirtualDirectory -Role Mailbox -WebSiteName "name" -DomainController $RoleDomainController;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
              . "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeECPAppPool" -Version:"v4.0";
            " was run: "The operation couldn't be performed because object 'server\ECP (name)' couldn't be found on 'DC0xx.domain.com'.".
    !! And now transport service won't start and mail is unavailable !!
    Any help would be appreciated.
    I have removed the ecp site from default site and attempting to rerun SP1 now. I do not have high hopes. :(

    Hi,
    Thanks for your response.
    From the error description, you need to manually remove the ECP with IIS manager in both the Default Web Site and the Exchange Back End firstly. And then continue the upgrade to check the result.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • RedHat 7.0 Install Problem

    Has anyone been able to install Oracle8i on RedHat 7.0. I have gone through the necessary steps for downloading the correct jre from blackdown...setup my oracle user as stated in the installation guide...and i get the error when running the install script:
    SIGSEGV 11* sementation violation
    full thread dump....

    glibc has been updated?
    it is said that there is problem in glibc 2.2. Check your glibc, and then again.
    lucky to your!
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by huang xinhua ([email protected]):
    I try install oracle 8.1.6 on redhat linux 7(install type:typical)
    but after install and link complete the database configration assistant start and at step 3 "initialize the database"(the progress is 80%) the OUI is not response for a long time(one hour) and setup is failure!
    I try it 5 times ,so who can help me? <HR></BLOCKQUOTE>
    null

  • IE 10 Update 2977629 on Windows 7 x64 SP1 repeatedly fails to install.

    IE 10 Update 2977629 on Windows 7 x64 SP1 repeatedly fails to install with error code 214794205 "Access is Denied".  This update is being run using an administrator account.  This is a systemic issue on all domain joined systems, desktops
    not in a domain are not affected.  I cannot find any guidance on how to fix this, please help!

    Hi,
    Based on your description, ED's suggestion is available. You could use gpresult command to export the group policy settings to check if there any group policy affect the installation.
    About how to use it, please read the guide below:
    How to Use the Group Policy Results (GPResult.exe) Command Line Tool
    http://technet.microsoft.com/en-us/library/bb456989.aspx
    If it's not helpful, please provide the Windows Update installation log in order to analyze it.
    You could find it from the following path:
    %windir%\Windowsupdate.log
    Karen Hu
    TechNet Community Support

  • SP1 does not get installed when the machine is set to Japanese Language, software push through sccm 2012

    Hi,
    Please help me with the below issue, iam trying to deploy Service pack 1 on Windows 7 , 32 Bit OS
    SP1 does not get installed when the machine is set to Japanese Language, software push through sccm 2012 , it does gets installed of installed manually, by remoting into the machine
    also it gets installed through sccm when the machine is set to english language, 
    Thank you
    Tanoj
    OSLM ENGINEER - SCCM 2007 & 2012

    Hi Friends,
    we are deploying the SP1 via SCCM 2012 , and the success rate is around 50 %, its a Light touch installation where user will initiate the installation via Software Center ( Web based )
    i was able to gather few errors , and this are the errors which failed during SP1 Installation 0x800f0828,
    some errors which sccm reports display are 
    11171
    10008
    10021-
    17031 - 
    1602 - User Cancelled installation
    113 - No more internal file identifiers available
    10070 - File handle reference is no longer available
    10050 - A socket operation encountered a dead network
    11170  - The task sequence manager could not successfully complete execution of the task sequence
    i could not find the reason for some of the errors, also i am looking for a fix/woraround if any
    Also i have noticed that in few computers the task seq failed at a place where after the sp1 installation a reboot happens and then PGP BYPASS utility is uninstalled, it did not start the PGP bypass uninstall after reboot
    is there a way to cut short the Task seq and keep it simple ?
    right now its like this 
    1. checking for prerequisite : checks for OS Name and OS version
    2. installs PGP Bootgaurd Bypass
    3. System Restart
    4. Installing Windows 7 Service Pack 1
    5. Final Restart
    6. uninstall PGP Bootgaurd Bypass
    Regards
    Tanoj
    OSLM ENGINEER - SCCM 2007 & 2012

  • Installation of SP2 requests SP1, which is already installed

    When I try to install SP2, Vista (Home Premium) asks to install SP1. SP1 however is already installed. In the system log is a message with errorcode 0x800f0a05.
    I've tried both with windows update, as well as with the downloaded SP2 executable (Windows6.0-KB948465-X86.exe). Both give the same result. If I try to reinstall SP1, it gives an error stating that SP1 is already installed as is confirmed by Winver (SP1: Version 6.0, build 6001). SP1 does not show up in my list of installed updates, so I cannot uninstall it and reinstall it again.
    I also tried to run the System Update Readiness tool but no error or change was given in the CheckSur.log.
    The CBS log gives, among a lot of opther rubish the following:
    009-08-10 19:33:15, Error                 CBS    SPI: (CSPICbsClient::OpenPackage:227)Failed to open package with identity Microsoft-Windows-Foundation-Package~31bf3856ad364e35~x86~~6.0.6001.18000 hr=0x800f0805
    2009-08-10 19:33:15, Info                  CBS    SPI: Failed opening parent package Microsoft-Windows-Foundation-Package~31bf3856ad364e35~x86~~6.0.6001.18000.  hr 0x800f0805
    2009-08-10 19:33:15, Error                 CBS    SPI: (CSPICbsClient::OpenPackage:227)Failed to open package with identity Microsoft-Windows-ServerCore-Package~31bf3856ad364e35~x86~~6.0.6001.18000 hr=0x800f0805
    2009-08-10 19:33:15, Info                  CBS    SPI: Failed opening parent package Microsoft-Windows-ServerCore-Package~31bf3856ad364e35~x86~~6.0.6001.18000.  hr 0x800f0805
    2009-08-10 19:33:15, Error                 CBS    SPI: (CSPCInstallTask::ApplicabilityScan:692)No parents for SP package found.  A release version of SP1 must be installed or scheduled for installation hr=0x800f0a05
    2009-08-10 19:33:15, Info                  CBS    Session: 30022112:2758571145 finalized.  Reboot required: no
    2009-08-10 19:33:15, Error                 CBS    SPI: (CSPCInstallTask::ApplicabilityScan:700)Failed to do an applicability scan of linked SP for package Windows6.0-KB955430-x86.cab hr=0x800f0a05
    2009-08-10 19:33:15, Error                 CBS    SPI: (CSPInstall::CompatibilityApplicabilityScan:1056)Failed in applicability check of task hr=0x800f0a05
    2009-08-10 19:33:15, Info                  CBS    SPI: Ending Compatibility\Applicability scan
    2009-08-10 19:33:15, Error                 CBS    SPI: (PerformSPInstallation:764)Failed to install SP using UI hr=0x800f0a05
    2009-08-10 19:33:15, Error                 CBS    SPI: (wmain:1059)Failed to perform SP installation hr=0x800f0a05
    2009-08-10 19:33:15, Info                  CBS    SPI: Reporting Failed event
    2009-08-10 19:33:18, Info                  CBS    SPI: SPInstall terminating, return code 0x800f0a05
    2009-08-10 19:33:18, Error                 CBS    SPI: (SPIRegQueryStringValue:511)Failed to query registry value: MiscString2 er=0x2
    2009-08-10 19:33:18, Error                 CBS    SPI: (CSystem::GetMachineName:348)Failed to query machine name from RAC hr=0x80070002
    2009-08-10 19:33:26, Info                  CBS    SPI: Deleting directory: C:\27284f33cce7ec6bc14d809fa0813432\bab70cb91d7bad44915222.  ret=2
    Anyone any suggestions?

    Hi Gvndk,
    You can try uninstalling SP1 from the command prompt:
    If you cannot see the uninstall option for the Windows Vista service pack, you may still be able to uninstall the service pack at a command prompt. To do this, follow these steps:
    1.
    Open an elevated Command Prompt window. To do this, click Start , type command in the Start Search box, right-click CommandPrompt , and then click Run as administrator .
    2.
    Run the following command, as appropriate for the version of the Windows Vista service that you want to uninstall:
    For Windows Vista Service Pack 1:
    C:\temp\Windows6.0-KB936330-X86.exe /x:C:\temp
    3.
    You have to create a sandbox environment before you can continue to step 4. This helps you safely run an untrusted program. To create a sandbox, type md sandbox .
    4.
    To remove the Windows Vista service pack, type, or copy and paste the following command, as appropriate for the version of the Windows Vista service that you want to uninstall::
    For Windows Vista Service Pack 1
    start /w pkgmgr.exe /m:c:\temp\Windows6.0-KB936330-X86.cab /up /s:sandbox
    5.
    After Pkgmgr.exe finishes, you are prompted to restart the computer to complete the uninstall process.
    If this works fine go ahead and install SP1 and then SP2 which should take care of the issue.
    If not:
    The only option is to Perform an inplace upgrade using the disc and then install SP1 and SP2.
    Hope this helps
    Regards
    Anand

  • Not able to access the portal on the network - (RedHat Enterprise Linux 5).

    Friends,
    I have installed the portal(7.1) on a linux(RHEL 5) box.I am able to access the portal locally and everything looks fine.
    However when I try accessing the portal on the network...I get "page cannot be displayed" as if the server is not listning on 8080.
    when I do "GET http://rexportal.davita.corp:8080" I get ........
    500 Can't connect to rexportal.davita.corp:8080 (connect: No route to host)
    what does this mean?
    other info:
    1) I have disbaled the firewall by setting SELinux to disabled.
    2)I am able to traceroute to the m/c
    3) can ftp and SSH
    4) When I do "GET http://rexportal.davita.corp" I see a apache server page.It means apache server is accessible at port 80 on the network.
    Can you plz help me resolve this issue.what can prevent my server not being accesible across the network
    Thanks!!
    Deepak.

    I was able to resolve this.! basically It was a firewall issue.
    To help othere here is what I found.
    I had disabled the SELinux utility which should have basically disabled the firewall service but It didnt stop it.
    You can check If the firewall is running with following command on redhat linux.
    service iptables status
    If it is enabled ,you can either stop it by
    /etc/init.d/iptables stop (not recommended -- for security)
    or
    you can add a entry for the port you want to enable by modifying the file
    /etc/sysconfig/iptables
    Hope it might be helpful !
    Thanks,
    Deepak.

  • Did anyone try to cluster BEA Portal 7.0 sp1

    Hi,
    Am trying to cluster BEA Portal sp1 ,everything goes fine but when i try to
    access the portal on both the servers on the second server i get a Portal Null
    State Exception .The App works fine on the Primary Server ,but shows bizarre behaviour
    on the secondary.Have configured session replicaton,replication groups etc
    Would appreciate any help.
    Regards
    Parikshit

    Hi Parikshit,
    First of all make sure to deploy the PortalApp to the cluster. The best way to
    make sure is to open config.xml file and see the entry for PortalApp. Also make
    you the PortalApp is sync to both the server. Follow the datasync-cluster setup
    guideline which is in dev2dev.
    Regards
    Syed
    "Parikshit" <[email protected]> wrote:
    >
    Hi,
    Am trying to cluster BEA Portal sp1 ,everything goes fine but when
    i try to
    access the portal on both the servers on the second server i get a Portal
    Null
    State Exception .The App works fine on the Primary Server ,but shows
    bizarre behaviour
    on the secondary.Have configured session replicaton,replication groups
    etc
    Would appreciate any help.
    Regards
    Parikshit

  • Portal 4.0 sp1 problem

    I created 'myportal' strictly following the instructions, when tried to
    access it, saw " Functionality temporarily unavailable" and a null exception
    is thrown at welcome jsp doStartTag function.
    I am using 4.0 sp1 under nt with cloudscape. We have a portal 3.5
    application under 2000 server with oracle, we are thinking if we want to
    upgrade to 4.0. Is 4.0 stable?
    Thanks in advance.
    Jay Ma Tele: (703) 903-6800
    Calnet Inc. Toll Free: (877) 3CALNET
    8300 Boone Blvd, Fax: (703) 903-6806
    Suite 340, [email protected]
    Vienna, VA 22182 www.calnet.com

    Never mind....found my error.
    "Sean George" <[email protected]> wrote in message
    news:[email protected]...
    I had the exact same problem as the original poster. I followed the
    following directions that you outlined in another post:
    To copy the necessary webflow resources:
    i) Look at the definition of portlet3 in the EBCC you will see that it
    requires access to a webflow called portlet3.wf. This file needs to be
    datasynced to your new application.
    ii) Locate the file portlet3.wf in the directory
    applications/portal-project/application-sync/webapps/stockportal.
    iii) Copy this file to the sibling directory
    applications/portal-project/application-sync/webapps/myportal.
    iv) Perform a data-sync.
    First of all, the destination directory did not exist, so I created it. I
    copied the portlet3.wf file to that directory, and performed a data-syncby
    going the Tools|Synchronize in the EBCC. I still got the same error. I
    then copied all of the files from stockportal to myportal, and syncedagain.
    It still didn't work.
    Any idea what I'm doing wrong?
    Thanks,
    Sean
    "Adrian Fletcher" <[email protected]> wrote in message
    news:[email protected]...
    Jay,
    If you are still experiencing this problem, please check that all the
    webflow files specified in portlet3.portlet are available in the webAppyou
    are deploying to. It looks like the portlet cannot find one of thewebflows
    specified.
    Sincerely,
    Adrian.
    Adrian Fletcher.
    Senior Software Engineer,
    BEA Systems, Inc.
    Boulder, CO.
    email: [email protected]
    "Jay Ma" <[email protected]> wrote in message
    news:[email protected]...
    Starting WebLogic Server ....
    <Jan 29, 2002 10:37:50 AM EST> <Notice> <Management> <Loadingconfiguration
    file
    .\config\portalDomain\config.xml ...>
    <Jan 29, 2002 10:38:07 AM EST> <Notice> <WebLogicServer> <StartingWebLogic
    Admi
    n Server "portalServer" for domain "portalDomain">
    <Jan 29, 2002 10:43:30 AM EST> <Notice> <Management> <Application
    Poller
    not
    sta
    rted for production server.>
    =============== Initializing Logger ======================
    <Jan 29, 2002 10:43:31 AM EST> <Notice> <WebLogicServer>
    <SSLListenThread
    listen
    ing on port 7502>
    <Jan 29, 2002 10:43:31 AM EST> <Notice> <WebLogicServer> <ListenThread
    listening
    on port 7501>
    <Jan 29, 2002 10:43:33 AM EST> <Notice> <WebLogicServer> <StartedWebLogic
    Admin
    Server "portalServer" for domain "portalDomain" running in ProductionMode>
    java.lang.NullPointerException:
    at
    com.bea.portal.appflow.servlets.jsp.taglib.GetExceptionTag.doStartTag
    (GetExceptionTag.java:70)
    at
    jsp_servlet._portlets._portlet3.__welcome._jspService(__welcome.java:
    113)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:304)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispat
    cherImpl.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispat
    cherImpl.java:255)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116
    atjsp_servlet._framework.__portlet._jspService(__portlet.java:255)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:304)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispat
    cherImpl.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispat
    cherImpl.java:255)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116
    at
    com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(Re
    nderTag.java:172)
    at
    com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(Render
    Tag.java:60)
    at
    jsp_servlet._framework._layouts._twocolumn.__template._jspService(__t
    emplate.java:142)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:304)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispat
    cherImpl.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispat
    cherImpl.java:255)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116
    at jsp_servlet._framework.__page._jspService(__page.java:201)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:304)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispat
    cherImpl.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispat
    cherImpl.java:255)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116
    at
    jsp_servlet._framework.__portal._jspService(__portal.java:733)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:304)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
    cherImpl.java:215)
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(P
    ortalWebflowServlet.java:142)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    atjavax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
    cherImpl.java:215)
    at
    weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112
    at jsp_servlet.__index._jspService(__index.java:92)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:304)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:2459)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2039)
    atweblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "Adrian Fletcher" <[email protected]> wrote in message
    news:[email protected]...
    Jay,
    Please post the stack trace for the exception you are getting. This
    will
    help us debug the problem.
    Thanks,
    Adrian.
    Adrian Fletcher.
    Senior Software Engineer,
    BEA Systems, Inc.
    Boulder, CO.
    email: [email protected]
    "Jay Ma" <[email protected]> wrote in message
    news:[email protected]...
    I created 'myportal' strictly following the instructions, when
    tried
    to
    access it, saw " Functionality temporarily unavailable" and a nullexception
    is thrown at welcome jsp doStartTag function.
    I am using 4.0 sp1 under nt with cloudscape. We have a portal 3.5
    application under 2000 server with oracle, we are thinking if we
    want
    to
    upgrade to 4.0. Is 4.0 stable?
    Thanks in advance.
    Jay Ma Tele: (703) 903-6800
    Calnet Inc. Toll Free: (877) 3CALNET
    8300 Boone Blvd, Fax: (703) 903-6806
    Suite 340, [email protected]
    Vienna, VA 22182 www.calnet.com

  • Will Portal 4.0 SP1 run on WLS6.1 SP3?

    Currently we are running Portal SP1 on WLS6.1 SP2. Since we have customized
    some of the framework code, it appears the SP2 may not be extremely simple,
    but that the upgrade to SP3 for server should be simple. Just curious if it
    is supported.

    Thanks Old Toad & Eric for taking the time to help me figure out why iPhoto 5.0.4 would not load properly on my iBook.
    I the cold light of day today, for some reason, I decided to unplug all the devices connected to the iBook except the internet cable. No ex. drive, no Firewire etc.
    Bingo! iPhoto launched perfectly & I created a new library. Now it will be trial and error to see what iPhoto does not like in terms of periferals.
    Thanks guys,
    Gethin

  • Datasync seems not working properly in Portal 8.1 SP1 under Solaris

    Hi all,
    We observe some inconsistence behavior for datasync in Development mode
    for Solaris and Windows.
    For Windows: datasync will automatically propagate files to managed
    server node.
    For Solaris: explicit datasync trigger is needed in datasync
    webapplication to propagate the data.
    Can you help in this issue. Thanks.
    surfboy

    Hi,
    If you open the p13n_ejb.jar you will find a configurable datasync-default.properties
    file that sets how this operates. In production (EAR) mode, the datasync operates
    out of the database, and boots from the EAR (not overwriting the db). However
    in development mode, it runs from the filesystem. Even cooler - there is a command
    line utility to query the datasync repository.
    ex:
    java -classpath C:\bea\weblogic81\p13n\lib\p13n_ejb.jar;C:\bea\weblogic81\p13n\lib\p13n_system.jar;C:\bea\weblogic81\server\lib\weblogic.jar
    com.bea.p13n.management.data.DataRepositoryQuery -app <EnterpriseAppName>@<Server>:<Port>
    -username user -password password
    Regards,
    - Noam
    "Markus Blumrich" <[email protected]> wrote:
    Heh there,
    I've also run into this problem - on Solaris as well, though I'm not
    sure
    it's particularly a Solaris issue as I don't have a Workshop instance
    communicating with that server, rather I just deploy a prebuilt ear to
    it.
    Never-the-less, it doesn't tend to see new data/ entries unless I explicitly
    trigger a sync.
    BTW - for anyone else who may not be familiar with this app, there is
    a
    datasync admin console at:
    http://myserver:7001/myearnameDatasync/index.html
    Finding this thing saved many hours of frustration...
    cheers,
    Markus
    "surfboy" <[email protected]> wrote in message
    news:[email protected]..
    Hi all,
    We observe some inconsistence behavior for datasync in Developmentmode
    for Solaris and Windows.
    For Windows: datasync will automatically propagate files to managed
    server node.
    For Solaris: explicit datasync trigger is needed in datasync
    webapplication to propagate the data.
    Can you help in this issue. Thanks.
    surfboy

  • Oracle 8.1.5 nad RedHat 7.0 Instalation

    Hi
    I have problem with instalation of Oracle 8.1.5 on RedHat 7.0.
    I tried to follow the documentetion of Oracle but with no result.
    Is anyone who can tell me what should I do.
    What install ( and how to do it)? Where and what should I write?
    Please Help

    Even i have the same problem installing oracle 8.1.6. I tried tracing using strace and found the jre is going in a loop with
    SIGNAL SIGSEGV segmentation violation. Is there any work around for this
    possible reasons
    1. GLIC compatability 2.1 is required.
    i havent tried yet but i believe this should work, before starting runInstaller
    export LD_ASSUME_KERNEL=2.2.(5 or 14).
    run /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
    still if it doesnt try the patch
    glibc-2.1.3-stubs.tar
    could any one think of an alternative.
    please please post the feedback
    thanks
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Andrew Williams:
    I am trying to Install Oracle 8.1.6 (Enterprise edition provided with the book Oracle 8i for Linux starter kit!!) on red hat 7.1. I have tried many of the options given previously, but I still can not install it. I have downloaded the compat glibc 2.1.3.2 and copied the files etc, but when I run the "runInstaller" from the command line, all I get is:
    "[oracle] /mnt/cdrom=$ Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait..." It eventually comes back to the command prompt, but no GUI insatller. Any ideas???<HR></BLOCKQUOTE>
    null

  • How do i update or install Windows XP sp3 onto a Windows XP sp1 which is already installed on my Imac version 10.4.11?

    I really hope somebody can help me with my problem because its really getting on my nerves and im not really that "computer compatible"....... ha ha ha...
    When I bought this Imac from my friend he already installed everything needed to run Windows xp BUT the problem is that it is SP1 and i want to put SP3 or if its better Windows 7 what do you think? For the last few months it really gives me a lot of errors en problems and it got VERY VERY slow now!!!
    If im not wrong I know that on a normal Windows operating system when you go thru the things I when thru (errors and problems) you just backup and format and re-install the Windows?!?!?!?
    AND here comes the real problem, my Mac's DVD ROM does not want to read CD's or DVD's anymore.... somehow it broke I still need to replace it...
    so now I also need a way that I can do all this without a CD or DVD needed. im not shore if there may be a way to do it with a flash drive or external HDD or something...
    Thank you very much if anyone can help me...
    Kind Regards
    Marco van Vuuren
    African Pot Studios

    If your DVD drive no longer works then there is No way to install any Windows OS version. Apple has made it so Windows will only install from the Internal DVD drive. So you better stay with XP. Even if you wanted to upgrade to Snow Leopard you would need a working DVD drive to do that. you may be able to install Snow Leopard from an External DVD drive that connects to a USB port but I'm not sure you can use that external DVD to install Win 7.
    With your system you are better off staying where you are as far as the OS X and the Windows version you are now using. Except updating XP to SP3.
    If you really need Win 7, which at this time there are No programs that run on Win 7 that will not run on XP (Maybe MS Office 2013 but other then that no program NEEDS Win 7 or Win 8 to install or run) you'd be better off buying a new computer, Mac or a Win PC. If Windows is your Main Operating system then you might consider buying a Real Win PC.

  • Oracle 9.2.0 on Redhat 9.0 Install Hang

    Hello I'm trying to install 9.2.0 on Redhat 9.0.
    My system has a Pentium 4 but since its not windows base no patch is required, anyway.
    The OUI starts up fine and starts to install the jre and just hangs on the linking and says trying to copy the README and will just sit there.
    Any suggestions?

    Ahh, bull. There's WAY too much install-time linking and compiling going on, period. This should be installed at the factory, and not left for the customer to finish.
    Back in the day of wooden computers, aka SVR1.x, yes big install packages were ineffecient. Memory was expensive. But there's not reason ALL of this couldn't be tossed into the binaries - and if you run out of memory go by a GB of RAM for $89 like I did.
    In todays time it's pointless and comical to chase around hundreds of separate package versions (or existance thereof) that are needed for the runtime of the product. Just put it together the way it should be BEFORE we get it, then let us lay it down and have it WORK out of the box.
    There's no reason not to do this in today's environment, even with Unix going to solid APIs and expected modules. Every time I hear heavy S/W manufacturers (like Ora) start whinning that everyone changed THEIR stuff, thereaby screwing up Ora's stuff is ludicrous. I don't buy it. These installs are made WAY to complicated - and believe me Larry - this business of frustrating the installers will come back to haunt you. It'll come back and bite you in the butt, believe me.
    So what if you have to package a slew of binaries into an install? If it'll increase the install success then so be it - Bill Gates learned this 10 years ago...

Maybe you are looking for