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

Summary: NullPointerException at org.netbeans.modules.portalpack.servers.websynergy.impl.LiferayHelper.getAutoDeployDirectory
Product: contrib Reporter: zkirill <zkirill>
Component: PortalpackAssignee: Satyaranjan D <satyaranjan>
Status: NEW ---    
Severity: normal CC: alesak, Sam.MIT, zdenek.rod
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 151743
Attachments: stacktrace

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