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 191415 - NullPointerException at org.netbeans.modules.glassfish.common.Commands$FetchLogData.readResponse
Summary: NullPointerException at org.netbeans.modules.glassfish.common.Commands$FetchL...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-27 16:50 UTC by panngo
Modified: 2010-12-21 00:42 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172573


Attachments
stacktrace (1.20 KB, text/plain)
2010-10-27 16:50 UTC, panngo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description panngo 2010-10-27 16:50:41 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
panngo: Deploying a new restful web application

GUEST: Deploying an J2EE app to glassfish 3.0.1 server

GUEST: Playing with webservices securisation

GUEST: deploying to remote glassfish server

GUEST: delpoying an application to my remote application server




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.glassfish.common.Commands$FetchLogData.readResponse(Commands.java:602)
   at org.netbeans.modules.glassfish.common.CommandRunner.handleReceive(CommandRunner.java:732)
   at org.netbeans.modules.glassfish.common.CommandRunner.call(CommandRunner.java:624)
   at org.netbeans.modules.glassfish.common.CommandRunner.call(CommandRunner.java:102)
   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   at java.util.concurrent.FutureTask.run(FutureTask.java:138)
Comment 1 panngo 2010-10-27 16:50:45 UTC
Created attachment 102686 [details]
stacktrace
Comment 2 Quality Engineering 2010-11-24 06:15:08 UTC
Integrated into 'main-golden', will be available in build *201011240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7752f775ee0d
User: vince kraemer <vkraemer@netbeans.org>
Log: #191415: exception when you deploy to remote server