]
Nick Boldt updated JBIDE-17710:
-------------------------------
Attachment:
jbds8b3a-jdk8-quickstart-angularjs-launch-no-server-runtime-found-imports-fine-only-1-warning-compiles-ok.png
jbds8b3a-jdk8-quickstart-angularjs-launch-no-server-runtime-found.png
jbds8b3a-jdk8-quickstart-angularjs-launch-NPE-thrown.log.txt
Reproduced using jboss-devstudio-8.0.0.Beta3-v20140712-0200-B178-installer-standalone.jar
in a clean workspace on Fedora 18 w/ JDK 1.8:
{code}
$➔ uname -a; java -version
Linux thunk 3.11.10-100.fc18.x86_64 #1 SMP Mon Dec 2 20:28:38 UTC 2013 x86_64 x86_64
x86_64 GNU/Linux
java version "1.8.0"
Java(TM) SE Runtime Environment (build 1.8.0-b132)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)
{code}
Quickstart worked fine:
!jbds8b3a-jdk8-quickstart-angularjs-launch-no-server-runtime-found.png!
!jbds8b3a-jdk8-quickstart-angularjs-launch-no-server-runtime-found-imports-fine-only-1-warning-compiles-ok.png!
But I get this NPE in the console log:
{code}
org.eclipse.wst.common.project.facet.core.FacetedProjectFrameworkException: Failed while
installing JPA 2.0.
{code}
Full log:
[^jbds8b3a-jdk8-quickstart-angularjs-launch-NPE-thrown.log.txt]
error importing kitchensink angularjs quickstart when no jboss-eap
runtime available
------------------------------------------------------------------------------------
Key: JBIDE-17710
URL:
https://issues.jboss.org/browse/JBIDE-17710
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, upstream
Affects Versions: 4.2.0.Beta2
Environment: Linux 64 (Fedora 18), JDK 1.8
Reporter: Nick Boldt
Attachments: error-quickstart-kitchensink-angularjs.png, install-jpa2-NPE.txt,
jbds8b3a-jdk8-quickstart-angularjs-launch-no-server-runtime-found-imports-fine-only-1-warning-compiles-ok.png,
jbds8b3a-jdk8-quickstart-angularjs-launch-no-server-runtime-found.png,
jbds8b3a-jdk8-quickstart-angularjs-launch-NPE-thrown.log.txt
1. install JBDS 8.0.0.Beta2-v20140617-2058-B166 from update site into Eclipse 4.4.0.R
Luna JEE bundle.
2. Install Arquillian from JBoss Central EA site (using -D flags above)
3. launch kitchensink-angularjs quickstart.
4. Get NPE installing JPA 2.0
5. Get numerous import problems in MemberRegistrationTest.java and other source files;
quickfixes don't work.
Also had the same issues with JBT 4.2.0.Beta2, so it doesn't seem this is a JBDS only
issue.
!error-quickstart-kitchensink-angularjs.png!