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 113465

Summary: SDK and bundled glassfish can't re-write config files
Product: serverplugins Reporter: Jaroslav Pospisil <jpospisil>
Component: IdentityAssignee: Peter Liu <petertliu>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jaroslav Pospisil 2007-08-22 10:19:43 UTC
If you're using two different versions of glassfish (for example bundled one from full NB6 installation with Identity
added by updatetool and eesdk glassfish),second one's unable to re-use config files created by other one () and if you
try to start it in Netbeans 6.0 and log into AM admin console (in order to write config files in userdir),logging fails.
You have to clean config files of first glassfish from userdir and then the second works.
This is very rare scenario,since I don't think any identity user will work with other version of glassfish than eesdk
(since we support identity only there) and I'm filling this issue mostly for tracking purposes if it changes in future.
Comment 1 Jaroslav Pospisil 2007-10-16 16:19:46 UTC
Readme now contain paragraph about need to clean userdir,so this shouldn't happen anymore.