Questions tagged [atg-dynamo]

Dynamo Application Server (DAS) was a Java EE-conformant application server developed by Art Technology Group (ATG).

Initially Dynamo is intended to be an application server on which ATG product is to be run. Later on ATG dropped plans for development of a separate app server and rather decided to support running ATG on various other application servers.

However Dynamo application server is not completely removed, some components of it still exist in ATG predominantly for enabling the communication with various app servers.

105 questions
1
vote
1 answer

In Oracle ATG, how can I prevent logged in user againto login

In oracle ATG, how can we prevent a user who is already logged into the site from login again. In my application if the user is logged in and if he comes back to login page and try to login again it is showing invalid session. Can we disable this in…
David
  • 11
  • 3
1
vote
1 answer

ATG Log rotation

I need to override the server logs rotation policy used by ATG for rolling up and archiving the server logs everyday. I went to the atg.nucleus.logging.RotatingFileLogger.schedule property in dyn/admin of my page server and updated…
1
vote
2 answers

How to import or extend existing CRS (CommerceReferenceStore) project into eclipse

I have successfully installed ATG10.2 and deployed CRS using CIM. Now i want to import CRS Project into eclipse. But i am unable to import it. Please help me to import into eclipse (elipse ATG Plugin already installed).
DJJ
  • 325
  • 1
  • 3
  • 13
1
vote
1 answer

Identifying dynamic host and port for ATG Web Service created through Create Web Service Wizard

I am using ATG 10.2 with Weblogic server. I have created a Repository web service (getRepositoryItem) using the Web Services Wizard through dyn admin. I left the host and port empty during the EAR creation. My service is up with the EAR now, but…
boyintello
  • 326
  • 3
  • 14
1
vote
2 answers

How can I get Date field from the JSP page to repositoryFormHandler?

I have created a JSP which has input field for date which accepts date like 1987-12-16 and I am trying to set the value in…
Har
  • 33
  • 4
1
vote
1 answer

Trouble installing ATG 10.1

Past two days, I was trying to install ATG in my windows machine using the ATG Installation and Configuration Guide. I am able to install, Oracle ATG Web Commerce platform Oracle ATG Web Commerce Search Then before installing CIM, I tried to…
Ronald Randon
  • 1,141
  • 3
  • 13
  • 19
1
vote
3 answers

ATG 10.2 -MessageBrokerServlet is currently unavailable error

I am trying to setup a new ATG site. while accessing the Site Administration-->Site assets from the ATG bussiness control center, it generating a popup Unable to connect to the server at http://localhost:8180/FlexUI/messagebroker/amf While…
1
vote
2 answers

ERROR [nucleusNamespace.] Invalid attempt to resolve component '' in scope global. It is defined in scope prototype

I am getting the above mentioned error when i try to use the GenericService.resolveName(java.lang.String pName) The similer error for session scope as well. If i change the scope to 'global', things are working as expected. But I need to have my…
1
vote
3 answers

Store div id value in a variable in JS/JSP

I have retrieved the value of postCode and assigned the same in document.getElementById("zipCode").innerHTML=postcode; I am able to access the same using
. I want to store the value of ZipCode in a variable or a dsp:param value in…
1
vote
0 answers

ATG - Logging into separate file for each Batch Job

We need to implement separate logs for each BatchJob run. So we are implementing the BJ specific loggers as specified below. But the info.log or debug.log are getting created in default path - ATG10.1.1\home\logs but we need to it to be present in…
techanuva
  • 219
  • 3
  • 5
  • 16
1
vote
1 answer

How ATG Nucleus layers modules on start up

I want to know how ATG modules get started & are layered by Nucleus on server startup without explicitly specifying -Datg.dynamo.modules on server start up. I have observed that it picks up the modules in the order in which the build was done. But…
user2091278
  • 11
  • 1
  • 2
0
votes
1 answer

What are these atg.servlet.jsp.ByteContentBuffer entries in my dynamo.log?

In my ATG dynamo.log I am seeing thousands of entries like: atg.servlet.jsp.ByteContentBuffer@ed62b0(mBlockCount=4, mBlockSize=1024, mCurOffset=0, mOwner=null, mReader=null, mMaxContentSize=-1, , mInInitOrAdd=false, mBookmarkCount=0, [], ,…
Greg
  • 1,126
  • 2
  • 11
  • 26
0
votes
1 answer

Unable to place a return order in ATG

I was trying place a return order in ATG by pushing some xml in Aux-Agent server. During execution geting below exception. Any idea about this error. I am unable to find the root cause. Caused by: CONTAINER:atg.service.pipeline.RunProcessException:…
rand
  • 325
  • 2
  • 8
  • 18
0
votes
1 answer

How to make nested RQL request

I have a Dyn Admin repository with 2 descriptors: sku and product. Could you please give an advice how to make nested RQL request, where I search for ids that returns from other RQL? Something like this:
Viktor Ilienko
  • 817
  • 8
  • 15
0
votes
1 answer

Where is the documentation for ATG Dynamo?

Can anyone explain find a link to a pdf of any documentation at all that's online? I have tried every search I can think of and have poured though many pages on Oracle's site. I asked more senior engineers at work for docs and links and have come up…
Clayton Rabenda
  • 5,229
  • 2
  • 19
  • 16