Error Deploying Sample Portal from Development Guide

I am going through creating a New Portal from WebLogic Portal 7 Development
Guide and I am running into the following problem.
After completing Step 2: Create the New Portal, when I try to Hot Deploy the
application, I get the following error.
Hot deploy failed with the following message:
Unable to add module: NewPortalWebApp to application descriptor for:
portalApp.
The log has the following information..
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
portlets\Portlet1.portlet to sync list.
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
webapps\PortalWebApp\tools.wf to sync list.
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
webapps\PortalWebApp\webflow-extensions.wfx to sync list.
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
webapps\PortalWebApp\user_account.wf to sync list.
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
webapps\PortalWebApp\portal.wf to sync list.
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
webapps\PortalWebApp\security.wf to sync list.
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
webapps\PortalWebApp\NewPortal.portal to sync list.
Attempting sync...
Sync complete.
Searching for portalApp application descriptor...
Found it.
Error - please check log for details.

That's great, Mike, you're welcome. I'm glad it's working for you. Thanks for letting me know.
-Scott
Mike Friesen wrote:
I'm sorry you were right.. I tried it and everything works... thanks..
Mike
"Scott Ellis" <[email protected]> wrote in message
news:[email protected]...
Hi Mike,
I hear what you are saying and I believe you. But the error you describedis the known issue related to Internet access
(down to the exact line numbers in the stack trace). Is it possible yourconnection was down last time you attempted
hot-deploy?
If you are sure your Internet connection is up, I would recommend tryinghot-deploy again. If it still does not work,
something very strange is going on. At that point I would recommendtrying the workaround anyway or escalating the issue
to BEA Support.
Now my curiosity is piqued so I hope you'll let me know either way.
Best Regards,
Scott Ellis
BEA Systems
Mike Friesen wrote:
yes..
"Scott Ellis" <[email protected]> wrote in message
news:[email protected]...
Can you please try something for me? Paste the following URL into abrowser:
http://java.sun.com/dtd/application_1_3.dtd
Does it come up?
Thanks,
Scott
Mike Friesen wrote:
Actually, my computer does have internet access, so I don't think that
is
the problem.
Mike
"Scott Ellis" <[email protected]> wrote in message
news:[email protected]...
Hi Mike,
I would bet that you are working on a machine that doesn't have
Internet
access, correct?
The problem is that the EBCC is trying and failing to access the J2EEapplication descriptor
dtd from Sun's website.
If you can't get Internet access, here is the workaround:
- save the attached file to your harddrive (just save it to c:\)
- edit the application.xml file for your project as follows:
- first copy the entire DOCTYPE declaration and save it somewhere
in
a
separate text file (in case want to revert back to it later)
- edit the DOCTYPE declaration so that it looks like this:
<!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EEApplication 1.3//EN' 'file:///application_1_3.dtd'>
( notice that the java.sun.com web address is replaced with the URI
to
the file on your harddrive)
- save your changes and hotdeploy will work with or without Internetaccess
Thanks,
Scott Ellis
BEA Systems
Mike Friesen wrote:
I am going through creating a New Portal from WebLogic Portal 7
Development
Guide and I am running into the following problem.
After completing Step 2: Create the New Portal, when I try to Hot
Deploy
the
application, I get the following error.
Hot deploy failed with the following message:
Unable to add module: NewPortalWebApp to application descriptor for:
portalApp.
The log has the following information..
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
portlets\Portlet1.portlet to sync list.
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
webapps\PortalWebApp\tools.wf to sync list.
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
webapps\PortalWebApp\webflow-extensions.wfx to sync list.
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
webapps\PortalWebApp\user_account.wf to sync list.
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
webapps\PortalWebApp\portal.wf to sync list.
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
webapps\PortalWebApp\security.wf to sync list.
Adding file:
C:\bea\user_projects\myNewdomain\beaApps\portalApp-project\application-sync\
webapps\PortalWebApp\NewPortal.portal to sync list.
Attempting sync...
Sync complete.
Searching for portalApp application descriptor...
Found it.
Error - please check log for details.
<!--
Copyright (c) 2000 Sun Microsystems, Inc.,
901 San Antonio Road,
Palo Alto, California 94303, U.S.A.
All rights reserved.
Sun Microsystems, Inc. has intellectual property rights relating to
technology embodied in the product that is described in this document.
In particular, and without limitation, these intellectual property
rights may include one or more of the U.S. patents listed at
http://www.sun.com/patents and one or more additional patents or
pending patent applications in the U.S. and in other countries.
This document and the product to which it pertains are distributed
under licenses restricting their use, copying, distribution, and
decompilation. This document may be reproduced and distributed but
may
not be changed without prior written authorization of Sun and its
licensors, if any.
Third-party software, including font technology, is copyrighted and
licensed from Sun suppliers.
Sun, Sun Microsystems, the Sun logo, Java, JavaServer Pages, Java
Naming and Directory Interface, JDBC, JDK, JavaMail and and
Enterprise JavaBeans are trademarks or registered trademarks of Sun
Microsystems, Inc. in the U.S. and other countries.
Federal Acquisitions: Commercial Software - Government Users Subjectto
Standard License Terms and Conditions.
DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED
CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED
WARRANTY OF MERCHANTABILITY, FITNESS FOR FOR A PARTICULAR PURPOSE OR
NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH
DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.
Copyright (c) 2000 Sun Microsystems, Inc.,
901 San Antonio Road,
Palo Alto, California 94303, E'tats-Unis.
Tous droits re'serve's.
Sun Microsystems, Inc. a les droits de proprie'te' intellectuels
relatants a` la technologie incorpore'e dans le produit qui est
de'crit
dans ce document. En particulier, et sans la limitation, ces droits de
proprie'te' intellectuels peuvent inclure un ou plus des brevets
ame'ricains e'nume're's a` http://www.sun.com/patents et un ou les
brevets plus supple'mentaires ou les applications de brevet en attente
dans les E'tats-Unis et dans les autres pays.
Ce produit ou document est prote'ge' par un copyright et distribue'
avec des licences qui en restreignent l'utilisation, la copie, la
distribution, et la de'compilation. Ce documention associe n peut
e^tre reproduite et distribuer, par quelque moyen que ce soit, sans
l'autorisation pre'alable et e'crite de Sun et de ses bailleurs de
licence, le cas e'che'ant.
Le logiciel de'tenu par des tiers, et qui comprend la technologie
relative aux polices de caracte`res, est prote'ge' par un copyright et
licencie' par des fournisseurs de Sun.
Sun, Sun Microsystems, le logo Sun, Java, JavaServer Pages, Java
Naming and Directory Interface, JDBC, JDK, JavaMail et and
Enterprise JavaBeans sont des marques de fabrique ou des marques
de'pose'es de Sun Microsystems, Inc. aux E'tats-Unis et dans d'autres
pays.
LA DOCUMENTATION EST FOURNIE "EN L'E'TAT" ET TOUTES AUTRES CONDITIONS,
DECLARATIONS ET GARANTIES EXPRESSES OU TACITES SONT FORMELLEMENT
EXCLUES, DANS LA MESURE AUTORISEE PAR LA LOI APPLICABLE, Y COMPRIS
NOTAMMENT TOUTE GARANTIE IMPLICITE RELATIVE A LA QUALITE MARCHANDE, A
L'APTITUDE A UNE UTILISATION PARTICULIERE OU A L'ABSENCE DE
CONTREFAC,ON.
-->
<!--
This is the XML DTD for the J2EE 1.3 application deployment
descriptor. All J2EE 1.3 application deployment descriptors
must include a DOCTYPE of the following form:
<!DOCTYPE application PUBLIC
"-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
"http://java.sun.com/dtd/application_1_3.dtd">
-->
<!--
The following conventions apply to all J2EE deployment descriptor
elements unless indicated otherwise.
- In elements that contain PCDATA, leading and trailing whitespace
in the data may be ignored.
- In elements whose value is an "enumerated type", the value is
case sensitive.
- In elements that specify a pathname to a file within the same
JAR file, relative filenames (i.e., those not starting with "/")
are considered relative to the root of the JAR file's namespace.
Absolute filenames (i.e., those starting with "/") also specify
names in the root of the JAR file's namespace. In general, relative
names are preferred. The exception is .war files where absolute
names are preferred for consistency with the servlet API.
-->
<!--
The application element is the root element of a J2EE application
deployment descriptor.
-->
<!ELEMENT application (icon?, display-name, description?, module+,
security-role*)>
<!--
The alt-dd element specifies an optional URI to the post-assembly
version of the deployment descriptor file for a particular J2EEmodule.
The URI must specify the full pathname of the deployment descriptor
file relative to the application's root directory. If alt-dd is not
specified, the deployer must read the deployment descriptor from the
default location and file name required by the respective component
specification.
Used in: module
-->
<!ELEMENT alt-dd (#PCDATA)>
<!--
The connector element specifies the URI of a resource adapter archive
file, relative to the top level of the application package.
Used in: module
-->
<!ELEMENT connector (#PCDATA)>
<!--
The context-root element specifies the context root of a web
application.
Used in: web
-->
<!ELEMENT context-root (#PCDATA)>
<!--
The description element is used to provide text describing the parent
element. The description element should include any information that
the application ear file producer wants to provide to the consumer of
the application ear file (i.e., to the Deployer). Typically, the tools
used by the application ear file consumer will display the description
when processing the parent element that contains the description.
Used in: application, security-role
-->
<!ELEMENT description (#PCDATA)>
<!--
The display-name element contains a short name that is intended to be
displayed by tools. The display name need not be unique.
Used in: application
Example:
<display-name>Employee Self Service</display-name>
-->
<!ELEMENT display-name (#PCDATA)>
<!--
The ejb element specifies the URI of an ejb-jar, relative to the top
level of the application package.
Used in: module
-->
<!ELEMENT ejb (#PCDATA)>
<!--
The icon element contains small-icon and large-icon elements that
specify the file names for small and a large GIF or JPEG icon images
used to represent the parent element in a GUI tool.
Used in: application
-->
<!ELEMENT icon (small-icon?, large-icon?)>
<!--
The java element specifies the URI of a java application clientmodule,
relative to the top level of the application package.
Used in: module
-->
<!ELEMENT java (#PCDATA)>
<!--
The large-icon element contains the name of a file
containing a large (32 x 32) icon image. The file
name is a relative path within the application's
ear file.
The image may be either in the JPEG or GIF format.
The icon can be used by tools.
Used in: icon
Example:
<large-icon>employee-service-icon32x32.jpg</large-icon>
-->
<!ELEMENT large-icon (#PCDATA)>
<!--
The module element represents a single J2EE module and contains a
connector, ejb, java, or web element, which indicates the module type
and contains a path to the module file, and an optional alt-ddelement,
which specifies an optional URI to the post-assembly version of the
deployment descriptor.
The application deployment descriptor must have one module element for
each J2EE module in the application package.
Used in: application
-->
<!ELEMENT module ((connector | ejb | java | web), alt-dd?)>
<!--
The role-name element contains the name of a security role.
The name must conform to the lexical rules for an NMTOKEN.
Used in: security-role
-->
<!ELEMENT role-name (#PCDATA)>
<!--
The security-role element contains the definition of a security
role. The definition consists of an optional description of the
security role, and the security role name.
Used in: application
Example:
<security-role>
<description>
This role includes all employees who are authorized
to access the employee service application.
</description>
<role-name>employee</role-name>
</security-role>
-->
<!ELEMENT security-role (description?, role-name)>
<!--
The small-icon element contains the name of a file
containing a small (16 x 16) icon image. The file
name is a relative path within the application's
ear file.
The image may be either in the JPEG or GIF format.
The icon can be used by tools.
Used in: icon
Example:
<small-icon>employee-service-icon16x16.jpg</small-icon>
-->
<!ELEMENT small-icon (#PCDATA)>
<!--
The web element contains the web-uri and context-root of a web
application module.
Used in: module
-->
<!ELEMENT web (web-uri, context-root)>
<!--
The web-uri element specifies the URI of a web application file,
relative to the top level of the application package.
Used in: web
-->
<!ELEMENT web-uri (#PCDATA)>
<!--
The ID mechanism is to allow tools that produce additional deployment
information (i.e., information beyond the standard deployment
descriptor information) to store the non-standard information in a
separate file, and easily refer from these tool-specific files to the
information in the standard deployment descriptor.
Tools are not allowed to add the non-standard information into the
standard deployment descriptor.
-->
<!ATTLIST alt-dd id ID #IMPLIED>
<!ATTLIST application id ID #IMPLIED>
<!ATTLIST connector id ID #IMPLIED>
<!ATTLIST context-root id ID #IMPLIED>
<!ATTLIST description id ID #IMPLIED>
<!ATTLIST display-name id ID #IMPLIED>
<!ATTLIST ejb id ID #IMPLIED>
<!ATTLIST icon id ID #IMPLIED>
<!ATTLIST java id ID #IMPLIED>
<!ATTLIST large-icon id ID #IMPLIED>
<!ATTLIST module id ID #IMPLIED>
<!ATTLIST role-name id ID #IMPLIED>
<!ATTLIST security-role id ID #IMPLIED>
<!ATTLIST small-icon id ID #IMPLIED>
<!ATTLIST web id ID #IMPLIED>
<!ATTLIST web-uri id ID #IMPLIED>

Similar Messages

  • Error deploying PAR file from Developer Studio (NW04)

    Hello,
    i've got a problem while trying to deploy a PAR file from NW Developer Studio.
    The PAR Export function says
    "Unable to connect to the Portal",
    the portal itself gives the following response:
    "ERROR: Upload failed - exception caught: com.sapportals.portal.prt.runtime.PortalRuntimeException: Invalid content type submitted - no multipart data"
    Deploying the PAR file manually using the Administration Console (system administration tab) of the portal works fine, but why doesn't the PAR Export function of NWDS?
    Thanks in advance for any help!
    Regards,
    Jörg

    Hi Jörg,
    as a general advise, use the NWDS version corresponding to the Servers version, so in this case, upgrade (or better: install new) NWDS 2.0.14. The main reason is WebDynpro compatibility, but the deploy mechanism may need this too.
    At least, give it a try and report if you have success (or not).
    Hope it helps
    Detlev

  • Deploying portal from development to production server

    Scenario:
    - Development server running OracleAS Standard Edition One.
    - Production server running OracleAS Standard Edition One
    Idea is to develop portal on development server, and, once satisfied and tested, deploy to production server.
    Questions
    1. Is this the right development model? If not, what is the recommended approach?
    2. Would deployment take place via Enterprise Manager? If so, would the development portal have to be turned into an EAR file, and then pulled in to the production server? Or can the two servers be managed within a single instance of Enterprise Manager (on the production server?), and if so, how would the deployment model work?
    Thanks for the input.

    Hi there,
    A1: Yes, I believe so, but will depend actually on what you wish to do.
    A2: Depends how is your application made. I don't think you'll be using EM to make the deployment as this would be a Portal. So you may need to either use the cloning process of the iAS or the RDBMS utilities (where Metalink may help you further depending on the version of the Portal you are in)... or use the Portal Export / Import feature to pass a Page Group from one side to another (this will work only one-way - please refer to the Portal Configuration Guide chapter 10).
    As to the "two servers be managed within a single instance of Enterprise Manager"... why not? You can have two RepCA dbs hooked to the same iAS infrastructure to be managed. If I'd recommend it this way... maybe not... remember that if it will be a Development env and a Production env... I'd recommend them to be really separated (just playing on the safe side... maybe :-) ).
    I hope it helps...
    Cheers,
    Pedro.

  • How to deploy Portal from Development server to Production server ?

    Hi all,
    I am new to OAS Portal. I have a question :
    I am developing the portal in development server, if I want to deploy it into production server, how can I do that ?
    Is there any docs on this ?
    Thank you very much,
    xtanto

    Assuming you are working with Portal 10.1.4, please see the following link for this documentation. It would also help in better planning for your deployment scenarios if you can briefly skim over the two chapters before the one in this link, specially to see what would be your options to lay it out on multiple environments.
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/testprod.htm
    thanks,
    AMN

  • Error when patching portal from SP10 to SP12

    Hi
    When we do patching portal from SP10 to SP12 JSPM ended with following error for the Software component CAF12_0-10003464.SCA failed deployment
    Part of log
    development component 'caf/km.proxies'/'sap.com'/'MAIN_APL70VAL_C'/'1219136'/'5', grouped by software component 'CAF'/'sap.com'/'MAIN_APL70P12_C'/'1000.7.00.12.2.20070918080147''/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Exception while preparing deploy of application sap.com/caf~km.proxies..
    Reason: com/sap/engine/services/webservices/jaxrpc/wsdl2java/ServiceBaseServer; nested exception is:
         java.lang.NoClassDefFoundError: com/sap/engine/services/webservices/jaxrpc/wsdl2java/ServiceBaseServer
    Loader Info -
    ClassLoader name: [sap.com/caf~km.proxies]
    Please let me know do we need to undeploye CAF old deployments if yes what are the components I need to ndeploy
    Thanks in Advance
    Nutakki

    It could be that you are missing an SCA file or check the permissions of the .SCA files.     Make sure JSPM is updated to SP12.  Also check if you are running out of diskspace, check under ...../JSPM/tmp  and .... /JSPM/log
    Regards
    Shaji

  • Error deploying new portal logon page

    Hi Gurus,
    I'm getting an error deploying my new portal logon page. I've made teh necessary changes to the portal.logon.par.bak file. I've rename it and made the necessary changes in config tool. i've created a new autoscheme_test.xml file and have assigned it accordingly. After restarting the portal, i'm getting the error message below trying to launch the portal :-
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    The exception was logged. Inform your system administrator..
    See the details for the exception ID in the log file
    Any ideas? Are there any other setting that i need to do aside from teh autosceme file. thanks

    Hi Johan,
    There are two lib files which you need to paste while you import the file in the NWDS.Just check for the steps through this weblog
    the jar files name are
    com.sap.portal.runtime.logon_api.par
    umelogonbase.jar
    (when you unzip you can find the files at PORTAL-INFlib)
    Modifying The Logon Par(or customising the Logon Screen)
    Thanks
    Pankaj

  • Error creating new portal from docs

    Hello,
    I've been trying for several days now to create a new Portal from the
    "Customizing Portals and Portlets" document
    (http://e-docs.bea.com/wlp/docs40/portal/devbasic.htm).
    I get all the way to "Verify Your Deployment" without issue. I can even
    verify the data synchronization using the data repository browser.
    When I go to http://localhost:7501/insevoportal (or /InsevoPortal or
    /InsevoPortal12, different attempts) all I get is the following in the
    server console:
    <Jul 16, 2002 2:27:34 PM MDT> <Notice> <WebLogicServer> <Started
    WebLogic Admin
    Server "portalServer" for domain "portalDomain" running in Production Mode>
    PortalPersistenceManager: portal 'portal/insevoportal' not found
    <Jul 16, 2002 2:29:37 PM MDT> <Error> <HTTP>
    <[WebAppServletContext(-15219959,in
    sevoportal,/insevoportal)] Servlet failed with ServletException
    javax.servlet.ServletException: Received a null Portal object from the
    PortalManager.
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.setupPortalRequest(PortalWebflowServlet.java:194)
    Can somebody please help me understand what is going on? I've been
    stuck for days now...
    Thanks in advance!
    David McDaniel

    David,
    Did you get any errors or warnings when you ran a sync?
    You can run a sync from the command line as well as from the EBCC. See the
    sync.cmd and syncApplication.cmd for details. Also, launching the EBCC with
    an open console window may give you some more information, as well as
    checking the EBCC log.
    Sincerely,
    Daniel Selman
    "David McDaniel" <[email protected]> wrote in message
    news:[email protected]...
    Daniel,
    Thanks for the response!
    I believe I have sync'd the application. I go to the portalDataSync web
    app, choose "Data Repository" link.
    Then I click the View icon for the Master Data Repository.
    Under there, I see things like:
    /webapps/InsevoPortal12/InsevoPortal12.portal
    /webapps/InsevoPortal12/portal.wf (and security.wf, tools.wf,
    user_account.wf, webflow-extensions.wfx)
    Looks about the same as the stockportal list. *** EXCEPT ** I don't see
    my Portlet in my list. Is that because it has no workflow? I can see
    the portlet in the EBCC.
    In the stockportal, I see portlet2.wf and portlet3.wf. I don't see any
    portlet wfs in my app.
    Any help is appreciated. I will consider 7.0.
    Regards,
    David
    Daniel Selman wrote:
    David,
    This usually means that you haven't synced the data to the correct
    application. When you go to the DataSync WebApp *for your portal
    application* do you see the portal and portlet files under the
    Portal/Portlet DataRepository?
    Sincerely,
    Daniel Selman
    "David McDaniel" <[email protected]> wrote in message
    news:[email protected]...
    Hello,
    I've been trying for several days now to create a new Portal from the
    "Customizing Portals and Portlets" document
    (http://e-docs.bea.com/wlp/docs40/portal/devbasic.htm).
    I get all the way to "Verify Your Deployment" without issue. I can even
    verify the data synchronization using the data repository browser.
    When I go to http://localhost:7501/insevoportal (or /InsevoPortal or
    /InsevoPortal12, different attempts) all I get is the following in the
    server console:
    <Jul 16, 2002 2:27:34 PM MDT> <Notice> <WebLogicServer> <Started
    WebLogic Admin
    Server "portalServer" for domain "portalDomain" running in Production
    Mode>
    PortalPersistenceManager: portal 'portal/insevoportal' not found
    <Jul 16, 2002 2:29:37 PM MDT> <Error> <HTTP>
    <[WebAppServletContext(-15219959,in
    sevoportal,/insevoportal)] Servlet failed with ServletException
    javax.servlet.ServletException: Received a null Portal object from the
    PortalManager.
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.setupPortalReq
    uest(PortalWebflowServlet.java:194)
    Can somebody please help me understand what is going on? I've been
    stuck for days now...
    Thanks in advance!
    David McDaniel

  • Error while upgrading Portal from 10.1.2 to 10.1.4

    This is the error message I am getting when I try to upgrade portal from 10.1.2 to 10.1.4 by applying the patch.
    NOTIFICATION:1 Framework: Error: Component upgrade failed PORTAL
    NOTIFICATION:1 Framework: Error: PORTAL component version is: 10.1.2.0.2 INVALID.
    Please let me know if any has has a solution?
    ==========================================
    D:\Software\Oracle\IDM\as_windows_x86_portal_1014\mrua_051020\mrua>mrua.bat -ora
    cle_home D:\Software_Installations\OraHome_Infra_01 -oid_host <hostname> -oid_ssl_port 636
    Executing mrua.pl
    Running on Windows
    OracleAS Metadata Repository Upgrade Assistant 10.1.4.0.0
    Enter the password for SYS:
    Enter the password for cn=orcladmin:
    Enter the password for cn=orcladmin:
    Upgrading the OracleAS Metadata Repository to release 10.1.4.0.0
    Calling upgrade plugin for MRUA
    Component has already been upgraded MRUA
    Calling upgrade plugin for PORTAL
    Error: Component upgrade failed PORTAL
    Error: PORTAL component version is: 10.1.2.0.2 INVALID
    Calling upgrade plugin for MRC
    Component has already been upgraded MRC
    FAILURE: Some OracleAS plug-ins report failure during upgrade.
    Log file: D:\Software_Installations\OraHome_Infra_01\upgrade\logs\mrua2007-07-1
    3_02-07-15PM.log
    Finished mrua.pl

    That didn't help for me....
    I have those things shut down already and you can see below what I'm getting on the re-run:
    -bash-3.00$ /app/oracleas/as1012portal/bin/emctl stop iasconsole
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://asdev:1811/emd/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Application Server Control ...
    Cannot determine Oracle Enterprise Manager 10g Application Server Control process; /app/oracleas/as1012portal/bin/emctl.pid does not exist.
    Oracle Enterprise Manager 10g Application Server Control may not be running.
    -bash-3.00$ /app/oracleas/as1012portal/opmn/bin/opmnctl stopall
    opmnctl: opmn is not running
    -bash-3.00$ mrua/mrua.sh -oracle_home /app/oracleas/as1014metadatarepository -oid_host asdev -oid_ssl_port 636
    Executing mrua.pl
    Running on UNIX
    OracleAS Metadata Repository Upgrade Assistant 10.1.4.0.0
    Enter the password for SYS:
    Enter the password for cn=orcladmin:
    Upgrading the OracleAS Metadata Repository to release 10.1.4.0.0
    Calling upgrade plugin for MRUA
    Component has already been upgraded MRUA
    Calling upgrade plugin for PORTAL
    Error: Component upgrade failed PORTAL
    Error: PORTAL component version is: 10.1.2.0.2 INVALID
    Calling upgrade plugin for MRC
    Component has already been upgraded MRC
    FAILURE: Some OracleAS plug-ins report failure during upgrade.
    Log file: /app/oracleas/as1014metadatarepository/upgrade/logs/mrua2007-10-23_00-42-55PM.log
    Finished mrua.pl
    -bash-3.00$ grep PORTAL /app/oracleas/as1014metadatarepository/upgrade/logs/mrua2007-10-23_00-42-55PM.log
    2007/10/23 12:43:06.236 CST NOTIFICATION:1 Framework: Calling upgrade plugin for PORTAL
    2007/10/23 12:43:28.203 CST NOTIFICATION:1 Framework: Error: Component upgrade failed PORTAL
    2007/10/23 12:43:28.209 CST NOTIFICATION:1 Framework: Error: PORTAL component version is: 10.1.2.0.2 INVALID
    There is another oracle instance we have, the one that is hosting the LDAP server, and after the above I also tried doing a stopall there, then bringing up only the ldap server which is required for the upgrade, and then shutting down the iasconsole for that instance too so that only the ldap server remained, then re-running the portal upgrade. It didn't help.
    Any ideas?

  • Page not found error when accesing Portal from Internet

    Hi,
    I'm getting the following error message when accessing Portal as administrator from the Internet:
    The page cannot be displayed 
    Explanation: There is a problem with the page you are trying to reach and it cannot be displayed.
    Try the following:
    Refresh page: Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion.
    Check spelling: Check that you typed the Web page address correctly. The address may have been mistyped.
    Access from a link: If there is a link to the page you are looking for, try accessing the page from that link.
    Technical Information (for support personnel)
    Error Code: 500 Internal Server Error. The request was rejected by the HTTP filter. Contact the server administrator. (12217)
    The error message shows in the rightmost area of the browser.
    In the left area I can see the Portal Content
    This happens when using Internet Explorer 6, windows XP, sp2.
    When using MozillaFirefox, the error won't show up, but I don't have full functionality when trying for example to right-click to create Systems in the SystemLandscape window....
    To access Portal from internet, I simply go to http://company.com:50000/irj
    Server side Portal installations is as follows:
    EP7, SP11, windows 2003 64bits.
    Any help will be appreciated.
    Regards.

    Hi Claudio Roca,
    I have encountered the same problem. Do you found the solution for this issue? I will much appreciated if you willing to share your solution and email to [email protected] Thank you so much.
    Regards,
    Hau Chee

  • Error deploy shared library from Enterprise Manager IAS10.1.3.5.0

    Hi,
    I am trying deploy one shared library in my OC4J instance (prd_oc4j) from Enterprise Manager, but when i run my application its not loading this library (error missing class), but when i put this shared library in file server.xml without Enterprise Manager my application run sucessfully.
    Help me please or this problem is a bug?
    Tks,
    Haysar Lelis

    If finally found the cause of the problem, lack of PermGen space for the home instance;
    When opening the EM Console most of the times i was able to open the login page, under stress opening this page failed most of the times.
    The ascontrol-application.log pointed me in the right direction;
    10/09/07 15:26:59.111 ascontrol: Servlet error
    java.lang.OutOfMemoryError: PermGen space
    When monitoring the PermGen of the home instance, is showed that the system was running out of PermGen space.
    Increasing the PermGen size for the home instance in opmn.xml did the trick
    <data id="java-options" value="-Xrs -server -XX:MaxPermSize=128M......"

  • Error deploying sample application

    Hi experts,
    I am getting following error while deploying OAAM sample application:
    Error: Unresolved Webapp Library references for "ServletContext@285871212[app:OAAMTester module:OAAMTester.war path:/OAAMTester spec-version:2.5]", defined in weblogic.xml [Extension-Name: oracle.oaam.libs, exact-match: false]
    Even though i have deployed required libraries
    My weblogic.xml :
    <weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90"
    xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd
    http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <library-ref>
    <library-name>oracle.oaam.libs</library-name>
    </library-ref>
    </weblogic-web-app>
    web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
    <display-name>OAAMTester</display-name>
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
    </welcome-file-list>
    <servlet>
    <description></description>
    <display-name>OAAMTestServlet</display-name>
    <servlet-name>OAAMTestServlet</servlet-name>
    <servlet-class>com.au.oaam.test.OAAMTestServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>OAAMTestServlet</servlet-name>
    <url-pattern>/OAAMTestServlet</url-pattern>
    </servlet-mapping>
    <listener>
    <listener-class>com.au.oaam.test.listener.SessionListener</listener-class>
    </listener>
    </web-app>
    ~
    ~
    Thanks
    H

    Hi!
    Seems application missing this library. You need to add this library to either application or to the Weblogic server.
    Note:
    Also don't duplicate the same library in application and the server. You can use following entry to force the app to use only web-inf/lib libraries.
    (weblogic.xml)
    <container-descriptor>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    Nilum.

  • Error while transfer request from development to production server

    Hi,
    We have generated some request on development and while transer the same on production server, following error message appear "Transport control programe tp ended with error code 0247"
    Pl give us the solution.
    Regards
    Suresh

    hi
    repeat your transport run
    or re-create transport and execute again.

  • Error Deploying Webcenter Portal App onto a managed server

    I have created an EAR file without AutoGenerate descriptors, when tried deploying, I got the following error.
    [August 14, 2012 10:25:59 AM EDT] Initiating deploy operation ...
    [August 14, 2012 10:25:59 AM EDT] Saving the oracle configuration changes to archive.
    [August 14, 2012 10:25:59 AM EDT] Archive: /u01/app/oracle/product/middleware/user_projects/domains/base_domain/sysman/upload/deploy/ dotsandbox_application1_V2.0_V2.1/archive/dotsandbox_application1.ear
    [August 14, 2012 10:25:59 AM EDT] Targeting MDS repository: com.bea:Name=mds-CustomPortalDS,Type=JDBCSystemResource to target WC_CustomPortal.
    [August 14, 2012 10:25:59 AM EDT] Targeting MDS repository: com.bea:Name=mds-CustomPortalDS,Type=JDBCSystemResource to target WC_CustomPortal completed.
    [August 14, 2012 10:26:01 AM EDT] [Deployer:149191]Operation 'deploy' on application 'dotsandbox_application1 [ArchiveVersion=V2.0,PlanVersion=V2.1]' is initializing on 'WC_CustomPortal'
    [August 14, 2012 10:26:15 AM EDT] [Deployer:149192]Operation 'deploy' on application 'dotsandbox_application1 [ArchiveVersion=V2.0,PlanVersion=V2.1]' is in progress on 'WC_CustomPortal'
    [August 14, 2012 10:26:19 AM EDT] [Deployer:149193]Operation 'deploy' on application 'dotsandbox_application1 [ArchiveVersion=V2.0,PlanVersion=V2.1]' has failed on 'WC_CustomPortal'
    [August 14, 2012 10:26:19 AM EDT] java.lang.InstantiationError: ServiceContext resource configuration file "META-INF/context.provider" found, but the class defined "class oracle.webcenter.framework.internal.service.DefaultServiceContext" is not an instance of oracle.webcenter.framework.service.ServiceContext.
    [August 14, 2012 10:26:19 AM EDT] ServiceContext resource configuration file "META-INF/context.provider" found, but the class defined "class oracle.webcenter.framework.internal.service.DefaultServiceContext" is not an instance of oracle.webcenter.framework.service.ServiceContext.
    [August 14, 2012 10:26:20 AM EDT] Deploy operation failed.
    Edited by: telugubaludu on Aug 14, 2012 12:31 PM

    >
    [August 14, 2012 10:25:59 AM EDT] Archive: /u01/app/oracle/product/middleware/user_projects/domains/base_domain/sysman/upload/deploy/ dotsandbox_application1_V2.0_V2.1/archive/dotsandbox_application1.earNotice that there is a space in the path between "deploy/" and "dotsandbox_application1_V2.0_V2.1". That's possibly the issue. Check to see if your application name (in the deployment profile) contains a space.

  • BlazeDS - Coldfusion 8 error -  Deploy Samples - 404 error - Help

    I have BlazeDs running locally Great,
    I've run through the BlazeDs - Coldfusion 8 Installation/configuration notes, but I'd getting Failed to send error's
    http://cfserver.hull.ac.uk/ds-console/
    http://cfserver.hull.ac.uk/samples/index.htm
    I carn't see whats wrong with it !
    Any help please.

    Couuld someone give me some suggestions?

  • Error - while deploying to Portal

    Hi,
    I get error while deploying ti portal from Visual Composer. The iView works fine in preview mode. In the log i find error like "com.sapportals.portal.pcd.pl.PlRuntimeException: unexpected SQLException
    Cannot assign a zero-length byte array to host variable 18."
    Please suggest.
    Thanks
    SA

    hi,
    Same problem has been dealt with the solution in this thread
    Portal (EP6) deployment failed
    Regards,
    Ganesh N

Maybe you are looking for