Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Failed to acquire locks on requested sandboxes in 60000ms

I am trying to extract the source code using the using scm command, in a loop for all the components

i have stated seeing the below error
Problem running 'load':
Exception during load
Failed to acquire locks on requested sandboxes in 60000ms.
Check the log for details about the error at "/root/.jazz-scm". If you have configured custom logging check your log configuration settings for the path to the log file.

/root/.jazz-scm/logs content

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE log SYSTEM "logger.dtd">
<log>
<record>
    <date>2016-04-27T04:51:12</date>
    <millis>1461756072565</millis>
    <sequence>0</sequence>
    <logger>com.ibm.team.filesystem.client.daemon.JSONHandler</logger>
    <level>SEVERE</level>
    <class>com.ibm.team.filesystem.client.daemon.JSONHandler</class>
    <method>handle</method>
    <thread>0</thread>
    <message>null</message>
    <exception>
        <message>java.lang.reflect.InvocationTargetException</message>
        <frame>
            <class>sun.reflect.NativeMethodAccessorImpl</class>
            <method>invoke0</method>
            <line>-2</line>
        </frame>
        <frame>
            <class>sun.reflect.NativeMethodAccessorImpl</class>
            <method>invoke</method>
            <line>60</line>
        </frame>
        <frame>
            <class>sun.reflect.DelegatingMethodAccessorImpl</class>
            <method>invoke</method>
            <line>37</line>
        </frame>
        <frame>
            <class>java.lang.reflect.Method</class>
            <method>invoke</method>
            <line>611</line>

0 votes

Comments

posted few of the exceptions here



One answer

Permanent link
Hi,
The exception is not showing the entire stack trace and cannot make out what went wrong.
By the way, why are you looping through all the components? The following command should load all the components: scm load <workspace_name_or_alias_or_uuid>

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Apr 27 '16, 6:15 a.m.

Question was seen: 2,150 times

Last updated: Apr 28 '16, 12:59 a.m.

Confirmation Cancel Confirm