Naming of bcc

I am going to create a package of Bruce's C compiler for AUR. It is generally called bcc (the binary is also called bcc). However, there exists another bcc in AUR which is "Gaisler BCC cross-compiler". There is a name conflict. Should I name the package bruce-c-compiler? But it sounds quite strange... Do you have any suggestions?

That sounds a great idea.
And it is really quite confuse that its name is also the same as Borland C Compiler...
Trilby wrote:
Actually when I hear bcc I think of Borland C Compiler.
Perhaps bruce-cc would be the simplest and clearest.

Similar Messages

  • Error while deploying project from BCC

    Hi Experts,
    I am trying to deploy a project from BCC. While deploying i'm getting following error.
    CONTAINER:atg.process.ProcessException; SOURCE:atg.epub.project.AssetLockException: Failed to approve the project TRE-2013413193927 (id: prj550001) for deployment. Unable to obtain exclusive locks to one or more assets. Use the Lock Conflicts page to determine which assets are locked by other projects.
    I checked lock assets, but there was no assets.
    Can any one help me to resolve this issue..
    Thanks & Regards,
    Murali

    In previous project we deployed same assets, but we deleted that project from DB(tables). Now there is no project with these assets.Probably you deleted the project which was not completed and so it might have been holding some asset locks. You might want to check the corresponding data in avm_asset_lock table in CA schema. Look out for the data corresponding to project's workspace-id in this table, clear that and then try to resume your deployment.
    "/atg/commerce/catalog/ProductCatalog" is configured for deployment to this target by another Content Administration cluster named "DEV_ENV". You must ensure that only one Content Administration cluster is responsible for each repository in a given target. Looks that something is mixed up in your deployment topology. May be it was deleted and reinitialized without clearing previous cluster data. Go to /atg/epub/DeploymentAgent in dyn/admin component browser and check the details like: agent's deployment state, deployment mode, current live data store, cluster status etc. Try removing stale cluster from DeploymentAgent using the delete option provided there. Also remove stale cluster data from Publishing Web agent (if present) by navigating to <ATG>/home/PublishingWebAgent/data and deleting a file which might be there with a name like cluster-stat-oldCluster.

  • Set default BCC in iCloud mail?

    Is there a way to auto-fill BCC in iCloud mail?
    I would like all mail that I send from iCloud to be BCC'd to another address, but I don't want to have to insert the address manually every time I compose a message.
    I need this mostly on iOS mail, but would also like it on Mac and web (iCloud.com).

    Hey, pvonk & ebouy...
    I think this solves the matter I've been researching, but I'm not positive.  Perhaps y'all can clarify for me...
    I know how to insert a script into OS X to automatically generate a BCC for every email that originates via Apple Mail; that works great, and I can have copies of all outbound emails sent to whatever email address I choose.
    Now that I'm (finally) adding iPhones to the mix, I want to do the same thing.  I.e., I want to tell either iOS or the mail client on the iPhone (v5, in case it matters) to automatically send a BCC for every mail that originates from the iPhone, and I want that BCC to be directed to whatever address I choose.
    If I'm reading this string correctly, I need to make two settings:
    1) Go to Settings > Mail > Contacts and find the "Default Address."  Here, enter the email address to which I want the BCCs sent.
    2) Go back to Settings > Mail and turn "On" the choice to "Always BCC Myself."
    If I'm right about that, here's my question:
    When I send mail from that device, is the "Reply-To" setting the mail address from which I originated the message or is it the "Default Address" that I named in Step 1 above?
    Thanks!
    kpb

  • E BCC with Oracle 8i

    Hi
    I have configured WLPS to Oracle 8i
    I have also executed the scripts provided with distribution.
    But still when I access E-BCC and try to create new segments it gives "table
    or view does not exist"
    Please tell me what are the tables I have to add so that E-BCC Works
    properly as it worked with Cloud scape
    Thaks In advance
    Mrutyunjay

    Hi
    Im trying to connect VB with Oracle 8i on a Windows 98 platform standalone.
    I have the following queries that I tried hard to solve.
    1. I'm cant understand what connection string do I have to put for the Oracle database
    2. How do I create a new database for the Oracle server.
    3. How do I configure the listener and naming methods as I tried hard to configure them with Net8 but it constantly asks for the service name, even the default service name doesnt work.
    I would be very grateful if somebody out there helps me as I am urgently in need of knowing these things.
    Thanx
    Anil Anil,
    1.you gotta first create a service/startan instance/do it with the database asst./customize your creation and create the database. thru net8. define the connection string but chose bequeth as it's a standalone database.Since you're the boss , define the internal account yourself(the assist asks you for all the info). then create a user and profile which will match your vb application needs. go on to import all the vb data into oracle in this new user say "anil" (you can do that thru datamanager on 8 and dbastudio i think on 8i or thru dos prompt)import all the data in dos/imp8x or with gui of dba studio.create a tblspc/rbs etc as the normal database creation reqmts. and you're ready to access you vb thru oracle(oh ja configure the odbc as well,..).
    I hope this helps.

  • Zero Step Workflow for BCC Projects

    Hi
    I want to explore the options of creating a Zero Step Workflow in BCC, meaning a project assigned (created programatically) to this workflow will have to proceed without any user intervention and should be published to all the targets set till Production. I dont need any Review or Approval step so it has to be published directly to Production.
    What's the best way and any implications of doing this?
    Thanks

    Hi,
    you should be able to copy the wdl file \atg\registry\data\epubworkflows\Content Administration\import.wdl into the localconfig of your ATG server. So if you have an ATG server named atg_publishing you would copy the file into [ATG-INSTALL]/home/servers/atg_publishing/atg/registry/data/pubworkflows/Content Administration/import.wdl. Then restart the server and you should see the workflow in the ACC. If you don't see the workflow in the ACC, the server is probably not a Process Editor Server. If this is the case check out section "Designating a Process Editor Server for Workflows" in the Personalization Programming Guide.

  • Password Rules for BCC

    Hi All,
    I need to setup password rules for BCC login, create users in BCC, ACL for different users, prompting to change password automatically in 2 months.
    Please some one throw light on this configuration.
    Regards,
    DKAP
    Edited by: DKAP on Feb 19, 2013 6:30 PM

    For setting up password rules for BCC login -
    In your Merchandising module there is a component - config\atg\userprofiling\passwordchecker\InternalPasswordRuleChecker , enable it and it could be configured to add OOB rules and your own custom rules
    # Enable/Disable the strong password rule checking functionality
    enabled=true
    rules=/atg/userprofiling/passwordchecker/PasswordMinLengthRule,\
         /atg/userprofiling/passwordchecker/PasswordMustIncludeNumberRule,\
         /atg/userprofiling/passwordchecker/PasswordNotInPreviousNRule,\
    /atg/userprofiling/passwordchecker/MyProjectPasswordRule
    Create users in BCC -
    This is easily done via BCC under InternalUsers tab, where the internal users can be created or edited
    ACL for different users -
    you can always do it by assigning different roles to different internal users depending upon what screen access you want to give to internal users. New roles can also be created
    Prompting to change password automatically in 2 months -
    There is a component (\config\atg\userprofiling\InternalProfileFormHandler) that handles the account related functionalities such as login, change password etc for internal users, so override this component as follow,
    $class=yourPackage.InternalProfileFormHandler (extending the ATG ProfileFormHandler class)
    profileTools=/atg/userprofiling/InternalProfileTools
    Now there is a property in userProfile named lastPasswordUpdate , so you can override the handleLogin method in your class and check for the lastPasswordUpdate property, if password is more than 2 months old then you can redirect internal user to the change password jsp.

  • BCC error "Failed to connect to agent"

    Hi ,
    I am trying to start the BCC module with B2B application as the production.I am using the default B2B application Motorprise provided with ATG.The production server is up and running fine. But the when I start the BCC it starts but am not able to deploy. The initial deployment is not done . The agent goes into error state with the error "Transport Uninstantiated". No snapshot ID is generated since the initial deployment has not occured.
    It gives the following error.
    15:00:00,767 WARN [DeploymentServer] Failed to connect to agent 'PubAgent'. This agent not allowed to be absent for a deployment. The server will continue attempts to intialize the connection. Set loggingDebug to true for continued exception and stacktrace logging.
    15:00:30,762 WARN [DeploymentServer] Failed to connect to agent 'PubAgent'. This agent not allowed to be absent for a deployment. The server will continue attempts to intialize the connection. Set loggingDebug to true for continued exception and stacktrace logging.
    15:01:00,789 WARN [DeploymentServer] Failed to connect to agent 'PubAgent'. This agent not allowed to be absent for a deployment. The server will continue attempts to intialize the connection. Set loggingDebug to true for continued exception and stacktrace logging.
    15:01:30,706 WARN [DeploymentServer] Failed to connect to agent 'PubAgent'. This agent not allowed to be absent for a deployment. The server will continue attempts to intialize the connection. Set loggingDebug to true for continued exception and stacktrace logging.
    15:02:00,780 WARN [DeploymentServer] Failed to connect to agent 'PubAgent'. This agent not allowed to be absent for a deployment. The server will continue attempts to intialize the connection. Set loggingDebug to true for continued exception and stacktrace logging.
    15:02:30,698 WARN [DeploymentServer] Failed to connect to agent 'PubAgent'. This agent not allowed to be absent for a deployment. The server will continue attempts to intialize the connection. Set loggingDebug to true for continued exception and stacktrace logging.
    When loggingDebug in /atg/epub/DeploymentServer/
    is set to true it gives the following stacktrace.
    CAUGHT AT:
    CONTAINER:atg.deployment.common.DeploymentException: could not instantiate RMI server-side agent transport with URI 'rmi://ProductionServer:8860/atg/epub/AgentTransport'; SOURCE:CONTAINER:atg.deployment.common.DeploymentException: A system error was encountered trying to lookup the RMI URI 'rmi://ProductionServer:8860/atg/epub/AgentTransport'.; SOURCE:java.rmi.NotBoundException: atg/epub/AgentTransport
    at atg.deployment.common.ResourceUtil.exception(ResourceUtil.java:373)
    at atg.deployment.server.Topology.createRMIAgentTransport(Topology.java:488)
    at atg.deployment.server.Topology.createAgentTransport(Topology.java:408)
    at atg.deployment.server.AgentRef.initializeTransport(AgentRef.java:390)
    at atg.deployment.server.Target.initializeAgents(Target.java:489)
    at atg.deployment.server.Target.initializeAgents(Target.java:466)
    at atg.deployment.server.queue.DeploymentFulfiller.handleNextJobForTarget(DeploymentFulfiller.java:487)
    at atg.deployment.server.queue.DeploymentFulfiller.performScheduledTask(DeploymentFulfiller.java:323)
    at atg.service.scheduler.Scheduler$1handler.run(Scheduler.java:535)
    Caused by: CONTAINER:atg.deployment.common.DeploymentException: A system error was encountered trying to lookup the RMI URI 'rmi://ProductionServer:8860/atg/epub/AgentTransport'.; SOURCE:java.rmi.NotBoundException: atg/epub/AgentTransport
    at atg.deployment.common.ResourceUtil.exception(ResourceUtil.java:373)
    at atg.deployment.server.RMIServerAgentTransport.<init>(RMIServerAgentTransport.java:99)
    at atg.deployment.server.Topology.createRMIAgentTransport(Topology.java:480)
    ... 7 more
    Caused by: java.rmi.NotBoundException: atg/epub/AgentTransport
    at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl.java:106)
    at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:386)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:250)
    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)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:359)
    at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    at java.rmi.Naming.lookup(Naming.java:84)
    at atg.deployment.server.RMIServerAgentTransport.<init>(RMIServerAgentTransport.java:97)
    ... 8 more
    <and goes on reappearing>
    I beleive that this error occurs only if the production is not running or if there are some issues with it. But I have checked and the production is running fine.
    Please do help me out. Is there any compatability issues between BCC and B2B? Has anyone used BCC for a B2B application?

    If you are sure that host and rmi port is correct, then check if PublishingAgent is running in prod server or not.
    Go to /atg/epub/DeploymentAgent in dyn/admin of production. If you have that component then good.
    Otherwise there could be that u might have multi-home servers which more than one IP. From the logs find the host the rmi server is listening to.
    Peace
    Shaik

  • Unable to delete project from BCC

    Hi all,
    I unable to remove project in BCC. while doing this I'm found exception in server log. I'm pasting the exception stack trace here.
    Please suggest me to resolve this issue.
    18:03:48,984 ERROR [DynamoServlet]
    javax.ejb.EJBException: CONTAINER:atg.repository.RepositoryException; SOURCE:org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:412:4d6b8c8e:1394a status: ActionStatus.ABORT_ONLY >; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:412:4d6b8c8e:1394a status: ActionStatus.ABORT_ONLY >)
    at atg.repository.tojava.runtime.RJSupport.writeInstance(RJSupport.java:717)
    at atg.epub.project._History_ReposImpl.writeInstance(_History_ReposImpl.java:119)
    at atg.epub.project.ProjectMethods.addHistory(ProjectMethods.java:1287)
    Caused by: CONTAINER:atg.repository.RepositoryException; SOURCE:org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:412:4d6b8c8e:1394a status: ActionStatus.ABORT_ONLY >; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:412:4d6b8c8e:1394a status: ActionStatus.ABORT_ONLY >)
    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6400)
    at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1010)
    at atg.adapter.secure.GenericSecuredMutableRepository.addItem(GenericSecuredMutableRepository.java:349)
    at atg.repository.tojava.runtime.RJSupport.writeInstance(RJSupport.java:710)
    ... 83 more
    Caused by: org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:412:4d6b8c8e:1394a status: ActionStatus.ABORT_ONLY >; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:412:4d6b8c8e:1394a status: ActionStatus.ABORT_ONLY >)
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:96)
    at atg.service.jdbc.WatcherDataSource.getConnection(WatcherDataSource.java:801)
    at atg.service.jdbc.WatcherDataSource.getConnection(WatcherDataSource.java:782)
    at atg.adapter.gsa.GSATransaction.getConnection(GSATransaction.java:725)
    at atg.adapter.gsa.GSAItemDescriptor.getConnection(GSAItemDescriptor.java:2364)
    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6319)
    ... 86 more
    Caused by: javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:412:4d6b8c8e:1394a status: ActionStatus.ABORT_ONLY >
    at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:319)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:403)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:850)
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:90)
    ... 91 more
    Thanks,
    Kushal.

    Hi Jkalrsen/Shaik,
    I'm getting the error after selecting option "Delete Project" (in the drop down list) during the workflow. This is not working now.
    I'm using jboss 4.2 eap. You're correct, I made changes in /servers/<instance-name>/conf/jboss-service.xml for transaction timeoout with 7200 sec.
    After doing this also, I'm getting the following exception.
    The complete stack trace as follows,
    17:43:32,796 INFO [EARDeployer] Started J2EE application: file:/C:/Jboss/jboss-eap-4.2/jboss-as/server/proj1_pub/deploy/proj1_pub.ear/
    17:43:32,921 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8180
    17:43:32,953 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8109
    17:43:32,984 INFO [Server] JBoss (MX MicroKernel) [4.2.0.GA_CP05 (build: SVNTag=JBPAPP_4_2_0_GA_CP05 date=200810231548)] Started in 3m:4s:156ms
    17:43:38,328 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
    17:44:38,328 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
    17:45:21,421 ERROR [WorkflowProcessManager] Error while processing individual event message of type atg.workflow.TaskOutcome; rolling back the transaction
    java.lang.NullPointerException
    at atg.commerce.catalog.custom.CatalogCompletionService.removeCatalogFromCatalog(CatalogCompletionService.java:1147)
    at atg.commerce.catalog.custom.CatalogChangesListener.processCatalogUpdate(CatalogChangesListener.java:304)
    at atg.commerce.catalog.custom.CatalogChangesListener.propertiesChanged(CatalogChangesListener.java:231)
    at atg.epub.commerce.catalog.custom.CatalogChangesListener.propertiesChanged(CatalogChangesListener.java:79)
    at atg.adapter.version.VersionItemDescriptor.propertiesChanged(VersionItemDescriptor.java:1599)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:595)
    17:45:21,437 ERROR [MessagingManager] An error occurred while MessageSink with nucleus name "/atg/epub/workflow/process/WorkflowProcessManager" was receiving a Message from input port "IndividualEvents": javax.jms.JMSException: CONTAINER:atg.process.ProcessException; SOURCE:java.lang.NullPointerException
    17:45:21,453 ERROR [WorkflowSubjectAccess]
    CAUGHT AT:
    CONTAINER:atg.repository.RepositoryException; SOURCE:org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:b03:4d4a9b3f:93ee status: ActionStatus.ABORT_ONLY >; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:b03:4d4a9b3f:93ee status: ActionStatus.ABORT_ONLY >)
    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6400)
    at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1010)
    at atg.adapter.gsa.Utils.addOrUpdateItem(Utils.java:534)
    at atg.adapter.gsa.ItemTransactionState.updateCurrentPropertiesPre(ItemTransactionState.java:1324)
    at atg.adapter.gsa.GSAItemDescriptor.updateItem(GSAItemDescriptor.java:6497)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:b03:4d4a9b3f:93ee status: ActionStatus.ABORT_ONLY >; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:b03:4d4a9b3f:93ee status: ActionStatus.ABORT_ONLY >)
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:96)
    at atg.service.jdbc.WatcherDataSource.getConnection(WatcherDataSource.java:801)
    at atg.service.jdbc.WatcherDataSource.getConnection(WatcherDataSource.java:782)
    at atg.adapter.gsa.GSATransaction.getConnection(GSATransaction.java:725)
    at atg.adapter.gsa.GSAItemDescriptor.getConnection(GSAItemDescriptor.java:2364)
    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6319)
    ... 88 more
    Caused by: javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:b03:4d4a9b3f:93ee status: ActionStatus.ABORT_ONLY >
    at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:319)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:403)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:850)
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:90)
    ... 93 more
    SOURCE EXCEPTION:
    org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:b03:4d4a9b3f:93ee status: ActionStatus.ABORT_ONLY >; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:b03:4d4a9b3f:93ee status: ActionStatus.ABORT_ONLY >)
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:96)
    at atg.service.jdbc.WatcherDataSource.getConnection(WatcherDataSource.java:801)
    at atg.service.jdbc.WatcherDataSource.getConnection(WatcherDataSource.java:782)
    at atg.adapter.gsa.GSATransaction.getConnection(GSATransaction.java:725)
    at atg.adapter.gsa.GSAItemDescriptor.getConnection(GSAItemDescriptor.java:2364)
    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6319)
    at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1010)
    at atg.adapter.gsa.Utils.addOrUpdateItem(Utils.java:534)
    at atg.adapter.gsa.ItemTransactionState.updateCurrentPropertiesPre(ItemTransactionState.java:1324)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:b03:4d4a9b3f:93ee status: ActionStatus.ABORT_ONLY >
    at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:319)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:403)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:850)
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:90)
    ... 93 more
    17:45:21,515 ERROR [ContainerBase] Servlet.service() for servlet jsp threw exception
    java.lang.IllegalStateException: [com.arjuna.ats.internal.jta.transaction.arjunacore.syncsnotallowed] [com.arjuna.ats.internal.jta.transaction.arjunacore.syncsnotallowed] Synchronizations are not allowed! Transaction status isActionStatus.ABORT_ONLY
    at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.registerSynchronizationImple(TransactionImple.java:471)
    at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.registerSynchronization(TransactionImple.java:439)
    at atg.dtm.TransactionWrapper.registerSynchronization(TransactionWrapper.java:252)
    at atg.adapter.gsa.GSATransaction.getGSATransaction(GSATransaction.java:285)
    at atg.adapter.gsa.GSATransaction.getGSATransaction(GSATransaction.java:309)
    at atg.adapter.gsa.GSAView.canCacheQuery(GSAView.java:585)
    at atg.repository.query.QueryCache.canCacheQuery(QueryCache.java:1026)
    at atg.repository.query.QueryCache.findOrCreateEntry(QueryCache.java:800)
    at atg.repository.query.QueryCache.executeCachedQuery(QueryCache.java:414)
    at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:344)
    at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:281)
    at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:323)
    at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:298)
    at atg.adapter.gsa.GSAItemDescriptor.getItemByPath(GSAItemDescriptor.java:9408)
    at atg.adapter.version.VersionItemDescriptor.getItemByPath(VersionItemDescriptor.java:1394)
    at atg.adapter.version.VersionRepository.getItemByPath(VersionRepository.java:1494)
    at atg.adapter.secure.GenericSecuredMutableVersionContentRepository.getItemByPath(GenericSecuredMutableVersionContentRepository.java:368)
    at atg.vfs.repository.RepositoryVirtualFileSystemImpl.getFile(RepositoryVirtualFileSystemImpl.java:503)
    at atg.vfs.repository.RepositoryVirtualFileSystemImpl.getFile(RepositoryVirtualFileSystemImpl.java:466)
    at atg.vfs.repository.RepositoryVirtualFile.getChild(RepositoryVirtualFile.java:1617)
    at atg.nucleus.PropertyConfigurationFinder.findConfigurationFiles(PropertyConfigurationFinder.java:252)
    at atg.nucleus.PropertyConfigurationFinder.findConfiguration(PropertyConfigurationFinder.java:189)
    at atg.nucleus.PropertyConfigurationFinder.findConfiguration(PropertyConfigurationFinder.java:151)
    at atg.nucleus.MultipleConfigurationFinder.findConfiguration(MultipleConfigurationFinder.java:107)
    at atg.nucleus.NucleusNameResolver.findConfiguration(NucleusNameResolver.java:1163)
    at atg.nucleus.NucleusNameResolver$ParsedComponentName.getConfiguration(NucleusNameResolver.java:1675)
    at atg.nucleus.MultiRootNameResolver.resolveName(MultiRootNameResolver.java:300)
    at atg.servlet.DynamoHttpServletRequest.resolveNameSingleNucleus(DynamoHttpServletRequest.java:4101)
    at atg.servlet.DynamoHttpServletRequest.resolveName(DynamoHttpServletRequest.java:3682)
    at atg.servlet.DynamoHttpServletRequest.resolveName(DynamoHttpServletRequest.java:4169)
    at atg.jndi.url.dynamo.DynamoContext.lookup(DynamoContext.java:152)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at atg.repository.tojava.runtime.RJSupport.resolveImplicitInput(RJSupport.java:1329)
    at atg.repository.tojava.runtime.RJSupport.resolveImplicitInput(RJSupport.java:1263)
    at atg.epub.project._Project_Impl.addHistory(_Project_Impl.java:98)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:595)
    17:45:21,609 ERROR [DynamoServlet]
    java.lang.IllegalStateException: [com.arjuna.ats.internal.jta.transaction.arjunacore.syncsnotallowed] [com.arjuna.ats.internal.jta.transaction.arjunacore.syncsnotallowed] Synchronizations are not allowed! Transaction status isActionStatus.ABORT_ONLY
    at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.registerSynchronizationImple(TransactionImple.java:471)
    at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.registerSynchronization(TransactionImple.java:439)
    at atg.dtm.TransactionWrapper.registerSynchronization(TransactionWrapper.java:252)
    at atg.adapter.gsa.GSATransaction.getGSATransaction(GSATransaction.java:285)
    at atg.adapter.gsa.GSATransaction.getGSATransaction(GSATransaction.java:309)
    at atg.adapter.gsa.GSAView.canCacheQuery(GSAView.java:585)
    at atg.repository.query.QueryCache.canCacheQuery(QueryCache.java:1026)
    at atg.repository.query.QueryCache.findOrCreateEntry(QueryCache.java:800)
    at atg.repository.query.QueryCache.executeCachedQuery(QueryCache.java:414)
    at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:344)
    at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:281)
    at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:323)
    at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:298)
    at atg.adapter.gsa.GSAItemDescriptor.getItemByPath(GSAItemDescriptor.java:9408)
    at atg.adapter.version.VersionItemDescriptor.getItemByPath(VersionItemDescriptor.java:1394)
    at atg.adapter.version.VersionRepository.getItemByPath(VersionRepository.java:1494)
    at atg.adapter.secure.GenericSecuredMutableVersionContentRepository.getItemByPath(GenericSecuredMutableVersionContentRepository.java:368)
    at atg.vfs.repository.RepositoryVirtualFileSystemImpl.getFile(RepositoryVirtualFileSystemImpl.java:503)
    at atg.vfs.repository.RepositoryVirtualFileSystemImpl.getFile(RepositoryVirtualFileSystemImpl.java:466)
    at atg.vfs.repository.RepositoryVirtualFile.getChild(RepositoryVirtualFile.java:1617)
    at atg.nucleus.PropertyConfigurationFinder.findConfigurationFiles(PropertyConfigurationFinder.java:252)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:595)
    17:45:38,328 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
    Thanks,
    Kushal.

  • BCC 10.2 home page error

    I am getting below error while login into ATG 10.2 BCC, we are using OOB workflow only.
    SOURCE EXCEPTION:
    javax.servlet.ServletException: javax.servlet.jsp.JspException: atg.bizui.activity.ActivityException: The process name /Common/commonWorkflow.wdl for the supplied task is not mapped to an activity source.
            at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848)
            at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781)
            at org.apache.jsp.portlets.ProjectTodoPortlet.getTasks_jsp._jspService(getTasks_jsp.java:748)
            at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
            at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)
            at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)

    Hi Suman,
    Thanks for your reply, yes we had migrated in the past,however BCC is working fine on production we are trying make it work on staging/beta environment.
    I can see these errors also in bcc server log.
    ERROR [nucleusNamespace.atg.bizui.activity.PublishingActivitySource] (http-0.0.0.0-8080-6) Unable to retrieve workflow descriptor for workflow named /Content Administration/CA.wdl.
    ERROR [nucleusNamespace.atg.bizui.activity.PublishingActivitySource] (http-0.0.0.0-8080-6) Unable to retrieve workflow descriptor for workflow named /Content Administration/import.wdl.
    ERROR [nucleusNamespace.atg.bizui.activity.PublishingActivitySource] (http-0.0.0.0-8080-6) Unable to retrieve workflow descriptor for workflow named /Common/commonWorkflow.wdl.
    ERROR [nucleusNamespace.atg.web.personalization.activity.PersonalizationActivitySource] (http-0.0.0.0-8080-6) Unable to retrieve workflow descriptor for workflow named /Common/commonWorkflow.wdl.
    ERROR [nucleusNamespace.atg.multisite.web.SiteAdminActivitySource] (http-0.0.0.0-8080-6) Unable to retrieve workflow descriptor for workflow named /Common/commonWorkflow.wdl.
    ERROR [nucleusNamespace.atg.commerce.web.CommerceActivitySource] (http-0.0.0.0-8080-6) Unable to retrieve workflow descriptor for workflow named /Common/commonWorkflow.wdl.
    ERROR [nucleusNamespace.atg.epub.workflow.process.WorkflowProcessManager] (http-0.0.0.0-8080-6)
    atg.process.ProcessException: Unknown segment "main" in process /Common/commonWorkflow.wdl

  • Unable to Approve and deploy the Project to production in BCC

    Hi ,
    In BCC I created a new project in Commerce Merchanidising and then created one sample catalog .
    In the below structure .
    Site Catalogs >> ATG Home >> Home Catalog Folder >> Home Store Catalog >>Home Store Root >>
    Here i created a new category and named it as 'products'. In that i dragged some assets .
    When i am trying to "Approve and deploy to production" i am getting the following error in the BCC UI ::
    An unexpected error occurred while attempting to execute task 'Approve and Deploy to Production' on Aug 8, 2013 11:20:56 AM. Please contact your administrator.
    Please tel me why this is happening.
    One more thing i want to add here is like i was unable to log on to the dynamo admin home page both for publishing and production server .Both the servers are Up and running .Is it causing the above problem ??
    In Logs i am getting this error  ::
    [Flex Messaging] 08/08/2013 11:20:57.183 [ERROR] [Message.General] Exception whe
    n invoking service 'remoting-service': flex.messaging.MessageException: flex.mes
    saging.MessageException: atg.flex.service.RemoteOperationException : An unexpect
    ed error occurred while attempting to execute task 'Approve and Deploy to Produc
    tion' on Aug 8, 2013 11:20:56 AM. Please contact your administrator.
      incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
        operation = fireWorkflowOutcome
        clientId = 21C68527-EB0D-4902-FD4C-5F7D8672EC2D
        destination = /atg/remote/assetmanager/epub/service/PublishingService
        messageId = A6AF5F47-438C-C430-E21E-5C7A58A0DDE3
        timestamp = 1375941056713
        timeToLive = 0
        body = null
        hdr(DSId) = 21C67B75-020D-7E52-EAA0-7CE93977E83A
        hdr(DSEndpoint) = atg-amf
      Exception: flex.messaging.MessageException: flex.messaging.MessageException: a
    tg.flex.service.RemoteOperationException : An unexpected error occurred while at
    tempting to execute task 'Approve and Deploy to Production' on Aug 8, 2013 11:20
    :56 AM. Please contact your administrator.
            at flex.messaging.services.RemotingService.serviceMessage(RemotingServic
    e.java:225)
            at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java
    :1503)
            at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndp
    oint.java:884)
            at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBroker
    Filter.java:121)
            at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:15
    8)
            at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:
    44)
            at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFi
    lter.java:67)
            at flex.messaging.endpoints.amf.SerializationFilter.invoke(Serialization
    Filter.java:146)
            at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.ja
    va:278)
            at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java
    :322)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run
    (StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri
    tyHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:301)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
            at atg.service.configuration.ResponseWrappingConfiguration.invokeFilterC
    hainWithPossibleWrapping(ResponseWrappingConfiguration.java:458)
            at atg.servlet.pipeline.TailPipelineServlet.service(TailPipelineServlet.
    java:174)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(Dispatcher
    PipelineServletImpl.java:275)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.endeca.assembler.AssemblerPipelineServlet.service(AssemblerPipeli
    neServlet.java:458)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.projects.store.mobile.link.MobileDetectionInterceptor.service(Mob
    ileDetectionInterceptor.java:523)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.http.CookieBufferServlet.service(CookieBufferServlet.java
    :119)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.userprofiling.ExpiredPasswordServlet.service(ExpiredPasswordServl
    et.java:383)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipeli
    neServlet.java:228)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:696)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.epub.servlet.LocaleServlet.service(LocaleServlet.java:84)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.epub.servlet.ProjectServlet.service(ProjectServlet.java:109)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.epub.servlet.PublishingSecurityServlet.service(PublishingSecurity
    Servlet.java:80)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServ
    let.java:150)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java
    :213)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.j
    ava:696)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServ
    let.java:2452)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTr
    iggerPipelineServlet.java:191)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.search.servlet.SearchClickThroughServlet.service(SearchClickThrou
    ghServlet.java:418)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSess
    ionEventTriggerPipelineServlet.java:161)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.jav
    a:512)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServl
    et.java:230)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet
    .java:461)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.CachePreventionServlet.service(CachePreventionSe
    rvlet.java:141)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.projects.store.servlet.pipeline.ProtocolSwitchServlet.service(Pro
    tocolSwitchServlet.java:309)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServ
    let.java:491)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPi
    pelineServlet.java:298)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAu
    thenticationPipelineServlet.java:392)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinder
    Servlet.java:113)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet
    .java:234)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:196
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineS
    ervlet.java:367)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServ
    let.java:1252)
            at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.
    java:930)
            at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServ
    letImpl.java:272)
            at atg.filter.dspjsp.PageFilter.innerDoFilter(PageFilter.java:348)
            at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:206)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.wrapRun(WebAppServletContext.java:3730)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:3696)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    120)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    ervletContext.java:2273)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ontext.java:2179)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    ava:1490)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: atg.flex.service.RemoteOperationException: flex.messaging.MessageExce
    ption: atg.flex.service.RemoteOperationException : An unexpected error occurred
    while attempting to execute task 'Approve and Deploy to Production' on Aug 8, 20
    13 11:20:56 AM. Please contact your administrator.
            at atg.flex.messaging.services.TransactionalJavaAdapter.invoke(Transacti
    onalJavaAdapter.java:206)
            at flex.messaging.services.RemotingService.serviceMessage(RemotingServic
    e.java:183)
            ... 91 more
    Caused by: flex.messaging.MessageException: atg.flex.service.RemoteOperationExce
    ption : An unexpected error occurred while attempting to execute task 'Approve a
    nd Deploy to Production' on Aug 8, 2013 11:20:56 AM. Please contact your adminis
    trator.
            at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdap
    ter.java:447)
            at atg.flex.messaging.services.TransactionalJavaAdapter.invoke(Transacti
    onalJavaAdapter.java:189)
            ... 92 more
    Caused by: atg.flex.service.RemoteOperationException: An unexpected error occurr
    ed while attempting to execute task 'Approve and Deploy to Production' on Aug 8,
    2013 11:20:56 AM. Please contact your administrator.
            at atg.remote.assetmanager.epub.service.PublishingService.fireWorkflowOu
    tcome(PublishingService.java:964)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdap
    ter.java:421)
            ... 93 more
    Anyone please help me on this .As i got strucked in this.
    Thanks,
    keerthi

    Hi,
    Check how the access rights are set in Work flow.
    1. Log into ACC instance of BCC: Go to Workflow ->Publishing. Select Common/commonWorkflow. In the workflow right click on 'productionApproval', select Set Access Rights. You can see which roles have access to 'productionApproval' task.
    2. Now verify that user id you used to login belongs to one of those roles.
    Cheers
    Gopi

  • All Downloads named "download", iTunes keeps "resettiing-first run" and more...

         I have just copied the original text sent to Apple Support, hoping someone has had the same problems so I can compare results. Currently their is not a fix for any of my problems.  I will have to manually rename, move, and add into my library each file.  I will have to change preferences to what I prefer whenever they reset to defaults.  All of this is very time-consuming and annoying...  Please add some comments, even if you have the same problems without any "fixes" either.  
    Thank you,
    GentleMon Todd.
    ...original message...
    I have THREE(3) issues that are a serious problem.
    Problem #1:
         The iTunes program itself keeps "resetting" itself, as if I just installed it for the first time. All my preferences reset to the defaults and the "take a tour" separate window-or-program pops up as well. I do not use a the default directory for my library and several other issues as well. I have had files disappear and reappear in a random fashion. Not mention that having to change all the preferences, and reset my AppleID account and password goes beyond annoying. Good thing this software is free...
        This can happen as much as 3 times in a day, but in the last 4 months alone, I have had to change everything at least 13 (thirteen) times.  Oh yeah, just happen today, Friday, after it happen on Wednesday.
         This problems started back around "9.x" versions and has continued throughout current versions "10.x" as well. You got e-mails then, and now again.... this problem alone is enough to cause complete chaos.
    Problem #2: all files are named "download"
         All podcast episodes are called "download", music and music videos are called "download". For example; download.mp4, download.m4v, download.mp3, etc. As well as not in the proper directory, see problem # 3.
    Problem #3:
         All of the podcasts downloads, regardless of the podcast, is being dumped in the "library-downloads" directory. Within that particular directory I will have another directory for each single episode of each podcast downloaded. The episodes should be put in the particular PODCAST DIRECTORY not as a new directory for each episode. Not mention music goes to the music directory.
         The music downloads are doing the same thing, except for the directory has "_tmp" added to after the name of the song. within that directory is the file finally.
    For example, the free video of the week download looks like this:
    ...iTunes Library...
         Downloads
              Don't Sit Down 'Cause I've Moved You.tmp
                   download.m4v                (finally, the actually file, not under "music")
    please help resolve some of these issues at hand.
    GentleMon Todd

    Hello, djhood17.
    Thank you for the question.  Try the steps in the article below regarding the reset loop you are experiencing.  Start with the section labeled Constantly restarting. 
    iPod nano (6th generation): Hardware troubleshooting
    http://support.apple.com/kb/ts3474
    Regards,
    Jason H. 

  • I am getting a warning message when i am trying to create a host-named sitecollection.

    Hi guys,
          I am trying to create a host-named site collection. I have created the root site collection. After that i have tried to create customer root site. I have doing this process with the guidance of this link.
    http://technet.microsoft.com/en-us/library/cc424952.aspx#section2a
    When i tried to create a customer root site. I am getting a warning message
    " WARNING: The port specified for the new host header site does not match any known bindings in the specified Web
    Application.  The new site will not be accessible if the Web Application is not extended to an IIS Web Site serving
    this port."
    I couldn't when this warning message comes. I tried to bind the server with webapplication which is created for host-named site collection. No use.
    Can anyone help me to solve. And i wanna know why this error message comes!!!
    Thanks in advance
    Rajendran.

    First, you shouldn't create a host named site collection on a Web app that has host header named.  Doing that implements host names at two different levels and will not work reliably.  Second I'm not sure what you mean when you say you didn't
    use the FQDN but used just the domain name.  A Full url will always be either an FQDN or a shorter Netbios name.  If you use a Netbios name it simply assumes the local AD domain of the workstation to create an FQDN as the url  There is no way
    to use just the domain name.  For example, Contoso.com is the domain name.  Server.contoso.com or WEbsite.contoso.com are FQDNs.  YOu can also use a shorter version that is just server or website, but when those resolve in TCP/IP they would
    still resolve using server.contoso.com or website.contoso.com if the workstation where your browser is was in the contoso.com domain.  What is the URL for your root site and your host named site?
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • How do I identify an iTunes Library that isn't named on my WAN?

    You'd think people wouldn't be so secretive!
    we have 800 employees at work and
    about 1/2 have iTunes ( mix of Macs and PCs).
    They all share their libraries up for others to listen,
    but many of them do not have their libraries named.
    Is there a way to identify who's Mac at least is hosting which
    library? Short of calling everyone in the plant that is?

    When you go to Settings>Store can you sign out and sign in with your ID?
    That should work with purchasing new apps. It is likely that the other users purchased apps with his account. You have to log into the account that purchased apps to update them. If you have apps that need updating that were purchased from more than one account, you have to update the apps one at a time until the remaining apps were purchased with one account.

  • How to add folder/project name to a File Naming preset

    Here's a tip to automatically add the name of the Project or its parent Folder to the filename during Import or Batch Change.
    I always used a custom field for adding my client's name to the filename upon Import or Batch Changing versions or masters. But often I would forget to change the custom name, and since it's auto-populated with the previous entry, I'd end up with a bunch of files with the wrong client's name on them. That looks kind of bad. So once I saw with Aperture 3 you can add the Project name or Folder name when relocating referenced files to the new folder structure, I was excited to be able to do the same for the filenames at import. Well, no such luck. They're not an option when you create a custom File Naming preset.
    However, I recently decided to poke around inside some plist files, and found a workaround. I discovered the format string for Folder Name is %F and Project Name is %P. The trick is getting the code into the Format Field where you create the preset.
    Create a new File Naming preset by choosing "edit" from the Version Name menu during Import or Batch Change. Drag everything you want in the name into the Format field, and enter %F or %P where you want the Folder or Project name. The tricky part is that you can't insert it between two existing criteria. It only works at the very end. After you have it in place, you can drag the criteria around to get it in the order you want.
    The alternative method is to insert the code directly into the plist. PLEASE, always make sure you're working with a copy and have a good backup when you're poking around in such things. If you have trouble getting the code to take from within Aperture, you can try this. Same as above, create a new preset, but this time, enter an F or P where you want the Folder or Project name. Give it a unique preset name and save it. Then Quit Aperture. Navigate to ~/Library/Application Support/Aperture/FileNamingPresets.plist, and make a copy of the file, then open with Property List Editor. Dropdown the plist and then dropdown the item you want to edit. You should recognize it by the preset name. Now the easy part. Click in the FormatString field and insert the % character before the F or P you entered in the Format field. Save and you're done.
    I discovered later that while the Folder and Project name works just fine during import, for some reason only the Project name works during Batch Change. The Folder name simply creates a "-" in the filename.
    In case this is seen as a hack and gets deleted, I'm also submitting it to http://www.macosxhints.com/ and I suspect if anyone from MacCreate sees it, they'll steal it too, as they're known to do.

    I do not think there is an out of the box way to do this.
    The immediate solution that comes to mind is using a workflow, that runs everytime  a document is uploaded/item created, which may be too much for your scenario.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • Error while creating a new asset in BCC.

    Getting below errors while creating a new asset(catalog/category) through BCC. I have imported the required data from CIM and install.bat from BIZUI.
    /atg/dynamo/servlet/sessiontracking/GenericSessionManager/KDzDSgGcJTS9nwvGpkr9wpyz4nnGKWPYs4QFFJ87Q1BjrTSd4JTG!1759330809!1386235100684
    atg.web.viewmapping.ItemMappingException: Invalid Mapping Mode: AssetManager.default
    [Flex Messaging] 12/05/2013 14:50:45.486 [ERROR] [Message.Remoting] Error processing remote invocation: atg.flex.service.RemoteOperationException: java.lang.NullPointerException
    Kindly suggest...

    As u imported data from CIM for production and publishing(assuming u imported for both), There is no need to run BIZUI.bat mannually, CIM runs this.
    Coming to ur error:
    From the logs  it seems that following mapMode is missing, It's OOTB and should have been loaded while Viewmapping repository data load.
    <add-item item-descriptor="mapMode" id="AmMmDef">
      <set-property name="name"><![CDATA[AssetManager.default]]></set-property>
    </add-item>
    I think there must have been problems during CIM data for publishing environment loading and because of that viemmapping is not loaded properly.
    Refer to this post for initial data load : Re: ATG ENVIRONMENT SETUP ISSUE
    Let us know if u didn't load publishing using CIM, there is some manual work required to load some repository.
    Thanks,
    Nitin.

Maybe you are looking for

  • About JCo..

    Hi. I have heard that it is possible to call Java code from ABAP using JCo. I am interested in doing that. I have a few questions regarding this... 1) Where should the JCo be installed? At the SAP server or at the SAP Client side? 2) Is is possible t

  • Issue with saving sales stage in an opportunity record

    We can not update the sales stage of an opportunity record to closed/won and save it. We are changing the status to a valid one. Is this a known issue in the new release? We upgraded recently to rel 15.

  • Tbale layout in smartform mail

    Hi Experts, I am sending SMARTFORM as a mail.I am able to send the mail perfectly.But in my smartform table is there.In the mail Table content is displaying but the table layout is missing.I want my smartform as a Boody of the mail not as a PDF or an

  • Error in Radio Button Component

    Hi, I wrote my problem in a past thread, but I haven't a final answer. I test my model to verify that "Centigon Input Manager" was not the problem and it is not. I has another problem with a List Box Selector that I solved deleting their Dynamic Visi

  • SmartPrint standalone for IE 9 will not install. Yes, I downloaded the new version.

    First, the gorey details: Windows 7 Professional 64 bit IE9 HP Officejet 8600 e Pro Installed the printer and it's working fine.  During installation, web print was automatically installed and the icon appeared on the toolbar.  When I clicked it, it