BCC Deployment Error

5,056 views
Skip to first unread message

Aazim Lakhani

unread,
Dec 27, 2010, 5:36:45 AM12/27/10
to atg_...@googlegroups.com
Good Day Everyone , 
                                  I was trying to deploy some assets , when during deployment i got this error .  I have attached 2 images for the same , to assist u . Below is the error i received 

2010-12-24 15:23:23,411 ERROR [nucleusNamespace.atg.deployment.DeploymentManager] Unexpected error occurred. DeploymentWorkerThread terminated prematurely.
atg.deployment.DistributedDeploymentException: Unable to delete all assets marked for deletion.
at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:633)
at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:299)
2010-12-24 15:23:26,523 INFO  [nucleusNamespace.atg.dynamo.servlet.dafpipeline.URIPrinterServlet] Handling request for requestUrl :********************************** /PubPortlets/html/DeploymentPortlet/site/site_progress_bar.jsp?deployId=37900002
2010-12-24 15:23:26,523 INFO  [nucleusNamespace.atg.dynamo.servlet.dafpipeline.URIPrinterServlet] JSESSIONID[Ljava.lang.String;@885304
2010-12-24 15:23:26,523 INFO  [nucleusNamespace.atg.dynamo.servlet.dafpipeline.URIPrinterServlet] activeSessions 0
2010-12-24 15:23:26,523 INFO  [STDOUT] request uri :/PubPortlets/html/DeploymentPortlet/site/site_progress_bar.jsp
2010-12-24 15:23:28,557 ERROR [nucleusNamespace.atg.epub.DeploymentServer] 
atg.deployment.common.DeploymentException: Deployment '37900002' to target 'StagingSite' encountered a system level deployment error during data transfer.
at atg.deployment.common.ResourceUtil.exception(ResourceUtil.java:306)
at atg.deployment.adapter.DistributedDeploymentAdapter.deployData(DistributedDeploymentAdapter.java:2004)
at atg.deployment.adapter.DistributedDeploymentAdapter.transferData(DistributedDeploymentAdapter.java:280)
at atg.deployment.server.Deployment.run(Deployment.java:1549)
at java.lang.Thread.run(Thread.java:595)

Hoping for a response from someone ... 
Error2.JPG
ErrorWhileDeploying.JPG

Shailendra Pateria

unread,
Dec 27, 2010, 6:42:04 AM12/27/10
to atg_...@googlegroups.com
What kind of assets are these? If you its a merchandising project u can enable loggingDebug and set debugLabel = 6 to see what commerce assets are failing this.

Nevertheless did you try rolling back and trying to push again?

--
You received this message because you are subscribed to the Google Groups "ATG_Tech" group.
To post to this group, send email to atg_...@googlegroups.com
To unsubscribe from this group, send email to atg_tech-u...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/atg_tech?hl=en



--
Best Regards,
Shailendra Pateria

Oleksandr Zalizniak

unread,
Dec 27, 2010, 10:02:17 AM12/27/10
to atg_...@googlegroups.com
>> Unable to delete all assets marked for deletion.
You tried to manage some assets which were locked by other process or by database constraints.
As an option, you can try to remove an item (one of assets, which you tried to managed) in /dyn/admin/nucleus/your_repo_path and see, what kind of exception will be raised.
Also, may be there is something in a deployment agent server log.
BTW, what type of assets you tried to remove by that bcc project?


--

abadhesh jha

unread,
Dec 27, 2010, 2:08:19 PM12/27/10
to atg_...@googlegroups.com
Hi Aazim,
 
 
Please do set loggingThreadDebug=true of /atg/deployment/DeploymentManager/ component.

And check your server log while deploying project.

Probably it will help you to find out the cause.


Thanks
Abadhesh
--
Associate Technology L2 | Sapient
Bangalore 560066
Mobile: (0) 9886104616
E-mail: aj...@sapient.com

Aazim Lakhani

unread,
Jan 3, 2011, 5:29:59 AM1/3/11
to atg_...@googlegroups.com
@ Shailendra : 

The error is coming up for all commerce assets ( SKU's , Products ) . Ur suggesting the enable loggingDebug of which repository . Yes , i did rollback and tried repeatedly , but to no avail . 

@ Oleksandr Zalizniak 

How can i identify whether the assets were locked by some other process. Since this error is coming for all assets that i tried to deploy . How could i recognize if there are any database constraints ? . Contrary to the error , i am trying to update assets and not delete any assets . I'm doing an incremental deployment , so there's no question of deleting the asset . I enable the Deployment Agent's server log , but there were no errors in it .

@ abadhesh jha 

Enabling loggingthreadDebug did not give any more information on the error . 

Thank u all for replying . Could you think of something else that i should try ?? 

Shasheel

unread,
Jan 3, 2011, 7:39:19 AM1/3/11
to ATG_Tech
Hi ,
You are trying to update a asset . but in the error log it is saying
it is unable to delete the assets .
1 . Assets you r trying to update might have been deleted in an
previous project which is still having pending deployment action . or
2 . have you made any changes to your catalog structure , like
renaming a categories which is having product or sku in it.

3 . check the JDBC drivers are pointing to the correct _production
datasource.

4 . If the assets are locked it will not give you an option to
deploy .

5. try doing full deployment if you want to .

6 . have look @ the assets which are deployed in the recent projects.



On Jan 3, 3:29 pm, Aazim Lakhani <charismatic.aa...@gmail.com> wrote:
> @ Shailendra :
>
> The error is coming up for all commerce assets ( SKU's , Products ) . Ur
> suggesting the enable loggingDebug of which repository . Yes , i did
> rollback and tried repeatedly , but to no avail .
>
> @ Oleksandr Zalizniak
>
> How can i identify whether the assets were locked by some other process.
> Since this error is coming for all assets that i tried to deploy . How could
> i recognize if there are any database constraints ? . Contrary to the error
> , i am trying to update assets and not delete any assets . I'm doing an
> incremental deployment , so there's no question of deleting the asset . I
> enable the Deployment Agent's server log , but there were no errors in it .
>
> @ abadhesh jha
>
> Enabling loggingthreadDebug did not give any more information on the error
> .
>
> Thank u all for replying . Could you think of something else that i should
> try ??
>
> On Tue, Dec 28, 2010 at 12:38 AM, abadhesh jha <
>
> akjha.firozabad....@gmail.com> wrote:
> > Hi Aazim,
>
> > Please do set loggingThreadDebug=true of /atg/deployment/DeploymentManager/
> > component.
>
> > And check your server log while deploying project.
>
> > Probably it will help you to find out the cause.
>
> > Thanks
> > Abadhesh
>
> > On Mon, Dec 27, 2010 at 9:02 AM, Oleksandr Zalizniak <aillusi...@gmail.com
> > > wrote:
>
> >> >> Unable to delete all assets marked for deletion.
> >> You tried to manage some assets which were locked by other process or by
> >> database constraints.
> >> As an option, you can try to remove an item (one of assets, which you
> >> tried to managed) in /dyn/admin/nucleus/your_repo_path and see, what kind of
> >> exception will be raised.
> >> Also, may be there is something in a deployment agent server log.
> >> BTW, what type of assets you tried to remove by that bcc project?
>

Dhayanidhi Rajasekaran

unread,
Jan 3, 2011, 10:06:08 AM1/3/11
to atg_...@googlegroups.com
You should have got a constraint error when it tries to remove the record. Enable loggingDebug on the _production repository and redo the deployment, you should get actual issue on the console.

thanks,
Dhaya
Reply all
Reply to author
Forward
0 new messages