Catalog Loaders in ATG

Hi All,
What are the approaches to load a catalog in ATG , when the catalog data is from a external system.
1) RL
2) We need to parse the file provided by the external system and insert the data into ATG repository.
What other approaches are used, and what is the difference in RL and Parsing the xml approach???
Regards

Hi,
We create the catalog in ACC based on the catalog design / repository xml.
Basically, productcatalog xml is the repository definition file, in which you define how the underlying data would store in your DB by mentioning tables, relations, constraints etc., ACC uses this xml to display the options while you create the catalog.
So, the steps would be as follows.
1. Finalize your catalog structure according to your business requirements.
2. Design the repository / tables.
3. Create catalog elements via ACC.
Hope this helps.
Keep posting any questions you still may have.
Thanks,
Gopinath Ramasamy

Similar Messages

  • Error while creating custom catalog in ATG 10.0.3

    Hi All,
    I am getting the below error while adding the Catalog Folder and during adding a new Catalog.
    CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("ATG_CORE"."DCS_GEN_FOL_CAT"."ASSET_VERSION")
         at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6816)
         at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1019)
         at atg.ui.repository.model.RepositoryAgentImpl.addRepositoryItem(RepositoryAgentImpl.java:3087)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at atg.security.proxy.UserSessionProxy$SessionSkeletonHandler.invoke(UserSessionProxy.java:251)
         at atg.rmi.context.ContextualSkeletonImpl.invoke(ContextualSkeletonImpl.java:105)
         at sun.reflect.GeneratedMethodAccessor307.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
         at sun.rmi.transport.Transport$1.run(Transport.java:159)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("ATG_CORE"."DCS_GEN_FOL_CAT"."ASSET_VERSION")
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:85)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1223)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3467)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350)
         at atg.service.resourcepool.MonitoredPreparedStatement.executeUpdate(MonitoredPreparedStatement.java:1080)
         at atg.adapter.gsa.SQLStatement.executeUpdate(SQLStatement.java:725)
         at atg.adapter.gsa.Table.insert(Table.java:1380)
         at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6739)
         ... 21 more
    Kindly help to resolve this issue.

    How are you adding the catalog? The error clearly means that the DB query is inserting null into the ASSET_VERSION column of DCS_GEN_FOL_CAT table. ASSET_VERSION column is non-null and required to maintain the repository asset versions in ATG content administration (CA).
    I suspect that you probably tried to do something which resulted in inserting into CA schema's DCS_GEN_FOL_CAT table outside a CA project context. You should add the catalog folder through BCC to have a CA project context. In case you are importing the data by executing startSQLRepository on CA schema then make sure that it is imported within a project context by specifying project, user, and comment options.

  • ATG catalog export error in startSQLRepository

    Hi,
    I want to export the catalog data from atg production. I followed the steps as below.
    1. create FakeXADatasource.properties file in C:\ATG\ATG10.1.1\home\localconfig\atg\dynamo\service\jdbc. (There is mysql user named atguser with password atg123$)
    $class=atg.service.jdbc.FakeXADataSource
    URL=jdbc:mysql://localhost:3306/prod_lo
    user=atguser
    password=atg123$
    driver=com.mysql.jdbc.Driver
    2. change JTDataSource.properties as below.
    $class=atg.service.jdbc.MonitoredDataSource
    dataSource=/atg/dynamo/service/jdbc/FakeXADataSource
    transactionManager=/atg/dynamo/transaction/TransactionManager
    loggingSQLInfo=false
    min=10
    maxFree=-1
    loggingSQLError=false
    blocking=true
    loggingSQLWarning=false
    max=10
    loggingSQLDebug=false
    3. then run the "startSQLRepository.bat -m Store.Storefront -export all catalogExport.xml -repository /atg/commerce/catalog/ProductCatalog" command.
    but while it processing it gives below error. Anyone know the reason or how to do a complete catalog export? (I have remove the last part of the error log because it exceeds the maximum length of 30000 characters. )
    ./startSQLRepository -m Store.Storefront -export all catalogExport.xml -repository /atg/commerce/catalog/ProductCatalog
    ARGS: args = -m Store.Storefront -export all catalogExport.xml -repository /atg/commerce/catalog/ProductCatalog
    Invalid setting of DYNAMO_HOME: "/usr/local/ATG/ATG10.1.2/home"
    Attempting to locate a valid DYNAMO_HOME based on your working directory.
    The following installed ATG components are being used to launch:
    ATGPlatform version 10.1.1 installed at /usr/local/ATG/ATG10.1.1
    CommerceReferenceStore version 10.1.1 installed at /usr/local/ATG/ATG10.1.1/CommerceReferenceStore
    JAVA_ARGS: -Djava.security.policy=lib/java.policy -Datg.dynamo.home=. -Datg.dynamo.root=./.. -Datg.dynamo.display= -Djava.protocol.handler.pkgs=atg.net.www.protocol -Djava.naming.factory.url.pkgs=atg.jndi.url -Datg.dynamo.modulepath=./.. -Xms512m -Xmx1024m -XX:MaxPermSize=128m -XX:MaxNewSize=128m -Datg.dynamo.server.home=. -Datg.dynamo.modules=DAS:DAS-UI::Store.Storefront:DSS -Datg.dynamo.layers= -Dsun.rmi.dgc.server.gcInterval=3600000
    DYNAMO_MODULES: DAS:DAS-UI:DPS:DSS:WebUI:DCS:Store.EStore:DCS.AbandonedOrderServices:Store.Storefront
    CONFIGPATH: /usr/local/ATG/ATG10.1.1/DAS/config/config.jar:/usr/local/ATG/ATG10.1.1/DAS/config/oca-ldap.jar:vfs[localconfig-1]=/atg/dynamo/service/groupconfig/ClientNodeTypeVirtualFileSystem:vfs[localconfig-1]=/atg/dynamo/service/groupconfig/ClientInstanceVirtualFileSystem:/usr/local/ATG/ATG10.1.1/DAS-UI/config/uiconfig.jar:/usr/local/ATG/ATG10.1.1/DPS/config/targeting.jar:/usr/local/ATG/ATG10.1.1/DPS/config/oca-cms.jar:/usr/local/ATG/ATG10.1.1/DPS/config/oca-html.jar:/usr/local/ATG/ATG10.1.1/DPS/config/oca-xml.jar:/usr/local/ATG/ATG10.1.1/DPS/config/userprofiling.jar:/usr/local/ATG/ATG10.1.1/DPS/config/profile.jar:/usr/local/ATG/ATG10.1.1/DSS/config/config.jar:/usr/local/ATG/ATG10.1.1/WebUI/config/config.jar:/usr/local/ATG/ATG10.1.1/DCS/config/config.jar:/usr/local/ATG/ATG10.1.1/CommerceReferenceStore/Store/EStore/config/config.jar:/usr/local/ATG/ATG10.1.1/DCS/AbandonedOrderServices/config/config.jar:../DAS/config/dtmconfig.jar:localconfig:../DAF/config/dafconfig.jar
    CLASSPATH: ./locallib/:./lib/launcher.jar:/opt/jboss-5.1.0.GA/lib/mysql-connector-java-5.1.22-bin.jar:/opt/jboss-5.1.0.GA/common/lib/jsp-api.jar:/opt/jboss-5.1.0.GA/lib/jboss-javaee.jar:/opt/jboss-5.1.0.GA/common/lib/servlet-api.jar:/opt/jboss-5.1.0.GA/common/lib/jsp-api.jar:/opt/jboss-5.1.0.GA/lib/jboss-javaee.jar:/opt/jboss-5.1.0.GA/common/lib/servlet-api.jar:/usr/local/ATG/more_libs/javaee-api-5.0.4.jar:/usr/local/ATG/more_libs/javaee-api-5.1.0-M1.jar:/opt/jboss-5.1.0.GA/lib/mysql-connector-java-5.1.22-bin.jar:/usr/local/ATG/ATG10.1.1/CommerceReferenceStore/Store/Storefront/lib/classes.jar:/usr/local/ATG/ATG10.1.1/CommerceReferenceStore/Store/EStore/lib/classes.jar:/usr/local/ATG/ATG10.1.1/CommerceReferenceStore/Store/EStore/lib/commons-codec-1.3.jar:/usr/local/ATG/ATG10.1.1/DCS/lib/resources.jar:/usr/local/ATG/ATG10.1.1/DCS/lib/classes.jar:/usr/local/ATG/ATG10.1.1/WebUI/lib/classes.jar:/usr/local/ATG/ATG10.1.1/DSS/lib/resources.jar:/usr/local/ATG/ATG10.1.1/DSS/lib/classes.jar:/usr/local/ATG/ATG10.1.1/DPS/lib/resources.jar:/usr/local/ATG/ATG10.1.1/DPS/lib/classes.jar:/usr/local/ATG/ATG10.1.1/DAS-UI/lib/uiresources.jar:/usr/local/ATG/ATG10.1.1/DAS-UI/lib/uiclasses.jar:/usr/local/ATG/ATG10.1.1/DAS-UI/lib/jhall.jar:/usr/local/ATG/ATG10.1.1/DAS/lib/resources.jar:/usr/local/ATG/ATG10.1.1/DAS/lib/classes.jar:/usr/local/ATG/ATG10.1.1/DAS/lib/servlet.jar:/usr/local/ATG/ATG10.1.1/DAS/lib/jsp-api.jar:/usr/local/ATG/ATG10.1.1/DAS/lib/ice.jar:/usr/local/ATG/ATG10.1.1/DAS/lib/cglib-nodep-2.1_3.jar:/usr/local/ATG/ATG10.1.1/DAS/lib/spring-aop-1.2-rc1.jar:/usr/local/ATG/ATG10.1.1/DAS/lib/jline-0.9.94.jar:/usr/local/ATG/ATG10.1.1/DAS/lib/validation-api-1.0.0.GA.jar
    PATH: /usr/local/endeca/PlatformServices/6.1.3/bin:/usr/local/endeca/PlatformServices/6.1.3/perl/bin:/usr/local/endeca/PlatformServices/6.1.3/utilities:/usr/local/endeca/MDEX/6.4.0/bin:/usr/lib64/qt-3.3/bin:/opt/jdk1.6.0_35/bin:/opt/ENDECA/endeca/PlatformServices/6.1.3/bin:/opt/ENDECA/endeca/PlatformServices/6.1.3/perl/bin:/opt/ENDECA/endeca/PlatformServices/6.1.3/utilities:/opt/ENDECA/endeca/MDEX/6.3.0/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/jdk1.6.0_35/bin:/opt/jboss-5.1.0.GA/bin:./../DAS/os_specific_files/i486-unknown-linux2
    Apr 26, 2013 9:57:20 AM org.hibernate.validator.util.Version <clinit>
    INFO: Hibernate Validator 4.1.0.Final
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241015     /atg/dynamo/service/jdbc/JTDataSource     an exception was encountered while trying to populate the pool with the starting number of resources: atg.service.resourcepool.ResourcePoolException: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241025     /atg/dynamo/service/jdbc/JTDataSource     The connection pool failed to initialize propertly, i.e. the starting number of connections could not be created; check your database accessibility and JDBC driver configuration
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator     ---     CONTAINER:atg.service.idgen.IdGeneratorException; SOURCE:CONTAINER:atg.service.idgen.IdGeneratorException; SOURCE:java.sql.SQLException: atg.service.resourcepool.ResourcePoolException: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.service.idgen.PersistentIdGenerator.initialize(PersistentIdGenerator.java:389)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.service.idgen.AbstractSequentialIdGenerator.doStartService(AbstractSequentialIdGenerator.java:643)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.GenericService.startService(GenericService.java:559)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.startService(NucleusNameResolver.java:1704)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1375)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:907)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:666)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:647)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:492)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1216)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.ConfigurationRef.getValue(ConfigurationRef.java:103)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:401)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:978)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1621)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1347)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:907)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:666)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:647)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:492)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.resolveName(Nucleus.java:2620)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.GenericService.resolveName(GenericService.java:378)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.GenericService.resolveName(GenericService.java:430)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.<init>(Nucleus.java:993)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.<init>(Nucleus.java:766)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.<init>(Nucleus.java:747)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.startNucleusCheckLicense(Nucleus.java:4275)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.startNucleus(Nucleus.java:4152)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.adapter.gsa.xml.TemplateParser.runParser(TemplateParser.java:5709)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.adapter.gsa.xml.TemplateParser.main(TemplateParser.java:5325)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator     Caused by :CONTAINER:atg.service.idgen.IdGeneratorException; SOURCE:java.sql.SQLException: atg.service.resourcepool.ResourcePoolException: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.service.idgen.SQLIdGenerator.getConnection(SQLIdGenerator.java:647)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.service.idgen.SQLIdGenerator.initializeIdSpaces(SQLIdGenerator.java:833)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.service.idgen.PersistentIdGenerator.initialize(PersistentIdGenerator.java:327)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.service.idgen.AbstractSequentialIdGenerator.doStartService(AbstractSequentialIdGenerator.java:643)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.GenericService.startService(GenericService.java:559)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.startService(NucleusNameResolver.java:1704)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1375)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:907)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:666)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:647)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:492)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1216)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.ConfigurationRef.getValue(ConfigurationRef.java:103)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:401)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:978)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1621)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1347)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:907)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:666)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:647)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:492)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.resolveName(Nucleus.java:2620)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.GenericService.resolveName(GenericService.java:378)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.GenericService.resolveName(GenericService.java:430)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.<init>(Nucleus.java:993)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.<init>(Nucleus.java:766)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.<init>(Nucleus.java:747)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.startNucleusCheckLicense(Nucleus.java:4275)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.startNucleus(Nucleus.java:4152)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.adapter.gsa.xml.TemplateParser.runParser(TemplateParser.java:5709)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.adapter.gsa.xml.TemplateParser.main(TemplateParser.java:5325)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator     Caused by (#2):java.sql.SQLException: atg.service.resourcepool.ResourcePoolException: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.service.jdbc.MonitoredDataSource.getConnection(MonitoredDataSource.java:1261)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.service.idgen.SQLIdGenerator.getConnection(SQLIdGenerator.java:633)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.service.idgen.SQLIdGenerator.initializeIdSpaces(SQLIdGenerator.java:833)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.service.idgen.PersistentIdGenerator.initialize(PersistentIdGenerator.java:327)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.service.idgen.AbstractSequentialIdGenerator.doStartService(AbstractSequentialIdGenerator.java:643)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.GenericService.startService(GenericService.java:559)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.startService(NucleusNameResolver.java:1704)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1375)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:907)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:666)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:647)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:492)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1216)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.ConfigurationRef.getValue(ConfigurationRef.java:103)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:401)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:978)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1621)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1347)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:907)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:666)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:647)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:492)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.resolveName(Nucleus.java:2620)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.GenericService.resolveName(GenericService.java:378)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.GenericService.resolveName(GenericService.java:430)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.<init>(Nucleus.java:993)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.<init>(Nucleus.java:766)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.<init>(Nucleus.java:747)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.startNucleusCheckLicense(Nucleus.java:4275)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.nucleus.Nucleus.startNucleus(Nucleus.java:4152)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.adapter.gsa.xml.TemplateParser.runParser(TemplateParser.java:5709)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator          at atg.adapter.gsa.xml.TemplateParser.main(TemplateParser.java:5325)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241080     /atg/dynamo/service/IdGenerator     
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241118     /     Unable to start service "/atg/dynamo/service/IdGenerator": atg.nucleus.ServiceException: CONTAINER:atg.service.idgen.IdGeneratorException; SOURCE:CONTAINER:atg.service.idgen.IdGeneratorException; SOURCE:java.sql.SQLException: atg.service.resourcepool.ResourcePoolException: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog     ---     java.sql.SQLException: atg.service.resourcepool.ResourcePoolException: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.service.jdbc.MonitoredDataSource.getConnection(MonitoredDataSource.java:1261)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.adapter.gsa.GSARepository.initialize(GSARepository.java:5809)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.adapter.gsa.GSARepository.initializeTransactionally(GSARepository.java:5747)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.adapter.gsa.GSARepository.doStartService(GSARepository.java:5420)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.GenericService.startService(GenericService.java:559)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.NucleusNameResolver.startService(NucleusNameResolver.java:1704)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1375)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:907)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:666)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:647)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:492)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.Nucleus.resolveName(Nucleus.java:2620)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.GenericService.resolveName(GenericService.java:378)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.GenericService.resolveName(GenericService.java:430)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.Nucleus.<init>(Nucleus.java:993)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.Nucleus.<init>(Nucleus.java:766)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.Nucleus.<init>(Nucleus.java:747)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.Nucleus.startNucleusCheckLicense(Nucleus.java:4275)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.nucleus.Nucleus.startNucleus(Nucleus.java:4152)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.adapter.gsa.xml.TemplateParser.runParser(TemplateParser.java:5709)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog          at atg.adapter.gsa.xml.TemplateParser.main(TemplateParser.java:5325)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241169     /atg/commerce/catalog/ProductCatalog     
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241177     /     Unable to resolve component /atg/commerce/catalog/ProductCatalog      java.lang.NullPointerException
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241177     /          at atg.adapter.gsa.GSARepository.initialize(GSARepository.java:5825)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241177     /          at atg.adapter.gsa.GSARepository.initializeTransactionally(GSARepository.java:5747)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241177     /          at atg.adapter.gsa.GSARepository.doStartService(GSARepository.java:5420)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241177     /          at atg.nucleus.GenericService.startService(GenericService.java:559)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241177     /          at atg.nucleus.NucleusNameResolver.startService(NucleusNameResolver.java:1704)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241177     /          at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1375)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241177     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:907)
    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241177     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:666)

    **** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241015     /atg/dynamo/service/jdbc/JTDataSource     an exception was encountered while trying to populate the pool with the starting number of resources: atg.service.resourcepool.ResourcePoolException: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)**** Error     Fri Apr 26 09:57:21 GMT 2013     1366970241025     /atg/dynamo/service/jdbc/JTDataSource     The connection pool failed to initialize propertly, i.e. the starting number of connections could not be created; check your database accessibility and JDBC driver configuration >
    Try with below configuration:
    <ATG-Home>\home\localconfig\atg\dynamo\service\jdbc\FakeXADataSource.properties:
    $class=atg.service.jdbc.FakeXADataSource
    URL=jdbc:mysql://localhost:3306/myfds
    user=atguser
    password=atg123$
    driver=com.mysql.jdbc.jdbc2.optional.MysqlXADataSource
    <ATG-Home>\home\localconfig\atg\dynamo\service\jdbc\JTDataSource.properties:
    $class=atg.service.jdbc.MonitoredDataSource
    min=10
    max=10
    blocking=true
    maxFree=-1
    loggingSQLWarning=false
    loggingSQLDebug=false
    loggingSQLInfo=false
    dataSource=/atg/dynamo/service/jdbc/FakeXADataSource
    loggingSQLError=false
    Please don't forget to have jar file for com.mysql.jdbc.jdbc2.optional.MysqlXADataSource.
    Also see:
    http://docs.oracle.com/cd/E23507_01/Platform.20073/RepositoryGuide/html/s1108exportingrepositorydata01.html
    -RMishra

  • How to Load Catalog with given catalog id

    How to load Catalog with given catalog id in ATG
    can any one help on this?
    Thanks in advance.

    Hi ,
    You can use ItemLookUpDroplet :
    $class=atg.repository.servlet.ItemLookupDroplet
    $scope=global
    itemDescriptor=catalog
    repository=/atg/commerce/catalog/ProductCatalog
    In Jsp :
    dsp:droplet name="ItemLookUpDroplet">
    <dsp:param name="id" value="catalog10002"/>
    <dsp:oparam name="output">
    </dsp:oparam>
    </dsp:droplet>
    ~ Praveer

  • Error While Browsing Catalog in CSC...

    Hi all,
    I'm getting erros while browsing catalog in CSC Product Catalog...
    Even though i have products in one set of category... no search results are shown for particular category!! but works for other category...
    MY CONFIGURATION:
    ATG 9.2
    Weblogic 10.3.2.0
    Service 9.2
    DB :Oracle
    Error Log:
    /atg/commerce/custsvc/catalog/CustomCatalogTreeDefinition     In hasChildren(), the REFERENCED BY query didn't work. Using slow & steady getPropertyValue() instead.     CONTAINER:atg.repository.RepositoryException: Attempt to execute or build a query with a Query or QueryExpression object that is null or was not created by this repository.; SOURCE:java.lang.ClassCastException: atg.repository.GroupMembersPropertyDescriptor
    /atg/commerce/custsvc/catalog/CustomCatalogTreeDefinition          at atg.adapter.gsa.query.Builder.createReferencedByQuery(Builder.java:1950)
    /atg/commerce/custsvc/catalog/CustomCatalogTreeDefinition          at atg.web.tree.repository.RepositoryTreeDefinition.countChildrenForType(RepositoryTreeDefinition.java:1258)
    /atg/commerce/custsvc/catalog/CustomCatalogTreeDefinition          at atg.web.tree.repository.RepositoryTreeDefinition.countChildrenForType(RepositoryTreeDefinition.java:1206)
    /atg/commerce/custsvc/catalog/CustomCatalogTreeDefinition          at atg.web.tree.repository.RepositoryTreeDefinition.itemHasChildrenForType(RepositoryTreeDefinition.java:1362)
    /atg/commerce/custsvc/catalog/CustomCatalogTreeDefinition          at atg.web.tree.repository.RepositoryTreeDefinition.hasChildren(RepositoryTreeDefinition.java:1190)
    /atg/commerce/custsvc/catalog/CustomCatalogTreeDefinition          at atg.web.tree.repository.RepositoryTreeDefinition.hasChildren(RepositoryTreeDefinition.java:953)
    /atg/commerce/custsvc/catalog/CustomCatalogTreeDefinition          at atg.web.tree.TreeNode.getHasChildren(TreeNode.java:201)

    Does your category have custom dynamic properties with property-type="atg.repository.GroupMembersPropertyDescriptor" ? It seems as though you hit a code flow where the query builder tried to cast this atg.repository.GroupMembersPropertyDescriptor property to a specific property type, but failed.
    What is different between this category and the ones that work - does an RQL query on this category versus others tell you?
    <print-item item-descriptor="category" id="catThatWorks?????"/>
    <print-item item-descriptor="category" id="catDoesntWork?????"/>
    For information on the GroupMembersPropertyDescriptor, look at in the Commerce Programming Guide at http://www.atg.com/repositories/ContentCatalogRepository_en/manuals/ATG9.1/commprog/wwhelp/wwhimpl/js/html/wwhelp.htm?href=CommerceProgrammingGuide.1.65.html . This shows you an out-of-the-box example of a property called dynamicChildCategories that uses the GroupMembersPropertyDescriptor.
    It is possible that this might just be misconfiguration, or might land up being a PR, so you should create a support ticket with the complete log file if you have not already done so.
    Thanks,
    Nitin
    Edited by: nb**** on Jun 25, 2011 8:50 AM

  • Need Help on using Forge Config Manager and CAS. Questions listed in the content below

    Hi All,
    I have an existing Endeca pipeline implementation where we read the data sets (Product Catalog Information) from Oracle database using JDBC adapters. The data set undergoes a series of manipulation until it gets indexed to the Endeca system. We make use of PCI for dimensions and dimension values. However, we now want to extend PCI to also include the Product catalog information. The current implementation also does not make use of CAS adapters to consume the dimensions data in PCI. The next consideration is to implement PCI as close to Out of the Box provisions and standardize it. Therefore we are also considering to implement CAS.
    The questions are as below:
    1. What are the ideal parameters that should support the use of PCI implementation (Dataset + dimension + precedence Rules + schema information) ? Note: We DO NOT have any product catalog system (like ATG) between database and Endeca.
    2. Considering that we do not have any product catalog system to organize and maintain data, how feasible is it to read directly from database through CAS Adapters and process the data ?
    3. We also plan to introduce partial update pipeline in future releases. Keeping that in mind should CAS based approach help us to read from a record store at the time of partial updates ?
    4.in case we are limiting to a business case of implementing partial updates in the above explained existing design, should a custom CAS approach be a better design ? Custom CAS approach = writing the baseline output data to record store and later referring it at the time of partial updates.
    5. Will CAS based approach help to reduce the baseline timings ?
    6. What is the best way to export data to record store instance in the above design ? (Record store API / Command line utility / CAS crawl)
    Thanks,
    Nitin

    Hi Neeraj,
    You cam use both PI SLD and Solman Local SLD for LMDB synchronization. Now here you make to make sure that correct ranks are assigned to PI and Solman SLD. With the help of multiple sld, you can remove the cause of concern. Local SLD should always be of solman.
    For CR content. that you can do for solution manager system in a click.
    Divyanshu

  • When build to BPM projects Jdeveloper shoe error

    HI All,
    I opened the thread here because i am working wiht SOA Projects with jdeveloper.
    I am not more able to build the projects.
    Jdeveloper show this error
    Performing action Rebuild meetingManagement.jpr[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: modify adf-config for soa
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Uncaught exception
    oracle.bpm.project.catalog.type.TypeLoadRuntimeException: BPM-71530: Unexpected error when loading resource '/SCA-INF/classes/businessCatalog/Meetings/MeetingInfo.xsd'. Cause: The specified resource could not be loaded. Action: Check logs for more detail
    o.bpm.project.catalog.loaders.AbstractTypeLoader.preBuildTypes(AbstractTypeLoader.java:129)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.preBuildType(ProjectCatalogComponentBundle.java:644)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.buildTypeTree(ProjectCatalogComponentBundle.java:616)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.reloadResource(ProjectCatalogComponentBundle.java:927)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.access$1300(ProjectCatalogComponentBundle.java:84)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1239)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1235)
    o.bpm.project.ProjectObjectImpl.run(ProjectObjectImpl.java:597)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener.resourceUpdated(ProjectCatalogComponentBundle.java:1247)
    o.bpm.project.catalog.recognizer.VFileSystemBundleContext$1.onFileEvent(VFileSystemBundleContext.java:164)
    o.bpm.io.fs.VFileSystem$DispatchEventImmediate.dispatch(VFileSystem.java:270)
    o.bpm.io.fs.VFileSystem.dispatchEvent(VFileSystem.java:181)
    o.bpm.io.fs.VFileSystem.fireEvent(VFileSystem.java:161)
    o.bpm.fusion.repository.fs.FusionFileSystem.access$300(FusionFileSystem.java:54)
    o.bpm.fusion.repository.fs.FusionFileSystem$1$2.run(FusionFileSystem.java:232)
    j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:612)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by:
    java.lang.IllegalStateException: There is more than one Business Object modelling schema 'E|http://xmlns.oracle.com/bpm/bpmobject/Meetings/MeetingInfo|MeetingInfo'
    o.bpm.type.DefaultComponentCatalog.findBpmObjectBySchemaId(DefaultComponentCatalog.java:1011)
    o.bpm.type.DefaultComponentCatalog.findMatchingBpmObject(DefaultComponentCatalog.java:958)
    o.bpm.type.DefaultComponentCatalog.findBpmObjectBySchemaId(DefaultComponentCatalog.java:341)
    o.bpm.type.BpmObjectDynamicRef.find(BpmObjectDynamicRef.java:44)
    o.bpm.type.DynamicRef.getName(DynamicRef.java:243)
    o.bpm.project.catalog.parser.xsd.ElementDef.setSignature(ElementDef.java:153)
    o.bpm.project.catalog.parser.xsd.ElementDef.setSignature(ElementDef.java:82)
    o.bpm.project.catalog.parser.xsd.ElementDef.buildType(ElementDef.java:355)
    o.bpm.project.catalog.parser.xsd.SchemaElement.buildSubElements(SchemaElement.java:268)
    o.bpm.project.catalog.parser.xsd.Schema.buildType(Schema.java:74)
    o.bpm.project.catalog.loaders.impl.XsdTypeLoader.buildTypes(XsdTypeLoader.java:80)
    o.bpm.project.catalog.loaders.impl.XsdTypeLoader.preBuildTypes(XsdTypeLoader.java:68)
    o.bpm.project.catalog.loaders.impl.XsdTypeLoader.loadPreBuilTTypes(XsdTypeLoader.java:157)
    o.bpm.project.catalog.loaders.AbstractTypeLoader.preBuildTypes(AbstractTypeLoader.java:117)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.preBuildType(ProjectCatalogComponentBundle.java:644)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.buildTypeTree(ProjectCatalogComponentBundle.java:616)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.reloadResource(ProjectCatalogComponentBundle.java:927)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.access$1300(ProjectCatalogComponentBundle.java:84)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1239)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1235)
    o.bpm.project.ProjectObjectImpl.run(ProjectObjectImpl.java:597)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener.resourceUpdated(ProjectCatalogComponentBundle.java:1247)
    o.bpm.project.catalog.recognizer.VFileSystemBundleContext$1.onFileEvent(VFileSystemBundleContext.java:164)
    o.bpm.io.fs.VFileSystem$DispatchEventImmediate.dispatch(VFileSystem.java:270)
    o.bpm.io.fs.VFileSystem.dispatchEvent(VFileSystem.java:181)
    o.bpm.io.fs.VFileSystem.fireEvent(VFileSystem.java:161)
    o.bpm.fusion.repository.fs.FusionFileSystem.access$300(FusionFileSystem.java:54)
    o.bpm.fusion.repository.fs.FusionFileSystem$1$2.run(FusionFileSystem.java:232)
    j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:612)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    I think this is the problem
    oracle.bpm.project.catalog.type.TypeLoadRuntimeException: BPM-71530: Unexpected error when loading resource '/SCA-INF/classes/businessCatalog/Meetings/MeetingInfo.xsd'. Cause: The specified resource could not be loaded. Action: Check logs for more detail
    The SOA is compiled successfully:
    Buildfile: C:\Oracle\Middleware\jdeveloper\bin\ant-sca-compile.xml
    scac:
    [scac] Validating composite "C:\Lavoro\EuroFigther\development\local\meetingManagement\composite.xml"
    [scac] sampleAttachDocuments.task: warning: Error assignee not specified
    [scac] sampleMandatoryDocument.task: warning: Error assignee not specified
    [scac] cancelMeeting.task: warning: Error assignee not specified
    [scac] sampleCreateMeeting.task: warning: Error assignee not specified
    [scac] sampleAgreeDate.task: warning: Error assignee not specified
    BUILD SUCCESSFUL
    Total time: 8 seconds
    Thisi is the Message Log:
    Compiling...
    Context: BuildProjectAndDependenciesCommand selection=XmlSelectionElement application=local.jws project=meetingManagement.jpr node=sampleAttachAgendaPayload.xsd
    Compilation of project 'meetingManagement.jpr' finished. Check 'C:\Lavoro\EuroFigther\development\local\meetingManagement\SCA-INF\classes\scac.log' for details.
    copying xsd/sampleAttachAgendaWorkflowTask.xsd to output directory
    copying MeetingManagementDocumentation.xml to output directory
    copying organization.xml to output directory
    copying config/preferences.xml to output directory
    copying xsd/sampleAgreeDatePayload.xsd to output directory
    copying testsuites/fileList.xml to output directory
    copying composite.xml to output directory
    copying xsd/cancelMeetingPayload.xsd to output directory
    copying xsd/sampleCreateMeetingWorkflowTask.xsd to output directory
    copying xsd/cancelMeetingWorkflowTask.xsd to output directory
    copying xsd/sampleAttachDocumentsWorkflowTask.xsd to output directory
    copying measurementActions.xml to output directory
    copying xsd/sampleCreateMeetingPayload.xsd to output directory
    copying xsd/sampleAttachAgendaPayload.xsd to output directory
    copying xsd/TaskStateMachine.xsd to output directory
    copying businessCatalog/Meetings/MeetingInfo.xsd to output directory
    copying xsd/sampleAgreeDateWorkflowTask.xsd to output directory
    copying measurements.xml to output directory
    copying xsd/sampleMandatoryDocumentWorkflowTask.xsd to output directory
    copying xsd/sampleAttachDocumentsPayload.xsd to output directory
    copying businessCatalog/Meetings/MeetingInfo.wsdl to output directory
    copying xsd/sampleMandatoryDocumentPayload.xsd to output directory
    [1:05:01 PM] Compilation complete: 0 errors, 5 warnings.
    Compiling...
    Context: BuildWorkingSetCommand selection=meetingManagement application=local.jws project=meetingManagement.jpr node=meetingManagement
    Compilation of project 'meetingManagement.jpr' finished. Check 'C:\Lavoro\EuroFigther\development\local\meetingManagement\SCA-INF\classes\scac.log' for details.
    copying MeetingManagementDocumentation.xml to output directory
    copying composite.xml to output directory
    copying measurementActions.xml to output directory
    copying measurements.xml to output directory
    copying organization.xml to output directory
    copying .taskeditor/cancelMeeting_graphics.xml to output directory
    copying .taskeditor/sampleAgreeDate_graphics.xml to output directory
    copying .taskeditor/sampleAttachAgenda_graphics.xml to output directory
    copying .taskeditor/sampleAttachDocuments_graphics.xml to output directory
    copying .taskeditor/sampleCreateMeeting_graphics.xml to output directory
    copying .taskeditor/sampleMandatoryDocument_graphics.xml to output directory
    copying businessCatalog/Meetings/MeetingInfo.wsdl to output directory
    copying businessCatalog/Meetings/MeetingInfo.xsd to output directory
    copying config/preferences.xml to output directory
    copying testsuites/fileList.xml to output directory
    copying xsd/TaskStateMachine.xsd to output directory
    copying xsd/cancelMeetingPayload.xsd to output directory
    copying xsd/cancelMeetingWorkflowTask.xsd to output directory
    copying xsd/sampleAgreeDatePayload.xsd to output directory
    copying xsd/sampleAgreeDateWorkflowTask.xsd to output directory
    copying xsd/sampleAttachAgendaPayload.xsd to output directory
    copying xsd/sampleAttachAgendaWorkflowTask.xsd to output directory
    copying xsd/sampleAttachDocumentsPayload.xsd to output directory
    copying xsd/sampleAttachDocumentsWorkflowTask.xsd to output directory
    copying xsd/sampleCreateMeetingPayload.xsd to output directory
    copying xsd/sampleCreateMeetingWorkflowTask.xsd to output directory
    copying xsd/sampleMandatoryDocumentPayload.xsd to output directory
    copying xsd/sampleMandatoryDocumentWorkflowTask.xsd to output directory
    [1:07:09 PM] Compilation complete: 0 errors, 5 warnings.
    I have no idea what i have to fix.
    Is there any suggestion or i have to create a new Application in jdev by scrath.
    Ciao Piero

    I had the same problem while trying to "Save to BPM MDS" from jDeveloper, while I tried to save the BPM project to a directory (in terms of BPM Composer) in the BPM MDS, where the original project I checked out still was located in. The (old) project in the BPM MDS was still locked by the user I used to save the newer BPM perject version to BPM MDS. On the otherhand, I worked fine after I changed the applications name. Not what versioning should be like, but at least a workaround.
    Host setting:
    OS : Windows 7 x64
    jDeveloper: 11.1.1.7.0 on JDK 1.6.0_24 (x64)
    SOA Composite Editor: 11.1.1.7.0.00.08
    BPMN Editor: 11.1.1.7.0.0.8
    VM setting:
    JDK: 1.7.0_21 (x64)
    RCU : 11.1.1.7.0
    WebLogic : 10.3.6
    SOA Suite: 11.1.1.7.0
    BPM Suite: 11.1.1.7.0

  • Error in BCC Search..?

    Hi All,
    Please tell what is the reason for following Error..
    11:44:46,974 ERROR [RoutingSystemService] Error starting SearchEngine - 11800005 at Vishnu:6072, message: atg.search.routing.SearchEngi
    neLaunchException: C:\ATG\ATG10.0.1\Search10.0.1\SearchEngine\x86-win32\bin\atgsearch.exe exited with error code -1073741701
    atg.search.routing.SearchEngineException: atg.search.routing.SearchEngineLaunchException: C:\ATG\ATG10.0.1\Search10.0.1\SearchEngine\x8
    6-win32\bin\atgsearch.exe exited with error code -1073741701
    Thanks,
    Vishnu

    this is the log file ---
    name=vcs-merchandising]
    10:49:28,726 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8180
    10:49:28,819 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8109
    10:49:28,897 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0 (build: SVNTag=JBPAPP_5_1_0 date=201009150028)] St
    arted in 5m:35s:92ms
    10:52:40,610 WARN [SearchEngineService] Bad search engine Vishnu:6072:11800005 for partition 11706700
    10:52:40,666 ERROR [SearchEngineService] Fri Jan 16 23:21:40 IST 1970 error Error copying file /opt/mounts/d
    eployShare/Store.100001.Catalog.11706700.idx to file ../indexFiles\11800005\Store.100001.Catalog.11706700.idx: b
    oost::filesystem::copy_file: The system cannot find the path specified: "\opt\mounts\deployShare\Store.100001.Ca
    talog.11706700.idx", "..\indexFiles\11800005\Store.100001.Catalog.11706700.idx"
    10:52:46,783 ERROR [RoutingSystemService] Error starting SearchEngine - 11800005 at Vishnu:6072, message: Bad se
    arch engine Vishnu:6072:11800005 for partition 11706700
    Fri Jan 16 23:21:40 IST 1970 error Error copying file /opt/mounts/deployShare/Store.100001.Catalog.11706700
    .idx to file ../indexFiles\11800005\Store.100001.Catalog.11706700.idx: boost::filesystem::copy_file: The system
    cannot find the path specified: "\opt\mounts\deployShare\Store.100001.Catalog.11706700.idx", "..\indexFiles\1180
    0005\Store.100001.Catalog.11706700.idx"
    atg.search.routing.SearchEngineException: Bad search engine Vishnu:6072:11800005 for partition 11706700
    Fri Jan 16 23:21:40 IST 1970 error Error copying file /opt/mounts/deployShare/Store.100001.Catalog.11706700
    .idx to file ../indexFiles\11800005\Store.100001.Catalog.11706700.idx: boost::filesystem::copy_file: The system
    cannot find the path specified: "\opt\mounts\deployShare\Store.100001.Catalog.11706700.idx", "..\indexFiles\1180
    0005\Store.100001.Catalog.11706700.idx"
    at atg.search.routing.SearchEngineService.waitForEngineLoad(SearchEngineService.java:363)
    at atg.search.routing.StartEngineThread.run(StartEngineThread.java:59)
    10:52:48,797 WARN [RoutingSystemService] Engine Vishnu did not start.

  • Error during create business object with XACML schema

    Hi
    I can't create a policyset business object with access_control-xacml-2.0-policy-schema-cd-04.xsd schema file in Jdeveloper 11.1.1.3 with bpm11g extension.
    it raise bellow error message.
    you can find the schema file from bellow link.
    http://www.oasis-open.org/committees/download.php/10577/XACML-2.0-CD-ALL.zip
    after download the zip file ,you only need the access_control-xacml-2.0-policy-schema-cd-04.xsd file,
    start Jdeveloper in debug mode(run jdev in console), import xsd file to bpm project, and create the business object, then
    you will got bellow error message.
    Does any one know how to solve it?
    Thanks.
    ----------------error message from jdeveloper debug console-------------------------
    Exception occurred during event dispatching:
    oracle.bpm.project.catalog.type.TypeLoadRuntimeException: BPM-71530: Unexpected error when loading resource '/xsd/access
    _control-xacml-2.0-policy-schema-cd-04.xsd'.  Cause: The specified resource could not be loaded.  Action: Check logs for
    more detail
    at oracle.bpm.project.catalog.loaders.AbstractTypeLoader.buildTypes(AbstractTypeLoader.java:153)
    at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.buildType(ProjectCatalogComponentBundle.java
    :565)
    at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.buildTypeTree(ProjectCatalogComponentBundle.
    java:547)
    at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.loadTypeNames(ProjectCatalogComponentBundle.
    java:128)
    at oracle.bpm.type.TypeCache.reloadFromBundle(TypeCache.java:619)
    at oracle.bpm.type.TypeCache.reload(TypeCache.java:116)
    at oracle.bpm.type.TypeCache.sync(TypeCache.java:152)
    at oracle.bpm.type.DefaultComponentCatalog.sync(DefaultComponentCatalog.java:524)
    at oracle.bpm.fusion.soa.soabrowser.SOASchemaBrowserDialogImpl.showDialog(SOASchemaBrowserDialogImpl.java:72)
    at oracle.bpm.designer.ObjectContainerDialog.browseSOASchema(ObjectContainerDialog.java:401)
    at oracle.bpm.designer.ObjectContainerDialog.access$300(ObjectContainerDialog.java:67)
    at oracle.bpm.designer.ObjectContainerDialog$7.actionPerformed(ObjectContainerDialog.java:572)
    at oracle.bpm.ui.peer.swing.event.SwingActionListener.actionPerformed(SwingActionListener.java:30)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.Component.processMouseEvent(Component.java:6267)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6032)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4630)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
    at java.awt.Dialog$1.run(Dialog.java:1046)
    at java.awt.Dialog$3.run(Dialog.java:1098)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Dialog.show(Dialog.java:1096)
    at java.awt.Component.show(Component.java:1563)
    at java.awt.Component.setVisible(Component.java:1515)
    at java.awt.Window.setVisible(Window.java:842)
    at java.awt.Dialog.setVisible(Dialog.java:986)
    at oracle.bpm.ui.peer.swing.SwingComponent.setVisible(SwingComponent.java:395)
    at oracle.bpm.ui.UiComponent.setVisible(UiComponent.java:838)
    at oracle.bpm.ui.OkCancelDialog.setVisible(OkCancelDialog.java:176)
    at oracle.bpm.designer.action.NewBpmObjectAction.newFuegoObject(NewBpmObjectAction.java:127)
    at oracle.bpm.designer.action.NewBpmObjectAction.doIt(NewBpmObjectAction.java:67)
    at oracle.bpm.designer.DesignerAction.run(DesignerAction.java:71)
    at oracle.bpm.ui.action.BaseAction.runWithSelection(BaseAction.java:297)
    at oracle.bpm.ui.action.BaseAction.runWithSelection(BaseAction.java:290)
    at oracle.bpm.fusion.ui.action.IdeMenuAdapter$1.handleEvent(IdeMenuAdapter.java:135)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:850)
    at java.awt.Component.processMouseEvent(Component.java:6267)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6032)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4630)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.NullPointerException
    at oracle.bpm.project.catalog.parser.xsd.ElementRootDef.buildType(ElementRootDef.java:88)
    at oracle.bpm.project.catalog.parser.xsd.SchemaElement.buildSubElements(SchemaElement.java:233)
    at oracle.bpm.project.catalog.parser.xsd.Schema.buildType(Schema.java:74)
    at oracle.bpm.project.catalog.loaders.impl.XsdTypeLoader.buildTypes(XsdTypeLoader.java:89)
    at oracle.bpm.project.catalog.loaders.impl.XsdTypeLoader.loadTypes(XsdTypeLoader.java:77)
    at oracle.bpm.project.catalog.loaders.AbstractTypeLoader.buildTypes(AbstractTypeLoader.java:141)
    ... 83 more

    Dear,
    I think  you have created GL as cost element.
    Now you have to assign it in OKB9 - Display View "Account assignment" : Overview
    In OKB9 specify weather this cost element give impact to cost center or profitability segment.
    You have a cost account defined in accounts determination (OBYC). But every cost account must have a cost object associated (internal order, cost center, and so on).
    You must decide what is the cost object to 'receive' the cost value on the account.
    Go to OKB9, insert the account (can be plant dependant) and the cost object, then repeat GR.
    Regards,
    R.Brahmankar

  • Including sku attributes in product-sku-output-config.xml

    Hello,
    We have configured the product catalog integration between ATG and Endeca successfully and now I'm guessing how to expand/include other attributes of SKU into the Endeca Index, such as thumbnail and large Images which we are using as External Media Elements. I bet we'll have to customize product-sku-output-config.xml file, but how may this be accomplished?
    Any tip or direction?
    Thank you very much,
    Rogerio Biondi
    Discover Technology
    Edited by: monotone on Dec 11, 2012 12:28 PM

    Hi, monotone!
    Yesterday I faced with this issue too and resolved it in such way.
    1. Create product-sku-output-config.xml file in config folder of your module: config/atg/endeca/index/commerce/product-sku-output-config.xml
    2. Extend it by adding needed properties. If property value is primitive type, you may just add property:
    >
    <item item-descriptor-name="product">
         <properties>
              <property name="displayName" output-name="product.displayName" type="string" />
         </properties>
    </item>
    >
    If property value is Object, you must create property accessor that use custom logic for determining the values of properties that you specify. For example, the value of mediumImage is RepositoryItem of Media type. If you want to get medium image url (mediumImage.url), you may write so property accessor:
    >
    public class MediumImagePropertyAccessor extends PropertyAccessorImpl {
         private String mediumImagePropertyName = "mediumImage";
         private String urlPropertyName = "url";
         protected Object getTextOrMetaPropertyValue(Context pContext, RepositoryItem pItem, String pPropertyName, PropertyTypeEnum pType) {
              RepositoryItem externalMediaItem = (RepositoryItem) pItem.getPropertyValue(mediumImagePropertyName);
              String imageUrl = externalMediaItem.getPropertyValue(urlPropertyName).toString();
              return imageUrl;
    >
    After that you must specify this accessor in property-accessor attribute of your property in product-sku-output-config.xml:
    >
    <item item-descriptor-name="product">
         <properties>
              <property name="mediumImage" output-name="product.mediumImage"
                   type="string" property-accessor="/com/something/endeca/index/accessor/MediumImagePropertyAccessor" />
         </properties>
    </item>
    >
    3. Do baseline index via ProductCatalogSimpleIndexingAdmin component.
    Refer to http://docs.oracle.com/cd/E35318_02/Platform.10-1-1/ATGEndecaIntegrationGuide/html/s0401configuringendecaindexingoutputc01.html for more information.

  • Problem with process imported BPA - BPM / IllegalArgumentException

    Hi,
    I installed the latest version of SOA Suite and Jdev (11.1.1.5), and i have problems when tried to import a BPMN model from a BPA Repository.
    [IllegalArgumentException in o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject:115]
    This problem just happends when i tried to import a process with a User Task activity. With all the others artifact works right.
    Other important information, is if I try to import the same process like a BPEL process in JDev, using the option "Composite from Oracle BPA BluePrint", the import works right, and i can see the BPEL process with the User Task in the IDE.
    Thanks in advance,
    Enrique
    Edited by: user11931063 on 26-may-2011 6:42

    Hi Daniel,
    This is the trace:
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    java.lang.IllegalArgumentException
    java.lang.IllegalArgumentException
    j.net.URI.create(URI.java:842)
    j.net.URI.resolve(URI.java:1028)
    o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject.parseDependencies(TaskDefinitionParsedObject.java:115)
    o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject.<init>(TaskDefinitionParsedObject.java:53)
    o.bpm.project.catalog.loaders.impl.HumanTaskTypeLoader.parseUri(HumanTaskTypeLoader.java:146)
    o.bpm.project.catalog.loaders.AbstractTypeLoader.parse(AbstractTypeLoader.java:106)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.parseResource(ProjectCatalogComponentBundle.java:839)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.parseResource(ProjectCatalogComponentBundle.java:853)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.loadTypeNames(ProjectCatalogComponentBundle.java:143)
    o.bpm.type.TypeCache.reloadFromBundle(TypeCache.java:638)
    o.bpm.type.TypeCache.reload(TypeCache.java:116)
    o.bpm.type.TypeCache.sync(TypeCache.java:149)
    o.bpm.type.DefaultComponentCatalog.sync(DefaultComponentCatalog.java:531)
    o.bpm.project.io.fs.FileProjectLoader.loadCatalog(FileProjectLoader.java:218)
    o.bpm.project.FuegoProject$7.init(FuegoProject.java:1070)
    o.bpm.project.FuegoProject$7.init(FuegoProject.java:1064)
    o.bpm.util.LazyHolder.initValue(LazyHolder.java:66)
    o.bpm.util.LazyHolder.get(LazyHolder.java:33)
    o.bpm.project.FuegoProject.getComponentCatalog(FuegoProject.java:585)
    o.bpm.project.FuegoProject.getComponentCatalog(FuegoProject.java:60)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.getCatalogObjectFor(BPMN20Loader.java:1488)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.access$800(BPMN20Loader.java:83)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader$LoadingFlowNodeHandler.handleUserTask(BPMN20Loader.java:2058)
    o.bpm.project.model.util.ModelUtils.handleFlowNodeChecked(ModelUtils.java:429)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.loadActivityData(BPMN20Loader.java:1119)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:1090)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.loadActivities(BPMN20Loader.java:924)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:732)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:693)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:124)
    o.bpm.project.io.serializers.model.DefaultModelFormat.loadBPMN20CompliantModel(DefaultModelFormat.java:383)
    o.bpm.project.io.serializers.model.DefaultModelFormat.loadInternal(DefaultModelFormat.java:399)
    o.bpm.project.io.serializers.model.DefaultModelFormat.load(DefaultModelFormat.java:62)
    o.bpm.project.io.serializers.model.DefaultModelFormat.parse(DefaultModelFormat.java:182)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadModel(ProcessesLoader.java:139)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadXPDLCompliantModel(ProcessesLoader.java:119)
    o.bpm.project.io.fs.loader.ProcessesLoader.load(ProcessesLoader.java:98)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:75)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:40)
    o.bpm.project.io.fs.loader.ProjectObjectLoader.load(ProjectObjectLoader.java:109)
    o.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:56)
    o.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:29)
    o.bpm.project.io.fs.loader.ProjectObjectLoader.load(ProjectObjectLoader.java:109)
    o.bpm.project.io.fs.ProjectObjectsCache.loadAndCacheObject(ProjectObjectsCache.java:280)
    o.bpm.project.io.fs.ProjectObjectsCache.getObject(ProjectObjectsCache.java:260)
    o.bpm.project.io.fs.ProjectObjectsCache.getChildrenByTypeGeneric(ProjectObjectsCache.java:243)
    o.bpm.project.io.fs.ProjectObjectsCache.getChildren(ProjectObjectsCache.java:114)
    o.bpm.project.io.fs.FileProjectLoader.getChildren(FileProjectLoader.java:169)
    o.bpm.project.ResourceContainerImpl.loadChildren(ResourceContainerImpl.java:192)
    o.bpm.project.ProjectObjectContainerImpl.children(ProjectObjectContainerImpl.java:284)
    o.bpm.project.ProjectObjectContainerImpl.getChildrenByType(ProjectObjectContainerImpl.java:231)
    o.bpm.project.FuegoProject.addProcesses(FuegoProject.java:993)
    o.bpm.project.FuegoProject.getProcesses(FuegoProject.java:987)
    o.bpm.project.FuegoProject.getRecursiveProcesses(FuegoProject.java:1010)
    o.bpm.project.FuegoProject.getProcesses(FuegoProject.java:401)
    o.bpm.project.io.sensor.ProcessSensorsVisitor.visit(ProcessSensorsVisitor.java:66)
    o.bpm.project.io.sensor.MeasurementsFileGenerator.getRootJaxbElement(MeasurementsFileGenerator.java:112)
    o.bpm.project.io.sensor.MeasurementsFileGenerator.generateMeasurementsFile(MeasurementsFileGenerator.java:82)
    o.bpm.project.io.sensor.MeasurementsFileGenerator.generateFile(MeasurementsFileGenerator.java:66)
    o.bpm.project.io.fs.writer.ProjectPreferencesWriter.write(ProjectPreferencesWriter.java:46)
    o.bpm.project.io.fs.writer.AbstractWriter.write(AbstractWriter.java:64)
    o.bpm.project.io.fs.writer.ProjectPreferencesWriter.write(ProjectPreferencesWriter.java:34)
    o.bpm.project.io.fs.FileProjectWriter.performWriting(FileProjectWriter.java:421)
    o.bpm.project.io.fs.FileProjectWriter.write(FileProjectWriter.java:140)
    o.bpm.project.io.fs.FileProjectWriter.postObjectAdded(FileProjectWriter.java:284)
    o.bpm.project.io.fs.FileProjectWriter$ProjectChangeAdapter.postObjectAdded(FileProjectWriter.java:498)
    o.bpm.project.events.SafeProjectListener.postObjectAdded(SafeProjectListener.java:107)
    o.bpm.project.events.ProjectListenerSet.postObjectAdded(ProjectListenerSet.java:82)
    o.bpm.project.events.ProjectEventManager.postObjectAdded(ProjectEventManager.java:104)
    o.bpm.project.FuegoProject.addProjectPreferences(FuegoProject.java:733)
    o.bpm.project.FuegoProject$6.init(FuegoProject.java:1050)
    o.bpm.project.FuegoProject$6.init(FuegoProject.java:1035)
    o.bpm.util.LazyHolder.initValue(LazyHolder.java:66)
    o.bpm.util.LazyHolder.get(LazyHolder.java:33)
    o.bpm.project.FuegoProject.getPreferences(FuegoProject.java:562)
    o.bpm.project.ProjectObjectImpl.getString(ProjectObjectImpl.java:697)
    o.bpm.project.ProcessObjectImpl.getDefaultLabel(ProcessObjectImpl.java:143)
    o.bpm.project.ActivityImpl.setActivityType(ActivityImpl.java:1279)
    o.bpm.project.ActivityImpl.<init>(ActivityImpl.java:229)
    o.bpm.project.ActivityImpl.<init>(ActivityImpl.java:215)
    o.bpm.project.NodeContainerManager.createActivity(NodeContainerManager.java:489)
    o.bpm.project.NodeContainerManager.createStartEvent(NodeContainerManager.java:311)
    o.bpm.project.ProcessContent.createStartEvent(ProcessContent.java:319)
    o.bpm.project.ProcessContent.createBeginAndEnd(ProcessContent.java:507)
    o.bpm.project.ProjectResourceObjectFactory.createProcess(ProjectResourceObjectFactory.java:86)
    o.bpm.project.ProjectResourceObjectFactory.createProcess(ProjectResourceObjectFactory.java:40)
    o.bpm.project.ProjectResourceObjectFactory.createProjectProcess(ProjectResourceObjectFactory.java:99)
    o.bpm.project.io.fs.AbstractProjectRepository.createProjectModel(AbstractProjectRepository.java:567)
    o.bpm.project.io.fs.AbstractProjectRepository.createProjectFiles(AbstractProjectRepository.java:358)
    o.bpm.project.io.fs.AbstractProjectRepository.initProject(AbstractProjectRepository.java:326)
    o.bpm.fusion.repository.FusionProjectRepository.create(FusionProjectRepository.java:229)
    o.bpm.fusion.repository.JdevRepositoryService.projectAdded(JdevRepositoryService.java:158)
    o.bpm.fusion.repository.JdevRepositoryService$1.technologyAdded(JdevRepositoryService.java:269)
    o.j.model.JProjectTechnologyNotifier.fireTechnologyAdded(JProjectTechnologyNotifier.java:132)
    o.j.model.JProjectTechnologyNotifier.access$100(JProjectTechnologyNotifier.java:28)
    o.j.model.JProjectTechnologyNotifier$1.projectPropertiesChanged(JProjectTechnologyNotifier.java:58)
    o.i.model.Project$StorageListener.structureValuesChanged(Project.java:1097)
    o.javatools.data.Structure.fireStructureChangeEvent(Structure.java:455)
    o.javatools.data.Structure.fireValueAdded(Structure.java:348)
    o.javatools.data.Structure.fireValueAdded(Structure.java:356)
    o.javatools.data.Structure.fireValueAdded(Structure.java:356)
    o.javatools.data.ListStructure.add(ListStructure.java:109)
    o.i.model.TechnologyScopeConfiguration.setTechnologyScope(TechnologyScopeConfiguration.java:153)
    o.bpm.fusion.soa.FusionSoaProjectRepository.setTechnologyScope(FusionSoaProjectRepository.java:69)
    o.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard.initProject(NewBpmProjectFromBPAWizard.java:225)
    o.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard$1.run(NewBpmProjectFromBPAWizard.java:154)
    j.lang.Thread.run(Thread.java:662)
    *Caused by:
    java.net.URISyntaxException: Illegal character in path at index 3: xsd\Ingresar_FacturaPayload.xsd*
    j.net.URI$Parser.fail(URI.java:2809)
    j.net.URI$Parser.checkChars(URI.java:2982)
    j.net.URI$Parser.parseHierarchical(URI.java:3066)
    j.net.URI$Parser.parse(URI.java:3024)
    j.net.URI.<init>(URI.java:578)
    j.net.URI.create(URI.java:840)
    j.net.URI.resolve(URI.java:1028)
    o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject.parseDependencies(TaskDefinitionParsedObject.java:115)
    o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject.<init>(TaskDefinitionParsedObject.java:53)
    o.bpm.project.catalog.loaders.impl.HumanTaskTypeLoader.parseUri(HumanTaskTypeLoader.java:146)
    o.bpm.project.catalog.loaders.AbstractTypeLoader.parse(AbstractTypeLoader.java:106)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.parseResource(ProjectCatalogComponentBundle.java:839)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.parseResource(ProjectCatalogComponentBundle.java:853)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.loadTypeNames(ProjectCatalogComponentBundle.java:143)
    o.bpm.type.TypeCache.reloadFromBundle(TypeCache.java:638)
    o.bpm.type.TypeCache.reload(TypeCache.java:116)
    o.bpm.type.TypeCache.sync(TypeCache.java:149)
    o.bpm.type.DefaultComponentCatalog.sync(DefaultComponentCatalog.java:531)
    o.bpm.project.io.fs.FileProjectLoader.loadCatalog(FileProjectLoader.java:218)
    o.bpm.project.FuegoProject$7.init(FuegoProject.java:1070)
    o.bpm.project.FuegoProject$7.init(FuegoProject.java:1064)
    o.bpm.util.LazyHolder.initValue(LazyHolder.java:66)
    o.bpm.util.LazyHolder.get(LazyHolder.java:33)
    o.bpm.project.FuegoProject.getComponentCatalog(FuegoProject.java:585)
    o.bpm.project.FuegoProject.getComponentCatalog(FuegoProject.java:60)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.getCatalogObjectFor(BPMN20Loader.java:1488)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.access$800(BPMN20Loader.java:83)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader$LoadingFlowNodeHandler.handleUserTask(BPMN20Loader.java:2058)
    o.bpm.project.model.util.ModelUtils.handleFlowNodeChecked(ModelUtils.java:429)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.loadActivityData(BPMN20Loader.java:1119)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:1090)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.loadActivities(BPMN20Loader.java:924)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:732)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:693)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:124)
    o.bpm.project.io.serializers.model.DefaultModelFormat.loadBPMN20CompliantModel(DefaultModelFormat.java:383)
    o.bpm.project.io.serializers.model.DefaultModelFormat.loadInternal(DefaultModelFormat.java:399)
    o.bpm.project.io.serializers.model.DefaultModelFormat.load(DefaultModelFormat.java:62)
    o.bpm.project.io.serializers.model.DefaultModelFormat.parse(DefaultModelFormat.java:182)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadModel(ProcessesLoader.java:139)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadXPDLCompliantModel(ProcessesLoader.java:119)
    o.bpm.project.io.fs.loader.ProcessesLoader.load(ProcessesLoader.java:98)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:75)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:40)
    o.bpm.project.io.fs.loader.ProjectObjectLoader.load(ProjectObjectLoader.java:109)
    o.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:56)
    o.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:29)
    o.bpm.project.io.fs.loader.ProjectObjectLoader.load(ProjectObjectLoader.java:109)
    o.bpm.project.io.fs.ProjectObjectsCache.loadAndCacheObject(ProjectObjectsCache.java:280)
    o.bpm.project.io.fs.ProjectObjectsCache.getObject(ProjectObjectsCache.java:260)
    o.bpm.project.io.fs.ProjectObjectsCache.getChildrenByTypeGeneric(ProjectObjectsCache.java:243)
    o.bpm.project.io.fs.ProjectObjectsCache.getChildren(ProjectObjectsCache.java:114)
    o.bpm.project.io.fs.FileProjectLoader.getChildren(FileProjectLoader.java:169)
    o.bpm.project.ResourceContainerImpl.loadChildren(ResourceContainerImpl.java:192)
    o.bpm.project.ProjectObjectContainerImpl.children(ProjectObjectContainerImpl.java:284)
    o.bpm.project.ProjectObjectContainerImpl.getChildrenByType(ProjectObjectContainerImpl.java:231)
    o.bpm.project.FuegoProject.addProcesses(FuegoProject.java:993)
    o.bpm.project.FuegoProject.getProcesses(FuegoProject.java:987)
    o.bpm.project.FuegoProject.getRecursiveProcesses(FuegoProject.java:1010)
    o.bpm.project.FuegoProject.getProcesses(FuegoProject.java:401)
    o.bpm.project.io.sensor.ProcessSensorsVisitor.visit(ProcessSensorsVisitor.java:66)
    o.bpm.project.io.sensor.MeasurementsFileGenerator.getRootJaxbElement(MeasurementsFileGenerator.java:112)
    o.bpm.project.io.sensor.MeasurementsFileGenerator.generateMeasurementsFile(MeasurementsFileGenerator.java:82)
    o.bpm.project.io.sensor.MeasurementsFileGenerator.generateFile(MeasurementsFileGenerator.java:66)
    o.bpm.project.io.fs.writer.ProjectPreferencesWriter.write(ProjectPreferencesWriter.java:46)
    o.bpm.project.io.fs.writer.AbstractWriter.write(AbstractWriter.java:64)
    o.bpm.project.io.fs.writer.ProjectPreferencesWriter.write(ProjectPreferencesWriter.java:34)
    o.bpm.project.io.fs.FileProjectWriter.performWriting(FileProjectWriter.java:421)
    o.bpm.project.io.fs.FileProjectWriter.write(FileProjectWriter.java:140)
    o.bpm.project.io.fs.FileProjectWriter.postObjectAdded(FileProjectWriter.java:284)
    o.bpm.project.io.fs.FileProjectWriter$ProjectChangeAdapter.postObjectAdded(FileProjectWriter.java:498)
    o.bpm.project.events.SafeProjectListener.postObjectAdded(SafeProjectListener.java:107)
    o.bpm.project.events.ProjectListenerSet.postObjectAdded(ProjectListenerSet.java:82)
    o.bpm.project.events.ProjectEventManager.postObjectAdded(ProjectEventManager.java:104)
    o.bpm.project.FuegoProject.addProjectPreferences(FuegoProject.java:733)
    o.bpm.project.FuegoProject$6.init(FuegoProject.java:1050)
    o.bpm.project.FuegoProject$6.init(FuegoProject.java:1035)
    o.bpm.util.LazyHolder.initValue(LazyHolder.java:66)
    o.bpm.util.LazyHolder.get(LazyHolder.java:33)
    o.bpm.project.FuegoProject.getPreferences(FuegoProject.java:562)
    o.bpm.project.ProjectObjectImpl.getString(ProjectObjectImpl.java:697)
    o.bpm.project.ProcessObjectImpl.getDefaultLabel(ProcessObjectImpl.java:143)
    o.bpm.project.ActivityImpl.setActivityType(ActivityImpl.java:1279)
    o.bpm.project.ActivityImpl.<init>(ActivityImpl.java:229)
    o.bpm.project.ActivityImpl.<init>(ActivityImpl.java:215)
    o.bpm.project.NodeContainerManager.createActivity(NodeContainerManager.java:489)
    o.bpm.project.NodeContainerManager.createStartEvent(NodeContainerManager.java:311)
    o.bpm.project.ProcessContent.createStartEvent(ProcessContent.java:319)
    o.bpm.project.ProcessContent.createBeginAndEnd(ProcessContent.java:507)
    o.bpm.project.ProjectResourceObjectFactory.createProcess(ProjectResourceObjectFactory.java:86)
    o.bpm.project.ProjectResourceObjectFactory.createProcess(ProjectResourceObjectFactory.java:40)
    o.bpm.project.ProjectResourceObjectFactory.createProjectProcess(ProjectResourceObjectFactory.java:99)
    o.bpm.project.io.fs.AbstractProjectRepository.createProjectModel(AbstractProjectRepository.java:567)
    o.bpm.project.io.fs.AbstractProjectRepository.createProjectFiles(AbstractProjectRepository.java:358)
    o.bpm.project.io.fs.AbstractProjectRepository.initProject(AbstractProjectRepository.java:326)
    o.bpm.fusion.repository.FusionProjectRepository.create(FusionProjectRepository.java:229)
    o.bpm.fusion.repository.JdevRepositoryService.projectAdded(JdevRepositoryService.java:158)
    o.bpm.fusion.repository.JdevRepositoryService$1.technologyAdded(JdevRepositoryService.java:269)
    o.j.model.JProjectTechnologyNotifier.fireTechnologyAdded(JProjectTechnologyNotifier.java:132)
    o.j.model.JProjectTechnologyNotifier.access$100(JProjectTechnologyNotifier.java:28)
    o.j.model.JProjectTechnologyNotifier$1.projectPropertiesChanged(JProjectTechnologyNotifier.java:58)
    o.i.model.Project$StorageListener.structureValuesChanged(Project.java:1097)
    o.javatools.data.Structure.fireStructureChangeEvent(Structure.java:455)
    o.javatools.data.Structure.fireValueAdded(Structure.java:348)
    o.javatools.data.Structure.fireValueAdded(Structure.java:356)
    o.javatools.data.Structure.fireValueAdded(Structure.java:356)
    o.javatools.data.ListStructure.add(ListStructure.java:109)
    o.i.model.TechnologyScopeConfiguration.setTechnologyScope(TechnologyScopeConfiguration.java:153)
    o.bpm.fusion.soa.FusionSoaProjectRepository.setTechnologyScope(FusionSoaProjectRepository.java:69)
    o.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard.initProject(NewBpmProjectFromBPAWizard.java:225)
    o.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard$1.run(NewBpmProjectFromBPAWizard.java:154)
    j.lang.Thread.run(Thread.java:662)
    Thanks !

  • Initial Service script in Endeca Application

    Hi All,
    Agter creating the Endeca Application, there is a step that tells , to run initial-servies.sh, what is the exact use of this is given below, but where can i see these files ?? where is the location??Can you polease tell me the exact use oif this step.
    The initialize_services script creates the Record Store instances for product data,
    dimension values, precedence rules, and schema information with the names below. The Record
    Store instances are prefixed with the application name and language code specified in the
    deployment descriptor file. In this case, the application name is Discover and the language
    code is en:
     Discover_en_schema
     Discover_en_dimvals
     Discover_en_prules
     Discover_en_data

    Hi Bravo,
    Creation of CAS record store instances is done in C:\Endeca\ToolsAndFrameworks\3.1.0\reference\discover-data-pci\control\initialize_rs_feeds.bat which is invoked by initialize_services.bat file. This step is available when you create an Endeca Application using discover-data-pci which is mainly used for Product Catalog Integration using ATG. This step creates four empty record stores (data,dimvals,schema and precedecerules) in CAS.
    If you are using ATG 10.1.1 or above to integrate with Endeca Commerce 3.1.0 or above, there are components in ATG such as DataDocumentSumbitter etc which populate the data into these record stores and then invoke the EndecaScriptsService to trigger the scripts to perform Baseline Update. As part of the baseline update, Forge takes these CAS record stores as input and indexes the data.
    Thanks,
    Shabarinath Kande
    Edited by: shabari on Jan 10, 2013 1:10 AM

  • StartSQLRepository export command gives ClassNotFoundException

    I am trying to export repository using startSQLRepository but it gives me NoInitialContextException.
    I tried the following command to export the repository.
    startSQLRepository  -m motorpriseJSP  -repository /atg/commerce/catalog/ProductCatalog -export all  d:\abc.xml
    and it gives me the following error
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771257   /atg/dynamo/service/jdbc/JTDataSource   an exception was encountered while trying to popula
    te the pool with the starting number of resources: atg.service.resourcepool.ResourcePoolException: java.sql.SQLException: java.lang.ClassNotFoundException:
    com.mysql.jdbc.Driver
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771265   /atg/dynamo/service/jdbc/JTDataSource   The connection pool failed to initialize propertly,
    i.e. the starting number of connections could not be created; check your database accessibility and JDBC driver configuration
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator ---     CONTAINER:atg.service.idgen.IdGeneratorException; S
    OURCE:CONTAINER:atg.service.idgen.IdGeneratorException; SOURCE:java.sql.SQLException: atg.service.resourcepool.ResourcePoolException: java.sql.SQLException
    : java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.service.idgen.PersistentIdGenerator.initiali
    ze(PersistentIdGenerator.java:367)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.service.idgen.AbstractSequentialIdGenerator.
    doStartService(AbstractSequentialIdGenerator.java:621)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.GenericService.startService(GenericS
    ervice.java:496)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.startService(Nuc
    leusNameResolver.java:1458)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.configureAndStar
    tService(NucleusNameResolver.java:1206)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:826)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:590)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:571)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.resolveName(Nucl
    eusNameResolver.java:416)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.resolveName(Nucl
    eusNameResolver.java:1120)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.ConfigurationRef.getValue(Configurat
    ionRef.java:81)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.SimpleComponentState.setBeanProperty
    (SimpleComponentState.java:379)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.SimpleConfigurationState.saveToBean(
    SimpleConfigurationState.java:218)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.SimpleConfigurationState.configureBe
    an(SimpleConfigurationState.java:241)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.BeanConfigurator.configureBean(BeanC
    onfigurator.java:275)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.PropertyConfiguration.configureServi
    ce(PropertyConfiguration.java:763)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.SingleNucleusConfigurator.configureS
    ervice(SingleNucleusConfigurator.java:62)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.configureService
    (NucleusNameResolver.java:1392)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.configureAndStar
    tService(NucleusNameResolver.java:1192)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:826)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:590)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:571)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.resolveName(Nucl
    eusNameResolver.java:416)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.resolveName(Nucleus.java:253
    6)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.GenericService.resolveName(GenericSe
    rvice.java:315)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.GenericService.resolveName(GenericSe
    rvice.java:367)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.<init>(Nucleus.java:932)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.<init>(Nucleus.java:717)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.startNucleusCheckLicense(Nuc
    leus.java:4144)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.startNucleus(Nucleus.java:40
    21)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.adapter.gsa.xml.TemplateParser.runParser(Tem
    plateParser.java:5625)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.adapter.gsa.xml.TemplateParser.main(Template
    Parser.java:5241)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator Caused by :CONTAINER:atg.service.idgen.IdGeneratorException
    ; SOURCE:java.sql.SQLException: atg.service.resourcepool.ResourcePoolException: java.sql.SQLException: java.lang.ClassNotFoundException: com.mysql.jdbc.Dri
    ver
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.service.idgen.SQLIdGenerator.getConnection(S
    QLIdGenerator.java:624)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.service.idgen.SQLIdGenerator.initializeIdSpa
    ces(SQLIdGenerator.java:810)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.service.idgen.PersistentIdGenerator.initiali
    ze(PersistentIdGenerator.java:305)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.service.idgen.AbstractSequentialIdGenerator.
    doStartService(AbstractSequentialIdGenerator.java:621)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.GenericService.startService(GenericS
    ervice.java:496)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.startService(Nuc
    leusNameResolver.java:1458)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.configureAndStar
    tService(NucleusNameResolver.java:1206)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:826)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:590)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:571)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.resolveName(Nucl
    eusNameResolver.java:416)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.resolveName(Nucl
    eusNameResolver.java:1120)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.ConfigurationRef.getValue(Configurat
    ionRef.java:81)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.SimpleComponentState.setBeanProperty
    (SimpleComponentState.java:379)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.SimpleConfigurationState.saveToBean(
    SimpleConfigurationState.java:218)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.SimpleConfigurationState.configureBe
    an(SimpleConfigurationState.java:241)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.BeanConfigurator.configureBean(BeanC
    onfigurator.java:275)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.PropertyConfiguration.configureServi
    ce(PropertyConfiguration.java:763)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.SingleNucleusConfigurator.configureS
    ervice(SingleNucleusConfigurator.java:62)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.configureService
    (NucleusNameResolver.java:1392)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.configureAndStar
    tService(NucleusNameResolver.java:1192)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:826)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:590)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:571)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.resolveName(Nucl
    eusNameResolver.java:416)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.resolveName(Nucleus.java:253
    6)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.GenericService.resolveName(GenericSe
    rvice.java:315)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.GenericService.resolveName(GenericSe
    rvice.java:367)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.<init>(Nucleus.java:932)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.<init>(Nucleus.java:717)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.startNucleusCheckLicense(Nuc
    leus.java:4144)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.startNucleus(Nucleus.java:40
    21)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.adapter.gsa.xml.TemplateParser.runParser(Tem
    plateParser.java:5625)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.adapter.gsa.xml.TemplateParser.main(Template
    Parser.java:5241)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator Caused by (#2):java.sql.SQLException: atg.service.resourcep
    ool.ResourcePoolException: java.sql.SQLException: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.service.jdbc.MonitoredDataSource.getConnecti
    on(MonitoredDataSource.java:1239)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.service.idgen.SQLIdGenerator.getConnection(S
    QLIdGenerator.java:610)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.service.idgen.SQLIdGenerator.initializeIdSpa
    ces(SQLIdGenerator.java:810)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.service.idgen.PersistentIdGenerator.initiali
    ze(PersistentIdGenerator.java:305)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.service.idgen.AbstractSequentialIdGenerator.
    doStartService(AbstractSequentialIdGenerator.java:621)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.GenericService.startService(GenericS
    ervice.java:496)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.startService(Nuc
    leusNameResolver.java:1458)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.configureAndStar
    tService(NucleusNameResolver.java:1206)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:826)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:590)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:571)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.resolveName(Nucl
    eusNameResolver.java:416)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.resolveName(Nucl
    eusNameResolver.java:1120)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.ConfigurationRef.getValue(Configurat
    ionRef.java:81)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.SimpleComponentState.setBeanProperty
    (SimpleComponentState.java:379)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.SimpleConfigurationState.saveToBean(
    SimpleConfigurationState.java:218)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.SimpleConfigurationState.configureBe
    an(SimpleConfigurationState.java:241)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.BeanConfigurator.configureBean(BeanC
    onfigurator.java:275)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.PropertyConfiguration.configureServi
    ce(PropertyConfiguration.java:763)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.SingleNucleusConfigurator.configureS
    ervice(SingleNucleusConfigurator.java:62)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.configureService
    (NucleusNameResolver.java:1392)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.configureAndStar
    tService(NucleusNameResolver.java:1192)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:826)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:590)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.createFromName(N
    ucleusNameResolver.java:571)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.NucleusNameResolver.resolveName(Nucl
    eusNameResolver.java:416)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.resolveName(Nucleus.java:253
    6)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.GenericService.resolveName(GenericSe
    rvice.java:315)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.GenericService.resolveName(GenericSe
    rvice.java:367)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.<init>(Nucleus.java:932)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.<init>(Nucleus.java:717)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.startNucleusCheckLicense(Nuc
    leus.java:4144)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.nucleus.Nucleus.startNucleus(Nucleus.java:40
    21)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.adapter.gsa.xml.TemplateParser.runParser(Tem
    plateParser.java:5625)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator         at atg.adapter.gsa.xml.TemplateParser.main(Template
    Parser.java:5241)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771300   /atg/dynamo/service/IdGenerator
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771387   /       Unable to start service "/atg/dynamo/service/IdGenerator": atg.nucleus.ServiceExcep
    tion: CONTAINER:atg.service.idgen.IdGeneratorException; SOURCE:CONTAINER:atg.service.idgen.IdGeneratorException; SOURCE:java.sql.SQLException: atg.service.
    resourcepool.ResourcePoolException: java.sql.SQLException: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog    ---     java.sql.SQLException: atg.service.resource
    pool.ResourcePoolException: java.sql.SQLException: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.service.jdbc.MonitoredDataSource.get
    Connection(MonitoredDataSource.java:1239)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.adapter.gsa.GSARepository.initialize
    (GSARepository.java:5529)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.adapter.gsa.GSARepository.initialize
    Transactionally(GSARepository.java:5467)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.adapter.gsa.GSARepository.doStartSer
    vice(GSARepository.java:5135)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.GenericService.startService(
    GenericService.java:496)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.NucleusNameResolver.startSer
    vice(NucleusNameResolver.java:1458)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.NucleusNameResolver.configur
    eAndStartService(NucleusNameResolver.java:1206)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.NucleusNameResolver.createFr
    omName(NucleusNameResolver.java:826)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.NucleusNameResolver.createFr
    omName(NucleusNameResolver.java:590)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.NucleusNameResolver.createFr
    omName(NucleusNameResolver.java:571)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.NucleusNameResolver.resolveN
    ame(NucleusNameResolver.java:416)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.Nucleus.resolveName(Nucleus.
    java:2536)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.GenericService.resolveName(G
    enericService.java:315)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.GenericService.resolveName(G
    enericService.java:367)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.Nucleus.<init>(Nucleus.java:
    932)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.Nucleus.<init>(Nucleus.java:
    717)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.Nucleus.startNucleusCheckLic
    ense(Nucleus.java:4144)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.nucleus.Nucleus.startNucleus(Nucleus
    .java:4021)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.adapter.gsa.xml.TemplateParser.runPa
    rser(TemplateParser.java:5625)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog            at atg.adapter.gsa.xml.TemplateParser.main(
    TemplateParser.java:5241)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771407   /atg/commerce/catalog/ProductCatalog
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /       Unable to resolve component /atg/commerce/catalog/ProductCatalog        java.lang.N
    ullPointerException
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.adapter.gsa.GSARepository.initialize(GSARepository.java:5545)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.adapter.gsa.GSARepository.initializeTransactionally(GSARepository.ja
    va:5467)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.adapter.gsa.GSARepository.doStartService(GSARepository.java:5135)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.GenericService.startService(GenericService.java:496)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.NucleusNameResolver.startService(NucleusNameResolver.java:14
    58)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameReso
    lver.java:1206)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:
    826)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:
    590)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:
    571)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:416
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.Nucleus.resolveName(Nucleus.java:2536)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.GenericService.resolveName(GenericService.java:315)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.GenericService.resolveName(GenericService.java:367)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.Nucleus.<init>(Nucleus.java:932)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.Nucleus.<init>(Nucleus.java:717)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.Nucleus.startNucleusCheckLicense(Nucleus.java:4144)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.nucleus.Nucleus.startNucleus(Nucleus.java:4021)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.adapter.gsa.xml.TemplateParser.runParser(TemplateParser.java:5625)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /               at atg.adapter.gsa.xml.TemplateParser.main(TemplateParser.java:5241)
    **** Error      Mon Nov 25 19:59:31 IST 2013    1385389771423   /
    Nucleus running
    **** info       Mon Nov 25 19:59:31 IST 2013    1385389771498   /atg/dynamo/service/Scheduler   Scheduler shutting down.
    **** info       Mon Nov 25 19:59:31 IST 2013    1385389771499   /atg/dynamo/service/Scheduler   Scheduler stopped.
    I do't know what is the exact problem or whats wrong I am doing.
    Please help me.

    the main error is:
    java.sql.SQLException: java.lang.ClassNotFoundException: com.mysql.jdbc.Drive
    If you are using MySQL you need to ensure the JDBC driver is on the classpath. You can do this by adding the MySQL JDBC library to the CLASSPATH environment variable. You can do this by prepending the jar file to the line:
    set CLASSPATH=%CLASSPATH%
    in file [ATG-INSTALL]/home/localconfig/postEnvironment.bat
    set CLASSPATH=C:\ATG\ATG10.1.2\MySQL\mysql-connector-java-5.1.15-bin.jar;%CLASSPATH%

  • A&B schemas are not populated with data after successfull deployment in BCC

    Hi all,
    Initially I'm able to up the site with the data in my catalog schemas(A & B), But all of sudden the data is deleted in both schemas after performing full deployment and
    the data is not populated.
    From then, even If I do incremental deployment the data is not populated in targeting schemas. Please suggest me where I've done the mistake.
    Please help as soon as possible.
    Thanks,
    Kushal.
    Edited by: 916721 on Jun 5, 2012 11:23 AM

    Check the publishing (CA) and production (target) server logs when you start the deployment after setting loggingDebug as true for the following components through dyn/admin.
    on CA Server:
    /atg/epub/DeploymentServer
    on Target site:
    /atg/epub/DeploymentAgent
    /atg/deployment/DeploymentManager
    /atg/commerce/catalog/ProductCatalog_production or /atg/commerce/catalog/ProductCatalog_staging/ (depending upon your configuration)
    See if you can find any exception or other error from debug logs.

  • Unable to remove repositories from CA

    I'm doing a new BCC build on ATG10. For this site we dont need some ATG repositories.
    Hence in the BCC build I've updated the atg/registry/ContentRepository.properties as follows:
    initialRepositories+=\
    /MyCompany/social/repository/SocialPluginRepository_preview,\
    /MyCompany/social/repository/SocialPluginRepository_production,\
    initialRepositories-=\
    /atg/commerce/claimable/ClaimableRepository,\
    /atg/commerce/catalog/ProductCatalog,\
    /atg/commerce/pricing/priceLists/SecurePriceLists,\
    /atg/seo/SEORepository,\
    /atg/multisite/SiteRepository
    As well as I've updated the atg/epub/version/VersionmanagerService.properties as follows:
    versionedRepositories+=\
    SocialPluginRepository=/MyCompany/social/repository/SocialPluginRepository
    versionedRepositories-=\
    Claimable=/atg/commerce/claimable/ClaimableRepository,\
    ProductCatalog=/atg/commerce/catalog/ProductCatalog,\
    PriceLists=/atg/commerce/pricing/priceLists/SecurePriceLists,\
    SEOTags=/atg/seo/SEORepository,\
    SiteRepository=/atg/multisite/SiteRepository
    However on start up I still get these errors, e.g.:
    19:06:11,879 ERROR [SiteRepository-ver] java.sql.SQLException: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    [++SQLSelect++]
    SELECT id,asset_version,list_pricelist_id,sale_pricelist_id,catalog_id
    FROM dcs_site
    WHERE 1 = 2
    (no parameters)
    [--SQLSelect--]
    19:06:11,879 ERROR [SiteRepository-ver] The table: "dcs_site" does not appear to be defined correctly in the database. Either the table does not exist, the repository does not have SELECT permission on it, or the definition of the table is incompatible with the template in use.
    The tables for the repositories listed in -= have not been created as I dont need them. How do i prevent those unwanted repositories defined in the -= from being started up?
    Edited by: user2043548 on Nov 12, 2012 4:22 PM
    Edited by: user2043548 on Nov 12, 2012 4:39 PM

    Can you create a CA project and see if there is a option to create one of these repositories?
    And also you can go to /dyn/admin and verify if your changes are picked up or in correct config path
    atg/epub/version/VersionmanagerService/?propertyName=versionedRepositories
    atg/epub/version/VersionmanagerService/?propertyName=serviceConfiguration
    If you have configured correctly, then it will not let you to create assets.
    But starting of the component is different issue. It could be that SiteRepository is being started from Initial.properties or being referred from other components.
    If you do not want to start as versioned in any case, then override that repository $class to GSARepository.
    Peace
    Shaik

Maybe you are looking for