This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270758 - org.springframework.web.client.HttpClientErrorException: 403 Forbidden; nested exception is
Summary: org.springframework.web.client.HttpClientErrorException: 403 Forbidden; neste...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-29 11:17 UTC by rugamba
Modified: 2017-05-29 11:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225955


Attachments
stacktrace (1.31 KB, text/plain)
2017-05-29 11:17 UTC, rugamba
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rugamba 2017-05-29 11:17:09 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 8.1

User Comments:
GUEST: can not create spring boot plugin

GUEST: keep crashing

GUEST: While Creating Spring Boot Project with Initializer

GUEST: :(

GUEST: :(

GUEST: tree

rugamba: The new maven project for Spring Boot is unable to connect to https://secure-surf.net/

GUEST: http://start.spring.io/ not working

GUEST: Spring Initializer Problem :(

GUEST: I cannot create a spring boot initialzr project




Stacktrace: 
org.springframework.web.client.HttpClientErrorException: 403 Forbidden; nested exception is 
   at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:63)
   at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:700)
   at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:653)
   at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:628)
   at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:590)
   at com.github.alexfalappa.nbspringboot.projects.initializr.InitializrService.getMetadata(InitializrService.java:95)
Comment 1 rugamba 2017-05-29 11:17:11 UTC
Created attachment 164427 [details]
stacktrace