Error Configuring Portal Server 7.2 on a Fedora 8

Hi, i'm new on portal server and i have this problem while i'm configuring after installation.
This is the trace:
[#|2008-06-11T10:45:49.947-0500|INFO|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.port
al.fabric.config.ConfigurePortal; MethodName=main; |PSFB_CSPFC0048:Validating the Input Config XML File|#]
[#|2008-06-11T10:45:50.029-0500|INFO|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.port
al.fabric.config.ValidatePortalInputData; MethodName=validateComponentsToConfigure; |/opt/sun/portal/lib|#]
[#|2008-06-11T10:45:50.046-0500|INFO|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.port
al.fabric.config.ValidatePortalInputData; MethodName=validateComponentsToConfigure; |PSFB_CSPFC0241:Components to configure l
ist [portalserver, gateway, netletproxy, rewriterproxy] is valid.|#]
[#|2008-06-11T10:45:50.049-0500|GRAVE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.por
tal.fabric.config.ConfigurePortal; MethodName=main; |PSFB_CSPFC0014:Failed configuring Portal Server!!
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:415)
at java.lang.Integer.parseInt(Integer.java:497)
at com.sun.portal.fabric.config.ValidatePortalInputData.<init>(ValidatePortalInputData.java:228)
at com.sun.portal.fabric.config.ConfigurePortal.main(ConfigurePortal.java:166)
|#]
thanks!!

I've installed a Fedora 8 for i386, i attempting to install it with 1gb of physical RAM and 2gb of swap (that's not enough, at least for install??).
I've too installed a glassfish-v2ur2 included into the package openesb, the access manager that i've installed is the version that is included into this glassfish. This trace is the output for the message:
Validating XML File
Configuration failed: null
can anyone can give a sample configuration file, with the data filled??

Similar Messages

  • Error when configuring Portal Server 7.1 Update 1 on Solaris 10 x86 VM

    I have installed Portal Server 7.1 with most of the default options/settings but I was unable to get the server up. Going through /var/opt/SUNWportal/logs/config/portal.fabric.0.0.log, I found some SEVERE entries:
    [#|2008-03-04T18:10:21.184-0500|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.util|ThreadID=10; ClassName=com.sun.portal.fabric.util.ExecuteUtil; Meth
    odName=exec; |PSFB_CSPFU0003: Argument List=/usr/lib/cacao/bin/cacaoadm
    java.io.IOException: Not enough space
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
    at java.lang.ProcessImpl.start(ProcessImpl.java:65)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
    at java.lang.Runtime.exec(Runtime.java:591)
    at java.lang.Runtime.exec(Runtime.java:507)
    at com.sun.portal.fabric.util.ExecuteUtil.exec(Unknown Source)
    at com.sun.portal.fabric.util.ExecuteUtil.exec(Unknown Source)
    at com.sun.portal.fabric.tasks.Cacao.execCommand(Unknown Source)
    at com.sun.portal.fabric.tasks.Cacao.execCacaoCommand(Unknown Source)
    at com.sun.portal.fabric.config.PortalConfigurator.configureHost(Unknown Source)
    at com.sun.portal.fabric.config.ConfigurePortal.main(Unknown Source)
    |#]
    [#|2008-03-04T18:10:21.186-0500|INFO|SJS Portal Server|debug.com.sun.portal.fabric.tasks|ThreadID=10; ClassName=com.sun.portal.fabric.tasks.Cacao; MethodName
    =execCommand; |PSFB_CSPFT0342:</usr/lib/cacao/bin/cacaoadm status> Returned <null>|#]
    [#|2008-03-04T18:10:21.196-0500|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.PortalConfigu
    rator; MethodName=configureHost; |PSFB_CSPFC0024:Failed to configure the Host
    java.lang.NullPointerException
    at com.sun.portal.fabric.config.PortalConfigurator.configureHost(Unknown Source)
    at com.sun.portal.fabric.config.ConfigurePortal.main(Unknown Source)
    |#]
    [#|2008-03-04T18:10:21.205-0500|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.ConfigurePort
    al; MethodName=main; |PSFB_CSPFC0014:Failed configuring Portal Server!!
    com.sun.portal.fabric.tasks.ConfigurationException: java.lang.NullPointerException
    at com.sun.portal.fabric.config.PortalConfigurator.configureHost(Unknown Source)
    at com.sun.portal.fabric.config.ConfigurePortal.main(Unknown Source)
    Caused by: java.lang.NullPointerException
    ... 2 more
    |#]
    Can anyone tell me where to go from here? Thanks!

    Thanks for the reply!
    I have added more memory and swap. I took example1.xml, filled in the parameters and ran psconfig on it. The following is the output I got:
    Logs redirected to /var/opt/SUNWportal/logs/config/portal.fabric.0.0.log
    Successfully created PSConfig.properties file
    Exception in thread "main" java.lang.NoClassDefFoundError: com/iplanet/sso/SSOToken
    at com.sun.portal.fabric.config.ConfigurePortal.main(Unknown Source)
    Looking at /var/opt/SUNWportal/logs/config/portal.fabric.0.0.log, there isn't any recent entry. What's next?

  • Failed configuring Portal Server. can't run cacaoadm.bat

    Hi,
    I am trying to install Sun Java ES5 (2006Q4) on window XP. The configuration for portal server was failed. When I checked the logs, it complains cacao default instance was disabled and couldn't started. I went to the the directory and tried to manually run cacaoadm command. It returns:
    C:\Sun\JavaES5\share\cacao_2\bin>cacaoadm.bat enable
    This action cannot be performed by a non privileged user.
    I logged on to the windows as a user who is in the administrators group. Any other components installations were fine. I really have no idea how to solve this problem as there is no user account as administrator. Can someone please help?
    The portal config error from the log are as following:
    [#|2007-06-26T15:22:14.821+1000|INFO|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.PortalConfigurator; MethodName=configureHost; |PSFB_CSPFC0021:Waiting for Cacao Server to Startup|#]
    [#|2007-06-26T15:22:15.696+1000|FINEST|SJS Portal Server|debug.com.sun.portal.fabric.util|ThreadID=37; ClassName=com.sun.portal.fabric.util.StreamLogger; MethodName=run; |PSFB_CSPFU0004: C:/Sun/JavaES5/share/cacao_2/bin/cacaoadm(Output)=default instance is DISABLED at system startup.|#]
    [#|2007-06-26T15:22:15.712+1000|FINEST|SJS Portal Server|debug.com.sun.portal.fabric.util|ThreadID=37; ClassName=com.sun.portal.fabric.util.StreamLogger; MethodName=run; |PSFB_CSPFU0004: C:/Sun/JavaES5/share/cacao_2/bin/cacaoadm(Output)=default instance is not running.|#]
    [#|2007-06-26T15:22:15.790+1000|INFO|SJS Portal Server|debug.com.sun.portal.fabric.tasks|ThreadID=10; ClassName=com.sun.portal.fabric.tasks.Cacao; MethodName=execCommand; |PSFB_CSPFT0342:<C:/Sun/JavaES5/share/cacao_2/bin/cacaoadm status> Returned <default instance is DISABLED at system startup.
    default instance is not running.
    |#][#|2007-06-26T15:23:45.790+1000|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.PortalConfigurator; MethodName=configureHost; |PSFB_CSPFC0020:Cacao Server startup failed|#]
    [#|2007-06-26T15:23:45.790+1000|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.PortalConfigurator; MethodName=configureHost; |PSFB_CSPFC0024:Failed to configure the Host
    com.sun.portal.fabric.tasks.ConfigurationException
         at com.sun.portal.fabric.config.PortalConfigurator.configureHost(PortalConfigurator.java:635)
         at com.sun.portal.fabric.config.ConfigurePortal.main(ConfigurePortal.java:166)
    |#]
    [#|2007-06-26T15:23:45.790+1000|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.ConfigurePortal; MethodName=main; |PSFB_CSPFC0014:Failed configuring Portal Server!!
    com.sun.portal.fabric.tasks.ConfigurationException: com.sun.portal.fabric.tasks.ConfigurationException
         at com.sun.portal.fabric.config.PortalConfigurator.configureHost(PortalConfigurator.java:749)
         at com.sun.portal.fabric.config.ConfigurePortal.main(ConfigurePortal.java:166)
    Thank you very much
    Regards,
    Tara

    Hi Deepak,
    Thanks for the post.
    Use cacaoadm restar gives me the same error.
    I found out that is a limitation for the windows version I am using. Basically, the account for installation and configuration has to be an local administrator not in network.
    Cheers,
    Tara

  • How to configure portal server with the Backend Oracle database

    Hi Portal Experts,
    we are planning to install Netweaver 04s sp stack 9 full java edition with Oracle 8i on windows platform.
    we have the installation docs of portal but we didn't have any idea about how to configure Portal server with the Backend Oracle database at the time of installation or after ost installation of portal.can anyone provide the documentation about this or guide me how to achieve this.
    PLZ share ur views---your help would be highly appreciable.
    Regds
    Phani.

    HI
    if you r working in Sap enterprise portal use for connection url
    jdbc:sap:sqlserver://ilsql01.tlv.sap.corp:1433;DatabaseName=Northwind
    ilsql01.tlv.sap.corp:1433 this is your portal url with port number
    Northwind is your database name.
    for dirver you need to give
    com.sap.portals.jdbc.sqlserver.SQLServerDriver
    in case if you r working on other than sap say windows along with oracle try to use
    Connection URL as jdbc:oracle:<drivertype>:@<database>
    Driver name as oracle.jdbc.driver.OracleDriver
    ex jdbc:oracle:thick:@localhost:3036:mydb
    Oracle implements two types of JDBC drivers:
    Thick JDBC drivers built on top of the C-based Net8 client, as well as a Thin (Pure Java) JDBC driver to support downloadable applets. Oracle JDBC drivers are used to create JDBC applications to communicate with Oracle databases.
    Oracle extensions to JDBC include the following features:
    Data access and manipulation
    LOB access and manipulation
    Oracle object type mapping
    Object reference access and manipulation
    Array access and manipulation
    Application performance enhancement
    *************if the information is helpful to you please reward points************

  • Error configure directory server 5.2

    Hi,
    I'm getting this error when doing issuing
    bash-3.00# directoryserver configure
    after installing Directory Server with Configure Later option
    [slapd-elara]: starting up server ...
    [slapd-elara]: [29/Aug/2009:10:40:37 +0100] - Sun Java(TM) System Directory
    Server/5.2_Patch_4 B2005.230.0041 (64-bit) starting up
    [slapd-elara]: [29/Aug/2009:10:40:38 +0100] - Listening on all interfaces port
    389 for LDAP requests
    [slapd-elara]: [29/Aug/2009:10:40:38 +0100] - slapd started.
    Your new directory server has been started.
    error: can't bind to server:Unable to bind to server. (Invalid credentials (49)
    returned from ldap_simple_bind_s(cn=Directory Manager))
    Could not configure server.
    Configuration of the Directory Server failed.
    Error Directory Server configuration failure
    Error Configuration of the server(s) failed.
    Can someone give me a hint?
    Best regards

    Problem solved.
    1 - uninstalled Directory Server
    /var/sadm/prod/SUNWds-entsys4/uninstall
    2 - removed all the packages used in a manual instalation
    for i in SUNWasha SUNWasvc SUNWasvcp SUNWasvr SUNWasvu SUNWdsha SUNWdsvcp SUNWdsvh SUNWdsvhx SUNWdsvpl SUNWdsvr SUNWdsvu SUNWdsvx SUNWicu SUNWicux SUNWjss SUNWldk SUNWldkx SUNWpr SUNWprx SUNWsasl SUNWsaslx SUNWtls SUNWtlsx; do echo $i;pkgrm $i;done
    3 - re-install it with configure later option
    java_es_05Q4_directory/Solaris_sparc/installer
    4 - Configure Directory Server
    directoryserver -u 5.2 configure
    5 - Configure Administration Server
    mpsadmserver configure
    And everything started working.

  • Error Configuring Common Server Settings

    I'm trying to install several JES components, each one wants to configure the Common Server Settings first.
    When I try to do so, I get the following error:
    Error in Host IP Address
    Valid Host IP Address Required.
    The Host IP Address Provided could not be validated.
    The services being installed required a valid Host IP Address.
    Installation cannot proceed until a valid Host IP Address is provided.
    The IP address I am using is 10.0.5.16. This is the IP address of the server I want to install the software on - obviously it is in the class C private IP space. I can't imagine how this would be "invalid".
    I'm installing this on a RH Linux platform.
    Help is appreciated. Thanks.

    I was able to solve this problem by putting the host and domain information in /etc/hosts file:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain
    #andrew_linux.msn00.oneamerica.com
    #localhost andrew_linux
    161.199.69.57 andrew_linux
    161.199.69.57 andrew_linux.msn00.istotalcrap.com

  • Error during Portal Setup: An error occurred while executing a custom action:_GrantLocalPermissionsToWCSAccount

    Error:
    Configure Portal Setup
    An error occurred while executing a custom action:_GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6
    This upgrade attempt has failed before permanent modifications were made. Upgrade has successfully rolled back to the original state of the system. Once the correction are made, you can retry upgrade for this role.
    Errors in the Log:
    MSI (s) (38:14) [21:30:36:094]: NOTE: custom action _GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6 unexpectedly closed the hInstall handle (type MSIHANDLE) provided to it. The custom action should be fixed to not close that handle.
    CustomAction _GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6 returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (38:94) [21:30:36:115]: User policy value 'DisableRollback' is 0
    MSI (s) (38:14) [21:30:36:094]: NOTE: custom action _GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6 unexpectedly closed the hInstall handle (type MSIHANDLE) provided to it. The custom action should be fixed to not close that handle.
    CustomAction _GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6 returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (38:94) [21:30:36:115]: User policy value 'DisableRollback' is 0
    I cannot get past this error. I am running Sharepoint Foundation 2010 with Sp1. This is on a Windows Server 2008 R2 Server +Sp1.
    Any ideas?
    David Baur

    I finally figured this out, The issue was that I had put in the Self Service Portal Computer Name and Service account into the Service Manager SQL as SysAdmin, once I removed it flew through just fine.
    David Baur

  • Portal Server 7 on Solaris 10 x86 VM???

    Hi all, has anyone managed to successfully install portal server 7 into a Solaris 10 x86 VM? A VMWare VM that is.
    Stewart

    I'm a colleague of mcleans's, so hopefully i can shed a little light on the situation.
    The exact error we're experiencing occurs during the Portal Server install (in configure now, although this occurs with configure later using the psconfig utility too). The error in our log file is ..
    [#|2007-11-28T15:44:40.697+0800|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.ConfigurePortal; MethodName=main; |PSFB_CSPFC0014:Failed configuring Portal Server!!
    com.sun.portal.fabric.tasks.ConfigurationException: javax.management.remote.JMXProviderException: sun.security.validator.ValidatorException: No trusted certificate found
            at com.sun.portal.fabric.config.PortalConfigurator.getMbeanServerConnection(PortalConfigurator.java:773)
            at com.sun.portal.fabric.config.ConfigurePortal.main(ConfigurePortal.java:175)
    Caused by: javax.management.remote.JMXProviderException: sun.security.validator.ValidatorException: No trusted certificate found
            at com.sun.cacao.agent.impl.CacaoJmxConnectorProvider.newJMXConnector(CacaoJmxConnectorProvider.java:388)
            at javax.management.remote.JMXConnectorFactory.getConnectorAsService(JMXConnectorFactory.java:415)
            at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:307)
            at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
            at com.sun.portal.admin.common.util.AdminUtil.getConnector(AdminUtil.java:813)
            at com.sun.portal.admin.common.util.AdminClientUtil.getJMXConnector(AdminClientUtil.java:113)
            at com.sun.portal.fabric.config.PortalConfigurator.getMbeanServerConnection(PortalConfigurator.java:761)
            ... 1 more
    Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
            at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:150)
            at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1518)
            at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:174)
            at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:168)
            at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:848)
            at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:106)
            at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495)
            at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:433)
            at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:818)
            at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1030)
            at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1057)
            at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1041)
            at com.sun.jmx.remote.opt.security.TLSClientHandler.activate(TLSClientHandler.java:189)
            at com.sun.jmx.remote.opt.security.AdminClient.connectionOpen(AdminClient.java:150)
            at com.sun.jmx.remote.generic.ClientSynchroMessageConnectionImpl.connect(ClientSynchroMessageConnectionImpl.java:71)
            at javax.management.remote.generic.GenericConnector.connect(GenericConnector.java:177)
            at javax.management.remote.jmxmp.JMXMPConnector.connect(JMXMPConnector.java:119)
            at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
            at com.sun.cacao.agent.JmxClient.getUnknownJmxClientConnection(JmxClient.java:904)
            at com.sun.cacao.agent.impl.CacaoJmxConnectorProvider.newJMXConnector(CacaoJmxConnectorProvider.java:362)
            ... 7 more
    Caused by: sun.security.validator.ValidatorException: No trusted certificate found
            at sun.security.validator.SimpleValidator.buildTrustedChain(SimpleValidator.java:304)
            at sun.security.validator.SimpleValidator.engineValidate(SimpleValidator.java:107)
            at sun.security.validator.Validator.validate(Validator.java:203)
            at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:172)
            at com.sun.portal.admin.common.util.PSX509TrustManager.checkServerTrusted(PSX509TrustManager.java:108)
            at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(SSLContextImpl.java:320)
            at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:841)
            ... 22 moreAnother user of this forum had the same problem it seems - http://forum.java.sun.com/thread.jspa?threadID=5234926 - and reported ..
    BTW, I recreate the key by using your suggestions. and now portal server was configured, up and runningAs suggested we've also recreated the cacao keys:
    cacaoadm create-keys -f The VM we're using was from a template Solaris 10 VM, so we had to change the hostname. As suggested, we also performed a sysuncofig, and also recreated the cacao keys (as above), then installed Application Server, AM SDK (remote) then Portal Server.
    We have been in contact with Sun support, and they have told us to put the machine in DNS (rather than just the hosts file), which we have also done.
    Any ideas?
    FYI
    # hostname
    ps1
    # domainname
    curtin.edu.au
    Edited by: travio on Dec 3, 2007 11:49 PM

  • Portal Server 7.2 + glassfish 2.1

    Hi guys,
    i'm trying to install Portal Server 7.2 on glassfish 2.1.
    I've configured Access Manager on Sun Webserver 7 and if i go to the link http://myhost/amserver the AM login pages is displayed, if i point to http://myhost/amconsole i don't see nothing if don't authenticate first ( i saw that my browser is redirected to http://myhost:58080/amconsole ... ) any how... i've launches the installer for the portar server with a config like this:
    # ./installer -s /portal/portal-7.2-solaris-x86/portal-7.2/PS7.2_Solaris_x86/ps_with_configuration.properties
    # cat /portal/portal-7.2-solaris-x86/portal-7.2/PS7.2_Solaris_x86/ps_with_configuration.properties
    License.license.ACCEPT_LICENSE=0
    ProductSelection.product.PRODUCT_SELECTION=PortalServer
    Common.data.BASEDIR=/opt
    Common.data.CONFIGURE_MODE=CONFIGURE_NOW
    Common.data.DOMAIN=domain.it
    Common.data.HOSTNAME=myhost
    Common.data.IPADDRESS=10.0.9.10
    PortalServerWithoutGateway.data.DEPLOY_URI=/portal
    PortalServerWithoutGateway.data.GATEWAY_PORT=443
    PortalServerWithoutGateway.data.GATEWAY_PROFILE=default
    PortalServerWithoutGateway.data.GATEWAY_PROTOCOL=gateway_protocol_https
    PortalServerWithoutGateway.data.LOG_USER_PASSWORD=mypassword
    PortalServerWithoutGateway.data.LOG_USER_PASSWORD_CONFIRM=b3nedetto
    PortalServerWithoutGateway.data.PORT=8080
    PortalServerWithoutGateway.data.PORTALSERVER_ID=portal1
    PortalServerWithoutGateway.data.PORTALSERVER_INSTANCE_NAME=portal-node-8080
    PortalServerWithoutGateway.data.PROTOCOL=protocol_http
    PortalServerWithoutGateway.data.SEARCHSERVER_ID=search1
    PortalServerWithoutGateway.data.WC_CLUSTER_ID=
    PortalServerWithoutGateway.data.WC_INSTALL_DIR=/opt/SUNWappserver/
    PortalServerWithoutGateway.data.WC_INSTANCE_DIR=/opt/SUNWappserver/domains/domain1
    PortalServerWithoutGateway.data.WC_INSTANCE_DOCROOT=/opt/SUNWappserver/domains/domain1/docroot
    PortalServerWithoutGateway.data.WC_INSTANCE_NAME=server
    WebcontainerAdminServer.data.ADMIN_PASSWORD=adminadmin
    WebcontainerAdminServer.data.ADMIN_USER=admin
    WebcontainerAdminServer.data.HOST=myhost
    WebcontainerAdminServer.data.MASTER_PASSWORD=adminadmin
    WebcontainerAdminServer.data.PORT=4848
    WebcontainerAdminServer.data.PROTOCOL=http
    DSInstalled.data.DIRECTORY_MANAGER_DN=cn\=Directory Manager
    DSInstalled.data.DIRECTORY_MANAGER_PASSWORD=mydspassword
    DSInstalled.data.HOST=myhost
    DSInstalled.data.PORT=389
    DSInstalled.data.ROOT_SUFFIX=dc\=babel,dc\=it
    AMSDKInstalled.data.AMADMIN_DN=uid\=amAdmin,ou\=People,dc\=babel,dc\=it
    AMSDKInstalled.data.AMADMIN_PASSWORD=mydspassword
    AMSDKInstalled.data.AMLDAPUSER_DN=cn\=amldapuser,ou\=DSAME Users,dc\=babel,dc\=it
    AMSDKInstalled.data.AMLDAPUSER_PASSWORD=password
    AMSDKInstalled.data.DIRECTORY_MANAGER_DN=cn\=Directory Manager
    AMSDKInstalled.data.DIRECTORY_MANAGER_PASSWORD=mydspasswordthe procedure fails telling me that the Portal server was not configured and i a look into the logs a find:
    # tail -15  /var/opt/SUNWportal/logs/config/portal.fabric.0.0.log
    [#|2009-09-29T10:59:06.027+0200|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.ValidatePortalInputData; MethodName=validateAMSDK; |PSFB_CSPFC0056:Error while validating the SSO Token.
    com.iplanet.sso.SSOException: Failed to create new Authentication Context: Naming Service is not available.
            at com.sun.portal.util.SSOUtil.createSSOToken(SSOUtil.java:391)
            at com.sun.portal.fabric.config.ValidatePortalInputData.validateAMSDK(ValidatePortalInputData.java:363)
            at com.sun.portal.fabric.config.ValidatePortalInputData.(ValidatePortalInputData.java:288)
            at com.sun.portal.fabric.config.ConfigurePortal.main(ConfigurePortal.java:166)
    |#]
    [#|2009-09-29T10:59:06.028+0200|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.ConfigurePortal; MethodName=main; |PSFB_CSPFC0014:Failed configuring Portal Server!!
    com.sun.portal.fabric.tasks.ConfigurationException: please refer the log file /var/opt/SUNWportal/logs/config/portal.fabric.0.0.log for more information
            at com.sun.portal.fabric.config.ValidatePortalInputData.(ValidatePortalInputData.java:289)
            at com.sun.portal.fabric.config.ConfigurePortal.main(ConfigurePortal.java:166)Any ideas?

    Yes i've tryed the silent mode installation....
    any way i solved deployed access manager in the same webapp container (glassfish) and i used the same amsamplesilent that i posted originally so your advice doesn't match with my current situation.
    Thank you any way!!!
    i've posted another topic because right now i have another issue with :
    [#|2009-09-30T14:23:23.291+0200|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=19;_ThreadName=Thread-128;_RequestID=0c4df50f-db09-4bde-ae4c-954dfebcc577;|WebModule[/portal]PWC1275: Exception sending context initialized event to listener instance of class com.sun.portal.wsrp.consumer.common.WSRPConsumerBootstrap                      
    java.lang.IllegalAccessError: tried to access method com.sun.portal.wsrp.consumer.common.RemoteServiceStubManagerFactory.init()V from class com.sun.portal.wsrp.consumer.common.WSRPConsumerBootstrap                                                                                                                                                                  
            at com.sun.portal.wsrp.consumer.common.WSRPConsumerBootstrap.contextInitialized(WSRPConsumerBootstrap.java:81)                                                             
            at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4632)                                                                                       
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:5312)                                                                                               
            at com.sun.enterprise.web.WebModule.start(WebModule.java:353)                                                                                                              
            at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:989)                                                                                         
            at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:973)                                                                                                 
            at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:704)                                                                                                   
            at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1627)                                                                                               
            at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1232)                                                                                               
            at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:182)                                                            
            at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:278)                                                            
            at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:1005)                                                   
            at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:992)                                                            
            at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:470)                                                                       
            at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:182)                                                                     
            at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:308)                                                 
            at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:231)                                                            
            at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:298)                                                            
            at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:132)                                                                    
            at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)                                                                            
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:966)                                                                   
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:609)                                                                           
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:653)                                                                           
            at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:773)                                                                         
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)                                                                                                             
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)                                                                                           
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)                                                                                   
            at java.lang.reflect.Method.invoke(Method.java:585)                                                                                                                        
            at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:381)                                                                                        
            at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:364)                                                                                        
            at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:477)                                                                                        
            at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)                                                                                        
            at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)                                                                                                      
            ...                                                                 this is a problem with /portal app
    any ideas?

  • Does Portal Server 6 require Communications Express?

    I am trying to do the single install for evaluation in this document:
    Sun Java Enterprise System Technical Note: Deploying Java Enterprise System on a Single Host for Evaluation 2005Q1
    Part Number 819-2201-10
    I undertsand that the OS stated in the doc is solaris 9 but I would like to use solaris 10 or red hat 3. AFAIK all the components are supported by these platforms except communications express which is solaris 9 and red hat 2.
    My question is can I integrate messaging, calendar and instant messaging server with portal server without communications express? And I dont understand why all the components work for solaris 10 and red hat 3 except one.

    Just my 2 cents here on installing portal server and messaging.
    I don't reccommend putting both on the same machine. The Portal Server is quite complex (messaging server is simple by comparison) and you can easily mis-configure Portal Server and lock yourself out of its admin console (I've done it). My PS LDAP has 3200 entries and that's just a base install with NO user data and the sample desktop configured. Keep in mind, the desktop XML is stored in the LDAP, some of those attributes have nearly 2000 lines of data.
    I strongly reccommend using Solaris 10 zones for PS. It is great. take a UFS dump at key points, make a mistake, reload in 20 minutes. I've reloaded/rebuilt my PS zone at least 10 times since I started playing with PS 2005Q1. You could put messaging into a seperate zone on the same machine. It just makes life easier.
    HTH,
    Roger S.

  • Error starting Portal or Commerce Server when Configured for Oracle

    I've been attempting to configure Portal 4.0 to work with Oracle. I'm running Oracle
    8i. I carefully followed the instructions found in "Configuring WebLogic Portal for
    Oracle Databases". Specifically, I setup the tablespaces, connection pools and successfully
    run the scripts to populate the tables. I am confident the Oracle OCI driver is configured
    properly (have done this many times). However, after I make all of the necessary
    changes and launch the server, I receive the following error:
    Starting WebLogic Server ....
    <Jun 26, 2002 4:47:32 AM PDT> <Notice> <Management> <Loading configuration file .\config\wlcsDomain\config.xml
    ..> <Jun 26, 2002 4:47:39 AM PDT> <Emergency> <Server> <Unable to initialize the
    server: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.java:258)
    at weblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.java:258)
    at weblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    The startup appears to have trouble with the RDBMS security realm. I tried a) leaving
    the settings "as-is", configured for Cloudscape, or b) modified to point to my instance
    of Oracle (are their additional things I need to load in Oracle to support it using
    the RDBMS realm). Is there a way I can disable the security realm to at least get
    the server up-and-running (via the web.xml). I've installed and reinstalled many
    times, trying various combinations of things.
    Any help would be hugely appreciated!
    Thanks,
    jeff

    I finally found this bug in the release notes, i'm surprised one of the bea guys couldn't
    answer this....
    "Mike Friesen" <[email protected]> wrote:
    >
    I had the same type of problem with portal 4.0. Trying downloading the
    newest 7.0, I found it works much better.
    Mike
    "K C" <[email protected]> wrote in message news:[email protected]...
    I found this as well. However, i still am not able to run the portal afterconfiguring
    for oracle. While running create_all, i get many errors like "can binda
    LONG value
    only for insert into a LONG column"
    the table are being created, this appears to occur in the "insertingrequired bootstrap
    data" phase.
    thanks
    "Joshua Davies" <[email protected]> wrote:
    You probably followed the instructions too closely. I had the same
    problem,
    due to
    something that's not quite a "bug" in the installation instructions.Look
    back at
    the section "Update Settings for the RDBMS Security Realm" in thedeployment
    guide
    (http://edocs.bea.com/wlp/docs40/deploygd/oraclnew.htm#1039294).
    In the table in step 2, they show the URL on top, and the Driverclassname
    underneath
    it. HOWEVER... on the actual data screen, the Driver is on top and the
    URL is underneath
    it. If you're not being very very careful, it's easy to swap thesetwo
    values
    and put the URL in the Driver input box and the Driver in the URL input
    box. Make
    sure you haven't accidentally done this; if you have, you can stillchange
    this in
    the config.xml file (do a text search for an element RDBMSRealm withan
    "name" attribute
    of "wlcsRealm").
    Verify that it looks like this:
    <RDBMSRealm DatabaseDriver="weblogic.jdbc.oci.Driver"
    DatabaseURL="jdbc:weblogic:oracle"
    Name="wlcsRealm"
    and not this:
    <RDBMSRealm DatabaseDriver="jdbc:weblogic:oracle"
    DatabaseURL="weblogic.jdbc.oci.Driver"
    Name="wlcsRealm"
    Very subtle gotcha...
    "Jeff Davis" <[email protected]> wrote:
    I've been attempting to configure Portal 4.0 to work with Oracle. I'm
    running
    Oracle
    8i. I carefully followed the instructions found in "Configuring WebLogic
    Portal for
    Oracle Databases". Specifically, I setup the tablespaces, connectionpools
    and successfully
    run the scripts to populate the tables. I am confident the Oracle OCIdriver
    is configured
    properly (have done this many times). However, after I make all of thenecessary
    changes and launch the server, I receive the following error:
    Starting WebLogic Server ....
    <Jun 26, 2002 4:47:32 AM PDT> <Notice> <Management> <Loading
    configuration
    file .\config\wlcsDomain\config.xml
    ...> <Jun 26, 2002 4:47:39 AM PDT> <Emergency> <Server> <Unable toinitialize
    the
    server: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError:Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError:Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    atweblogic.security.SecurityService.initializeRealm(SecurityService.java:258)
    atweblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError:Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    atweblogic.security.SecurityService.initializeRealm(SecurityService.java:258)
    atweblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    The startup appears to have trouble with the RDBMS security realm. Itried
    a) leaving
    the settings "as-is", configured for Cloudscape, or b) modified to point
    to my instance
    of Oracle (are their additional things I need to load in Oracle tosupport
    it using
    the RDBMS realm). Is there a way I can disable the security realm toat
    least get
    the server up-and-running (via the web.xml). I've installed andreinstalled
    many
    times, trying various combinations of things.
    Any help would be hugely appreciated!
    Thanks,
    jeff

  • Configure WebSphere Portal Server to use LDAP (Oracle Internet Directory)

    I did configuration for WebSphere Portal to use security with LDAP Oracle Internet Directory (OID). The script for configuring works well (WPSConfig.bat action-secure-portal-ldap)
    But when i start Portal Server it cannot start successfully. I did check in log file and found a error on SystemOut.log as attachment log below. I don't know what happen with WebSphere Portal Server.
    If you guys know how to fix it please let me know or point me some documents to configure this again.
    Thanks in advanced.
    Servlet E com.ibm.wps.engine.Servlet init EJPFD0016E: Initialization of service failed.
    com.ibm.wps.ac.DomainAdministratorNotFoundException: EJPSB0107E: Exception occurred while retrieving the identity of the domain adminuser/admingroup uid=wpsadmin,cn=Users,dc=localhost,dc=com.

    There is no clear documentation available to enable custom security but IBM info center has decent documentation for LDAP based security. I would say follow the steps mentioned for IBM directory and then modify the necessary configuration parameters for OID. This should solve your issues. For better help open a PMR with IBM to get necessary quick help.

  • Error while Starting Sun One Portal Server 6.0

    Hi Everyone,
    I am trying to install Sun One Portal Server 6.0 Installation. When I start the server (./amserver startall) , I am getting the following in the console
    =========================
    starting auth helpers ...
    done.
    checking for directory server ... directory server already running
    done
    starting web server ... iPlanet-WebServer-Enterprise/6.0SP10 B10/12/2005 00:16
    warning: daemon is running as super-user
    [LS ls1] http://test.myserver.com, port 80 ready to accept requests
    java.lang.NoSuchMethodError: Service
    unable to start
    iPlanet-WebServer-Enterprise/6.0SP10 B10/12/2005 00:16
    warning: daemon is running as super-user
    [LS ls1] http://test.myserver.com, port 8089 ready to accept requests
    java.lang.NoSuchMethodError: Service
    unable to start
    done.
    =========================================================
    When I check in the error log, I am getting the following error message
    ========================================================
    [18/Jul/2008:13:14:42] info (11354): successful server startup
    [18/Jul/2008:13:14:42] info (11354): iPlanet-WebServer-Enterprise/6.0SP10 B10/12/2005 00:16
    [18/Jul/2008:13:14:42] info (11355): Installing a new configuration
    [18/Jul/2008:13:14:42] info (11355): [LS ls1] http://test.myserver.com, port 80 ready to accept requests
    [18/Jul/2008:13:14:42] info (11355): A new configuration was successfully installed
    [18/Jul/2008:13:14:43] failure (11355): Internal error: Unable to find required methods in Java classes
    [18/Jul/2008:13:14:43] failure (11355): Late initialization failed: Error running init function(late) NSServletLateInit: unknown error
    =========================================================================
    Can anybody tell me what could be issue?
    Thanks in Advance.......

    This error is solved.However I don't know about the root cause. We tried using some LDAP server. Then this error get resolved.
    Edited by: Jeya_14 on 31 Jul, 2008 9:09 AM

  • Error in Maintaining Portal Server setting in portal

    Hi all,
    Here I am facing an issue in BI and portal connectivity:
    Status 3: Maintain Portal Server Settings for Portal   
    URL Prefix (ABAP) must have domain (profile parameter icm/host_name_full)
    Domain of URL Prefix (ABAP) and URL Prefix (Portal) must be identical
    The overview of RSPOR_SETUP shows that the comparison of domains on abap and portal is not correct:
    Checks for Step 3 - Maintain Portal Server Settings for Portal
    1. Compare Domains of URL Prefixes (ABAP and Portal)
       Domain of URL Prefix (ABAP):   bcs
       Domain of URL Prefix (Portal): bi.com
    We have been maintaining the FQDN in host file as bcs.bi.com and it pings successfully. Profile parameter icm/host_name_full is set with subsequent system restart.
    As of table RSPOR_T_PORTAL the URL is already stated as http://bcs.bi.com:50000.
    Please advise how to fix this error.
    Kind regards.

    Hi Saurabh,
    Sorry for late response. Following is the error message from desktopsupport tool.
    +Status      Message+
    ++RED           The iView at 'com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.rritransaction does not have necessary permissions for being called directly     Add 'End User' permission for user group 'Everyone' to iView at 'com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.rritransaction'     ++
    +RED           The BI Report-Report Interface iView does not have the necessary permissions for being called directly.     See note 983683 for details     Display note 983683+
    It is here at this point when I followed the note 983683, logged on to portal with j2ee_admin, followed the path to add necessary permission i.e. group 'Everyone', only to find that on permissions page both "Add" and "Remove" functions (buttons) are grayed out (disabled).
    My guess is perhaps it's due to j2ee_admin missing permission. Please suggest how to enable "Add"/"Remove" functions on System Configuration>Permission>Portal Content>Systemlandscape>open permission page.
    Regards.

  • Fix:  Portal Server on Linux (Start-up JVM Crash Error!)

    A Long problem with the Sun JVM for Linux is the implementation of the
    Hotspot Server. I just ran into this problem on Service Pack1 of Portal
    Server on Linux and I am sure more will. So I offer this advise.
    On Linux your Sun JVM will crash with the -server option on the Java
    COmmand-line.
    The Best place to remove this is in the set-environment.sh file where
    you have an option to change the Java VM Options. Remove the "-server"
    option from the Linux Case Variable.
    ==================================================================================
    Stack Dump Of JVM Crashing
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002C4
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.3.1_02-b02 mixed mode)
    # An error report file has been saved as hs_err_pid4244.log.
    # Please refer to the file for further information.
    Weblogic Stack Dump
    ==================================================================================
    <Feb 22, 2002 10:43:41 AM EST> <Notice> <Management> <Loading
    configuration file ./config/portalDomain/config.xml ...>
    Unexpected Signal : 11 occurred at PC=0x40359322
    Function
    name=build_loop_late__14PhaseIdealLoopP4NodeR9VectorSetR9Node_ListPC14PhaseIdealLoop
    Library=/usr/local/jdk1.3.1_02/jre/lib/i386/server/libjvm.so
    Current Java thread:
         at weblogic.management.internal.Helper.checkPermission(Helper.java:1510)
         at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:577)
         at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:352)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:449)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:190)
         at $Proxy10.registerConfigMBean(Unknown Source)
         at
    weblogic.management.internal.ConfigurationMBeanImpl.registerForAdminChanges(ConfigurationMBeanImpl.java:187)
         at
    weblogic.management.internal.ConfigurationMBeanImpl.preRegister(ConfigurationMBeanImpl.java:138)
         at
    com.sun.management.jmx.MBeanServerImpl.preRegisterInvoker(MBeanServerImpl.java:2245)
         at
    com.sun.management.jmx.MBeanServerImpl.registerMBean(MBeanServerImpl.java:864)
         at
    weblogic.management.internal.RemoteMBeanServerImpl.registerMBean(RemoteMBeanServerImpl.java:177)
         at weblogic.management.Admin.start(Admin.java:382)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:372)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
         at weblogic.Server.main(Server.java:35)
    Dynamic libraries:
    08048000-0804c000 r-xp 00000000 03:05 1999297
    /usr/local/jdk1.3.1_02/bin/i386/native_threads/java
    0804c000-0804d000 rw-p 00003000 03:05 1999297
    /usr/local/jdk1.3.1_02/bin/i386/native_threads/java
    40000000-40016000 r-xp 00000000 03:05 278541 /lib/ld-2.2.4.so
    40016000-40017000 rw-p 00015000 03:05 278541 /lib/ld-2.2.4.so
    40018000-40019000 r--p 00000000 03:05 2293840
    /usr/lib/locale/en_US/LC_IDENTIFICATION
    40019000-4001a000 r--p 00000000 03:05 1311271
    /usr/lib/locale/en_US/LC_MEASUREMENT
    4001a000-4001b000 r--p 00000000 03:05 2179084
    /usr/lib/locale/en_US/LC_TELEPHONE
    4001b000-4001c000 r--p 00000000 03:05 2179378
    /usr/lib/locale/en_US/LC_ADDRESS
    4001c000-4001d000 r--p 00000000 03:05 2179377
    /usr/lib/locale/en_US/LC_NAME
    4001d000-4001e000 r--p 00000000 03:05 819215
    /usr/lib/locale/en_US/LC_PAPER
    4001e000-4001f000 r--p 00000000 03:05 2228231
    /usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
    4001f000-40020000 r--p 00000000 03:05 1310740
    /usr/lib/locale/en_US/LC_MONETARY
    40020000-40021000 r--p 00000000 03:05 2294287
    /usr/lib/locale/en_US/LC_TIME
    40021000-40022000 r--p 00000000 03:05 2588686
    /usr/lib/locale/en_US/LC_NUMERIC
    40022000-40023000 r-xp 00000000 03:05 377830
    /app/bea/wlserver6.1/lib/linux/i686/libterminalio.so
    40023000-40024000 rw-p 00000000 03:05 377830
    /app/bea/wlserver6.1/lib/linux/i686/libterminalio.so
    40024000-40033000 r-xp 00000000 03:05 278589 /lib/libpthread-0.9.so
    40033000-4003b000 rw-p 0000e000 03:05 278589 /lib/libpthread-0.9.so
    4003b000-40044000 r-xp 00000000 03:05 1458520
    /usr/local/jdk1.3.1_02/jre/lib/i386/native_threads/libhpi.so
    40044000-40045000 rw-p 00008000 03:05 1458520
    /usr/local/jdk1.3.1_02/jre/lib/i386/native_threads/libhpi.so
    40045000-403c4000 r-xp 00000000 03:05 1736988
    /usr/local/jdk1.3.1_02/jre/lib/i386/server/libjvm.so
    403c4000-40518000 rw-p 0037e000 03:05 1736988
    /usr/local/jdk1.3.1_02/jre/lib/i386/server/libjvm.so
    40530000-40533000 r-xp 00000000 03:05 278557 /lib/libdl-2.2.4.so
    40533000-40534000 rw-p 00002000 03:05 278557 /lib/libdl-2.2.4.so
    40534000-40668000 r-xp 00000000 03:05 278553 /lib/libc-2.2.4.so
    40668000-4066e000 rw-p 00133000 03:05 278553 /lib/libc-2.2.4.so
    40673000-40686000 r-xp 00000000 03:05 278562 /lib/libnsl-2.2.4.so
    40686000-40687000 rw-p 00012000 03:05 278562 /lib/libnsl-2.2.4.so
    40689000-406ab000 r-xp 00000000 03:05 278559 /lib/libm-2.2.4.so
    406ab000-406ac000 rw-p 00021000 03:05 278559
    /lib/libm-2.2.4.so406ac000-406e0000 r-xp 00000000 03:05 328177
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    406e0000-406ec000 rw-p 00033000 03:05 328177
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    406ee000-406ff000 r-xp 00000000 03:05 672226
    /usr/local/jdk1.3.1_02/jre/lib/i386/libverify.so
    406ff000-40701000 rw-p 00010000 03:05 672226
    /usr/local/jdk1.3.1_02/jre/lib/i386/libverify.so
    40701000-40722000 r-xp 00000000 03:05 672227
    /usr/local/jdk1.3.1_02/jre/lib/i386/libjava.so
    40722000-40724000 rw-p 00020000 03:05 672227
    /usr/local/jdk1.3.1_02/jre/lib/i386/libjava.so
    40725000-40739000 r-xp 00000000 03:05 672228
    /usr/local/jdk1.3.1_02/jre/lib/i386/libzip.so
    40739000-4073c000 rw-p 00013000 03:05 672228
    /usr/local/jdk1.3.1_02/jre/lib/i386/libzip.so
    4073c000-4146d000 r--s 00000000 03:05 82306
    /usr/local/jdk1.3.1_02/jre/lib/rt.jar
    4149a000-4173f000 r--s 00000000 03:05 82307
    /usr/local/jdk1.3.1_02/jre/lib/i18n.jar
    4173f000-41755000 r--s 00000000 03:05 82294
    /usr/local/jdk1.3.1_02/jre/lib/sunrsasign.jar
    4f8bf000-4f8ea000 r--p 00000000 03:05 2588691
    /usr/lib/locale/en_US/LC_CTYPE
    4f8ea000-4f8f0000 r--p 00000000 03:05 1015824
    /usr/lib/locale/en_US/LC_COLLATE
    4f8f0000-4f8f9000 r--s 00000000 03:05 378091
    /app/bea/wlportal4.0/lib/campaign_system.jar
    4f8fc000-4f906000 r-xp 00000000 03:05 278578 /lib/libnss_files-2.2.4.so
    4f906000-4f907000 rw-p 00009000 03:05 278578 /lib/libnss_files-2.2.4.so
    4f907000-4f921000 r--s 00000000 03:05 378106
    /app/bea/wlportal4.0/lib/commerce_system.jar
    4f921000-4f933000 r--s 00000000 03:05 378145
    /app/bea/wlportal4.0/lib/patches.jar
    4f933000-4f9a1000 r--s 00000000 03:05 378144
    /app/bea/wlportal4.0/lib/p13n_system.jar
    4f9a1000-4f9d8000 r--s 00000000 03:05 378108
    /app/bea/wlportal4.0/lib/ext/HTTPClient.jar
    4f9d8000-4f9ec000 r--s 00000000 03:05 378110
    /app/bea/wlportal4.0/lib/ext/jdom.jar
    4f9ec000-4fa09000 r--s 00000000 03:05 378113
    /app/bea/wlportal4.0/lib/ext/wlcsparsers.jar
    4fa09000-4fa11000 r--s 00000000 03:05 378161
    /app/bea/wlportal4.0/lib/portal_system.jar
    4fa11000-51210000 r--s 00000000 03:05 377880
    /app/bea/wlserver6.1/lib/weblogic.jar
    5126f000-51346000 r--s 00000000 03:05 377884
    /app/bea/wlserver6.1/lib/xmlx.jar
    51346000-5134f000 r-xp 00000000 03:05 672231
    /usr/local/jdk1.3.1_02/jre/lib/i386/libnet.so
    5134f000-51350000 rw-p 00008000 03:05 672231
    /usr/local/jdk1.3.1_02/jre/lib/i386/libnet.so
    517c5000-519cb000 r--s 00000000 03:05 2048809
    /app/bea/wlserver6.1/samples/eval/cloudscape/lib/cloudscape.jar
    519cb000-51b98000 r--s 00000000 03:05 2048859
    /app/bea/wlserver6.1/samples/eval/cloudscape/lib/tools.jar
    51b98000-51bd8000 r--s 00000000 03:05 2048808
    /app/bea/wlserver6.1/samples/eval/cloudscape/lib/client.jar
    51d00000-5217f000 r--s 00000000 03:05 639310
    /usr/local/jdk1.3.1_02/lib/tools.jar

    Hello Brossier,
                           We can't fix that issue finally we reinstalled portal server.
    Better you raise ticket to SAP may be they ll fix.
    Best Regards,
    Navaneethan

Maybe you are looking for

  • Installation of SAP Netweaver 7.0 with SAP R/3 Enterprise 4.70 backend

    Hello everybody, I need to install an SAP Netweaver 7.0 environment for a client who is currently using SAP R/3 Enterprise 4.70. However, I couldn't find any document about the compatibility of the two. Does anybody know if it is possible to connect

  • Unit test with JUnit

    Hi all, I use Eclipse IDE: Eclipse Java EE IDE for Web Developers. Version: Indigo Release I use JUnit 4. For project properties> Java Build Path> Libraries: I have JUnit4 added. Also under the same tab: Maven Dependencies> I have junit-4.8.2.jar In

  • Driver for hp 54845A?

    i'm searching for a gpib-driver for the oscilloscope hp 54845A. i'm using labview 5.0.1 and 6.i. can somebody help me.

  • Printer Profiles for Epson R260

    I need to download UCC Printer Profiles for my Epson 260. But the website doesn't list any. It does show profiles for the R2200. Where are they?

  • I keep getting the warning the dmg files aren't recognized

    Is anyone else having issues with .dmg not being recognized? I am currently trying to open an updated xcode .dmg and it is not working.