Bug 464152 - Server side api tutorial project can not be created
Summary: Server side api tutorial project can not be created
Status: ASSIGNED
Alias: None
Product: Che
Classification: ECD
Component: ide-core (show other bugs)
Version: 3.9.0   Edit
Hardware: PC All
: P3 normal
Target Milestone: ---   Edit
Assignee: Vitalii Parfonov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-08 08:13 EDT by Alexander Bolshakov CLA
Modified: 2015-04-08 12:44 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Bolshakov CLA 2015-04-08 08:13:56 EDT
Flow to reproduce:
1) Checkout master branch of Che (3.9.0-SNAPSHOT)
2) mvn clean install
3) ./che.sh start
4) Open localhost:8080 in browser
5) File -> Create new project -> SERVER SIDE API TUTORIAL (Why in capital?)
6) Type any name
7) Press "Create"
8) Web IDE stucks forever

Root causes:
1) After async request for project import (server-side-tutorial.zip) is sent 500 error is returned (via async apis) this error is not handled (or handled in wrong way) and IDE stucks.
2) File che/assembly-sdk/target/tomcat-ide/tutorials/server-side-tutorial.zip does not exist, che-tutorial-server-side.zip exists instead

Thanks.
Comment 1 Vitalii Parfonov CLA 2015-04-08 12:44:35 EDT
Confirm the bug. Will fix it soon