Can't access PublishingMessageSource component in dyn/admin of ATG10.2 BCC

Hi,
I want to use PublishingMessageSource to revert my stuck project in BCC, but When I access /atg/epub/messaging/PublishingMessageSource/ in 10.2 BCC, It throw the following exception.
It seems cased by permission issue, But I did not hear that the account of dynamo/admin need role to access it before. I found out CRS has the same issue, Is it a new feature in 10.2?
Thanks.
javax.ejb.EJBException: QUERY_EXCEPTION_MESSAGE: RQL query: status = ?0 ORDER BY ?3 ASC IGNORECASE RANGE ?1+?2, Args: ?0=Edit ?1=0 ?2=-1 ?3=displayName
     atg.repository.tojava.runtime.RJSupport.executeRqlStatement(RJSupport.java:1045)
     atg.epub.project._ProcessHome_ReposImpl.findProcessesByStatusSort(_ProcessHome_ReposImpl.java:129)
     atg.epub.messaging.PublishingMessageSource$1AdminServlet.printAdmin(PublishingMessageSource.java:250)
     atg.nucleus.ServiceAdminServlet.printService(ServiceAdminServlet.java:343)
     atg.nucleus.ServiceAdminServlet.service(ServiceAdminServlet.java:272)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     atg.nucleus.Nucleus.service(Nucleus.java:2992)
     atg.nucleus.Nucleus.service(Nucleus.java:2892)
     atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:208)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:312)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:555)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:249)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:196)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1252)
     atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:930)
     atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
     atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:237)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
root cause
CONTAINER:atg.repository.RepositorySecurityException; SOURCE:atg.security.PermissionDeniedException: You do not have read access to the process item descriptor.
     atg.adapter.secure.GenericSecuredRepository.checkAccess(GenericSecuredRepository.java:451)
     atg.adapter.secure.GenericSecuredRepositoryView.executeQuery(GenericSecuredRepositoryView.java:401)
     atg.repository.rql.RqlStatement.executeQuery(RqlStatement.java:227)
     atg.repository.tojava.runtime.RJSupport.executeRqlStatement(RJSupport.java:1031)
     atg.epub.project._ProcessHome_ReposImpl.findProcessesByStatusSort(_ProcessHome_ReposImpl.java:129)
     atg.epub.messaging.PublishingMessageSource$1AdminServlet.printAdmin(PublishingMessageSource.java:250)
     atg.nucleus.ServiceAdminServlet.printService(ServiceAdminServlet.java:343)
     atg.nucleus.ServiceAdminServlet.service(ServiceAdminServlet.java:272)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     atg.nucleus.Nucleus.service(Nucleus.java:2992)
     atg.nucleus.Nucleus.service(Nucleus.java:2892)
     atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:208)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:312)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:555)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:249)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:196)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1252)
     atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:930)
     atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
     atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:237)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
root cause
atg.security.PermissionDeniedException: You do not have read access to the process item descriptor.
     atg.adapter.secure.GenericSecuredRepository.checkAccess(GenericSecuredRepository.java:451)
     atg.adapter.secure.GenericSecuredRepositoryView.executeQuery(GenericSecuredRepositoryView.java:401)
     atg.repository.rql.RqlStatement.executeQuery(RqlStatement.java:227)
     atg.repository.tojava.runtime.RJSupport.executeRqlStatement(RJSupport.java:1031)
     atg.epub.project._ProcessHome_ReposImpl.findProcessesByStatusSort(_ProcessHome_ReposImpl.java:129)
     atg.epub.messaging.PublishingMessageSource$1AdminServlet.printAdmin(PublishingMessageSource.java:250)
     atg.nucleus.ServiceAdminServlet.printService(ServiceAdminServlet.java:343)
     atg.nucleus.ServiceAdminServlet.service(ServiceAdminServlet.java:272)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     atg.nucleus.Nucleus.service(Nucleus.java:2992)
     atg.nucleus.Nucleus.service(Nucleus.java:2892)
     atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:208)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:312)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:555)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:249)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:196)
     atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
     atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1252)
     atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:930)
     atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
     atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:237)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
帖子经 959284编辑过

Hi,
Yeah, I think my db account has the write / read access. That component works fine in ATG10.0.3 and ATG10.1.2, After I upgraded ATG to ATG10.2 and connect the same db, it is faild. this issue also occur in ATG10.2 CRS of my colleague computer.
Thanks.

Similar Messages

  • To check request scoped component in dyn/admin

    How do i check request scoped component in dyn/admin console?
    I have enabled loggingDebug for my formHandler but none of the debug messages appear in the console.
    I need to check the dyn/admin to see if loggingDebug=true.

    1004856 wrote:
    How do i check request scoped component in dyn/admin console?
    Request/Session scoped components will not appears in component browser. You can find them like this:
    [1]. In dyn/admin click on Component Browser [http://localhost:8080/dyn/admin/nucleus]
    [2]. Suppose you want to open CartModifierFormHandler that is request scoped. then directly append full component path in url after config like below:
    http://localhost:8080/dyn/admin/nucleus/atg/commerce/order/purchase/CartModifierFormHandler/
    And Gurvinder already mentioned about enabling loggingDebug for such components
    -RMishra

  • Can not access a component already placed in Ultiboard, only way to highlight is in spreadsheet view/parts. It is not locked.

    Can not access a component already placed in Ultiboard, only way to highlight is in spreadsheet view/parts. It is not locked.
    Anyone encountered anything similar?

    How is your  selection filter set up?... make sure that you have 'enable selecting parts' checked. In that way you can select the component. Otherwise you can go to Edit >> Selection Filter >> Enable selecting parts.
    If that is not the problem, then please attach your project file here so we can check it out.
    Nestor
    National Instruments

  • Not able to open home page of dyn/admin in ATG10.2

    Hi,
    Getting the below error while trying to open the home page of dyn/admin in ATG10.2, please help me out if somebody has any clue.
    Error getting compiled page
    Unable to execute the command 'javac -classpath C:\apps\java\jre\lib\resources.jar;C:\apps\java\jre\lib\rt.jar;C:\apps\java\jre\lib\sunrsasign.jar;C:\apps\java\jre\lib\jsse.jar;C:\apps\java\jre\lib\jce.jar;C:\apps\java\jre\lib\charsets.jar;C:\apps\java\jre\lib\modules\jdk.boot.jar;C:\apps\java\jre\classes;C:\bea\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_ocp360\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\apps\java\lib\tools.jar;C:\bea\wlserver_10.3\server\lib\weblogic_sp.jar;C:\bea\wlserver_10.3\server\lib\weblogic.jar;C:\bea\wlserver_10.3\server\lib\schema\weblogic-domain-binding.jar;C:\bea\wlserver_10.3\server\lib\schema\weblogic-domain-binding-compatibility.jar;C:\bea\wlserver_10.3\server\lib\schema\diagnostics-binding.jar;C:\bea\wlserver_10.3\server\lib\schema\diagnostics-image-binding.jar;C:\bea\wlserver_10.3\server\lib\wlcipher.jar;C:\bea\wlserver_10.3\server\lib\xmlx.jar;C:\bea\wlserver_10.3\server\lib\ojdbc6.jar;C:\bea\wlserver_10.3\server\lib\aqapi.jar;C:\bea\wlserver_10.3\server\lib\EccpressoAsn1.jar;C:\bea\wlserver_10.3\server\lib\EccpressoCore.jar;C:\bea\wlserver_10.3\server\lib\EccpressoJcae.jar;C:\bea\wlserver_10.3\server\lib\mysql-connector-java-commercial-5.1.14-bin.jar;C:\bea\wlserver_10.3\server\lib\wlsqlserver.jar;C:\bea\wlserver_10.3\server\lib\wldb2.jar;C:\bea\wlserver_10.3\server\lib\wlsybase.jar;C:\bea\wlserver_10.3\server\lib\wlinformix.jar;C:\bea\wlserver_10.3\server\lib\fmwgenerictoken.jar;C:\bea\wlserver_10.3\server\lib\wlw-langx.jar;C:\bea\modules\javax.jsp_1.2.0.0_2-1.jar;C:\bea\modules\glassfish.el_1.0.0.0_2-1.jar;C:\bea\modules\javax.servlet_1.0.0.0_2-5.jar;C:\bea\modules\com.bea.core.repackaged.jdt_3.5.2.0.jar;C:\bea\modules\com.bea.core.utils.compiler_1.2.0.0.jar;C:\bea\modules\com.bea.core.weblogic.web.api_1.4.0.0.jar;C:\bea\wlserver_10.3\server\lib\wlw-langx-L10N.jar;C:\bea\wlserver_10.3\server\lib\jcom.jar;C:\bea\wlserver_10.3\server\lib\weblogic-L10N.jar;C:\bea\wlserver_10.3\server\lib\weblogic-de.jar;C:\bea\wlserver_10.3\server\lib\weblogic-es.jar;C:\bea\wlserver_10.3\server\lib\weblogic-fr.jar;C:\bea\wlserver_10.3\server\lib\weblogic-it.jar;C:\bea\wlserver_10.3\server\lib\weblogic-ja.jar;C:\bea\wlserver_10.3\server\lib\weblogic-ko.jar;C:\bea\wlserver_10.3\server\lib\weblogic-pt_BR.jar;C:\bea\wlserver_10.3\server\lib\weblogic-zh_CN.jar;C:\bea\wlserver_10.3\server\lib\weblogic-zh_TW.jar;C:\bea\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\bea\modules\features\weblogic.server.modules.wlsve_10.3.5.0.jar;C:\bea\modules\com.oracle.vmm.client_1.1.0.0.jar;C:\bea\modules\com.oracle.vmm.client.adapter.ovm22.ws_1.1.0.0.jar;C:\bea\modules\com.bea.core.antlr.runtime_2.7.7.jar;C:\bea\modules\com.bea.core.descriptor.j2ee_1.5.0.0.jar;C:\bea\modules\com.bea.core.descriptor.j2ee.binding_1.5.0.0.jar;C:\bea\modules\com.bea.core.descriptor.wl_1.3.3.0.jar;C:\bea\modules\com.bea.core.descriptor.wl.binding_1.3.3.0.jar;C:\bea\modules\com.bea.core.datasource6_1.9.0.0.jar;C:\bea\modules\com.bea.core.datasource6.binding_1.9.0.0.jar;C:\bea\modules\com.bea.core.beangen_1.7.0.0.jar;C:\bea\modules\com.bea.core.descriptor.settable.binding_1.7.0.0.jar;C:\bea\modules\com.bea.core.diagnostics.accessor_1.5.0.0.jar;C:\bea\modules\com.bea.core.diagnostics.accessor.binding_1.5.0.0.jar;C:\bea\modules\com.bea.core.management.core_2.8.0.1.jar;C:\bea\modules\com.bea.core.management.core.binding_2.8.0.1.jar;C:\bea\modules\com.bea.core.ejbgen_1.1.0.2.jar;C:\bea\modules\com.bea.core.repackaged.apache.bcel_5.2.1.0.jar;C:\bea\modules\com.bea.core.apache.commons.collections_3.2.0.jar;C:\bea\modules\com.bea.core.apache.commons.lang_2.1.0.jar;C:\bea\modules\com.bea.core.apache.commons.pool_1.3.0.jar;C:\bea\modules\com.bea.core.apache.commons.io_1.0.0.0_1-4.jar;C:\bea\modules\com.bea.core.apache.commons.fileupload_1.0.0.0_1-2-1.jar;C:\bea\modules\com.bea.core.apache.dom_1.0.0.0.jar;C:\bea\modules\com.bea.core.apache.logging_1.0.0.0.jar;C:\bea\modules\org.apache.openjpa_1.2.0.0_1-1-1-SNAPSHOT.jar;C:\bea\modules\com.bea.core.xml.xmlbeans_2.1.0.0_2-5-1.jar;C:\bea\modules\com.bea.core.logging_1.8.0.0.jar;C:\bea\modules\com.bea.core.bea.opensaml_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.bea.opensaml2_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.monitoring.harvester.api_2.3.0.0.jar;C:\bea\modules\com.bea.core.monitoring.harvester.jmx_2.3.0.0.jar;C:\bea\modules\com.bea.adaptive.harvester.utils_1.4.0.0.jar;C:\bea\modules\com.bea.mbean.typing.util_1.4.0.0.jar;C:\bea\modules\javolution_3.7.19.0.jar;C:\bea\modules\joda.time_1.2.1.0.jar;C:\bea\modules\com.bea.core.xml.staxb.buildtime_1.5.0.0.jar;C:\bea\modules\com.bea.core.xml.staxb.runtime_1.7.0.0.jar;C:\bea\modules\com.bea.core.annogen_1.3.0.0.jar;C:\bea\modules\com.bea.core.kodo_1.4.0.0_4-2-1.jar;C:\bea\modules\com.bea.core.kodo.integration_1.6.0.0.jar;C:\bea\modules\com.bea.core.kodo.integration.binding_1.6.0.0.jar;C:\bea\modules\com.bea.core.kodo.integration.tools_1.4.0.0.jar;C:\bea\modules\com.bea.core.xml.beaxmlbeans_2.3.0.0_2-5-1.jar;C:\bea\modules\com.bea.core.utils_1.9.0.1.jar;C:\bea\modules\com.bea.core.repackaged.aspectj.aspectjweaver_5.3.0.jar;C:\bea\modules\com.bea.core.repackaged.apache.commons.logging_1.2.0.jar;C:\bea\modules\com.bea.core.repackaged.springframework.spring_1.1.0.0_2-5-3.jar;C:\bea\modules\com.bea.core.repackaged.springframework.pitchfork_1.3.0.0_2-0.jar;C:\bea\modules\com.bea.core.weblogic.spring.instrument_1.2.0.0.jar;C:\bea\modules\com.bea.core.common.security.i18n_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.security.xacml_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.security.saml2.utils_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.engine.impl_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.engine.api_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.security.api_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.security.impl_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.security.jdkutils_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.security.utils_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.security.saml2_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.security.saml2.manage_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.security.providers.utils_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.security.saml.utils_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.security.xacmlproviders.utils_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.common.security.providers.env_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.certj_3.1.0.0.jar;C:\bea\modules\com.bea.core.ldapjdk_1.2.0.0.jar;C:\bea\modules\com.bea.core.apache.commons.net_1.0.0.0_1-4-1.jar;C:\bea\modules\com.bea.core.weblogic.saaj_1.6.0.0.jar;C:\bea\modules\com.bea.core.weblogic.stax_1.9.0.0.jar;C:\bea\modules\glassfish.jaxb_1.0.0.0_2-1-12.jar;C:\bea\modules\glassfish.jaxb.xjc_1.0.0.0_2-1-12.jar;C:\bea\modules\glassfish.jaxws.resolver_1.0.0.0_2-1-5.jar;C:\bea\modules\glassfish.jaxws.fastinfoset_1.0.0.0_2-1-5.jar;C:\bea\modules\glassfish.jaxws.rt_1.2.0.0_2-1-5.jar;C:\bea\modules\glassfish.jaxws.mimepull_1.0.0.0_1-3.jar;C:\bea\modules\com.bea.core.stax2_1.0.0.0_3-0-1.jar;C:\bea\modules\com.bea.core.woodstox_1.0.0.0_4-0-5.jar;C:\bea\modules\glassfish.jaxws.tools_1.1.0.0_2-1-5.jar;C:\bea\modules\glassfish.stax.ex_1.0.0.0_1-2.jar;C:\bea\modules\glassfish.xmlstreambuffer_1.0.0.0_0-5-257.jar;C:\bea\modules\com.bea.core.apache.oro_1.0.0.0_2-0-8.jar;C:\bea\modules\javax.activation_1.1.0.0_1-1.jar;C:\bea\modules\javax.annotation_1.0.0.0_1-0.jar;C:\bea\modules\javax.interceptor_1.0.jar;C:\bea\modules\javax.ejb_3.0.1.jar;C:\bea\modules\javax.jdo_2.0.1.jar;C:\bea\modules\javax.enterprise.deploy_1.2.jar;C:\bea\modules\javax.jms_1.1.1.jar;C:\bea\modules\javax.jws_2.0.jar;C:\bea\modules\javax.mail_1.1.0.0_1-4-1.jar;C:\bea\modules\javax.management.j2ee_1.0.jar;C:\bea\modules\javax.persistence_1.0.0.0_1-0-2.jar;C:\bea\modules\javax.resource_1.5.1.jar;C:\bea\modules\javax.security.jacc_1.0.0.0_1-1.jar;C:\bea\modules\javax.transaction_1.0.0.0_1-1.jar;C:\bea\modules\javax.xml.bind_2.1.1.jar;C:\bea\modules\javax.xml.registry_1.0.0.0_1-0.jar;C:\bea\modules\javax.xml.soap_1.3.1.0.jar;C:\bea\modules\javax.xml.stream_1.1.1.0.jar;C:\bea\modules\javax.xml.ws_2.1.1.jar;C:\bea\modules\javax.xml.rpc_1.2.1.jar;C:\bea\modules\monfox.dsnmp.agent_1.1.0.0_4-7-30.jar;C:\bea\modules\cryptoj.jar;C:\bea\modules\com.bea.core.serp_1.14.3.0.jar;C:\bea\modules\com.bea.core.apache_1.2.0.1.jar;C:\bea\modules\com.bea.core.beaninfo_2.4.0.0.jar;C:\bea\modules\com.bea.core.descriptor_1.9.0.0.jar;C:\bea\modules\com.bea.core.repackaged.asm_1.0.0.0_3-2-0.jar;C:\bea\modules\com.bea.core.repackaged.asm.commons_1.0.0.0_3-2-0.jar;C:\bea\modules\com.bea.core.repackaged.asm.tree_1.0.0.0_3-2-0.jar;C:\bea\modules\com.bea.core.repackaged.asm.util_1.0.0.0_3-2-0.jar;C:\bea\modules\com.oracle.jfr_1.0.0.0.jar;C:\bea\modules\com.bea.core.diagnostics.core_2.5.0.0.jar;C:\bea\modules\com.bea.core.diagnostics.logging_1.2.0.0.jar;C:\bea\modules\com.bea.core.diagnostics.query_1.2.0.0.jar;C:\bea\modules\com.bea.core.diagnostics.instrumentor_1.7.0.0.jar;C:\bea\modules\com.bea.core.diagnostics.instrumentor.config_1.7.0.0.jar;C:\bea\modules\com.bea.core.diagnostics.flightrecorder_1.1.0.0.jar;C:\bea\modules\com.bea.core.diagnostics.notifications_1.4.0.0.jar;C:\bea\modules\com.bea.core.diagnostics.snmp_1.5.0.0.jar;C:\bea\modules\com.bea.core.i18n_1.8.0.0.jar;C:\bea\modules\com.bea.core.i18n.generator_1.5.0.0.jar;C:\bea\modules\com.bea.core.i18n.tools_1.3.0.0.jar;C:\bea\modules\com.bea.core.management.jmx_1.4.1.0.jar;C:\bea\modules\com.bea.core.mbean.maker_1.5.0.0.jar;C:\bea\modules\com.bea.core.mbean.support_1.5.0.0.jar;C:\bea\modules\com.bea.core.messaging.kernel_1.8.0.0.jar;C:\bea\modules\com.bea.core.resourcepool_1.7.0.0.jar;C:\bea\modules\com.bea.core.weblogic.socket.api_1.2.0.0.jar;C:\bea\modules\com.bea.core.weblogic.rmi.client_1.10.0.0.jar;C:\bea\modules\com.bea.core.weblogic.security.wls_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.weblogic.lifecycle_1.4.0.0.jar;C:\bea\modules\com.bea.core.store_1.7.0.0.jar;C:\bea\modules\com.bea.core.store.gxa_1.6.0.0.jar;C:\bea\modules\com.bea.core.store.admintool_1.2.0.0.jar;C:\bea\modules\com.bea.core.store.jdbc_1.3.0.0.jar;C:\bea\modules\com.bea.core.transaction_2.7.0.0.jar;C:\bea\modules\com.bea.core.utils.full_1.9.0.1.jar;C:\bea\modules\com.bea.core.utils.agent_1.1.0.0.jar;C:\bea\modules\com.bea.core.utils.classloaders_1.9.0.0.jar;C:\bea\modules\com.bea.core.utils.expressions_1.4.0.0.jar;C:\bea\modules\com.bea.core.utils.wrapper_1.4.0.0.jar;C:\bea\modules\com.bea.core.timers_1.7.0.0.jar;C:\bea\modules\com.bea.core.weblogic.workmanager_1.10.0.0.jar;C:\bea\modules\com.bea.core.workarea_1.7.0.0.jar;C:\bea\modules\com.bea.core.xml.weblogic.xpath_1.4.0.0.jar;C:\bea\modules\com.bea.core.jatmi_1.5.0.0.jar;C:\bea\modules\com.bea.core.weblogic.security_1.0.0.0_6-1-0-0.jar;C:\bea\modules\com.bea.core.weblogic.security.auth_1.1.0.0.jar;C:\bea\modules\com.bea.core.weblogic.security.digest_1.0.0.0.jar;C:\bea\modules\com.bea.core.weblogic.security.identity_1.1.2.1.jar;C:\bea\modules\com.bea.core.weblogic.security.logger_1.5.0.0.jar;C:\bea\modules\com.bea.core.weblogic.security.psm_1.1.0.0.jar;C:\bea\modules\com.bea.core.weblogic.security.ssl_1.0.0.0.jar;C:\bea\modules\com.bea.core.nodemanager.plugin_1.3.0.0.jar;C:\bea\modules\com.oracle.core.nodemanager.process_1.0.0.0.jar;C:\bea\modules\com.bea.core.jmspool_1.8.0.0.jar;C:\bea\modules\com.bea.core.compat.wl.90_1.3.0.0.jar;C:\bea\modules\com.bea.core.http.pubsub.mbean_1.6.0.0.jar;C:\bea\modules\com.bea.core.redef_1.5.0.0.jar;C:\bea\modules\com.bea.core.redefagent_1.5.0.0.jar;C:\bea\modules\com.bea.core.redef.binding_1.5.0.0.jar;C:\bea\modules\com.oracle.toplink_1.0.0.0_11-1-1-5-0.jar;C:\bea\modules\org.eclipse.persistence_1.1.0.0_2-1.jar;C:\bea\modules\commonj.sdo_1.0.0.0_1-0.jar;C:\bea\modules\com.oracle.core.coherence.descriptor_1.1.0.0.jar;C:\bea\modules\com.oracle.core.coherence.descriptor.binding_1.1.0.0.jar;C:\bea\modules\com.oracle.core.weblogic.msgcat_1.1.0.0.jar;C:\bea\modules\ws.api_1.1.0.0.jar;C:\bea\modules\com.oracle.core.eclipselink.integration_1.0.0.0.jar;C:\bea\modules\com.oracle.weblogic.sca.client_1.0.0.0.jar;C:\bea\modules\com.oracle.weblogic.rac.ucp_1.0.0.0.jar;C:\bea\modules\com.oracle.repackaged.ucp_1.0.0.0_11-1-1-5-0.jar;C:\bea\modules\com.oracle.repackaged.ons.client_1.0.0.0_11-1-0-6-0.jar;C:\bea\wlserver_10.3\server\lib\webservices.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-all.jar;C:\bea\modules\org.apache.ant.patch_1.2.0.0_1-7-1.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-antlr.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-apache-bcel.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-apache-bsf.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-apache-log4j.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-apache-oro.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-apache-regexp.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-apache-resolver.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-commons-logging.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-commons-net.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-jai.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-javamail.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-jdepend.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-jmf.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-jsch.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-junit.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-launcher.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-netrexx.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-nodeps.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-starteam.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-stylebook.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-swing.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-testutil.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-trax.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant-weblogic.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\ant.jar;C:\bea\modules\org.apache.ant_1.7.1\lib\xml-apis.jar;C:\bea\modules\net.sf.antcontrib_1.1.0.0_1-0b2\lib\ant-contrib.jar;C:\bea\wlserver_10.3\sip\server\lib\weblogic_sip.jar;C:\bea\wlserver_10.3\sip\server\lib\sipservlet.jar;C:\bea\wlserver_10.3\sip\server\lib\wlss.jar;C:\bea\wlserver_10.3\sip\server\lib\wlss-datatier.jar;C:\bea\wlserver_10.3\sip\server\lib\wlss-descriptor-binding.jar;C:\bea\wlserver_10.3\sip\server\lib\profile-service-descriptor-binding.jar;C:\bea\wlserver_10.3\sip\server\lib\wlss-mbeaninfo.jar;C:\bea\wlserver_10.3\sip\server\lib\wlss_i18n.jar;C:\bea\wlserver_10.3\sip\server\lib\wlssechosvr.jar;C:\bea\wlserver_10.3\sip\server\lib\sip-app-binding.jar;C:\bea\wlserver_10.3\sip\server\lib\wlssapi.jar;C:\bea\wlserver_10.3\sip\server\lib\wlssapi-internal.jar;C:\bea\wlserver_10.3\sip\server\lib\sip-utils.jar;C:\bea\wlserver_10.3\sip\server\lib\sctp.jar;C:\bea\wlserver_10.3\sip\server\lib\wlssdiameter.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyclient.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_cs.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_de_DE.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_es.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_fr.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_hu.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_it.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_ja_JP.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_ko_KR.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_pl.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_pt_BR.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_ru.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_zh_CN.jar;C:\bea\wlserver_10.3\common\derby\lib\derbyLocale_zh_TW.jar;C:\bea\wlserver_10.3\server\lib\xqrl.jar;C:\bea\user_projects\domains\base_domain\protocol.jar;C:\bea\user_projects\domains\base_domain\lib\protocol.jar;C:\bea\user_projects\domains\base_domain\lib\sipactivator.jar;C:\bea\user_projects\domains\base_domain\servers\Store\cache\EJBCompilerCache\-121ls3xverlyw;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\atg_bootstrap_ejb.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_atghome_slocallib\;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DafEar.base_s.._sTomcat_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DafEar.base_s.._sWebLogic_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DafEar.base_s.._sWebSphere_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DafEar.base_s.._sJBoss_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DafEar.base_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_Store.EStore.International_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_Store.Storefront_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_Store.Endeca.Assembler_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_Store.Endeca.Base_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_Store.EStore_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_Store.EStore_slib_scommons-codec-1.3.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DCS.PublishingAgent_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DCS_slib_sresources.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DCS_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_WebUI_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_PublishingAgent.base_slib_sagent.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_PublishingAgent.base_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DSS_slib_sresources.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DSS_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_ClickToConnect_slib_sclicktoconnect.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_ADC_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DPS_slib_sresources.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DPS_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAF.Search.Index_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAF.Search.Query_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAF.Search.common_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAF.Search.Routing_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAF.Search.Base_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAF.Search.Base_slib_srmi-stub-classes.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAS-UI_slib_suiresources.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAS-UI_slib_suiclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAS-UI_slib_sjhall.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAF.Endeca.Assembler_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAF.Endeca.Assembler_slib_sendeca__navigation-6.4.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAF.Endeca.Assembler_slib_sendeca__assembler-3.1.2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAF.Endeca.Base_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAS_slib_sresources.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAS_slib_sclasses.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAS_slib_sice.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAS_slib_scglib-nodep-2.1__3.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAS_slib_sspring-aop-1.2-rc1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAS_slib_sjline-0.9.94.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_DAS_slib_svalidation-api-1.0.0.GA.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sCCTSelfService.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scct-services-client-1.1.54-SNAPSHOT.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sebs-services-1.0.9.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scxf-api-2.7.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scxf-tools-common-2.7.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_svelocity-1.7.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scommons-collections-3.2.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scommons-lang-2.4.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sjaxb-xjc-2.1.13.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scxf-rt-core-2.7.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scxf-rt-frontend-simple-2.7.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scxf-rt-bindings-soap-2.7.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scxf-rt-databinding-jaxb-2.7.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scxf-rt-frontend-jaxws-2.7.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sxml-resolver-1.2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sasm-3.3.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scxf-rt-bindings-xml-2.7.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scxf-rt-ws-addr-2.7.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scxf-rt-ws-policy-2.7.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scxf-rt-transports-http-2.7.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scamel-soap-2.11.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scamel-core-2.11.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scamel-jaxb-2.11.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_shttpclient-4.1.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_shttpcore-4.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scommons-logging-1.1.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_siseries-xml-utils-1.0.5.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sneethi-3.0.2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sxstream-1.4.3.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sxmlpull-1.1.3.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sxpp3__min-1.1.4c.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scommons-codec-1.3.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_saxis-1.4.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sjaxb-api-2.2.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sjaxb-impl-2.2.5.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sjxl-2.6.6.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sstax2-api-3.1.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sstax-api-1.0-2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_swlthint3client-1.0.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_swoodstox-core-asl-4.2.0.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_swsdl4j-1.6.2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sxmlschema-core-2.0.2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sgeronimo-activation__1.1__spec-1.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sgeronimo-annotation__1.0__spec-1.1.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sgeronimo-javamail__1.4__spec-1.7.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_smetrics-core-3.0.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_smetrics-servlets-3.0.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_smetrics-json-3.0.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_smetrics-jvm-3.0.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sjackson-databind-2.2.2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sjackson-annotations-2.2.2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sjackson-core-2.2.2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_smetrics-healthchecks-3.0.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_spublishing-classes-10.2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sinternational-classes-10.2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sestore-classes-10.2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sbcprov-jdk15-1.43.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sbcprov-ext-jdk15-1.43.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_santisamy-1.5.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sbatik-css-1.7.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sbatik-ext-1.7.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sbatik-util-1.7.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sxml-apis-1.3.04.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sxml-apis-ext-1.3.04.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_snekohtml-1.9.16.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sxercesImpl-2.9.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scommons-httpclient-3.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_surlrewritefilter-4.0.3.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_ssaaj-impl-1.3.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_ssaaj-api-1.3.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sactivation-1.0.2.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scommons-beanutils-1.8.3.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scommons-validator-1.4.0.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scommons-digester-1.8.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sjson-simple-1.1.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sslf4j-api-1.7.5.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_slog4j-over-slf4j-1.7.5.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_slogback-core-1.0.9.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_slogback-classic-1.0.9.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sjoda-time-2.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_sjoda-time-jsptags-1.1.1.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\.\atglib\_CCTSelfService_slib_scommons-el-1.0.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\atglib\jaxb-api.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\atglib\jaxb-impl.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\atglib\jsr173_1.0_api.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\atglib\activation.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\atglib\jaxb1-impl.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\atglib\saaj-api.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\atglib\jaxp-api.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\atglib\jax-qname.jar;C:\dev\workspace\CCT_10.2\CCTSelfService\target\CCTSelfService.ear\atglib\servlet.jar;C:\bea\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_ocp360\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\apps\java\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.3\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\bea\WLSERV~1.3\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.1/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\bea\wlserver_10.3\sip\server\lib\weblogic_sip.jar;C:\bea\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\bea\WLSERV~1.3\server\lib\xqrl.jar;C:\bea\user_projects\domains\base_domain\protocol.jar;C:\ATG\ATG10.2\home\servers\ng3_store_server\pagebuild;C:\apps\java\jre\lib\resources.jar;C:\apps\java\jre\lib\rt.jar;C:\apps\java\jre\lib\sunrsasign.jar;C:\apps\java\jre\lib\jsse.jar;C:\apps\java\jre\lib\jce.jar;C:\apps\java\jre\lib\charsets.jar;C:\apps\java\jre\lib\modules\jdk.boot.jar;C:\apps\java\jre\classes -d C:\ATG\ATG10.2\home\servers\ng3_store_server\pagebuild C:\ATG\ATG10.2\home\servers\ng3_store_server\pagebuild\_dasadmin_3__UTF_s8\_index.java'. Make sure that you have the 'bin' directory for your JDK in your PATH variable before starting Dynamo and that you have enough swap space.
      The detailed exception is: java.io.IOException: Cannot run program "javac": CreateProcess error=206, The filename or extension is too long

    Add following(ExtendedJhtmlPageProcessor) component at this location and restart the sever.
    atg\dynamo\servlet\pagecompile\
    ExtendedJhtmlPageProcessor.properties:-
         #atg\dynamo\servlet\pagecompile\ExtendedJhtmlPageProcessor.properties
         $class=atg.servlet.pagecompile.jsp11.JSPPageProcessor
         javaCompilerClassName=atg.servlet.pagecompile.SunJavaSourceCompiler
    I am sure it will resolve your issue,If not please let me know.
    And also please mark the answer, So that no one else raise new discussion for this, I remember that I have already pasted same component content before also.

  • Can't access msg server instance through admin console

    I am running
    Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)
    libimta.so 6.3-5.02 (built 17:15:31, Oct 12 2007; 32bit)
    SunOS cosmos.scranton.edu 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V245
    along with [20/Feb/2008:14:39:46 -0500] - Sun Java(TM) System Directory Server/5.2_Patch_4 B2005.230.0041 (64-bit) as the config DS
    The console webserver is
    [20/Feb/2008:14:42:00] info (26032): SunONE-WebServer-Enterprise/6.0SP3 B05/19/2004 02:48
    and
    # ./mpsadmconfig -version
    Administration Server Command Line (admconfig) version 5.2
    Copyright (c) 2001 Sun Microsystems, Inc.
    I can manage the DS through the Console just fine. If I try to access the msg server nothing happens.
    I see the following error in the ds admin-serv/logs/error log
    [21/Feb/2008:08:41:35] warning (26033): for host ::ffff:134.198.6.4 trying to GET /msg-config/tasks/operation/cgi_root, send-cgi reports: cannot find CGI program /opt/luminis/products/ds/bin/msg/admin/bin/cgi_root (No such file or directory)
    This cgi_root file is a pointer to /opt/luminis/products/mail/lib/cgimsg which does not exist
    It applied patch 115610-25 which (I'm under the impression) has the Admin console in it. It didn't fix it though
    So, does anyone know of a patch that just has the Admin Server / Console or does anyone running 32 bit Sparc Solaris 10 have a cgimsg file they can lend me? (I'll give it right back!)

    chris_krall1 wrote:
    I can't argue with that Shane. Well you can argue but there isn't anything I can do about it unfortunately. The decision to stop using the admin console was a 'big-picture' sort of deal.
    Well sort of - this didn't work when I first installed msg 6.2-4.04. The core patch 6.3-5.02 (120228-25) was applied through smpatch more or less inadvertently. Anyway I guess I will have to learn the command line interface. I really only wish to apply certs to the various services and turn on ssl
    I was able to request and apply the cert through msgcert, so I will try the next steps and see how it goesmsgcert was added to 6.3 for entirely this reason -- a replacement was required for the functionality lost due to the dropping of the admin console.
    Regards,
    Shane.

  • Accessing a component property

    How can a access a component property defined in the portal.xml file
    simulair to this
    <property name="plainDescription" value="Number of messages"/>
    I use a JSPDynPage.
    what I realy want is this.
          <env-entry>
              <env-entry-name>CONFIGURATION_FILE</env-entry-name>
              <env-entry-value><![CDATA[/configuration.properties]]></env-entry-value>
              <env-entry-type>java.lang.String</env-entry-type>
          </env-entry>

    see accessing a property

  • Can not access sample & admin tools after configuring Oracle8.1.7

    Hi all,
    I am using WLS6.1(sp2) and WLPortal4.0(sp1).
    I changed the default database(i.e. Cloudscape) to Oracle by following the doc
    http://edocs.bea.com/wlp/docs40/deploygd/oraclnew.htm
    But, after setting up the Oracle8.1.7, when i try to access the sample stock portal
    from the homepage, i am getting the following exception
    PortalPersistenceManager: portal 'portal/stockportal' not found
    <Feb 20, 2002 12:33:19 PM EST> <Error> <HTTP> <[WebAppServletContext(1467076,stockportal,/stockportal)]
    Servlet failed with S
    ervletException
    javax.servlet.ServletException: Received a null Portal object from the PortalManager.
    at com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.setupPortalRequest(PortalWebflowServlet.java:194)
    at com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWebflowServlet.java:99)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:241)
    at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112)
    at jsp_servlet.__index._jspService(__index.java:92)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    even i can not access the admin tools.....i get the follwing error when i try
    to access the portalTools/index.jsp
    <Feb 20, 2002 12:38:18 PM EST> <Warning> <Webflow> <Webflow could not resolve
    a destination given: appname [tools], namespace
    [admin_main], origin [begin], event [defaultEvent] with request id [3121877];
    Attempting to load Configuration-error-page.>
    <Feb 20, 2002 12:38:18 PM EST> <Error> <Webflow> <Error while parsing uri /portalTools/application,
    path null, query string n
    amespace=admin_main - Webflow XML does not exist, is not loaded properly, or you
    do not have a configuration-error-page defin
    ed.
    Exception[com.bea.p13n.appflow.exception.ConfigurationException: The configuration-error-page
    node was not found in the webfl
    ow xml file. for webapp [tools], namespace [admin_main]. While trying to display
    CONFIGURATION ERROR: [Exception[com.bea.p13n
    .appflow.exception.ConfigurationException: Bad Namespace - namespace [admin_main]
    is not available for webflow execution. Mak
    e sure the [admin_main.wf] file is deployed in webapp [tools].]],]
    at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processConfigurationError(WebflowExecutorImpl.java:786)
    at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebflowRequest(WebflowExecutorImpl.java:484)
    at com.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebflowRequest(WebflowExecutorImpl.java:419)
    at com.bea.p13n.appflow.webflow.servlets.internal.WebflowServlet.doGet(WebflowServlet.java:132)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:241)
    at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112)
    at jsp_servlet.__index._jspService(__index.java:92)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    Am i missing any step here???
    can anybody help me????
    thanks
    Vijay

    oops...i missed step5.
    it is working now after doing the sync.
    thanks
    Vijay
    "Daniel Selman" <[email protected]> wrote:
    Did you sync the applications and load the sample data?
    Sincerely,
    Daniel Selman
    "vijay bujula" <[email protected]> wrote in message
    news:[email protected]...
    Hi all,
    I am using WLS6.1(sp2) and WLPortal4.0(sp1).
    I changed the default database(i.e. Cloudscape) to Oracle by followingthe
    doc
    http://edocs.bea.com/wlp/docs40/deploygd/oraclnew.htm
    But, after setting up the Oracle8.1.7, when i try to access the samplestock portal
    from the homepage, i am getting the following exception
    PortalPersistenceManager: portal 'portal/stockportal' not found
    <Feb 20, 2002 12:33:19 PM EST> <Error> <HTTP><[WebAppServletContext(1467076,stockportal,/stockportal)]
    Servlet failed with S
    ervletException
    javax.servlet.ServletException: Received a null Portal object fromthe
    PortalManager.
    atcom.bea.portal.appflow.servlets.internal.PortalWebflowServlet.setupPortalReq
    uest(PortalWebflowServlet.java:194)
    atcom.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWe
    bflowServlet.java:99)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    atweblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:241)
    atweblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112)
    at jsp_servlet.__index._jspService(__index.java:92)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:2495)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    even i can not access the admin tools.....i get the follwing errorwhen i
    try
    to access the portalTools/index.jsp
    <Feb 20, 2002 12:38:18 PM EST> <Warning> <Webflow> <Webflow could notresolve
    a destination given: appname [tools], namespace
    [admin_main], origin [begin], event [defaultEvent] with request id[3121877];
    Attempting to load Configuration-error-page.>
    <Feb 20, 2002 12:38:18 PM EST> <Error> <Webflow> <Error while parsinguri
    /portalTools/application,
    path null, query string n
    amespace=admin_main - Webflow XML does not exist, is not loaded properly,or you
    do not have a configuration-error-page defin
    ed.
    Exception[com.bea.p13n.appflow.exception.ConfigurationException: The
    configuration-error-page>> node was not found in the webfl>> ow xml file. for webapp [tools, namespace [admin_main]. While tryingto
    display
    CONFIGURATION ERROR: [Exception[com.bea.p13n
    appflow.exception.ConfigurationException: Bad Namespace - namespace[admin_main]
    is not available for webflow execution. Mak
    e sure the [admin_main.wf] file is deployed in webapp [tools].]],]
    atcom.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processConfigurati
    onError(WebflowExecutorImpl.java:786)
    atcom.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebflowRequ
    est(WebflowExecutorImpl.java:484)
    atcom.bea.p13n.appflow.webflow.internal.WebflowExecutorImpl.processWebflowRequ
    est(WebflowExecutorImpl.java:419)
    atcom.bea.p13n.appflow.webflow.servlets.internal.WebflowServlet.doGet(WebflowS
    ervlet.java:132)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    atweblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:241)
    atweblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112)
    at jsp_servlet.__index._jspService(__index.java:92)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:2495)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    Am i missing any step here???
    can anybody help me????
    thanks
    Vijay

  • Can't access to Portal Admin Console.

    Hi all,
    I'm working with WLP 10.2. I've created the ear-file (using maven) and deployed it on server (with Unix-system). The current application works well.
    My current task is a creation portal in streaming mode. Unfortunately I can't access to Portal Admin console for resolving task. I always retrieve "Error 404 (Not found)".
    As I know the admin-tools.war is responsible for Portal Admin Console. I've checked admin-tools.war is running on server (with status "Active").
    I'm using the next path for running Portal Admin Console: {serverhost:port}/{context root of admin-tools}/portal.portal.
    Maybe, Should I set up(correct) application.xml or weblogic.xml?
    Please let me know if you have any ideas.
    Thanks,
    Yuriy

    I think your URL is wrong, try with the following...
    http://{server:port}/{name_your_ear}Admin/portal.portal
    name_your_ear= The name of your Enterprise Application.
    For example,
    http://localhost:7001/DemosEarAdmin/portal.portal
    I hope this helps

  • Domain machine Can't access administrative shares c$ admin$ on windows 7 x64 network path was not found

    Hello,
    I'm unable to access admin shares on a windows 7 pro x64 domain machine, i've tried the following:
    . Disable IPV6
    . LocalAccountTokenPolicy (32 and 64 bits set to 1 or zero with restart)
    . Disable UAC
    . Disable firewall
    . LmCompatibilityLevel set to 1
    I can ping the machine, remote desktop and everything BUT access any shares on it, i've created additional shares for testing and still can't access it, by name or ip, even using the 127.0.0.1. Please help as this issue is driving me nuts.
    PS: Windows 7 Enterprise doesn't have this problem

    Believe it or not, it's UAC causing the blockage of accessing any hidden $ drive share in Windows 7. At least, for me.
    For a new PC built here I tried everything I could find. Disable antivirus, firewall, defender... changing network share settings.. nothing worked.
    Thing is, its been working on multiple old PCs so I tracked down network profile and other differences between new and old, only one I found was that I'd disabled UAC on the old PCs (all win7 pro). Disabled UAC on the new PC, rebooted as required to completely
    turn it off, bam! can now access root drive shares via the hidden $ as always.
    More advanced admins could probably track down the specific registry settings changed by UAC and isolate the one blocking LAN connecting to hidden drive $ shares. I'm not delving any deeper.
    Oh, btw, turned firewall, antivirus etc back on and it still allows access over a LAN.
    (UAC - User Account Control for those not familiar with the acronym)

  • Iam unable to access the dyn/admin homepage

    Iam using ATG 10.1.2 ,weblogic 10.3 and jdk 1.6.0_35
    while iam running,iam not able to sethe dyn/admin home page,below are the errors:
    ````````````````````````````````````````````````````````````````````````
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet Error compiling page: /index.jhtml : Unable to execute the command 'javac -target 1.5 -classpath "C:\Verizon\Java\jdk1.6.0_35\jre\lib\resources.jar;C:\
    re\modules\glassfish.jaxb.xjc_1.2.0.0_2-1-14.jar;C:\Verizon\Oracle\Middleware\modules\jaxb-impl.jar;C:\Verizon\Oracle\Middleware\modules\glassfish.jaxws.resolver_1.0.0.0_2-1-5.jar;C:\Verizon\Oracle\Middleware\modules\glassfish.jaxws.fastinfoset_1.0.0.0_2-1-5.jar;C:\Veriz
    Oracle\Middleware\modules\net.sf.antcontrib_1.1.0.0_1-0b2\lib\ant-contrib.jar;C:\Verizon\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbyclient.jar;C:\Verizon\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbyLocale_cs.jar;C:\Verizon\Oracle\Middleware\wlserver_
    \Verizon\Oracle\Middleware\user_projects\domains\prepaid_store_domain\servers\AdminServer\tmp\_WL_user\vzw_mls_store\dcdkmb\.\atglib\_DAS_slib_sresources.jar;C:\Verizon\Oracle\Middleware\user_projects\domains\prepaid_store_domain\servers\AdminServer\tmp\_WL_user\vzw_mls_
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet The detailed exception is: java.io.IOException: Cannot run program "javac": CreateProcess error=206, The filename or extension is too long atg.ser
    les\activation.jar;C:\Verizon\Oracle\Middleware\modules\jsr173_1.0_api.jar;C:\Verizon\Oracle\Middleware\modules\jaxb1-impl.jar;C:\Verizon\Oracle\Middleware\modules\glassfish.jaxb.xjc_1.2.0.0_2-1-14.jar;C:\Verizon\Oracle\Middleware\modules\jaxb-impl.jar;C:\Verizon\Oracle\
    Verizon\Oracle\Middleware\modules\org.apache.ant_1.7.1\lib\ant.jar;C:\Verizon\Oracle\Middleware\modules\org.apache.ant_1.7.1\lib\xml-apis.jar;C:\Verizon\Oracle\Middleware\modules\net.sf.antcontrib_1.1.0.0_1-0b2\lib\ant-contrib.jar;C:\Verizon\Oracle\Middleware\wlserver_10
    iddleware\user_projects\domains\prepaid_store_domain\servers\AdminServer\tmp\_WL_user\vzw_mls_store\dcdkmb\.\atglib\_DAF.Endeca.Base_slib_sclasses.jar;C:\Verizon\Oracle\Middleware\user_projects\domains\prepaid_store_domain\servers\AdminServer\tmp\_WL_user\vzw_mls_store\d
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet The detailed exception is: java.io.IOException: Cannot run program "javac": CreateProcess error=206, The filename or extension is too long
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pagecompile.jsp11.JSPPageProcessor.javaToClass(JSPPageProcessor.java:416)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pagecompile.PageProcessor.compilePageClass(PageProcessor.java:2437)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pagecompile.PageProcessor.getPageInfo(PageProcessor.java:1787)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pagecompile.jsp12.Jsp12PageProcessor.getPageInfo(Jsp12PageProcessor.java:324)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.minimal.MinimalServletContainer.compileServlet(MinimalServletContainer.java:153)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pagecompile.PageCompileServlet.service(PageCompileServlet.java:303)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.DynamoServlet.service(DynamoServlet.java:148)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:160)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:657)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:267)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:228)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.FileFinderPipelineServlet.service(FileFinderPipelineServlet.java:729)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:275)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:208)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:312)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:513)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:249)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:237)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3732)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet Caused by :atg.servlet.pagecompile.AutoCompileException: Unable to execute the command 'javac -target 1.5 -classpath "C:\Verizon\Java\jdk1.6.0_35\jre\l
    izon\Oracle\Middleware\modules\glassfish.jaxb.xjc_1.2.0.0_2-1-14.jar;C:\Verizon\Oracle\Middleware\modules\jaxb-impl.jar;C:\Verizon\Oracle\Middleware\modules\glassfish.jaxws.resolver_1.0.0.0_2-1-5.jar;C:\Verizon\Oracle\Middleware\modules\glassfish.jaxws.fastinfoset_1.0.0.
    apis.jar;C:\Verizon\Oracle\Middleware\modules\net.sf.antcontrib_1.1.0.0_1-0b2\lib\ant-contrib.jar;C:\Verizon\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbyclient.jar;C:\Verizon\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbyLocale_cs.jar;C:\Verizon\Oracle\
    slib_sclasses.jar;C:\Verizon\Oracle\Middleware\user_projects\domains\prepaid_store_domain\servers\AdminServer\tmp\_WL_user\vzw_mls_store\dcdkmb\.\atglib\_DAS_slib_sresources.jar;C:\Verizon\Oracle\Middleware\user_projects\domains\prepaid_store_domain\servers\AdminServer\t
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet The detailed exception is: java.io.IOException: Cannot run program "javac": CreateProcess error=206, The filename or extension is too long
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pagecompile.SystemJavaSourceCompiler.javaToClass(SystemJavaSourceCompiler.java:248)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pagecompile.jsp11.JSPPageProcessor.javaToClass(JSPPageProcessor.java:400)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pagecompile.PageProcessor.compilePageClass(PageProcessor.java:2437)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pagecompile.PageProcessor.getPageInfo(PageProcessor.java:1787)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pagecompile.jsp12.Jsp12PageProcessor.getPageInfo(Jsp12PageProcessor.java:324)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.minimal.MinimalServletContainer.compileServlet(MinimalServletContainer.java:153)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pagecompile.PageCompileServlet.service(PageCompileServlet.java:303)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.DynamoServlet.service(DynamoServlet.java:148)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:160)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:657)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:267)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:228)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.FileFinderPipelineServlet.service(FileFinderPipelineServlet.java:729)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:275)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:208)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:312)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:513)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:249)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:237)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3732)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    **** Error Thu Mar 14 20:06:48 IST 2013 1363271808440 /atg/dynamo/servlet/pagecompile/PageCompileServlet
    <Mar 14, 2013 8:06:53 PM IST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 0:0:0:0:0:0:0:1:50,299 during the configured idle timeout of 5 secs>
    <Mar 14, 2013 8:06:53 PM IST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 0:0:0:0:0:0:0:1:50,298 during the configured idle timeout of 5 secs>
    **** info Thu Mar 14 20:10:12 IST 2013 1363272012801 /atg/dynamo/servlet/adminpipeline/AuthenticationServlet HTML admin authentication failure from 172.21.31.25(/dyn/admin)
    **** Warning Thu Mar 14 20:10:17 IST 2013 1363272017174 /atg/dynamo/security/AdminUserAuthority Attempt to log into account admin with incorrect password
    <Mar 14, 2013 8:10:18 PM IST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 172.21.31.25:2,261 during the configured idle timeout of 5 secs>
    **** info Thu Mar 14 20:10:20 IST 2013 1363272020175 /atg/dynamo/servlet/adminpipeline/AuthenticationServlet HTML admin authentication failure from 172.21.31.25(/dyn/admin)
    **** Warning Thu Mar 14 20:10:26 IST 2013 1363272026409 /atg/dynamo/security/AdminUserAuthority Attempt to log into account admin with incorrect password
    **** info Thu Mar 14 20:10:29 IST 2013 1363272029410 /atg/dynamo/servlet/adminpipeline/AuthenticationServlet HTML admin authentication failure from 172.21.31.25(/dyn/admin)
    **** info Thu Mar 14 20:10:34 IST 2013 1363272034438 /atg/dynamo/servlet/pagecompile/ExtendedJhtmlPageProcessor Processing /index.jhtml to C:\Verizon\ATG\ATG10.1.2\home\pagebuild\_dasadmin_3\_index.java
    **** info Thu Mar 14 20:10:34 IST 2013 1363272034459 /atg/dynamo/servlet/pagecompile/ExtendedJhtmlPageProcessor Compiling C:\Verizon\ATG\ATG10.1.2\home\pagebuild\_dasadmin_3\_index.java
    **** Error Thu Mar 14 20:10:34 IST 2013 1363272034624 /atg/dynamo/servlet/pagecompile/PageCompileServlet Error compiling page: /index.jhtml : Unable to execute the command 'javac -target 1.5 -classpath "C:\Verizon\Java\jdk1.6.0_35\jre\lib\resources.jar;C:\
    re\modules\glassfish.jaxb.xjc_1.2.0.0_2-1-14.jar;C:\Verizon\Oracle\Middleware\modules\jaxb-impl.jar;C:\Verizon\Oracle\Middleware\modules\glassfish.jaxws.resolver_1.0.0.0_2-1-5.jar;C:\Verizon\Oracle\Middleware\modules\glassfish.jaxws.fastinfoset_1.0.0.0_2-1-5.jar;C:\Veriz
    Oracle\Middleware\modules\net.sf.antcontrib_1.1.0.0_1-0b2\lib\ant-contrib.jar;C:\Verizon\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbyclient.jar;C:\Verizon\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbyLocale_cs.jar;C:\Verizon\Oracle\Middleware\wlserver_
    \Verizon\Oracle\Middleware\user_projects\domains\prepaid_store_domain\servers\AdminServer\tmp\_WL_user\vzw_mls_store\dcdkmb\.\atglib\_DAS_slib_sresources.jar;C:\Verizon\Oracle\Middleware\user_projects\domains\prepaid_store_domain\servers\AdminServer\tmp\_WL_user\vzw_mls_
    **** Error Thu Mar 14 20:10:34 IST 2013 1363272034624 /atg/dynamo/servlet/pagecompile/PageCompileServlet
    **** Error Thu Mar 14 20:10:34 IST 2013 1363272034624 /atg/dynamo/servlet/pagecompile/PageCompileServlet The detailed exception is: java.io.IOException: Cannot run program "javac": CreateProcess error=206, The filename or extension is too long atg.ser
    les\activation.jar;C:\Verizon\Oracle\Middleware\modules\jsr173_1.0_api.jar;C:\Verizon\Oracle\Middleware\modules\jaxb1-impl.jar;C:\Verizon\Oracle\Middleware\modules\glassfish.jaxb.xjc_1.2.0.0_2-1-14.jar;C:\Verizon\Oracle\Middleware\modules\jaxb-impl.jar;C:\Verizon\Oracle\
    Verizon\Oracle\Middleware\modules\org.apache.ant_1.7.1\lib\ant.jar;C:\Verizon\Oracle\Middleware\modules\org.apache.ant_1.7.1\lib\xml-apis.jar;C:\Verizon\Oracle\Middleware\modules\net.sf.antcontrib_1.1.0.0_1-0b2\lib\ant-contrib.jar;C:\Verizon\Oracle\Middleware\wlserver_10
    iddleware\user_projects\domains\prepaid_store_domain\servers\AdminServer\tmp\_WL_user\vzw_mls_store\dcdkmb\.\atglib\_DAF.Endeca.Base_slib_sclasses.jar;C:\Verizon\Oracle\Middleware\user_projects\domains\prepaid_store_domain\servers\AdminServer\tmp\_WL_user\vzw_mls_store\d
    1363272034624 /atg/dynamo/servlet/pagecompile/PageCompileServlet at
    Please do the needful by resolving this problem.
    ThankYou!!!!!!

    Hi ,
    I am also facing the login issue to dynamo admin server .
    I could able to logged  into ACC(ATG Control Center) .But I am not able to access the dynamo admin server both for production and publishing server even entering the same credentials that i used for ACC.
    Both the servers are up and running with out any issues .
    Application server is weblogic server .
    OS is Windows.
    I am getting this error :
    Make sure that you have the 'bin' directory for your JDK in your PATH variable before starting Dynamo and that you have enough swap space.
    The detailed exception is: java.io.IOException: Cannot run program "javac": CreateProcess error=206, The filename or extension is too long.
    I have set it correctly before installing ATG like this  D:\Java\jdk1.6.0_45\bin;  . Even though i am getting the same issue.
    From your previous post .I got this . But had a doubt on this like where to add  .I could not find this location.
    #atg\dynamo\servlet\pagecompile\ExtendedJhtmlPageProcessor.properties
    $class=atg.servlet.pagecompile.jsp11.JSPPageProcessor
    javaCompilerClassName=atg.servlet.pagecompile.SunJavaSourceCompiler
    I am not able to understand where it went wrong . Please tell me as i got strucked in this.
    Thanks,
    keerthi

  • I'm an admin of this site, but now can't access some pages in Project Server 2013 e.g. Project center, PWA setting

    I'm an admin of this site, but now can't access some pages in Project Server 2013 e.g. Project center, PWA setting

    it may be your browser.  CHeck the folloinwg
    1) Turn on Compatibilty mode
    2) Security Options / Make it a local trusted site
    3) Turn of Protected Mode in the browser under Security
    and have you tried it from Chrome
    CHeers!
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

  • I installed Firefox on laptop under Admin acct--now I can't access it from std user account

    I installed Firefox on a laptop under Admin acct--now I can't access it from std user account. If I installed Firefox onto the laptop under the Admin account, why didn't it put a desktop icon on the std user account also? I don't recall ever having this problem on an any other computer I've had. I have already tried looking under the program files folders for a Mozilla folder while logged into the std user account-- there is no Mozilla folder to be found. Also, when I try to install Firefox on the Std user account, the parental controls keeps me from doing it. I have went in and added the Firefox install web link as an allowable website under the parental controls, but it does not help. Please help me figure out how to get Firefox installed on my std user account.

    Check the date and time in the clock on your computer: (double) click the clock icon on the Windows Taskbar.
    Check out why the site is untrusted and click "Technical Details to expand this section.<br>If the certificate is not trusted because no issuer chain was provided (sec_error_unknown_issuer) then see if you can install this intermediate certificate from another source.
    You can retrieve the certificate and check details like who issued certificates and expiration dates of certificates.
    *Click the link at the bottom of the error page: "I Understand the Risks"
    Let Firefox retrieve the certificate: "Add Exception" -> "Get Certificate".
    *Click the "View..." button and inspect the certificate and check who is the issuer of the certificate.
    You can see more Details like intermediate certificates that are used in the Details pane.
    If <b>"I Understand the Risks"</b> is missing then this page may be opened in an (i)frame and in that case try the right-click context menu and use "This Frame: Open Frame in New Tab".
    *Note that some firewalls monitor (secure) connections and that programs like Sendori or FiddlerRoot can intercept connections and send their own certificate instead of the website's certificate.
    *Note that it is not recommended to add a permanent exception in cases like this, so only use it to inspect the certificate.

  • User with admin rights can't access files through the command prompt

    I have a strange situation where I have 2 users both setup exactly the same with admin rights on a 2003 (32 bit) server through an AD group membership, but one can do everything as expected but the other can't.
    The one that can't is trying to execute a program is a command prompt and keeps getting access denied or invalid directory when trying to cd into the folder.   I double and tripled check the permissions and they are correct, this person should have
    full admin.  In fact I did a effective permissions through explorer and it states full rights.  Along those lines this person can also access the folder in question through explorer just not a command prompt. 
    Has anyone seen this before ? and if so what can be done about it.
    Thanks

    Hi,
    Can the user execute the program through explorer? In Windows Server 2003, the Users group does not have Read and Execute permissions to the command processor (Cmd.exe). 
    You could refer to the article below to resolve the issue:
    "Access is denied" error message when you run a batch job on a Windows Server 2003-based computer
    http://support.microsoft.com/kb/867466
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • As Admin I can't access users home folder - (usershare)

    How can I access user's home folders
    Setting up a new server and copied users home from SBS 2003 but having setup all the users I cannot access the users home folders as Admin at the Server console.
    Obviously I can login to a users PC and upload the files from the but...
    This is something I need to do frequently for users.
    *** Edit ***
    If I enable the disabled "Administrator" account - I am then able to access the folders!
    (I would like to keep Administrator account disabled)
    I added Admin to the Administrators group but that didn't work either!
    I suppose I I work around by enabling administrator account but would much rather allow Admin to have same rights.
    ChrisS

    Hi
    There is a GPO that controls the Redirected Folders.... the default in SBS is to restrict users redirected folders exclusively. That means 'Administrators' can not access the files, only the specified users who own it.
    Ironically i also find this restricts viewing the files on these folders in the proper backup
    To fix this you need to do a number of steps.
    1. First of all remove the tick from the GPO for Exclusive access to redirected folders. When this is done any new users you add, the administrators (security group) will be able to access the folders and files.
    However this will not fix the ones made when the PO exclusivity was enabled. To fix this there are methods on this forum about PowerShell access, and guides, all very complicated... but neded if you can;t access your users accounts. Like you I created 3
    users before noticing this GPO issue.
    I found a way around it.
    User 1 is restricted.
    1. So go to a client computer and log on as User 1
    2. navigate to \\server\redirected folders\User 1
    3. Select the Documents folder and right click, properties, security
    4. Add the Administrators (note the s, administrators, not administrator) and give Full Control
    5. Do the same to the Desktop Folder
    You need to do this for each User that is restricted, as each User that is restricted. Each User owns their Desktop and Documents folder and can therefore apply whatever security they like to it.
    The difference the GPO exclusive makes is whether or not Adminsitrators are added to the security for those folders, you are just manully setting this up
    You do not need to take ownership, do not need to run powershell. Admitedly if your users are remote users, and you are never at the clients with the server, then I agree maybe the Ownership and Powershell route is the way to go, but odds are you will visit
    the client and be able to do this on site s the user is logged in. This is the quickest and Easiest way
    Tris

  • Can not access Server admin site

    I can not access http://MYSERVER1:50000 site. I get error "The page cannot be displayed. The page you are looking for is currently unavailable.".
    But I was able to access even yesterday. Could you tell me any possible problems and how to fix the error?
    Thanks!
    Mike

    Hi Mike
    That means your J2EE engine is not running...
    Restart the engine, also check that the DB is up and running.
    Regards
    Juan

Maybe you are looking for

  • ResultSet wihtin ResultSet but causes cursor problem?

    I have a SQL error when running the code below: while(rs0.next()){ ... String s= rs0.getString(1); ResultSet rs=null; rs=getResult1(aConnnection, s); /*statment is created in the function and ResultSet returned */ while(rs.next()){ ... rs.close(); rs

  • Will installing Microsoft office on my mac air 2gb 64mb slow my system down, I don't have music or big files currently on my device?

    If I install Microsoft office on my mac air 2gb 64mb, will it slow my system down?  I also have a macbook pro that i dont take out the house with Microsoft office already installed.  Am I best to install Pages on the mac air or will it cause compatib

  • How many processes for Start processes

    Hi Community,                         I am new to process chains, I am creating process chains for master data loading. Here I am adding " Execute Info Package " for every Object.After adding 10 different objects system not allowing me to add new pro

  • Salary Compensation Program

    Hi guys, I have a problem with my program that I just can't figure out why the program can't calculate the weeklypay ... it keeps asking to enter the weekelypay ... so can you guys help me on that. I really thank you much .. <script language="Javascr

  • How to find the reason for a job failure

    Hi, I have created a job . It was running fine. But after few days it showed the status as broken. How do we find the reason for a job failure ? Thanks.