Provider Portet communication on sun portal server 7.0

I have deployed a portlet over my portal server.
I have some of my attributes set in my provider context using:-
getProviderContext().setSessionProperty("ABC","XYZ");
i am nt able to access this attribute inside the portlet deployed in same container.....
Is there any way that i cud pass my data from container or from any channel to my portlet deployed in same container....
Kind reply as soon as possible....Itz urgent....
thnx...

hold everything tracy jones.
It would help if each of the web server containers could actually resolve the ip address of each of the other named hosts in the cluster.
Genius on my part, sorry for the giant waste of time.
Log file wasnt amazingly helpful, but hey, we live and learn.
So , now , I have the web servers up and running, they connect, the works, but after a while, during what I suspect is the first replication attempt I get:
service-j2ee reports: REPL0070: Received Transport Exception [Error unmarshaling return header; nested exception is:
        java.io.IOException: REPL0057: Illegal block size]
java.io.IOException: REPL0057: Illegal block size
at com.sun.web.replication.transport.rmi.encryption.LWSFCipherInputStream.read(LWSFCipherInputStream.java:92)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:517)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
Update: when I turn encryption off, the message goes away, but now Im getting some very odd out of sequence errors when fetching static content!
Message was edited by:
finbarro

Similar Messages

  • Creation and deployment of web services on sun portal server

    Hi
    can you please tell me.
    How we can create and deploy web service on sun portal server.
    or provide me some document or URL, so that I can proceed forward
    Thanks
    Vikram

    Hi
    can you please tell me.
    How we can create and deploy web service on sun portal server.
    or provide me some document or URL, so that I can proceed forward
    Thanks
    Vikram

  • Proxy/Provider Portlets on same/multiple Portal Server instances

    Hello All,
    I would like to the Pros and Cons for the following architectural scenarios:
    Proxy Portlets and Provider Portlets on the same Portal Server Instance
    Vs
    Proxy Portlets and Provider Portlets on different Portal Server Instances
    Can some one explain me the same?
    Thanks a ton!
    Ananth

    Hi
    This seems like an architecture question. The best place to post this is @ http://swforum.sun.com/jive/forum.jspa?forumID=80
    Thanks
    Srini

  • Survey : Features of Sun Portal Server 7

    Dear All,
    I am doing a survey on the user friendlinest as well as the features of the sun portal server 7.
    1. What is the feature that attracts you the most? Why?
    2. What is the feature that least attracts you? Why?
    3. What is the ranking given on GUI design based on usability & friendlinest ? (1-5 ; 1 being the highest)
    Please add on anything that you feel important. Your feedback will be our deciding factor on implementing this portal.
    Really appreciate the feedback.
    Sincere Regards,
    Easwary
    Message was edited by:
    easwary

    Love the wiki portlet feature in sun portal server .. It uses jspwiki and has xinha HTML Editor (with insert portlet option where in you can insert any portlet channel within your wiki page)
    If you are considering more community features then probably you should have a look at 7.1u1 (to be released soon) which is web2.0 rich
    More here..
    http://developers.sun.com/portalserver/reference/faqs/index.jsp#q1
    https://portal.dev.java.net/public/Roadmap.html

  • Creator2 JSF implementation in portlets deployed to Sun Portal Server 6.2

    Hi all,
    I have a portlet created with Sun Java Studio Creator 2 EA2 and I want to run it on Sun Portal Server 6.2. It works fine with standard JSF implementation (a corrected version, where web.xml replaced with a simple version for standars JSF without pluto servlet) but it throws the following exception with the com.sun.web.ui.* implementation:
    [#|2005-11-26T19:24:43.822+0100|SEVERE|sun-appserver-ee8.1_02|javax.enterprise.system.container.web|_ThreadID=13;|WebModule[/UserInfoPortlet]com.sun.web.ui.component.Form
    javax.faces.FacesException: Can't instantiate class: 'com.sun.web.ui.component.Form'.
            at com.sun.faces.application.ApplicationImpl.newThing(ApplicationImpl.java:728)
            at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:352)
            at com.sun.faces.config.ConfigureListener.verifyObjects(ConfigureListener.java:1068)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:342)
            at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4010)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:4522)
            at com.sun.enterprise.web.WebModule.start(WebModule.java:241)
            at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:827)
            at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:125)
            at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:147)
            at java.security.AccessController.doPrivileged(Native Method)
            at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:809)
            at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
            at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1298)
            at com.sun.enterprise.web.HttpServiceWebContainer.loadWebModule(HttpServiceWebContainer.java:818)
            at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1025)
            at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:160)
            at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:238)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:918)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:905)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:427)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:139)
            at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:288)
            at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:155)
            at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:258)
            at com.sun.enterprise.deployment.phasing.StartPhase.runPhase(StartPhase.java:87)
            at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:71)
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:633)
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:361)
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:396)
            at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:702)
            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:302)
            at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:357)
            at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
            at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
            at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
            at $Proxy1.invoke(Unknown Source)
            at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:272)
            at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:38)
            at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:92)
            at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:69)
            at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:94)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
            at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
            at java.security.AccessController.doPrivileged(Native Method)
            at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
            at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
            at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
            at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
            at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
            at java.security.AccessController.doPrivileged(Native Method)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
            at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:226)
            at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2071)
    |#]My test was the sample web application described at http://developers.sun.com/prodtech/javatools/jscreator/ea/jsc2/learning/tutorials/portlets.html . In the working standard test application I put portlet.jar and jsf-portlet.jar into the .war file, in the extended JSF implementation I put com-sun-web-ui-appbase.jar and webui.jar too.
    Has anybody used it or knows the solution?
    Thanks,
    Jozsef Borcsok

    A Free 90-day trial of Sun Java[tm] Studio Enterprise 7 is available for the Solaris and Windows platforms in three languages - English, Japanese, and Simplified Chinese.
    http://www.sun.com/download/products.xml?id=41ba2d7f
    Sun Java Studio Enterprise 7 2004Q4, File 1, Multilanguage (jstudio_ent_04Q4-ga-win-1.zip, 329.44 MB)
    Sun Java Studio Enterprise 7 2004Q4, File 2, Multilanguage (jstudio_ent_04Q4-ga-win-2.zip, 371.50 MB)

  • Sun Portal Server 7

    Hi,
    I know I'm in the wrong channel here, but would like to know if there is any support forums for Sun Portal Server 7 by Sun or any other forum. Currently deploying my struts application on to the Server, need assistance.

    http://swforum.sun.com/jive/forum.jspa?forumID=225
    has been created for Portal Server 7 recently.
    -Bernhard

  • Sun portal server 7.1 + Internet explorer 8

    Hello ,i am using Sun Portal Server 7.1 and i would like to know if there will have a patch for IE 8 compatibility.
    I ve got many users on IE 8 and they ve got some troubles to display correctly some part of the portal.
    Does anyone know if Sun will release a patch for SPS7.1 / IE 8 ?

    Hello.
    I have been working on SPS7.1 for a while and everything displays correctly in both IE6, 7, 8, Firefox 1.5+, Safari 2+, etc.
    Didn't you customize your portal ?
    In this case, you may have to check your own CSS and JS on IE8. In my case, there were only a few issues that were resolved by reverting to CSS2 strict compliance and taking care of margins and paddings.
    Good luck.

  • Error in running sun portal server 7.2 on windows platform

    I have downloaded portal-7.2-windows-x86.zip
    Extract it at C:\
    Run C:\PS7.2\setup.bat
    Opened: http://localhost:8080/portal/dt
    The following error was displayed:
    type Exception report
    message description
    The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: PWC1391: Servlet.init() for servlet desktopServlet threw exception
    root cause
    com.sun.portal.desktop.context.ContextError: PSDesktopContextFactory.getDesktopAppContext():
    root cause
    java.lang.NoClassDefFoundError: Could not initialize class com.sun.identity.sm.SMSEntry
    note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server 9.1_01 logs.When i opened the http://localhost:8080/psconsole
    and Logged in as amadmin/password
    an error was displayed
    Authentication Failed
    Please reenter username and password
    How to solve this problem?

    Here is server.log
    Jul 27, 2008 8:55:04 AM com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
    INFO:
    C:/PS7.2/java/jdk1.6\bin\java
    -Dcom.sun.aas.instanceRoot=C:/PS7.2/appserver/domains/domain1
    -DLOG_COMPATMODE=Off
    -Dcom.iplanet.am.serverMode=true
    -Dcom.sun.aas.ClassPathPrefix=C:/PS7.2/appserver/lib/jsf-api.jar;C:/PS7.2/share/lib/sax.jar;C:/PS7.2/share/lib/dom.jar;C:/PS7.2/share/lib/saaj-api.jar;C:/PS7.2/share/lib/saaj-impl.jar;C:/PS7.2/share/lib/commons-logging.jar;
    -Dcom.sun.aas.ClassPathSuffix=;C:/PS7.2/share/lib/ldapjdk.jar;C:/PS7.2/share/lib/jss4.jar;C:/PS7.2/share/lib/xmlsec.jar;C:/PS7.2/share/lib/xalan.jar;C:/PS7.2/share/lib/dom.jar;C:/PS7.2/share/lib/saaj-api.jar;C:/PS7.2/share/lib/jaxrpc-api.jar;C:/PS7.2/share/lib/jaxrpc-impl.jar;C:/PS7.2/share/lib/jaxrpc-spi.jar;C:/PS7.2/share/lib/saaj-impl.jar;C:/PS7.2/share/lib/mail.jar;C:/PS7.2/share/lib/activation.jar;C:/PS7.2/share/lib/xsdlib.jar;C:/PS7.2/share/lib/jaxb-api.jar;C:/PS7.2/share/lib/jaxb-impl.jar;C:/PS7.2/share/lib/jaxb-libs.jar;C:/PS7.2/share/lib/jaxb-xjc.jar;C:/PS7.2/share/lib/relaxngDatatype.jar;C:/PS7.2/share/lib/jdmkrt.jar;C:/PS7.2/share/lib/jmxremote.jar;C:/PS7.2/share/lib/jmx.jar;C:/PS7.2/share/lib/jaxp-api.jar;C:/PS7.2/share/lib/sax.jar;C:/PS7.2/share/mfwk/lib/xercesImpl.jar;C:/PS7.2/share/mfwk/lib/mfwk_instrum_tk.jar;C:/PS7.2/identity/lib/am_sdk.jar;C:/PS7.2/identity/lib/am_services.jar;C:/PS7.2/identity/lib/am_sso_provider.jar;C:/PS7.2/identity/lib/am_logging.jar;C:/PS7.2/identity/lib/amclientsdk.jar;C:/PS7.2/identity/lib/jaas.jar;C:/PS7.2/identity/lib/swec.jar;C:/PS7.2/identity/lib/acmecrypt.jar;C:/PS7.2/identity/lib/iaik_ssl.jar;C:/PS7.2/identity/lib/iaik_jce_full.jar;C:/PS7.2/identity/lib/jax-qname.jar;C:/PS7.2/identity/lib/namespace.jar;C:/PS7.2/share/MobileAccess/lib/wireless_rendering.jar;C:/PS7.2/share/MobileAccess/lib/wireless_rendering_util.jar;C:/PS7.2/share/MobileAccess/lib/mobile_services.jar;C:/PS7.2/share/MobileAccess/lib/ccpp-1_0.jar;C:/PS7.2/share/MobileAccess/lib/ccpp-ri-1_0.jar;C:/PS7.2/share/MobileAccess/lib/jena-1.4.0.jar;C:/PS7.2/share/MobileAccess/lib/rdffilter.jar;C:/PS7.2/identity/lib/mobile_identity.jar;C:/PS7.2/identity/config;C:/PS7.2/identity/locale;C:/PS7.2/share/lib/;C:/PS7.2/identity/lib/;;C:/PS7.2/portal/lib/db.jar;;C:/PS7.2/portal/config;C:/PS7.2/portal/lib;C:/PS7.2/portal/lib/communitymc.jar;C:/PS7.2/portal/lib/jpox.jar;C:/PS7.2/portal/lib/jdo2.jar;C:/PS7.2/portal/lib/ps_util.jar;C:/PS7.2/portal/lib/pslogcommon.jar;C:/PS7.2/portal/lib/ubt.jar;C:/PS7.2/portal/lib/portletinterceptor.jar;C:/PS7.2/portal/lib/jdom.jar;C:/PS7.2/portal/lib/container.jar;C:/PS7.2/portal/lib/portlet20.jar;C:/PS7.2/portal/lib/java-portlet-container.jar;C:/PS7.2/portal/lib/portletserviceprovision.jar;C:/PS7.2/portal/lib/communitymgmnt-api.jar;C:/PS7.2/portal/lib/communityadmin.jar;C:/PS7.2/portal/lib/ssoadapter.jar;C:/PS7.2/portal/lib/psamsdk.jar;C:/PS7.2/portal/lib/log4j.jar;C:/PS7.2/portal/lib/credentialvault.jar;C:/PS7.2/appserver/javadb/lib/derbyclient.jar;C:/PS7.2/portal/lib/defaulttheme.jar;C:/PS7.2/share/cacao_2/lib/cacao_cacao.jar;C:/PS7.2/share/cacao_2/share/lib/cacao_cacao.jar;jesmf.lib.location/mfwk_instrum_tk.jar;C:/PS7.2/portal/lib/saw-api.jar;C:/PS7.2/portal/lib/mirage-api.jar;C:/PS7.2/portal/lib/mirage-jcr-impl.jar;C:/PS7.2/portal/lib/jcr.jar;C:/PS7.2/portal/lib/freemarker.jar;
    -Dcom.sun.aas.ServerClassPath=
    -Dcom.sun.aas.classloader.appserverChainJars.ee=
    -Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
    -Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
    -Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
    -Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
    -Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/PS7.2/appserver/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,/lib/mfwk_instrum_tk.jar
    -Dcom.sun.aas.classloader.serverClassPath=C:/PS7.2/appserver/lib/install/applications/jmsra/imqjmsra.jar,C:/PS7.2/appserver/imq/lib/jaxm-api.jar,C:/PS7.2/appserver/imq/lib/fscontext.jar,C:/PS7.2/appserver/imq/lib/imqbroker.jar,C:/PS7.2/appserver/imq/lib/imqjmx.jar,C:/PS7.2/appserver/lib/ant/lib/ant.jar,C:/PS7.2/appserver/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
    -Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,/lib/mfwk_instrum_tk.jar
    -Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/PS7.2/java/jdk1.6/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/PS7.2/appserver/imq/lib/jaxm-api.jar,C:/PS7.2/appserver/imq/lib/fscontext.jar,C:/PS7.2/appserver/imq/lib/imqbroker.jar,C:/PS7.2/appserver/imq/lib/imqjmx.jar,C:/PS7.2/appserver/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/PS7.2/appserver/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/PS7.2/appserver/updatecenter/lib/updatecenter.jar,C:/PS7.2/appserver/jbi/lib/jbi.jar,C:/PS7.2/appserver/imq/lib/imqjmx.jar,C:/PS7.2/appserver/lib/ant/lib/ant.jar,dbschema.jar
    -Dcom.sun.aas.configName=server-config
    -Dcom.sun.aas.configRoot=C:/PS7.2/appserver/config
    -Dcom.sun.aas.defaultLogFile=C:/PS7.2/appserver/domains/domain1/logs/server.log
    -Dcom.sun.aas.domainName=domain1
    -Dcom.sun.aas.installRoot=C:/PS7.2/appserver
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -Dcom.sun.aas.promptForIdentity=true
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
    -Dcom.sun.enterprise.server.ss.ASQuickStartup=false
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Dcom.sun.portal.instance.id=psinstance
    -Dcom.sun.portal.log.config.file=C:/PS7.2/portal/data/portals/portal1/config/PSLogConfig.properties
    -Dcom.sun.portal.portal.id=portal1
    -Dcom.sun.updatecenter.home=C:/PS7.2/appserver/updatecenter
    -Ddomain.name=domain1
    -Djava.awt.headless=true
    -Djava.endorsed.dirs=C:/PS7.2/appserver/lib/endorsed
    -Djava.ext.dirs=C:/PS7.2/java/jdk1.6/lib/ext;C:/PS7.2/java/jdk1.6/jre/lib/ext;C:/PS7.2/appserver/domains/domain1/lib/ext;C:/PS7.2/appserver/javadb/lib
    -Djava.library.path=C:\PS7.2\share\lib;C:\PS7.2\appserver\lib;.;C:/PS7.2/portal/lib;C:\PS7.2\appserver\bin;C:\PS7.2\portal\lib;C:\PS7.2\share\lib
    -Djava.protocol.handler.pkgs=com.iplanet.services.comm
    -Djava.security.auth.login.config=C:/PS7.2/appserver/domains/domain1/config/login.conf
    -Djava.security.policy=C:/PS7.2/appserver/domains/domain1/config/server.policy.disable
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Djavax.net.ssl.keyStore=C:/PS7.2/appserver/domains/domain1/config/keystore.jks
    -Djavax.net.ssl.trustStore=C:/PS7.2/appserver/domains/domain1/config/cacerts.jks
    -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
    -Djmx.invoke.getters=true
    -Dorg.jackrabbit.useDataStore=false
    -Ds1is.java.util.logging.config.class=com.sun.identity.log.s1is.LogConfigReader
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -server
    -XX:+UnlockDiagnosticVMOptions
    -XX:MaxPermSize=192m
    -Xmx512m
    -XX:NewRatio=2
    -Xms512m
    -Xss128k
    -XX:NewSize=168M
    -XX:MaxNewSize=168M
    -XX:PermSize=192M
    -XX:MaxPermSize=192M
    -XX:+DisableExplicitGC
    -XX:SoftRefLRUPolicyMSPerMB=0
    -XX:+PrintGCTimeStamps
    -XX:+PrintHeapAtGC
    -XX:+PrintClassHistogram
    -Xloggc:C:/PS7.2/appserver/domains/domain1/logs/gc.log
    -XX:+LogVMOutput
    -XX:LogFile=C:/PS7.2/appserver/domains/domain1/logs/jvm.log
    -cp
    C:/PS7.2/appserver/lib/jhall.jar;C:\PS7.2\appserver\lib\appserv-launch.jar;C:/PS7.2/share/MobileAccess/config
    com.sun.enterprise.server.PELaunch
    start
    [#|2008-07-27T08:55:10.154+0200|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server 9.1_01 (build b09d-fcs) ...|#]
    [#|2008-07-27T08:55:11.338+0200|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=11;_ThreadName=pool-1-thread-2;com.sun.enterprise.interceptor.DynamicInterceptor;|MBeanServer started: com.sun.enterprise.interceptor.DynamicInterceptor|#]
    [#|2008-07-27T08:55:12.614+0200|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Server VM;1.6.0_10-ea;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.6.0_10-ea] from [Sun Microsystems Inc.]|#]
    [#|2008-07-27T08:55:12.952+0200|INFO|sun-appserver9.1|javax.enterprise.system.core.security|_ThreadID=12;_ThreadName=pool-1-thread-4;|SEC1002: Security Manager is OFF.|#]
    [#|2008-07-27T08:55:13.013+0200|INFO|sun-appserver9.1|javax.enterprise.resource.jms|_ThreadID=13;_ThreadName=pool-1-thread-7;|Using MQ RA for Broker lifecycle control|#]
    [#|2008-07-27T08:55:21.469+0200|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|C:/PS7.2/appserver/domains/domain1/config/.__com_sun_appserv_pid|#]
    [#|2008-07-27T08:55:23.007+0200|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:SunoneInterceptor is now enabled|#]
    [#|2008-07-27T08:55:23.698+0200|INFO|sun-appserver9.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2008-07-27T08:55:25.297+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114: SSO is disabled in virtual server [server]|#]
    [#|2008-07-27T08:55:25.328+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114: SSO is disabled in virtual server [__asadmin]|#]
    [#|2008-07-27T08:55:28.680+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false|#]
    [#|2008-07-27T08:55:31.247+0200|INFO|sun-appserver9.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]
    [#|2008-07-27T08:55:32.231+0200|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans started|#]
    [#|2008-07-27T08:55:33.753+0200|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=14;_ThreadName=Thread-15;service:jmx:rmi:///jndi/rmi://M_FAROUK.unitedofoq.com:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://M_FAROUK.unitedofoq.com:8686/jmxrmi].  This is where the remote administrative clients should connect using the standard JMX connectors|#]
    [#|2008-07-27T08:55:33.753+0200|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=14;_ThreadName=Thread-15;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]
    [#|2008-07-27T08:55:34.983+0200|INFO|sun-appserver9.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ps-engpc2:7676/|#]
    [#|2008-07-27T08:55:35.075+0200|INFO|sun-appserver9.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]
    [#|2008-07-27T08:55:36.428+0200|INFO|sun-appserver9.1|com.sun.mfwk.Mfwk MfConfig|_ThreadID=10;_ThreadName=main;|url: jar:file:/C:/PS7.2/share/mfwk/lib/mfwk_instrum_tk.jar!/com/sun/mfwk/config/MfConfig.class|#]
    [#|2008-07-27T08:55:36.428+0200|INFO|sun-appserver9.1|com.sun.mfwk.Mfwk MfConfig|_ThreadID=10;_ThreadName=main;|url: jar:file:/C:/PS7.2/share/mfwk/lib/mfwk_instrum_tk.jar!/com/sun/mfwk/config/MfConfig.class|#]
    [#|2008-07-27T08:55:36.443+0200|INFO|sun-appserver9.1|com.sun.mfwk|_ThreadID=10;_ThreadName=main;|LogFile is: C:/PS7.2/share/mfwk/logs\instrum.%g|#]
    [#|2008-07-27T08:55:38.688+0200|INFO|sun-appserver9.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: EMBEDDED broker started with code =0|#]
    [#|2008-07-27T08:55:38.703+0200|INFO|sun-appserver9.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started:DIRECT|#]
    [#|2008-07-27T08:55:41.763+0200|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=13;_ThreadName=pool-1-thread-7;|POARemoteRefFactory checking if SFSBVersionPolicy need to be added|#]
    [#|2008-07-27T08:55:41.778+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=13;_ThreadName=pool-1-thread-7;|EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false|#]
    [#|2008-07-27T08:55:41.778+0200|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=13;_ThreadName=pool-1-thread-7;|POARemoteRefFactory addSFSBVersionPolicy? false|#]
    [#|2008-07-27T08:55:41.794+0200|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=13;_ThreadName=pool-1-thread-7;|POARemoteRefFactory checking if SFSBVersionPolicy need to be added|#]
    [#|2008-07-27T08:55:41.794+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=13;_ThreadName=pool-1-thread-7;|EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false|#]
    [#|2008-07-27T08:55:41.794+0200|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=13;_ThreadName=pool-1-thread-7;|POARemoteRefFactory addSFSBVersionPolicy? false|#]
    [#|2008-07-27T08:55:43.131+0200|INFO|sun-appserver9.1|javax.enterprise.system.core.classloading|_ThreadID=13;_ThreadName=pool-1-thread-7;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2008-07-27T08:55:44.346+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=16;_ThreadName=pool-1-thread-3;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2008-07-27T08:55:44.346+0200|INFO|sun-appserver9.1|javax.enterprise.system.core.classloading|_ThreadID=16;_ThreadName=pool-1-thread-3;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2008-07-27T08:55:44.961+0200|INFO|sun-appserver9.1|com.sun.jbi.framework|_ThreadID=16;_ThreadName=pool-1-thread-3;|JBIFW0010: JBI framework ready to accept requests.|#]
    [#|2008-07-27T08:55:46.437+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]
    [#|2008-07-27T08:55:48.804+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]
    [#|2008-07-27T08:55:49.189+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]
    [#|2008-07-27T08:55:49.265+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]
    [#|2008-07-27T08:55:53.160+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=13;_ThreadName=pool-1-thread-7;/psconsole;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/psconsole'|#]
    [#|2008-07-27T08:56:06.550+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=13;_ThreadName=pool-1-thread-7;/surveys;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/surveys'|#]
    [#|2008-07-27T08:56:06.721+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=16;_ThreadName=pool-1-thread-3;|WSSERVLET12: JAX-WS context listener initializing|#]
    [#|2008-07-27T08:56:18.279+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=17;_ThreadName=pool-1-thread-9;/portal;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/portal'|#]
    [#|2008-07-27T08:56:21.200+0200|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=pool-1-thread-7;_RequestID=7022036b-06f6-4a22-a77b-6005450f2563;|WebModule[/amserver]StandardWrapper.Throwable
    java.lang.UnsatisfiedLinkError: C:\PS7.2\share\lib\jss4.dll: The specified procedure could not be found
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1030)
         at org.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManager.java:1339)
         at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:827)
         at com.iplanet.services.util.JSSEncryption.<clinit>(JSSEncryption.java:250)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at com.iplanet.services.util.Crypt.createInstance(Crypt.java:133)
         at com.iplanet.services.util.Crypt.<clinit>(Crypt.java:103)
         at com.iplanet.services.ldap.LDAPUser.getPasswd(LDAPUser.java:117)
         at com.iplanet.services.ldap.ServerInstance.getPasswd(ServerInstance.java:128)
         at com.sun.identity.security.ServerInstanceAction.run(ServerInstanceAction.java:92)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.iplanet.am.util.AdminUtils.<clinit>(AdminUtils.java:82)
         at com.sun.identity.sm.SMSEntry.<clinit>(SMSEntry.java:169)
         at com.sun.identity.sm.ServiceManager.<clinit>(ServiceManager.java:74)
         at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:247)
         at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:507)
         at com.sun.identity.authentication.UI.LoginLogoutMapping.initializeAuth(LoginLogoutMapping.java:89)
         at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:74)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1178)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1007)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4808)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5196)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:326)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase._submit(RunnableBase.java:176)
         at com.sun.appserv.management.util.misc.RunnableBase.submit(RunnableBase.java:192)
         at com.sun.enterprise.web.VirtualServer.startChildren(VirtualServer.java:1672)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1231)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:955)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:341)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    |#]
    [#|2008-07-27T08:56:21.215+0200|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=pool-1-thread-7;_RequestID=7022036b-06f6-4a22-a77b-6005450f2563;|WebModule[/amserver]PWC1396: Servlet /amserver threw load() exception
    java.lang.UnsatisfiedLinkError: C:\PS7.2\share\lib\jss4.dll: The specified procedure could not be found
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1030)
         at org.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManager.java:1339)
         at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:827)
         at com.iplanet.services.util.JSSEncryption.<clinit>(JSSEncryption.java:250)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at com.iplanet.services.util.Crypt.createInstance(Crypt.java:133)
         at com.iplanet.services.util.Crypt.<clinit>(Crypt.java:103)
         at com.iplanet.services.ldap.LDAPUser.getPasswd(LDAPUser.java:117)
         at com.iplanet.services.ldap.ServerInstance.getPasswd(ServerInstance.java:128)
         at com.sun.identity.security.ServerInstanceAction.run(ServerInstanceAction.java:92)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.iplanet.am.util.AdminUtils.<clinit>(AdminUtils.java:82)
         at com.sun.identity.sm.SMSEntry.<clinit>(SMSEntry.java:169)
         at com.sun.identity.sm.ServiceManager.<clinit>(ServiceManager.java:74)
         at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:247)
         at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:507)
         at com.sun.identity.authentication.UI.LoginLogoutMapping.initializeAuth(LoginLogoutMapping.java:89)
         at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:74)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1178)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1007)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4808)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5196)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:326)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase._submit(RunnableBase.java:176)
         at com.sun.appserv.management.util.misc.RunnableBase.submit(RunnableBase.java:192)
         at com.sun.enterprise.web.VirtualServer.startChildren(VirtualServer.java:1672)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1231)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:955)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:341)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    |#]
    [#|2008-07-27T08:56:23.266+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webservices.jaxws.servlet.http|_ThreadID=16;_ThreadName=pool-1-thread-3;|WSSERVLET14: JAX-WS servlet initializing|#]
    [#|2008-07-27T08:56:23.328+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=17;_ThreadName=pool-1-thread-9;|WSSERVLET12: JAX-WS context listener initializing|#]
    [#|2008-07-27T08:56:31.235+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webservices.jaxws.servlet.http|_ThreadID=17;_ThreadName=pool-1-thread-9;|WSSERVLET14: JAX-WS servlet initializing|#]
    [#|2008-07-27T08:56:31.422+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=16;_ThreadName=pool-1-thread-3;/filesharing;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/filesharing'|#]
    [#|2008-07-27T08:56:35.196+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=13;_ThreadName=pool-1-thread-7;/guessnumberportlet;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/guessnumberportlet'|#]
    [#|2008-07-27T08:56:37.402+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=17;_ThreadName=pool-1-thread-9;/ccd;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/ccd'|#]
    [#|2008-07-27T08:56:39.826+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=13;_ThreadName=pool-1-thread-7;/blogportlet;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/blogportlet'|#]
    [#|2008-07-27T08:56:41.612+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=13;_ThreadName=pool-1-thread-7;/communityportlets;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/communityportlets'|#]
    [#|2008-07-27T08:56:45.496+0200|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=pool-1-thread-7;_RequestID=7022036b-06f6-4a22-a77b-6005450f2563;|WEB0207: Error starting web context StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[/amserver] on virtual server server
    LifecycleException:  java.lang.UnsatisfiedLinkError: C:\PS7.2\share\lib\jss4.dll: The specified procedure could not be found
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4818)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5196)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:326)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase._submit(RunnableBase.java:176)
         at com.sun.appserv.management.util.misc.RunnableBase.submit(RunnableBase.java:192)
         at com.sun.enterprise.web.VirtualServer.startChildren(VirtualServer.java:1672)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1231)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:955)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:341)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    |#]
    [#|2008-07-27T08:56:46.055+0200|INFO|sun-appserver9.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]
    [#|2008-07-27T08:56:46.226+0200|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]Sorry for being late
    Regards,
    Bakr
    Edited by: bakr_awad on Jul 26, 2008 11:05 PM

  • Sun Portal Server 6 compatibility with Web Server 6.1 SP - 8

    Hi,
    Our client is running on Sun One Portal Server Version 6.0, which is deployed on Sun One Web Server ver 6.0, there is a request from the hosting provider to upgrade the web container to Web Server 6.1 SP8. My question is � Is Sun One Portal 6.0 (with AM 5.1 and DS 5.1 SP4) capable of / compatible with Web Server 6.1 SP - 8 ?
    Do you see any issues with going ahead with the upgrade?
    Thanks much for all your responses!

    We upgraded our Sun Webserver to SP8 and had no issues. We are running
    - Portal 6.2
    - IS 6.1
    - DS 5.1

  • How to use the CMS functionality in Sun Portal Server 7.2

    Hi All,
    How to use the CMS functionality using the ccd.war(Portlet) which is available in the library as i could add it to my channel but not able to show the functionality as it is showing the error msg "You are currently not logged in. Please login." should I create userid and there respective roles inorder to use the CMS functionality.
    Has any one used this as I could this in glass fish server.
    Any Input is appreciated.
    Thanks & regards
    Srikanth

    Have a look at the "*Roles*" section of the portal server 7.2 content management system guide
    http://docs.sun.com/source/820-4275/index.html . You can also look at [project mirage|https://mirage.dev.java.net] for some screencasts
    Alternatively,
    1. ccd.war has 3 portlets in it:
    (a) custom content definition portlet
    (b) custom content portlet
    (c) workflow portlet
    2. Inorder to work with these portlets, user needs to be in anyone of the below roles:
    (a)Consumer (b) Editor (c) Approver (d) Administrator (e) Submitter (f) Contributor (g) Publisher
    3. By default ccd.war gets deployed using a default roles file (/var/opt/SUNWportal/tmp/ccd.roles.properties)
    Note: In windows, you may not find this file
    4. Access the portlets as a user in any of the role mentioned in the ccd.roles.properties
    (OR)
    you can use a new roles file which has mapping to your custom roles. For this , undeploy existing ccd.war and deploy again with a new roles.properties file
    Hope this helps!

  • Please help : "Configuring Windows SSO for Sun portal server 7.1"

    Hello friends,
    I have a problem when create Single Sign On ( SSO ) on the portal server 7.0
    If you have configured successfully.Please give me the way you have used.
    Thank you very much.
    DungT
    Related document and information :
    http://docs.sun.com/app/docs/doc/819-4670/6n6qardtu?a=view#gbaqc
    http://forum.java.sun.com/thread.jspa?threadID=5140689&messageID=9519196
    Edited by: dungtran on Mar 13, 2008 4:35 AM

    There is a ZIP Install available for Windows that bundles the Access Manager, Directory Server,and Portal Server in a pre-configured deployment. Try this download instead:
    PS 7.1u1
    [https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_us/-/USD/ViewProductDetail-Start?ProductRef=PortalSvr7.1U1-OTH-G-F@CDS-CDS_SMI]
    PS 7.2
    [https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=PortalSvr7.2-OTH-G-F@CDS-CDS_SMI]
    - Jim

  • Searching for Exp person on Sun Portal server 7.1

    Hi All,
    There is an Urgent req in our company and they are looking at the person having Exp on Portlets( JSR 168) using Sun Java Portal Server 7.1 or above having around 3-5 years of overall Exp can contact Santosh on his Mail id i.e [email protected] or you can call him on his Mobile 09985999490.
    Thank's & regards
    Srikanth

    Hello.
    I have been working on SPS7.1 for a while and everything displays correctly in both IE6, 7, 8, Firefox 1.5+, Safari 2+, etc.
    Didn't you customize your portal ?
    In this case, you may have to check your own CSS and JS on IE8. In my case, there were only a few issues that were resolved by reverting to CSS2 strict compliance and taking care of margins and paddings.
    Good luck.

  • Cannot install sun portal server

    Dear all,
    I have downloaded the file java_es-5-ga-windows-x86.zip which should include portal server.
    When I install it and near to portal server installation, it said that cannot configuer or install portal server.
    It is installing on windows XP Professional.
    Do you know Why?

    I have checked It has been installed but no configure.
    How can I see the portal page?
    I tried http://localhost/portal or http://localhost.domain1/portal, not working!!!
    How can I do then????

  • Sun Portal Server 6.0, 6.1 and 6.2 and the Citrix NFuse portlet

    Hi !
    The documentation to the NFuse channel portlet for SunONE Portal says it works for portal 6.0 if the portal runs on the web server.
    Does anybody know if the portlet will work for portal 6.1 and maybe for the very soon release 6.2 ?
    Also... does anybody know if it's possible to make it work on the portal if the application server is used instead of the web server without to much work ?
    Can't find this info from Citrix or Sun...
    Thanks in advance
    Regards
    Per-Olov Sj�holm

    Go to Identity Server v5.1 documentation. It's well documented there. In two words, after you installed it this way, you have to apply 'existing.ldif' file to create ACIs and roles, then to create all services.
    Please check existing.ldif before you will apply it. Depending on your DIT, it may be quite broken. Don't forget to change ums.xml to match your schema.

  • Inter portlet communication, load order, portal server 7

    Hi.
    I�m struggling with a portlet application, which uses interportlet communication. PortletOne creates an ArrayList of objects and add the list to the portletSession. PortletTwo displays the first object in the ArrayList.
    The trouble seams to be the load order of the portlets. If portletTwo loads before PortletOne, the ArrayList is empty, and it displays nothing.
    Any idea how I can be sure that my page loads PortletOne before PortletTwo?

    If your intention is to transfer data(Array List of Objects) from from one portlet to the other, you need to use InterPortlet Communication API rather than putting the data in the session. In the first portlet set the event data and fire the event and in the second portlet, get the event data.
    The order in which the events are fired is not guaranteed. i.e if portlet fires an event to portlet1, portlet2 and portlet3, the order in which the portlet1, 2 & 3 will receive the events is not guaranteed. Load order of portlets does not cause any problems.

Maybe you are looking for

  • FINDER becomes UNRESPONSIVE during AppleScript runs in 10.6.5

    Has anyone experiences the Finder becoming unresponsive when running a script in Snow Leopard? We have scripts that push PDFs to an Apple Server (10.4) via SMB or AFP and while the script does run fine- during the last minute of it running, the Finde

  • Wireless connection for my iMac

    I have a PC with a wireless connection. I have recently retrieved my iMac DV+ which is about 7 or 8 years old. How do I ascertain if it has a wireless card? If it doesn't, how do I get one, and is it easy to install?

  • IMessage and FT waiting for activation

    I try to set up my iMessage and FaceTime few days ago and from that time I can't send any and both them shows me "waiting for activation". I've try to reset network connection but nothing helps. Can you give me any idea or tip plz?

  • Log Viewer: Unable to obtain a valid configuration - BAMRuntimeException

    Hi All, We have problems working with the Visual Administrator -> Log Viewer tool. excuting the Visual Administrator -> F:\usr\sap\<SID>\J(XXX)\j2ee\admin>go.bat Login with the user Administrator. Click On: Cluster -> PEP -> Server X X_XXXXX -> Servi

  • Changing Paragraph format mid-sentence

    Hi Dev's, Can anyone tell if it is possible to change paragraph format (or more specifically, font size for a paragraph format) mid sentence/mid line, and if so, how? I have assigned a paragraph format for the MAIN data, of type Courier 8pt.  In my f