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 240055 - Fail running Guestbook example created by google App Engine plugin
Summary: Fail running Guestbook example created by google App Engine plugin
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: App Engine (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-07 09:11 UTC by tolkedu
Modified: 2016-07-07 08:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tolkedu 2014-01-07 09:11:31 UTC
ant -f C:\\Users\\66544941\\Documents\\NetBeansProjects\\Guestbook -Dbrowser.context=C:\\Users\\66544941\\Documents\\NetBeansProjects\\Guestbook -DforceRedeploy=false -Ddirectory.deployment.supported=false -Dnb.internal.action.name=debug debug
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
debug:
C:\Users\66544941\Documents\NetBeansProjects\Guestbook\nbproject\build-impl.xml:1150: 
java.lang.NullPointerException
	at org.netbeans.modules.j2ee.appengine.util.Utils.isAppEngineProject(Utils.java:61)
	at org.netbeans.modules.j2ee.appengine.ide.AppEngineStartServer.findSelected(AppEngineStartServer.java:148)
	at org.netbeans.modules.j2ee.appengine.ide.AppEngineStartServer.startDebugging(AppEngineStartServer.java:215)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._startDebug(ServerInstance.java:1478)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1387)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startDebug(ServerInstance.java:1100)
	at org.netbeans.modules.j2ee.ant.StartServer.execute(StartServer.java:117)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
	at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
	at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:283)
	at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:541)
	at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)
BUILD FAILED (total time: 2 seconds)
Comment 1 Martin Balin 2016-07-07 08:56:15 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss