Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7664117
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:13:23+00:00 2026-05-31T14:13:23+00:00

I am using STS and sometimes when I stop my app on a crash

  • 0

I am using STS and sometimes when I stop my app on a crash it opens up to a hundred different class files that seem to be deep deep inner working stuff. HTTPBuilder just stopped working, and I suspect its because I accidentally typed in one of these files and absent mindedly saved it. If I somehow destroyed a local file involved in HTTPBuilder, how would I refresh my dependencies? (have done install-plugin rest and also uncommented everything in BuildConfig.groovy repositories)

My specific problem and error is here:
Grails: HTTPBuilder stopped working suddenly

UPDATE: As much as I would love to blame STS, as you can see from my answer to my own other question, I was purely thwarted by my own carelessness.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T14:13:25+00:00Added an answer on May 31, 2026 at 2:13 pm

    We had an issue today that we suspect was due to the Artifactory Migration. Your problem may be similar. The first thing we did to diagnose the issue was to turn up the debug logging in BuildConfig.groovy (change log "warn" to log "debug“). Once we did that, it was evident that the Grails repos in Artifactory appear to be responding differently to queries made to calculate dependencies. To workaround these issues, we:

    1. Removed grailsCentral, grailsHome, and grailsPlugins from BuildConfig
    2. Added grailsRepo "http://grails.org/plugins" to BuildConfig
    3. Changed one of our dependencies so that its transitive dependencies used specific versions instead of version ranges.

    For 3, our specific example was to change:

    runtime 'com.amazonaws:aws-java-sdk:1.3.4'
    

    to

    runtime 'com.amazonaws:aws-java-sdk:1.3.4', {
                excludes "commons-logging",
                    "httpclient", "jackson-core-asl", "jackson-mapper-asl"
            }
    runtime 'org.codehaus.jackson:jackson-core-asl:1.7.9' {
            configurationmapping "*->*,!sources,!javadoc"
        }
        runtime 'org.codehaus.jackson:jackson-mapper-asl:1.7.9' {
            configurationmapping "*->*,!sources,!javadoc"            
        }
    

    I’m not sure whether all of these steps were necessary, but they allowed us to move forward.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using C#, I need a class called User that has a username, password, active
We are developing an MVC app using STS. We used the WIF tools to
Using ASP.NET MVC there are situations (such as form submission) that may require a
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
I'm using Eclipse STS and SVN on Windows. I'm able to check-in/out from STS,
I've been using the Xalan XSLT processor in Eclipse STS 3.7, but I recently
I am using (STS) springsource tools suite which is eclipse... with maven plugin... this
Does a canonical user id exist for a federated user created using STS? When
I tried running a sample Spring MVC using Spring STS in Eclipse, however when
I'm getting this error with my Spring MVC sample application using Spring STS Eclipse

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.