Connecting ATG 10.1.2 with endeca 3.1.1 without CRS..

Hi Guys,
I'm trying to connect ATG 10.1.2 with endeca 3.1.1 without CRS Application. I'm able to connect to endeca app by using the OOTB configuration component.
My real problem is "AssemblerPipelineServlet" is getting the ContentItem from the endeca for the requested page eg:"pages/browse" and forwarding the request to the cartridge JSP. But the fowarded page is not get compiled, Instead browser showing the complete jsp content.
Any help in this regard will be much appreciated.
-Rajaram
Edited by: 991199 on Mar 1, 2013 10:46 AM
Edited by: 991199 on Mar 1, 2013 6:58 PM

Please find the web.xml below:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
<display-name>ATG Commerce Reference Store</display-name>
<context-param>
<param-name>atg.session.parentContextName</param-name>
<param-value>/dyn</param-value>
</context-param>
<context-param>
<param-name>atg.dafear.bootstrapContextName</param-name>
<param-value>/dyn</param-value>
</context-param>
<context-param>
<param-name>context-root</param-name>
<param-value>prepaid</param-value>
</context-param>
<context-param>
<param-name>atg.assembler</param-name>
<param-value>true</param-value>
</context-param>
<filter>
<filter-name>PageFilter</filter-name>
<filter-class>atg.filter.dspjsp.PageFilter</filter-class>
</filter>
<filter>
<filter-name>ForwardFilter</filter-name>
<filter-class>atg.servlet.ForwardFilter</filter-class>
</filter>
<filter>
<filter-name>ErrorFilter</filter-name>
<filter-class>atg.servlet.ErrorFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>ErrorFilter</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>ERROR</dispatcher>
</filter-mapping>
<filter-mapping>
<filter-name>ForwardFilter</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>FORWARD</dispatcher>
<dispatcher>ERROR</dispatcher>
</filter-mapping>
<filter-mapping>
<filter-name>PageFilter</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>ERROR</dispatcher>
<dispatcher>FORWARD</dispatcher>
</filter-mapping>
<filter>
<filter-name>ADCDataInsertFilter</filter-name>
<filter-class>atg.filter.ConditionalDelegatingFilter</filter-class>
<init-param>
<param-name>targetFilter</param-name>
<param-value>
atg.adc.filter.ADCDataInsertFilter
</param-value>
</init-param>
<init-param>
<param-name>mimeTypes</param-name>
<param-value>text/html,dynamo-internal/html</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>ADCDataInsertFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<servlet>
<servlet-name>MappedJumpServlet</servlet-name>
<servlet-class>atg.repository.seo.MappedJumpServlet</servlet-class>
<init-param>
<param-name>loggingDebug</param-name>
<param-value>true</param-value>
</init-param>
<init-param>
<param-name>jumpServlet</param-name>
<param-value>
ctx:dynamo:/atg/dynamo/servlet/dafpipeline/JumpServlet
</param-value>
</init-param>
</servlet>
<servlet>
<servlet-name>NucleusServlet</servlet-name>
<servlet-class>atg.nucleus.servlet.NucleusServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet>
<servlet-name>DynamoProxyServlet</servlet-name>
<servlet-class>atg.nucleus.servlet.NucleusProxyServlet</servlet-class>
<load-on-startup>2</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>MappedJumpServlet</servlet-name>
<url-pattern>/jump/*</url-pattern>
</servlet-mapping>
<servlet>
<servlet-name>link</servlet-name>
<servlet-class>atg.endeca.servlet.NucleusPreviewLinkServlet</servlet-class>
<init-param>
<description>
The Nucleus component path of the NavigationStateBuilder.
</description>
<param-name>navigationStateBuilderComponent</param-name>
<param-value>/atg/endeca/assembler/cartridge/manager/NavigationStateBuilder</param-value>
</init-param>
<init-param>
<description>
The Nucleus component path of the ContentSource.
</description>
<param-name>contentSourceComponent</param-name>
<param-value>/atg/endeca/assembler/cartridge/manager/WorkbenchContentSource</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>link</servlet-name>
<url-pattern>/link.json/*</url-pattern>
</servlet-mapping>
<listener>
<listener-class>atg.taglib.dspjsp.RegisterELResolverServletContextListener</listener-class>
</listener>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<error-page>
<error-code>404</error-code>
<location>/global/pageNotFound.jsp</location>
</error-page>
<error-page>
<error-code>500</error-code>
<location>/global/serverError.jsp</location>
</error-page>
<error-page>
<error-code>409</error-code>
<location>/global/sessionExpired.jsp</location>
</error-page>
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<page-encoding>UTF-8</page-encoding>
<scripting-invalid>true</scripting-invalid>
<include-prelude>/includes/prelude.jspf</include-prelude>
</jsp-property-group>
</jsp-config>
</web-app>

Similar Messages

  • ATG 10.1.2 with endeca integration setup

    Hi,
    I am working on setup of crs with endeca atg 10.1.2 version.
    i setup the crs application with production and publishing instances.
    I installed MDEX 6.4.0, platformservice, tools and framework, CAS service.
    Done the full deployment, ran search indexing in production at /atg/commerce/endeca/index/ProductCatalogSimpleIndexingAdmin service. It run successfully all services.
    All endeca services are running fine. I am able to see the search indexing products, categories in the location http://localhost:8006/endeca_jspref/controller.jsp host=localhost port=15000.
    But while accessing the production site in browser, i am able to see only new items category and products but not all other categories.
    I am getting the following error.
    19:29:47,052 ERROR [AssemblerTools] A problem occured assembling requested content. Response from the assembler was {enabled=true, @type=DimensionValueCacheRefresh, showCountsEnabl
    ed=false, relRankStrategy=exact, @error=com.endeca.infront.navigation.NavigationException: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to proces
    s request 'http://localhost:15000/search?terms=*&opts=rel%2bexact&node=0&rank=1&offset=0&groupby=product.repositoryId&refinement=showcounts:0&refinement=numresults:50000&irversion=
    640'., maxResults=50000, maxResultsPerDimension=50000}
    19:29:47,052 INFO  [AssemblerTools] DEBUG Assembled content {enabled=true, @type=DimensionValueCacheRefresh, showCountsEnabled=false, relRankStrategy=exact, @error=com.endeca.infro
    nt.navigation.NavigationException: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to process request 'http://localhost:15000/search?terms=*&opts=re
    l%2bexact&node=0&rank=1&offset=0&groupby=product.repositoryId&refinement=showcounts:0&refinement=numresults:50000&irversion=640'., maxResults=50000, maxResultsPerDimension=50000}
    19:29:47,053 ERROR [DimensionValueCacheTools] Could not retrieve a cache for default. This may indicate communication problems with the MDEX
    Please any one help me on this issue.
    Thanks,
    Sreedhar.

    Hi,
    Now it resolved. I ran once again indexing manually, now am able to see all categories in crs site.
    Thanks,
    Sree.

  • Error in connecting to Oracle webcenter DB with Endeca

    Hi,
    I gave the passthrough values and the rest of the details in the developer studio. However, on running baseline, I am getting the below error:
    Apr 15, 2013 5:22:23 PM com.endeca.soleng.itl.jdbc.AdvancedJDBCColumnHandler <init>
    WARNING: Could not find properties file in classpath; defaults will be used.
    Apr 15, 2013 5:22:23 PM com.endeca.soleng.itl.jdbc.AdvancedJDBCColumnHandler <init>
    WARNING: outputDataDir ..\incoming not writable
    Apr 15, 2013 5:22:24 PM com.endeca.edf.adapter.AdapterRunner run
    SEVERE: Failed to open connection to: jdbc:oracle:<host>:<port>/<dbname>.
    com.endeca.edf.adapter.plugins.JdbcAdapterException: Failed to open connection to: jdbc:oracle:<host>:<port>/<dbname>.
    +     at com.endeca.edf.adapter.plugins.JdbcAdapter.connect(JdbcAdapter.java:201)+
    +     at com.endeca.edf.adapter.plugins.JdbcAdapter.execute(JdbcAdapter.java:94)+
    +     at com.endeca.edf.adapter.AdapterRunner.run(AdapterRunner.java:168)+
    +     at com.endeca.edf.adapter.AdapterRunner.main(AdapterRunner.java:43)+
    Caused by: java.sql.SQLException: Invalid Oracle URL specified
    +     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:423)+
    +     at java.sql.DriverManager.getConnection(DriverManager.java:582)+
    +     at java.sql.DriverManager.getConnection(DriverManager.java:154)+
    +     at com.endeca.edf.adapter.plugins.JdbcAdapter.connect(JdbcAdapter.java:188)+
    +     ... 3 more+
    Getting invalid oracle url for jdbc:oracle:<host>:<port>/<dbname>. Please suggest correct url for connecting to oracle db.
    Thanks.

    Hi,
    I found out that the db bundled with webcenter sites is HSQL. So, I performed the same steps using hsql jar but getting the below error:
    Apr 16, 2013 2:18:09 PM com.endeca.soleng.itl.jdbc.AdvancedJDBCColumnHandler <init>
    WARNING: Could not find properties file in classpath; defaults will be used.
    Apr 16, 2013 2:18:09 PM com.endeca.soleng.itl.jdbc.AdvancedJDBCColumnHandler <init>
    WARNING: outputDataDir ..\incoming not writable
    Apr 16, 2013 2:18:11 PM com.endeca.edf.adapter.AdapterRunner run
    SEVERE: Failed to open connection to: jdbc:hsqldb:hsql://<host>:<port>.
    com.endeca.edf.adapter.plugins.JdbcAdapterException: Failed to open connection to: jdbc:hsqldb:hsql://<host>:<port>.
         at com.endeca.edf.adapter.plugins.JdbcAdapter.connect(JdbcAdapter.java:201)
         at com.endeca.edf.adapter.plugins.JdbcAdapter.execute(JdbcAdapter.java:94)
         at com.endeca.edf.adapter.AdapterRunner.run(AdapterRunner.java:168)
         at com.endeca.edf.adapter.AdapterRunner.main(AdapterRunner.java:43)
    Caused by: java.sql.SQLException: socket creation error
         at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
         at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
         at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
         at org.hsqldb.jdbcDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(DriverManager.java:582)
         at java.sql.DriverManager.getConnection(DriverManager.java:154)
         at com.endeca.edf.adapter.plugins.JdbcAdapter.connect(JdbcAdapter.java:188)
         ... 3 more
    Getting Socket creation error :( Can u pls help in connecting to hsql db? Probably my DB_URL is also wrong, not sure of the correct parameter. I have given :
    jdbc:hsqldb:hsql://<host>:<port>
    Also, 1 more surprising thing is that even though hsql db is working from webcenter sites explorer, in services, there is no hsql service visibile.

  • ATG with Endeca SEO and Sitemap

    Hi,
    We are working on ATG 10.2 with Endeca 3.1.2 integration. It would be grateful if someone provides pros and cons of using Endeca SEO and Sitemap for this requirement. We do feel that ATG out of box is not providing any API for integrating Endeca SEO and we need to recreate the whole Endeca SEO framework in ATG. Please provide inputs. We are working on multisite feature with ATG where Endeca has language based MDEX for each country.

    This has been done on a few projects, but if you wait for the upcoming version 11 releases of ATG and Endeca (probably in a week or two), you'll see that CRS now includes extensive use of the Endeca SEO modules.

  • ATG (v11.1) exports for Endeca and sku links

    Hi,
    We are trying to integrate an ATG catalog to Endeca and are trying to figure some things out conceptually first.
    As the subject line mentions, we are using sku links in our ATG catalog.  From what I understand, when exporting records at a sku level, if my record has sku links, the exported record will contain all of the child skus and details.
    However, on the exported record for the child sku, it will not contain any information about the parent skus that it belongs to, is this correct?
    Is there a way to have the exported child sku record contain information about all of its parent skus?  Originally thinking of creating a variant producer on the sku link so to have separate individual records for each child sku. 
    Then either during ingestion using CAS or at query time using the presentation API, aggregate the records based on the child sku to get all of the parent information into a single child sku record.
    Has anyone had any experience with this or can help me validate this approach?
    Thanks in advance!

    So the various Endeca modules were moved between 10.0.3 (where they were shipped with CRS with module names that began with "Endeca", like "Endeca.Index", "Endeca) and 10.1.1 and later (where they were moved to their more permanent homes, like DAF.Endeca.Index, DCS.Endeca.Index, etc).
    For a complete list of the locations of Endeca modules in 10.1.2, see the "ATG Modules" section of http://docs.oracle.com/cd/E36434_01/Platform.10-1-2/ATGEndecaIntegrationGuide/ATGEndecaIntegrationGuide.pdf .
    CRS in 10.1.2 and later depends upon the Endeca and the ATG Endeca integration modules, and CIM should pull in the needed ATG modules automatically for CRS.

  • How can I connect my 3gen apple tv with HDMI to my bush LCD32TV022HD which does not have an HDMI port but does have 1)S-Video I/P, 2)Video I/P, 3) L

    How can I connect my 3gen apple tv with HDMI to my BUSH LCD32TV022HD
    This does not have an HDMI port but does have:-
    1) S-Video I/P,
    2) Video I/P,
    3) Audio Input (Left & Right)
    4) Audio In jack (for VGA and DVI source)
    5) DVI input
    6) VGA input

    Welcome to the Apple community.
    The Apple TV doesn't officially support a DVI connection, however you may be able to get it to work. You will first need to check that your TV supports either 720p or 1080p as well as HDCP. If you are able to get the video working over the DVI connection, you may also require a DAC in order to connect with Apple TV's optical audio output to the TVs audio imput.
    You may well wish to make sure that the DVI connection works before spending any money on a DAC..

  • Can not connect outside of Lan to with rtsp PVC2300

    I have the following cameras set up at my office
    1 - PVC2300
    2 - WVC54GC
    3 - AXIS 225FD
    I have a BEFSR81 Router
    I have a computer on Windows XP running the surv software to record.  Everything with that is good.
    I also have 2 desktops.
    I have been playing around with the rtsp feed with the pvc2300, but have run into a few problems.
    1(a).  I can not connect outside of the LAN with RTSP with either the VLC player or quicktime.  It connects and asks for a password and then just hangs.
    The PVC 2300 local address is 192.168.1.102 with ports 554, 5000-5010, and 6970-6999 forwarded on the router.  What am I missing?
    1(b) I can successfully connect with my blackberry bold, although when I try to change the default port (554) to something else (I would like to RTSP my the AXIS camera as well,  so I will need a different port) it connects on my bold, but then says server is unresponsive. What am I missing here?
    2.  The voice with the PVC 2300  using http outside of the LAN (internet) lags quite baddly and is choppy.  This happens without fail when I have all 4 cameras running, which I understand is upload bandwidth problem.  But it also happens when I connect to just the PVC2300.  I do have a connection to all 4 cameras inside the LAN to the XP running the surv software, but that is it. Is the my router acting buggy?  I have unplugged the router for 5 sec, and it fixed it for a while, but it always comes back.  I have donwloaded the latest firmware for the router and PVC 2300 and that didnt seem ot fix it either.  Suggestions?
    3.  This is more of a question.  I know the mobile streaming of the PVC 2300 does not include voice.  Is there an app or way that I can just get it to my Blackberry.  Even if I didnt get the video, voice is sometimes more important to me.
    I hope Ive been clear enough in my description, Im very self taught (google is amazing), but I am in no way a techy.
    Thank you in advace for your help.
    Colin

    Glad to hear you are successfully using the SWVMS16. That program is really cool and useful. I just cant tell you how that model of Linksys Router can work for you here (that is not a model we support on this community as its not small business)
    Regarding RTSP access, are you also including the mobile.sdp in the URL?
    RTSP:///mobile.sdp   I noticed in the camera GUI with the newer firmware, you can specify an access code under mobile settings after checking the enable mobile streaming box.  That word may be what you have to include, so check that too...
    Try this locally first and then remotely is the easiest way to see if you got it right, then it just becomes a routing or firewall issue to figure out.
    But your forwarded ports look right and should be opened.
    Under advanced settings, you can define an alternate HTTP, HTTPS or RTSP port

  • Unable to connect SQL server 2005 databse with JSF applications !

    Hello guys!
    Help me out to connect SQL server 2005 Databse with JSF applications using JDBC-ODBC bridge. I'm working with Netbeans 6.1 IDE.
    I tried for the basic applications but instead got this error:
    "unable to deploy jdbc drivers to the <project>domain/lib"
    Please help me out with working sample codes that connects MS SQL server 2005 DB with JSF!!
    Thank you guys!

    1) don't use the bridge driver
    2) don't do database access from JSF
    3) learn how to use your application server
    4) learn how to use your IDE

  • How do I connect to a terminal server with my mac book pro

    How do I connect to a terminal server with my mac book pro

    Use the Remote Desktop icon on the tray and make sure to use the Fully Qualified Domain Name (FQDN) on the 'name of server' field.  If that does not work then use the IP address to connect.

  • How do i use my iMac and the macs wired internet connection to share the internet with my iPod and iPhone

    How do i use my iMac and the macs wired internet connection to share the internet with my iPod and iPhone. For 6months I had set up a network that shared the internet through bluetooth to my iPod 5th gen but i messed it up when i tried to add my iPhone 5s and i can't remember how to do it.

    The following has instructions: OS X Mavericks: Share your Internet connection

  • How do i let my iphone connect to my computer wifi with usb ?

    As the title stated,
    How do i let my iphone connect to my computer wifi with USB ?
    The reason is because my iPhone 3Gs wifi having some problem. So i have to use a USB cable to connect to my computer and let my iphone to connect to the internet .
    If i don't do this i would have to keep on running out & in to my room & my living room.
    My iPhone 3Gs allows to connect to the wifi when i am in my living room, but once i enter my room the wifi won't be able any more. So please help me out please people
    I'm not sure about why i can't connect to my Ad hoc even it's so near, but i can connect to my router if i am in living rooms.
    Regards,

    I believe the next time you sync your phone to itune via the cord, you will have to check the box that says sync via wifi and also enable that setting on your iphone.

  • How to connect my iphone to iTunes with my imac so i can mannage my songs and other documents on my phone

    how to connect my iphone to iTunes with my imac so i can mannage my songs and other documents on my phone

    Launch iTunes on your Mac, plug your phone in, select it in the sidebar, select what you want to sync under the various tabs, hit the sync button. If the sidebar is not visible, go up to the "View" menu & select "Show Sidebar".

  • I want to connect my MacBook Pro (2009) with Apple TV

    I want to connect my MacBook Pro (2009) with Apple TV
    I updated my Mac to Mountain Lion OS X 10.8.2 (12C60)
    I had tried connecting my Mac for many time but I could not.
    iTunse is connected with Apple TV

    Read this link.  http://support.apple.com/kb/ht5404
    2009 MBP is not supported for native AirPlay Mirroring.  Sorry.
    There are a couple of other pay-for apps that do this, but they're not as good... some people have had success.

  • Connect the powerbook 15"-Display with a new G5 dual and a ACD?

    hi
    i wonder if i could connect the pb 15" display with a new G5 dual and turn the pb off, only the display on?
    that would be fun.
    i am working with a pb 15" and a ACD 20" with Photoshop mainly.
    the 15" is the palettes‘ server and the ACD is the main working screen where i retouch my pics.
    so if i buy a G5 dual now, i would have to buy a ACD30" for example to use one display for all the Photoshop Palettes and couldn use the pb 15" anymore?
    any other less awkward solutions i am not aware of maybe?
    thanks"

    Hi purepeter --
    i wonder if i could connect the pb 15" display with a new G5 dual and turn the pb off, only the display on?
    that would be fun.
    i am working with a pb 15" and a ACD 20" with Photoshop mainly.
    the 15" is the palettes‘ server and the ACD is the main working screen where i retouch my pics.
    so if i buy a G5 dual now, i would have to buy a ACD30" for example to use one display for all the Photoshop Palettes and couldn use the pb 15" anymore?
    I'm pretty sure that you can't use a PowerBook for it's display only. You already know, of course, that you can use the PowerBook, as a computer, with an external monitor, with or without the PB's own display running, but so far as I know you cannot use a PB solely for its display.
    So, if you bought a G5 dual now, and bought an ACD 30", you could use both your ACD's with your new G5 dual, the 20" and the 30" , but your PowerBook would have to watch the proceedings from the sidelines.
    -- JDee

  • TS3775 Hi I am trying to connect my mba mid 2011 with an imac 27" 2011 with target display mode tdm. When I am using a thunderbolt cable nothing will work. When I use a minidisplay cable, both screens turn blue but eventually nothing happens. What is the

    Hi I am trying to connect my mba mid 2011 with an imac 27" 2011 with target display mode tdm. When I am using a thunderbolt cable nothing will work. When I use a minidisplay cable, both screens turn blue but eventually nothing happens. What is the problem

    Your answer is likely in Target Display Mode: Frequently Asked Questions (FAQ) - Apple Support If you are familiar with this document, please re-read it and I suspect you may find something you either missed or are doing incorrectly.

Maybe you are looking for

  • Booting to Unix in OSX 10.4.8

    Hi, I'm new to Mac but not new to computers or unix. I was surprised to find that booting into single-user mode avails any user of root access with no login! Yes, it's initially read-only. That may prevent damage but it's still insecure! When I try v

  • Can't set up Lightroom Publish Services, internal error occurs

    I'm trying to use LR 3's publish service for SmugMug.  I'm a little scared since  I have a large number of photos to sync up. When I click on "setup" on the SmugMug export services, I get a popup  error with this message: "An internal error has occur

  • Extending an Existing Instantiated Object and ClassCastException

    I am trying to wrap a class around an object that is returned from a third party. "Requirement" is a class that extends "Dispatch". "Dispatch" is a class that is returned from the third party. I am getting a class ClassCastException error. requiremen

  • Iphoto not installed when reinstalling Mavericks

    Hi I recently bought my first Mac, a Macbook Pro.  It was previously owned. It had Mountain Lion installed and I immediately downloaded the upgrade to Mavericks. That was fine, on both systems iPhoto was present.  I discovered that the previous owner

  • Remove Security Settings automatically for User account

    Hi all, In windows server 2003R2 -> AD users and computers -> (user)administrator account -> porperties -> security tag I have added group 'power user' and denied all permission for this group to manage this account. However, after about an hr, once