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 48114 - problem in tomcat dialogs
Summary: problem in tomcat dialogs
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-29 00:56 UTC by timothyatpir2
Modified: 2006-03-24 10:27 UTC (History)
1 user (show)

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 timothyatpir2 2004-08-29 00:56:57 UTC
opening the porpertys dialog in tomcat caused 
there to be a pasword.
reinstall netbeans and password still exists.
dellete server and you canot create a new one.
this is because a secondary bug I encountered 
under brows the all files filter does not work 
(shows no files)
you can find all this in the runtime tab of a 
web project.
under server registry /tomcat 5
ones deleted creating a new web aplication cases 
this error
java.lang.NullPointerException
	at 
org.netbeans.spi.project.support.ant.EditableProp
erties.put(EditableProperties.java:189)
	at 
org.netbeans.spi.project.support.ant.EditableProp
erties.setProperty(EditableProperties.java:230)
	at 
org.netbeans.modules.web.project.WebProjectGenera
tor.setupProject(WebProjectGenerator.java:264)
	at 
org.netbeans.modules.web.project.WebProjectGenera
tor.createProject(WebProjectGenerator.java:77)
	at 
org.netbeans.modules.web.project.ui.wizards.NewWe
bProjectWizardIterator.instantiate
(NewWebProjectWizardIterator.java:74)
	at 
org.openide.loaders.TemplateWizard$Brigde2Iterato
r.instantiate(TemplateWizard.java:957)
	at 
org.openide.loaders.TemplateWizard.handleInstanti
ate(TemplateWizard.java:549)
	at 
org.openide.loaders.TemplateWizard.instantiateImp
l(TemplateWizard.java:465)
	at 
org.openide.loaders.TemplateWizard.instantiate
(TemplateWizard.java:351)
	at 
org.netbeans.modules.project.ui.actions.NewProjec
t.actionPerformed(NewProject.java:75)
	at 
javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1786)
	at 
javax.swing.AbstractButton$ForwardActionEvents.ac
tionPerformed(AbstractButton.java:1839)
	at 
javax.swing.DefaultButtonModel.fireActionPerforme
d(DefaultButtonModel.java:420)
	at 
javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:258)
	at javax.swing.AbstractButton.doClick
(AbstractButton.java:289)
	at 
javax.swing.plaf.basic.BasicMenuItemUI.doClick
(BasicMenuItemUI.java:1113)
	at 
javax.swing.plaf.basic.BasicMenuItemUI$MouseInput
Handler.mouseReleased(BasicMenuItemUI.java:943)
	at java.awt.Component.processMouseEvent
(Component.java:5100)
	at java.awt.Component.processEvent
(Component.java:4897)
	at java.awt.Container.processEvent
(Container.java:1569)
	at java.awt.Component.dispatchEventImpl
(Component.java:3615)
	at java.awt.Container.dispatchEventImpl
(Container.java:1627)
	at java.awt.Component.dispatchEvent
(Component.java:3477)
	at 
java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:3483)
	at 
java.awt.LightweightDispatcher.processMouseEvent
(Container.java:3198)
	at 
java.awt.LightweightDispatcher.dispatchEvent
(Container.java:3128)
	at java.awt.Container.dispatchEventImpl
(Container.java:1613)
	at java.awt.Window.dispatchEventImpl
(Window.java:1606)
	at java.awt.Component.dispatchEvent
(Component.java:3477)
[catch] at java.awt.EventQueue.dispatchEvent
(EventQueue.java:456)
	at 
java.awt.EventDispatchThread.pumpOneEventForHiera
rchy(EventDispatchThread.java:201)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarc
hy(EventDispatchThread.java:151)
	at 
java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:145)
	at 
java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:137)
	at java.awt.EventDispatchThread.run
(EventDispatchThread.java:100)
Comment 1 Pavel Buzek 2004-08-31 05:50:00 UTC
The exception when creating a project when there is no default server
is now fixed.

I do not understand the part about dialogs. Please clarify that. I am
reassigning to Stepan Herold who now works on tomcat module.
Comment 2 Sherold Dev 2004-09-03 13:26:38 UTC
New issue 48454 filed for empty file selector.

Description of password issue is unclear and therefore considered as
invalid. If more info will be provided this issue can be reopened.

Marking this issue as fixed.
Comment 3 Jaroslav Pospisil 2005-12-09 10:04:18 UTC
VERIFIED