ATG Servlet Beans - serviceLocalParameter vs serviceParameter

can you explain the difference between serviceLocalParameter and serviceParameter used in the Servlet ATG beans?

The parameters set by Servlet beans are visible only inside the drop tag (unless the value of an attribute).

Let me explain this with an example
Suppose that we have to use droplets one inside the other




droplet1 define the 'user' with the value parameter point of user "user1" and droplets affect the parameter "e-mail", which it does by getting the value of the parameter for the "user" parameter and then fetch it is property email.

With serviceLocalParameter:
The parameter user will be only visible inside droplets 1 then drop 2 will not be able to access them through the Request.getParameter () method.
It must call Request.getLocalParameter)

With serviceParameter:
The user setting will be visible inside droplets 2 since its droplets used inside 1. If parameter of get request drop 2 by calling Request.getParameter () method.

Of way General serviceLocalParameter must always be used unless you have multiple droplets communicating with each other as in our example.

Tags: Oracle Applications

Similar Questions

  • SE atg.servlet.pagecompile.PageCompileException: cannot load the class: _dasadmin_3__UTF_s8._index Exception while accessing the dynamo Server merch

    Hi Experts,

    I am getting error while accessing the dynamo of merch, next server

    18:10:17, 334 ERROR [STDERR] java.lang.UnsupportedClassVersionError: _dasadmin_3__UTF_s8/_index: version unsupported major.minor 51.0

    18:10:17, 335 ERROR [STDERR] at java.lang.ClassLoader.defineClass1 (Native Method)

    18:10:17, 335 ERROR [STDERR] at java.lang.ClassLoader.defineClassCond (unknown Source)

    18:10:17, 335 ERROR [STDERR] at java.lang.ClassLoader.defineClass (unknown Source)

    18:10:17, 335 ERROR [STDERR] at atg.servlet.pagecompile.ReusableClassLoader.findClass(ReusableClassLoader.java:330)

    18:10:17, 335 ERROR [STDERR] at atg.servlet.pagecompile.ReusableClassLoader.findClass(ReusableClassLoader.java:286)

    18:10:17, 335 ERROR [STDERR] at java.lang.ClassLoader.loadClass (unknown Source)

    18:10:17, 335 ERROR [STDERR] at atg.servlet.pagecompile.ReusableClassLoader.loadClass(ReusableClassLoader.java:602)

    18:10:17, 335 ERROR [STDERR] at java.lang.ClassLoader.loadClass (unknown Source)

    18:10:17, 336 ERROR [STDERR] at atg.servlet.pagecompile.PageProcessor.loadClass(PageProcessor.java:2704)

    18:10:17, 336 ERROR [STDERR] at atg.servlet.pagecompile.PageProcessor.loadClass(PageProcessor.java:2605)

    18:10:17, 336 ERROR [STDERR] at atg.servlet.pagecompile.PageProcessor.compilePageClass(PageProcessor.java:2479)

    18:10:17, 336 ERROR [STDERR] at atg.servlet.pagecompile.PageProcessor.getPageInfo(PageProcessor.java:1787)

    18:10:17, 336 ERROR [STDERR] at atg.servlet.pagecompile.jsp12.Jsp12PageProcessor.getPageInfo(Jsp12PageProcessor.java:324)

    18:10:17, 336 ERROR [STDERR] at atg.servlet.minimal.MinimalServletContainer.compileServlet(MinimalServletContainer.java:153)

    18:10:17, 336 ERROR [STDERR] at atg.servlet.pagecompile.PageCompileServlet.service(PageCompileServlet.java:303)

    18:10:17, 336 ERROR [STDERR] at atg.servlet.DynamoServlet.service(DynamoServlet.java:148)

    18:10:17, 336 ERROR [STDERR] at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:160)

    18:10:17, 336 ERROR [STDERR] at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:657)

    18:10:17, 336 ERROR [STDERR] at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:267)

    18:10:17, 336 ERROR [STDERR] at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)

    18:10:17, 336 ERROR [STDERR] at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    18:10:17, 337 ERROR [STDERR] at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:228)

    18:10:17, 337 ERROR [STDERR] at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    18:10:17, 337 ERROR [STDERR] at atg.servlet.pipeline.FileFinderPipelineServlet.service(FileFinderPipelineServlet.java:729)

    18:10:17, 337 ERROR [STDERR] at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    18:10:17, 337 ERROR [STDERR] at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:275)

    18:10:17, 337 ERROR [STDERR] at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    18:10:17, 337 ERROR [STDERR] at atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:208)

    18:10:17, 337 ERROR [STDERR] at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    18:10:17, 337 ERROR [STDERR] at atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:312)

    18:10:17, 337 ERROR [STDERR] at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    18:10:17, 337 ERROR [STDERR] at atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:513)

    18:10:17, 337 ERROR [STDERR] at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    18:10:17, 338 ERROR [STDERR] at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)

    18:10:17, 338 ERROR [STDERR] at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    18:10:17, 338 ERROR [STDERR] at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:249)

    18:10:17, 338 ERROR [STDERR] at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    18:10:17, 338 ERROR [STDERR] at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)

    18:10:17, 338 ERROR [STDERR] at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)

    18:10:17, 338 ERROR [STDERR] at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)

    18:10:17, 338 ERROR [STDERR] at atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:237)

    18:10:17, 338 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

    18:10:17, 338 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

    18:10:17, 338 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    18:10:17, 338 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

    18:10:17, 338 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

    18:10:17, 339 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    18:10:17, 339 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)

    18:10:17, 339 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

    18:10:17, 339 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)

    18:10:17, 339 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)

    18:10:17, 339 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)

    18:10:17, 339 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)

    18:10:17, 339 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

    18:10:17, 339 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

    18:10:17, 339 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)

    18:10:17, 339 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

    18:10:17, 339 ERROR [STDERR] at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)

    18:10:17, 340 ERROR [STDERR] at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)

    18:10:17, 340 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)

    18:10:17, 340 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)

    18:10:17, 340 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process (Http11Protocol.java:599)

    18:10:17, 340 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:451)

    18:10:17, 340 ERROR [STDERR] at java.lang.Thread.run (unknown Source)

    18:10:17, 340 ERROR [PageCompileServlet] page compilation error: index.jhtml: could not load class: _dasadmin_3__UTF_s8._index

    atg.servlet.pagecompile.PageCompileException: could not load class: _dasadmin_3__UTF_s8._index

    Can you please suggest me to fix this problem.

    Thank you and best regards,

    Murali

    Check which version of the JDK bin directory is in the path as 'javac' would be executed to compile the jhtml pages used in dyn/admin. There is a/atg/dynamo/servlet/pagecompile/ExtendedJhtmlPageProcessor of core component which has a string of compileCommand property whose value is specified as something like "javac - classpath {1} d {2} {0}". In fact, this same chain of command is used to compile pages with jhtml javac. Placeholder for the entrance of this is source file {0}, {1} for classpath and {2} is for the default destination directory, \home\pagebuild. In the first post, you mentioned this error:

    18:10:17, 334 ERROR [STDERR] java.lang.UnsupportedClassVersionError: _dasadmin_3__UTF_s8/_index: version unsupported major.minor 51.0

    This means that the major version number of your class file for the jhtml compiled of dyn/admin page 51, which means it is compiled with the java compiler JDK7 and so it can work very well with an interpreter of java7 unless you specify the java version of target when compiling as 'javac - target 1.6'. Looks like you have JDK7 and JDK6 on your machine and the JDK7 javac is coming to the system path. You can check the default version in the path by running "javac-version" on the command prompt. Change your path if necessary so that "javac-version" will give you the 1.6 version that you use. Also, make sure that ATGJRE is the version of java-oriented correct in \home\localconfig\dasEnv.bat: .sh

    It will be useful.

  • Access to manage servlet beans

    Hello guys,.

    version: JDeveloper 11.1.1.7.1 (11g)

    I need to access an attribute of bean to manage from my servlet.

    I'm affecting the value of the variable in a page of java file and saving it to a java class that I talk to my grain.

    Then I get this bean my servlet attribute, but I can't find a way to achieve this.

    I tried to do something like that, but did not work:

    FileUploadBean bean;

    Bean is FacesContext.getCurrentInstance () .getExternalContext () .getRequestMap () .get ("beanName") (FileUploadBean);.

    The value of bean is null.

    Any advice?

    Hello

    As your servlet not abreast of the scopes of the ADF, you found null. try to keep your bean managed within the scope of the session

    SessionScope card = ADFContext.getCurrent () .getSessionScope ();

    String var = (String) sessionScope.get ("var1");

    hope it will work. but it is not recommended to fill the imprint of your session. try to do as little as possible. It is a just solution

    Thank you

    REDA

  • Export a PDF file from a servlet ATG: IllegalStateException: response already committed

    Question of high level

    "When a servlet in my servlet pipeline ATG wrote a PDF document to the HTTP response output stream, well that the PDF file is delivered to the browser of the client user successfully, an error is recorded on the server: Servlet failed with Exception java.lang.IllegalStateException: response already committed."  Why does this happen?

    Details

    My ATG 10.1.2 application needs to be able to generate and return a PDF document to the client browser when the user clicks on a particular button on the site.

    Although I don't know if it is a best practice of the ATG, the approach that I landed on this is to insert a new custom servlet, 'PdfExportServlet', in the pipeline of servlet ATG.  The PdfExportServlet, for the applications it considers PDF application and decides to manage, generates the PDF content (using Jasper reports engine) and writes the PDF content to the HTTP response output stream.  Here's the relevant part of the code:

    response.setContentType("application/pdf");

    // (... The code that generates a JasperPrint object with the PDF content...)

    final byte [] pdfBinaryContent = JasperExportManager.exportReportToPdf (jasperPrint);

    response.setContentLength (pdfBinaryContent.length);

    final ServletOutputStream outputStream = response.getOutputStream ();

    outputStream.write (pdfBinaryContent);

    outputStream.flush ();

    outputStream.close ();

    It works very well, and the PDF file is displayed in the client browser.  However, a mistake is also recorded in the log file of the application on the server:

    [< WL-101020 > < [path of the module: shop ServletContext@1369332778[app:storeFront: / shop spec-version: 2.5]] Servlet failed with Exception

    java.lang.IllegalStateException: response already committed

    at weblogic.servlet.internal.ServletResponseImpl.objectIfCommitted(ServletResponseImpl.java:1631)

    at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:637)

    at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:602)

    at weblogic.servlet.FileServlet.findSource(FileServlet.java:269)

    at weblogic.servlet.FileServlet.doGetHeadPost(FileServlet.java:191)

    at weblogic.servlet.FileServlet.service(FileServlet.java:173)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)

    at atg.servlet.GenericFilterService.doFilterChain(GenericFilterService.java:621)

    ....

    One frustrating thing about this error that had made it difficult to solve, is that it does not occur on my PC; local development this log message appears only when the application is running on one of our servers of pre-production or production.  This made try scan multiple possible solutions that are problematic, because every change to the code requires a fresh deployment to our shared, pre-production server which takes time.

    I tried the following variations on the above code, or resulting in a change in the manifestation of the question (the error message that appears in the log):

    1. After the call to outputStream.close (), on the theory that it may help prevent the servlets downstream demand has already been posted, and no other attempts to modify and validate the request should be made added a call to response.flushBuffer ().
    2. Removed calls to outputStream.flush () and outputStream.close (), on the theory that some members of servlet (TailPipelineServlet?) downstream pipeline may be responsible for closing the outputStream, and try to do it prematurely was responsible for the mistake.

    I also have so far have not found anything relevant in the documentation of the ATG/Oracle may provide a clue as to what is happening here, or what general best practices about having a custom servlet in the ATG pipeline that generates output to outputStream of the answer.

    All the tips about the cause of this error, or what needs to be done to resolve this would be welcome!

    Thank you

    -Jon

    I figured out the call to outputStream.write () is originally the HttpServletResponse to commit, because the size of the buffer of the ServletResponse is less than the size of my PDF data Byte.  Reference: ServletResponse (Java EE 6)

    However, when I let my servlet to return with the HttpServletResponse in a State that is not validated, the client browser gets served a 404 instead of the PDF data.  I am currently looking into this issue.

  • ATG sku prices using price list

    Hello

    I'm trying to display the reference price using the price list. But I am not able to view it. Here are the steps that I did.

    1. creates a PriceList (MyPriceList_EN) for some references using VAC.

    2. I am able to view the PriceList SKUs in BCC.

    3 then use servlet bean PriceDroplet that I tried to get the price of the sku. But this drop returns empty.

    4. then I assigned the PriceList (MyPriceList_EN) to a user (ronaldrandon) using customization of CCB.

    5. always gout returns empty.

    6. I tried to activate logDebug for components ItemPricingEngine, PricingTools, PriceListManager. But its not useful. I do no debugging logs.

    Are there other measures that I have to do to see a list of prices for the SKU?

    Please help me on this issue.

    Summarizing the steps to display the reference price using the price list.

    1. creates a PriceList (MyPriceList_EN) for using VAC products/editions.

    2. check the dcs_price and dcs_price_list tables.

    3. specify the DefaultPriceListId to your price list in the PriceListManager component as the below

    $class = atg.commerce.pricing.priceLists.PriceListManager

    defaultPriceListId = plist40003

    4. set the default site price beds. Open the BCC in project mode, access Site Administration-> Select your site--> tab operation-> and

    default list price (price list to use selection).

    5. use PriceDroplet to display the price.

    <>

    name = "/ atg/commerce/prices/rates/PriceDroplet" >

        <%-- Here element is the sku repository item --%>

        <%-- Here we can pass Profile.priceList or /atg/multisite/Site.defaultListPriceList) --%>

       

           

               

               

                    no price

               

           

       

       

    Vacuum

       

    For me when the Profile.priceList is null, the defaultPriceListId of the PriceListManager or the Site has not consulted.

    So I had to see for myself if the Profile.priceList is null, then I must pass the list price as atg/multisite/Site.defaultListPriceList.

    I hope this helps.

  • Migration of ATG 11 with JbossEAP6.1

    Hello

    I'm working on the migration from 10.2 ATG to ATG11.

    Application works well with ATG10.2 with JbossEAP5.1.

    Path of config is loading three times in the file log and errors on way.

    10:51:41, 702 ERROR [stderr] (ServerService Thread Pool - 83) java.lang.NoSuchFieldException: policy

    10:51:41, 702 ERROR [stderr] (ServerService Thread Pool - 83) at the java.lang.Class.getDeclaredField(Class.java:1948)

    10:51:41, 702 ERROR [stderr] (ServerService Thread Pool - 83) at the atg.servlet.ServletUtil.getJBoss5JspClasspath(ServletUtil.java:568)

    10:51:41, 702 ERROR [stderr] (ServerService Thread Pool - 83) at the atg.nucleus.servlet.NucleusServlet.getClasspath(NucleusServlet.java:1337)

    10:51:41, 702 ERROR [stderr] (ServerService Thread Pool - 83) at the atg.nucleus.servlet.NucleusServlet.initBigEarNucleus(NucleusServlet.java:1277)

    10:51:41, 702 ERROR [stderr] (ServerService Thread Pool - 83) at the atg.nucleus.servlet.NucleusServlet.init(NucleusServlet.java:465)

    10:51:41, 702 ERROR [stderr] (ServerService Thread Pool - 83) at the org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1194)

    10:51:41, 702 ERROR [stderr] (ServerService Thread Pool - 83) at the org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1100)

    10:51:41, 702 ERROR [stderr] (ServerService Thread Pool - 83) at the org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3591)

    10:51:41, 712 ERROR [stderr] (ServerService Thread Pool - 83) at the org.apache.catalina.core.StandardContext.start(StandardContext.java:3798)

    10:51:41, 712 ERROR [stderr] (ServerService Thread Pool - 83) at the org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156)

    10:51:41, 712 ERROR [stderr] (ServerService Thread Pool - 83) at the org.jboss.as.web.deployment.WebDeploymentService.access$ 000 (WebDeploymentService.java:60)

    10:51:41, 712 ERROR [stderr] (ServerService Thread Pool - 83) at the org.jboss.as.web.deployment.WebDeploymentService$ 1.run(WebDeploymentService.java:93)

    10:51:41, 712 ERROR [stderr] (ServerService Thread Pool - 83) at the java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:471)

    10:51:41, 712 ERROR [stderr] (ServerService Thread Pool - 83) at the java.util.concurrent.FutureTask.run(FutureTask.java:262)

    10:51:41, 722 ERROR [stderr] (ServerService Thread Pool - 83) at the java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

    10:51:41, 722 ERROR [stderr] (ServerService Thread Pool - 83) at the java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    10:51:41, ERROR 725 [stderr] (ServerService Thread Pool - 83) at the java.lang.Thread.run(Thread.java:745)

    10:51:41, ERROR 725 [stderr] (ServerService Thread Pool - 83) at the org.jboss.threads.JBossThread.run(JBossThread.java:122)

    10:52:02, 225 WARNING [oracle.jps.credstore] (ServerService Thread Pool - 83) portfolio based store of credentials failed. Reason for java.io.IOException: ICP-0

    2002: failed to open the wallet. Check the password.

    10:52:02, 262 ERROR [nucleusNamespace.atg.dynamo.server.OPSSInitializer] (ServerService Thread Pool - 83) null: oracle.security.jps.JpsException: JPS-01050: Ope

    Ning of portfolio based store of credentials failed. Reason for java.io.IOException: ICP-02002: could not open the wallet. Check the password.

    at oracle.security.jps.se.JpsSEStartup.start(JpsSEStartup.java:63)

    10:52:04, ERROR 906 [nucleusNamespace.atg.dynamo.server.OPSSInitializer] (ServerService Thread Pool - 73) null: oracle.security.jps.JpsException: oracle.securit

    y.jps.JpsRuntimeException: cannot read the policy store. Reason is the PolicyStore, JPS-00027 error: internal error dataStoreEntry is null.

    at oracle.security.jps.se.JpsSEStartup.start(JpsSEStartup.java:63)

    I don't know why config path and class path is loading 3 times and causing the errors above.

    Please someone help me on this issue.

    Thank you

    Françoise

    I solved the error.

    Must be added below property in the file ${Application}.ear/META-INF/application.xml at the end of the file, before the tag.

    true

    If this property is not available that so JBossEAP6.1 invokes core 3 times and config path & classpath 3 loading because of that time it's errors as in the previous post.

    Thank you

    Françoise

  • Publish everything in running the publishing application ATG - CRS Server. Unable to query the table 'das_id_generator '.

    Hello

    I use ATG version 10.2 and you have configured CRS application by IMC. All data import and deployments have been successful.

    Applications of short (MDEX 6.4.1, CASE 3.2.1 6.4.1.2, tools and Framework 3.1.2 platform services) are running: port 8006, 8500, race 8888.

    Now MY PROBLEM IS in TWO PARTS:

    PART 1)  Ran the store on jboss, has worked well, core application started without any error.  When trying to load the homepage, get following error message:

    16:42:25, 926 full repository INFO [SEORepository] SQL boot

    16:43:32, 653 ERROR [DynamoServlet]

    CAUGHT AT:

    Container: ATG.servlet.jsp.ContainerJspException: Cannot find the named component: / atg/registry/Slots/HomeTheme; Source: javax.servlet.ServletException: Cannot find the named component: / atg/registry/Slots/HomeTheme

    at atg.taglib.dspjsp.ParamTag.doStartTag(ParamTag.java:419)

    at org.apache.jsp.navigation.gadgets.homePagePromotions_jsp._jspx_meth_dsp_005fparam_005f0(homePagePromotions_jsp.java:1021)

    at org.apache.jsp.navigation.gadgets.homePagePromotions_jsp._jspService(homePagePromotions_jsp.java:219)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:638)

    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:543)

    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:480)

    at atg.servlet.WrappingRequestDispatcher.include(WrappingRequestDispatcher.java:123)

    at atg.taglib.dspjsp.IncludeTag.doEndTag(IncludeTag.java:883)

    at org.apache.jsp.index_jsp._jspx_meth_dsp_005finclude_005f1(index_jsp.java:633)

    to org.apache.jsp.index_jsp.access$ 1 (index_jsp.java:622)

    to org.apache.jsp.index_jsp$ Helper.invoke1 (index_jsp.java:685)

    to org.apache.jsp.index_jsp$ Helper.invoke (index_jsp.java:711)

    at org.apache.jsp.tag.web.store.pageContainer_tag._jspx_meth_c_005fwhen_005f1(pageContainer_tag.java:2757)

    at org.apache.jsp.tag.web.store.pageContainer_tag.doTag(pageContainer_tag.java:812)

    at org.apache.jsp.index_jsp._jspx_meth_crs_005fpageContainer_005f0(index_jsp.java:598)

    at org.apache.jsp.index_jsp._jspx_meth_dsp_005fpage_005f1(index_jsp.java:565)

    at org.apache.jsp.index_jsp._jspService(index_jsp.java:127)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

    ...........................

    ...........................

    ...........................

    ...........................

    At this point, the CRS page opens but no short content. Don't load no registration, no image on the home page does display, NO SEARCH BOX displayed in the header.

    PART 2)  On top of that when I try to run the server pubishing on JBOSS, start does'nt server and responds to error. If the das_id_generator table exists in DB for all 4 patterns.

    16:09:41, 082 INFO [ScreenLog] with logging of external for debug messages and trace kernel to avoid hidden kernel logging information. Set the property /atg/dynamo/service/logging/ScreenLog.useInfoForDebug to false nucleus to use external instead trace and debug logging.

    16:09:41, 199 INFO [Version] HV000001: Hibernate Validator 4.3.1.Final

    16:09:41, 748 Truncating WARN [ClusterBroadcaster] serviceProperties "commandLineModules" key value

    16:09:42, size INFO [STDOUT] 345 (ERR_QUERY_TABLE, das_id_generator

    16:09:42, 351 ERROR [IdGenerator]

    CAUGHT AT:

    Container: ATG.service.IdGen.IdGeneratorException; Source: Container: ATG.service.IdGen.IdGeneratorException: Cannot query the table 'das_id_generator '. Please make sure that the table exists and is accessible before you start this service. ; Source: Java.Sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    at atg.service.idgen.PersistentIdGenerator.initialize(PersistentIdGenerator.java:389)

    at atg.service.idgen.AbstractSequentialIdGenerator.doStartService(AbstractSequentialIdGenerator.java:643)

    at atg.nucleus.GenericService.startService(GenericService.java:561)

    at atg.nucleus.NucleusNameResolver.startService(NucleusNameResolver.java:1726)

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1397)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:928)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:667)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:648)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:493)

    at atg.nucleus.ConfigurationRef.getValue(ConfigurationRef.java:119)

    at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:403)

    at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)

    at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)

    at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)

    at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:984)

    at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)

    at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1643)

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1368)

    ........................

    ........................

    ........................

    An early response would be really useful because we have demo in 10 days.

    Kind regards

    Ben Milot

    Thank you for this comment.

    I had created a fresh scheme for publication but the jboss was still pointing to the old.

    I've updated this pointers in file @ /server/ atg atg - ds - ds.xml. Worked like a charm!

    If 2nd EDITION solved.


    The QUESTION 1 depended on question 2. Once I ran publishing and completed the full deployment on ICC, 1st edition got resolved.

    Thanks to shaik and Grando

    Kind regards

    Ben Milot

  • ATG AutoLogin feature

    Hi all

    I finished with the autoLogin for profile feature we have in our repository,

    My Question is, if a profile checks in the autoLogin feature, means that he agrees to autoLogged in the future.

    But in the next time, when it comes, here, that verifies that this particular profile has put oneself for autoLogin... ??

    I mean, I would like to know the level of components that makes this review. ?

    Please keep your thoughts!

    Kind regards

    Sandeep-

    Hi Sandeep

    Profile autologin property is used to identify users back to your site, who are already registered. If securityStatus can be used in the case where a user attempts to access a page that is quite restrictive to check the type of audit, the user has already crossed and based on that you want to allow the user access to this page restricted or not. I hope that you would have gone through with explanation autologin and securityStatus respectively to

    http://docs.Oracle.com/CD/E24152_01/platform.10-1/ATGPersProgGuide/HTML/s0502trackingregisteredusers01.html

    http://docs.Oracle.com/CD/E24152_01/platform.10-1/ATGPersProgGuide/HTML/s0502securitystatus01.html

    Oracle, ATG trade Web - authentication

    The following example shows how to configure a servlet authentication and authenticator:

    AuthenticationServlet.properties:

    $class=atg.servlet.pipeline.BasicAuthenticationPipelineServlet realm=Dynamo6.0 authenticator=Authenticator nextServlet=SomeHandler
    

    Authenticator.properties:

    $class=atg.servlet.pipeline.BasicAuthenticator passwords=\         admin=jjxr2,\         hank=angry
    

    In this example, the authentication servlet sends a request to SomeHandler If the request is authenticated by a name and password is located in the passwords property of the authenticator. The realm property specifies what Kingdom must be displayed to the user in the window asking you name and password.

    Thank you

    Gareth

    Please indicate any update as "Good response" or "Useful answer" If this update help and answers your question, so that others can identify the correct/good update between the many updates.

  • Exception in creating customer to ATG loginUser webservice 10.1.1... atg.security.securityException

    Hi all

    I am trying to create a client for ATG10.1.1 loginUser using the loginUser.wsdl file in eclipse IDE.  I have created heel off the wsdl and created the customer. I'm passing USERNAME and PASSWORD as input to the client. I get an exception related to atg.security.SecurityException and JAXRPCTIE01: an exception when handling request: Invalid Boolean value.

    but the same program of customer work well with ATG 10.0.2 webservices and I get the USER name as output.


    someone help me please.


    and I get the error in JBOSS like this




    13:14:55, 031 SEVERE [Server] not valid Boolean value:

    Invalid Boolean value:

    at com.sun.xml.rpc.encoding.simpletype.XSDBooleanEncoder.stringToObject(XSDBooleanEncoder.java:93)

    at com.sun.xml.rpc.encoding.SimpleTypeSerializer.deserialize(SimpleTypeSerializer.java:194)

    to the webservices. LoginUserSEI_loginUser_RequestStruct_SOAPSerializer.doDeserialize (LoginUserSEI_loginUser_RequestStruct_SOAPSerializer.java:81)

    at com.sun.xml.rpc.encoding.ObjectSerializerBase.deserialize(ObjectSerializerBase.java:223)

    at com.sun.xml.rpc.encoding.ReferenceableSerializerImpl.deserialize(ReferenceableSerializerImpl.java:186)

    to the webservices. LoginUserSEI_Tie.deserialize_loginUser (LoginUserSEI_Tie.java:124)

    to the webservices. LoginUserSEI_Tie.readFirstBodyElement (LoginUserSEI_Tie.java:111)

    at com.sun.xml.rpc.server.StreamingHandler.handle(StreamingHandler.java:276)

    at com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate.java:243)

    at com.sun.xml.rpc.server.http.JAXRPCServlet.doPost(JAXRPCServlet.java:133)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at atg.webservice.filter.SOAPFactoriesFilter.doFilter(SOAPFactoriesFilter.java:175)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at atg.webservice.WSDLImportFilter.doFilter (unknown Source)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at atg.servlet.pipeline.TailPipelineServlet.service(TailPipelineServlet.java:192)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:275)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.http.CookieBufferServlet.service(CookieBufferServlet.java:119)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.userprofiling.ExpiredPasswordServlet.service(ExpiredPasswordServlet.java:378)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:228)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:657)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:150)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:213)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:696)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2447)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:191)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:161)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:512)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:230)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:460)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.projects.store.servlet.pipeline.ProtocolSwitchServlet.service(ProtocolSwitchServlet.java:309)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:302)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:392)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:113)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:234)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:191)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:405)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)

    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)

    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)

    at atg.filter.dspjsp.PageFilter.innerDoFilter(PageFilter.java:349)

    at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:208)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)

    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)

    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)

    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)

    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)

    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)

    at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process (Http11Protocol.java:598)

    to org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:447)

    at java.lang.Thread.run(Thread.java:619)

    Hi guys,.

    I deleted this exception. I just did the method defaultGrantAccess to TRUE in the element

    / atg /webservice /Security / NucleusSecurityManager /

    and that's all

  • atg.process.ProcessException: there is no target with the ID id tar122.

    Hello

    I'm getting following error when I try to deploy a project of Merchandising. All my agents are running in the State of health.
    Please see the Sub log and suggest how I can fix the problem. Would like to receive an immediate help and thanks in advance.

    WorkflowProcessManager approveAndDeployProject action [target = tar122] runtime error on the process instance 10700006; returning to the process to its original condition atg.process.ProcessException instance: there is no target with the ID id tar122.
    WorkflowProcessManager to atg.epub.workflow.process.action.PublishingAction.getTarget(PublishingAction.java:197)
    WorkflowProcessManager to atg.epub.workflow.process.action.ApproveProject.executeAction(ApproveProject.java:88)
    WorkflowProcessManager to atg.epub.workflow.process.action.ApproveAndDeployProject.executeAction(ApproveAndDeployProject.java:67)
    WorkflowProcessManager to atg.process.action.ActionImpl.execute(ActionImpl.java:397)
    WorkflowProcessManager to atg.process.ProcessManagerService.executeAction(ProcessManagerService.java:13900)
    WorkflowProcessManager to atg.process.ProcessManagerService.takeIndividualTransition(ProcessManagerService.java:13307)
    WorkflowProcessManager to atg.process.ProcessManagerService.takeIndividualTransition(ProcessManagerService.java:13352)
    WorkflowProcessManager to atg.process.ProcessManagerService.receiveIndividualEventMessage(ProcessManagerService.java:11783)
    WorkflowProcessManager to atg.process.ProcessManagerService.receiveIndividualEventMessage(ProcessManagerService.java:11478)
    WorkflowProcessManager to atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11288)
    WorkflowProcessManager to atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11246)
    WorkflowProcessManager to atg.dms.patchbay.ElementManager.deliverMessage(ElementManager.java:294)
    WorkflowProcessManager to atg.dms.patchbay.InputPort.onMessage(InputPort.java:168)
    WorkflowProcessManager to atg.dms.patchbay.InputDestination.onMessage(InputDestination.java:375)
    WorkflowProcessManager to atg.dms.local.MessageConsumerImpl.deliverMessage(MessageConsumerImpl.java:274)
    WorkflowProcessManager to atg.dms.local.TopicImpl.deliverToRecipients(TopicImpl.java:91)
    WorkflowProcessManager to atg.dms.local.DestinationImpl.deliverMessage(DestinationImpl.java:238)
    WorkflowProcessManager to atg.dms.local.TopicPublisherImpl.publish(TopicPublisherImpl.java:141)
    WorkflowProcessManager to atg.dms.patchbay.OutputDestination.sendMessage(OutputDestination.java:181)
    WorkflowProcessManager to atg.dms.patchbay.OutputPort.sendMessage(OutputPort.java:140)
    WorkflowProcessManager to atg.dms.patchbay.ElementManager.sendMessage(ElementManager.java:363)
    WorkflowProcessManager to atg.nucleus.dms.DASMessageSource.fireObjectMessage(DASMessageSource.java:209)
    WorkflowProcessManager to atg.nucleus.dms.DASMessageSource.fireObjectMessage(DASMessageSource.java:172)
    WorkflowProcessManager to atg.workflow.WorkflowMessageSource.fireWorkflowMessage(WorkflowMessageSource.java:228)
    WorkflowProcessManager to atg.workflow.WorkflowMessageSource.fireTaskOutcomeMessage(WorkflowMessageSource.java:134)
    WorkflowProcessManager to atg.workflow.WorkflowViewImpl.fireTaskOutcome(WorkflowViewImpl.java:1065)
    WorkflowProcessManager to atg.epub.servlet.FireWorkflowOutcomeFormHandler.handleFireWorkflowOutcome(FireWorkflowOutcomeFormHandler.java:220)
    WorkflowProcessManager at sun.reflect.GeneratedMethodAccessor521.invoke (unknown Source)
    WorkflowProcessManager at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    WorkflowProcessManager to java.lang.reflect.Method.invoke(Method.java:597)
    WorkflowProcessManager to atg.droplet.EventSender.sendEvent(EventSender.java:582)
    WorkflowProcessManager to atg.droplet.FormTag.doSendEvents(FormTag.java:791)
    WorkflowProcessManager to atg.droplet.FormTag.sendEvents(FormTag.java:640)
    WorkflowProcessManager to atg.droplet.DropletEventServlet.sendEvents(DropletEventServlet.java:523)
    WorkflowProcessManager to atg.droplet.DropletEventServlet.service(DropletEventServlet.java:550)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2442)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.epub.servlet.LocaleServlet.service(LocaleServlet.java:63)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.epub.servlet.ProjectServlet.service(ProjectServlet.java:87)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.epub.servlet.PublishingSecurityServlet.service(PublishingSecurityServlet.java:58)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:128)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:191)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:602)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:169)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:477)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.search.servlet.SearchClickThroughServlet.service(SearchClickThroughServlet.java:396)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:480)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.servlet.pipeline.CachePreventionServlet.service(CachePreventionServlet.java:119)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:469)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:280)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:370)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.userprofiling.sso.PassportServlet.service(PassportServlet.java:561)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:91)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:212)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    WorkflowProcessManager to atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1123)
    WorkflowProcessManager to atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:805)
    WorkflowProcessManager to atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:250)
    WorkflowProcessManager to atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:227)
    WorkflowProcessManager to weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    WorkflowProcessManager to atg.servlet.GenericFilterService.doFilterChain(GenericFilterService.java:599)
    WorkflowProcessManager to atg.servlet.GenericFilterService.handleDoFilter(GenericFilterService.java:462)
    WorkflowProcessManager to atg.servlet.GenericFilterService.doFilter(GenericFilterService.java:409)
    WorkflowProcessManager to weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    WorkflowProcessManager to atg.servlet.GenericFilterService.doFilterChain(GenericFilterService.java:599)
    WorkflowProcessManager to atg.servlet.GenericFilterService.handleDoFilter(GenericFilterService.java:462)
    WorkflowProcessManager to atg.servlet.GenericFilterService.doFilter(GenericFilterService.java:409)
    WorkflowProcessManager to weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    WorkflowProcessManager to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3592)
    WorkflowProcessManager to weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    WorkflowProcessManager to weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    WorkflowProcessManager to weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
    WorkflowProcessManager to weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
    WorkflowProcessManager to weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
    WorkflowProcessManager to weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    WorkflowProcessManager to weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Thank you
    Naga.

    Remove all active projects of BCC and edit the workflow from VAC. Bcc

    And then try to create a project and deployment of this project.

  • ATG + CRS error in ATGPublishing server, unauthorized access to the IAB

    Hello
    After installing 10.0.3 ATG and trade store of reference on Weblogic, using CIM, started the ATGProduction and the ATGPublishing without problem. I can access the store (http://localhost:7003/crs/storeus) and dynamo administration console (http://localhost:7003/atg/dyn), but when I try to access the ICC (http://localhost:7005/atg/bcc) the web browser displays an error (the page displayed can´t).) I copied the error that appears in the journal ATGPublishing.log

    I would be very grateful if anyone can solve this problem. Thanks in advance

    Kind regards

    Iñigo


    -----------------------------------------------------
    Error log:
    -----------------------------------------------------
    # < October 19 2011 09:46:17 CEST > < HTTP > < atgappserver > < ATGPublishing > < error > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1319010377001 > < BEA-101017 > < [ServletContext@1961981706[app:ATGPublishing.ear module: / atg path: / atg spec-version: null], request: [weblogic.servlet.internal.ServletRequestImpl@49982a03
    GET/atg/bcc HTTP/1.1
    Accept: application/x-ms-application, image/jpeg, xaml application / + xml, image/gif, image/pjpeg, application/x-ms-application xbap, application / vnd.ms - excel, application / vnd.ms - powerpoint, application/msword, * / *.
    Accept-Language: es - ARE
    User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729 .NET CLR 3.0.30729; Media Center PC 6.0; NET4.0C;. NET4.0E; MS - RTC LM 8; InfoPath.3; managedpc)
    Accept-Encoding: gzip, deflate, peerdist
    Connection: Keep-Alive
    Cookie: DYN_USER_ID = 140000; DYN_USER_CONFIRM = c2d08d3eb51f5945b8e444d80628b112; ADMINCONSOLESESSION = z6MYTp2Q7Y4s4b3yHQGNPrwS15LmJBZvlLYxhSXvktyFvqfbgJyl! 1748133635; JSESSIONID = 01p6Tp1J2Y2QPllJJdT7WXvpQSTyq05Mp12FNqY7YMs27QSqtp2V! 991620916
    X-P2P-PeerDist: Version = 1.0

    Root cause]] of ServletException.
    javax.servlet.ServletException: PageFilter: could not get a departure request servlet.
    at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:287)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at atg.servlet.GenericFilterService.doFilterChain(GenericFilterService.java:599)
    at atg.servlet.GenericFilterService.handleDoFilter(GenericFilterService.java:462)
    at atg.servlet.GenericFilterService.doFilter(GenericFilterService.java:409)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    # < October 19 2011 09:46:17 CEST > < Info > < ServletContext-/ atg > < atgappserver > < ATGPublishing > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1319010377046 > < BEA-000000 > < JspServlet: verbose parameter initialized to: true >
    # < October 19 2011 09:46:17 CEST > < Info > < ServletContext-/ atg > < atgappserver > < ATGPublishing > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1319010377046 > < BEA-000000 > < JspServlet: packagePrefix param initialized to: jsp_servlet >
    # < October 19 2011 09:46:17 CEST > < Info > < ServletContext-/ atg > < atgappserver > < ATGPublishing > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1319010377046 > < BEA-000000 > < JspServlet: compilerclass param initialized to: null >
    # < October 19 2011 09:46:17 CEST > < Info > < ServletContext-/ atg > < atgappserver > < ATGPublishing > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1319010377046 > < BEA-000000 > < JspServlet: param compileCommand initialized to: javac >
    # < October 19 2011 09:46:17 CEST > < Info > < ServletContext-/ atg > < atgappserver > < ATGPublishing > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1319010377047 > < BEA-000000 > < JspServlet: param compilerval initialized to: javac >
    # < October 19 2011 09:46:17 CEST > < Info > < ServletContext-/ atg > < atgappserver > < ATGPublishing > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1319010377047 > < BEA-000000 > < JspServlet: param pageCheckSeconds initialized to: 1 >
    # < October 19 2011 09:46:17 CEST > < Info > < ServletContext-/ atg > < atgappserver > < ATGPublishing > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1319010377047 > < BEA-000000 > < JspServlet: param encoding initialized to: null >
    # < October 19 2011 09:46:17 CEST > < Info > < ServletContext-/ atg > < atgappserver > < ATGPublishing > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1319010377047 > < BEA-000000 > < JspServlet: param superclasse initialized to null >
    # < October 19 2011 09:46:17 CEST > < Info > < ServletContext-/ atg > < atgappserver > < ATGPublishing > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1319010377047 > < BEA-000000 > < JspServlet: param workingDir initialized to: /mnt/opt/atguser/weblogic/user_projects/domains/base_domain/servers/ATGPublishing/tmp/_WL_user/ATGPublishing.ear/j3704z >
    # < October 19 2011 09:46:17 CEST > < Info > < ServletContext-/ atg > < atgappserver > < ATGPublishing > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1319010377048 > < BEA-000000 > < JspServlet: complete initialization >
    # < October 19 2011 09:46:17 CEST > < error > < kernel > < atgappserver > < ATGPublishing > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1319010377915 > < BEA-000802 > < ExecuteRequest failed
    java.lang.NullPointerException.
    java.lang.NullPointerException
    at atg.taglib.dspjsp.PageTag.doCatch(PageTag.java:734)
    at atg.taglib.dspjsp.elwrap.PageTagWrapper.doCatch(PageTagWrapper.java:36)
    at jsp_servlet.__error._jspService(__error.java:405)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:523)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:720)
    at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:591)
    at weblogic.servlet.internal.ErrorManager.handleException(ErrorManager.java:150)
    at weblogic.servlet.internal.WebAppServletContext.handleThrowableFromInvocation(WebAppServletContext.java:2348)

    You can check the logs of the edition where starting without errors?
    I suspect there are errors when you start Publisher.

    Peace
    Shaik

  • Not been able to display personalized content

    Hi all

    I try to display personalized content. I did the following:

    I created a crosshair content:

    http://i.imgur.com/tzEw4KV.png

    I created a Slot

    http://i.imgur.com/HcrEFri.png

    Created a scenario

    http://i.imgur.com/qakWjas.png

    And in the JSP, I put the following code:

    < name dsp:droplet = "/ atg/targeting/TargetingRandom" >

    < name dsp:param = 'howMany' value = "1" / >

    < name dsp:param = "Targeter" bean = "/ atg/registry/locations/OrangeSlotEscapa1" / >

    < name dsp:param = 'elementName' value = 'pill' / >

    < name dsp:oparam = "output" >

    < dsp:valueof param = "pill.name" / >

    < / dsp:oparam >

    < / dsp:droplet >

    But nothing is shown. I have 3 Articles in the repository with class = "escapa. In the log I see the following:

    2014-01-24 12:04:48,892 INFO [nucleusNamespace.atg.scenario.ScenarioManager] (http-0.0.0.0-8080-41) DEBUG [message]: created individual execution context ProcessExecutionContextImpl[individual,subject=user:390002(transient),messageType=atg.dss.SlotItemRequest,message=SlotItemRequestMessage[slotName=/atg/registry/Slots/OrangeSlotEscapa1siteId=storeSiteUS],sessionId=7812960C3553040A98E91044338DCD44,parentSessionId=7812960C3553040A98E91044338DCD44,siteId=storeSiteUS,request=atg.servlet.DynamoHttpServletRequest@754674954,response=atg.servlet.DynamoHttpServletResponse@656bfdc3]

    2014-01-24 12:04:48, 892 INFO [nucleusNamespace.atg.scenario.ScenarioManager] (http - 0.0.0.0 - 8080-41) [message] DEBUG: 0 cases found for user object: 390002

    2014-01-24 12:04:48, 892 INFO [nucleusNamespace.atg.scenario.ScenarioManager] (http - 0.0.0.0 - 8080-41) [message] DEBUG: through segments of process registered for atg.dss.SlotItemRequest type for the user object: 390002

    Any idea on where could be the problem?

    Thank you very much, once again.

    Hello

    problem solved. I don't have an installation repository mapping in the production deployment agent.

    Thank you.

  • Make a REST Web service call. Error code: 401 Access to the requested resource is not allowed

    Hi all

    I'm having a hard time finding ways to Rest Web service calls.

    I tried this runs directly through the browser and I get an error.

    http:localhost:8080/r EST/bean/atg/userprofiling/ProfileServices/loginUser? [email protected] & arg2 = password

    13:18:20, 613 [RestSecurityServlet] error code: 401

    Access to the requested resource is not allowed: / atg/userprofiling/ProfileServices

    1. atg.rest.RestException: access to the requested resource is not allowed: / atg/userprofiling/ProfileServices

    at atg.rest.processor.RestSecurityProcessor.checkAccess(RestSecurityProcessor.java:546)

    at atg.rest.processor.RestSecurityProcessor.handleGetRequest(RestSecurityProcessor.java:313)

    at atg.rest.processor.RestSecurityProcessor.doRESTGet(RestSecurityProcessor.java:199)

    at atg.rest.servlet.RestPipelineServlet.serviceRESTRequest(RestPipelineServlet.java:417)

    at atg.rest.servlet.RestPipelineServlet.service(RestPipelineServlet.java:260)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:320)

    at atg.rest.servlet.RestPipelineServlet.service(RestPipelineServlet.java:264)

    at atg.rest.servlet.HeadRestServlet.service(HeadRestServlet.java:130)

    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:267)

    Documentation, I understand that I need to create a session, the session is needed to access the secure components since this

    method specific 'ProfileServices.loginUser' was declared as non-secure, restSecurityConfiguration.xml

    In addition, there are two different ways in which I can connect

    1. 1. with the help of RestSession.createSession providing the user name and password.
    2. 2. or by using ProfileServices.loginUser or ProfileFormHandler

    Can someone please clarify

    If you call the REST web service from a Java client, you can create a RestSession object using the createSession method. But in your case you seem to be invoking it with an HTTP request, which, by default, would be considered a GET request by application of the REST of the ATG. So either a GET, he would try to get a property "loginUser" of the component/atg/userprofiling/ProfileServices (based on your URL) that would always fail.

    To call the method ProfileServices loginUser() with your argument, you need to tell the system to the REST of the ATG to process your incoming request not GET, but as a demand that you can do to atg-rest-http-method of the parameter control in your application like this

    http:localhost:8080/rEST/bean/atg/userprofiling/ProfileServices/loginUser? [email protected]& arg2 = password & atg-rest-http-method = POST

    It should work in this way, your restSecurityConfiguration.xml is correct.

  • write my own droplet

    Hello

    I learn how to write my own droplet.

    In this drop I must take an integer value user input, and then output, I have to print the values of 1 to this valuue entry.

    Please help me with this.

    Kind regards
    Prateek G

    Try below:
    [1]. create a class like below:

    package a.b.c;
    public class MyDroplet extends atg.servlet.DynamoServlet{
         public static final atg.nucleus.naming.ParameterName COUNT=atg.nucleus.naming.ParameterName.getParameterName("count");
         public static final atg.nucleus.naming.ParameterName OUTPUT = atg.nucleus.naming.ParameterName.getParameterName("output");
    
         public void service(DynamoHttpServletRequest pRequest, DynamoHttpServletResponse pResponse) throws ServletException, IOException {
              int count=Integer.parseInt(pRequest.getParameter(COUNT));
              for(int i=1;i<=count;i++){
                            pRequest.setParameter("index", i);
                   pRequest.serviceParameter(OUTPUT, pRequest, pResponse);
              }
    
         }
    }
    

    [2]. create a component for that as below:
    config/a/b/c/MyDroplet.properties:
    $class = a.b.c.MyClass

    [3]. the use of this component in jsp:

    
              
              
                   
                            
              
         
    

    I hope this helps.

    -RMishra

    Edited by: RMishra 24 may 2013 12:22

    Edited by: RMishra 24 may 2013 12:24

  • Lack name or manage the name - FormHandlers

    Hi all

    I'm currently implementing FormHandler for purpose of learning. I have a form (regform.jsp) with four fields and corresponding FormHandler component (Registration.java).

    In regform.jsp, I present button in the following way.

    "< * dsp:input type ="submit"bean="/testform/registration.registration "value ="Registration"> < / dsp:input > *.

    and Registration.java, I used as * handleRegistration (DynamoHttpServletRequest req,
    Res DynamoHttpServletResponse) *.

    After submitting the form, I get the exception below

    07:44:38, 031 ERROR [ContainerBase] Servlet.service () for servlet jsp threw exception
    atg.droplet.DropletException: set name or handle missing (ServletRequest, ServletResponse) for the class name: com.sim.emp.Registration. Unable to deliver the value = Walker
    at atg.droplet.EventSender.sendEvent(EventSender.java:597)
    at atg.droplet.FormTag.doSendEvents(FormTag.java:791)
    at atg.droplet.FormTag.sendEvents(FormTag.java:640)
    at atg.droplet.DropletEventServlet.sendEvents(DropletEventServlet.java:523)
    at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:550)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2442)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:128)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:191)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:602)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:169)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:461)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:480)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:469)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:370)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    at atg.userprofiling.sso.PassportServlet.service(PassportServlet.java:561)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:91)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1123)
    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:805)
    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:231)
    at atg.filter.dspjsp.PageFilter.doFilter (unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process (Http11Protocol.java:583)
    to org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:595)


    Please suggest me where I made the mistake.


    Thank you
    Kushal

    Published by: 916721 on October 16, 2012 08:04

    Published by: 916721 on October 16, 2012 08:05

    Sometimes the presence of the .class file does not force jsp to recompile or even the ear when its being created in the same place, does not replace the ear file. Make sure that you delete the entire ear file and then rebuild in your build script.

    Delte just jsp files compiled and force it to recompile.

    -Kiss

    Published by: karthik Contreras on 15 October 2012 21:37

Maybe you are looking for

  • Satellite U300 - 13 M - port external monitor (VGA port) does not work

    Dear users of Forums from Toshiba, I have a problem with the VGA port. I use the Windows XP operating system. Laptop, do not display on an external monitor, I tried all monitors to connect to my office, but does not solve this problem. I also tried t

  • HP Pavilion 14-v203tx: HP Coolsense

    Hello! Can you give me link for download HP Coolsense last version for my laptop? My laptop is HP Pavilion 14-v203 Tx with Win 7 OS bit 67

  • 2011 OPC Server V5.5 in Lookout 6.6

    Hello I use Lookout 6.6 with the OPC 2011 V5.5 server. The OR - the server is accessible via Lookout and the integrated OPC Quick Client. But if I use another Client such as the OPC data-spy or PROFILAB, the server is not accessible, the name of the

  • I have 15 updates that won't install, they are all for net framwork

    Since sp3 does not show in my Add/Remove Programs, I tried to reinstall sp3 but I still have the same problem, I have 15 updates that won't install, they are all for net framwork, how can I reinstall the sp3, it shows the system but does not show in

  • Problem update A500

    I'm trying to update my A500 OS. I installed the Iconia tab Update improvement, but it does not appear to have done anything and he does not appear in my applications. My A500 is running 3.2.1 and I know there is a more recent OS available for the A5