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 183524 - NullPointerException at org.netbeans.modules.portalpack.servers.websynergy.impl.LiferayHelper.getAutoDeployDirectory
Summary: NullPointerException at org.netbeans.modules.portalpack.servers.websynergy.im...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Satyaranjan D
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 06:32 UTC by zkirill
Modified: 2012-05-13 19:57 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151743


Attachments
stacktrace (8.68 KB, text/plain)
2010-04-06 06:32 UTC, zkirill
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zkirill 2010-04-06 06:32:03 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

User Comments:
GUEST: Adding Liferay Server instance and clicked on the Get button for the autodeploy directory




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.portalpack.servers.websynergy.impl.LiferayHelper.getAutoDeployDirectory(LiferayHelper.java:73)
   at org.netbeans.modules.portalpack.servers.websynergy.ui.LiferayConfigPanel.getButtonActionPerformed(LiferayConfigPanel.java:246)
   at org.netbeans.modules.portalpack.servers.websynergy.ui.LiferayConfigPanel.access$300(LiferayConfigPanel.java:48)
   at org.netbeans.modules.portalpack.servers.websynergy.ui.LiferayConfigPanel$4.actionPerformed(LiferayConfigPanel.java:133)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
Comment 1 zkirill 2010-04-06 06:32:09 UTC
Created attachment 96727 [details]
stacktrace