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 118982 - InvalidClassException after every keystroke in SQL Command window
Summary: InvalidClassException after every keystroke in SQL Command window
Status: RESOLVED DUPLICATE of bug 116105
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P1 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-16 02:35 UTC by mcamou
Modified: 2007-10-16 11:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the messages.log file (118.96 KB, text/plain)
2007-10-16 02:36 UTC, mcamou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mcamou 2007-10-16 02:35:08 UTC
I am running 6.0m10 with a PostgreSQL DB. When I try to enter a SQL command, I get a Warning window with 
some XML after every single keystroke. Looking at the messages.log I find:

 java.io.InvalidClassException: org.netbeans.modules.cnd.editor.makefile.MakefileIndentEngine; local class incompatible: st
ream classdesc serialVersionUID = -3854557516197215537, local class serialVersionUID = -5085934337015783530

Note that this is after EVERY single keystroke, which makes the editor completely unusable. I'm not sure if this
applies in any other platform. I am attaching my messages.log file.
Comment 1 mcamou 2007-10-16 02:36:41 UTC
Created attachment 50991 [details]
the messages.log file
Comment 2 Jiri Prox 2007-10-16 07:17:15 UTC
the exceptions in the log are from the j2ee module
Comment 3 martin_adamek 2007-10-16 09:08:38 UTC
Andrei, I know this is probably for cnd component, but as SQL is mentioned, can you please eveluate? I'm on vacation. Thanks.
Comment 4 Andrei Badea 2007-10-16 09:51:26 UTC
> Looking at the messages.log I find: java.io.InvalidClassException.

There is no InvalidClassException in the message log, please attach a message log showing this exception. Thanks.
Comment 5 Vladimir Voskresensky 2007-10-16 10:02:41 UTC
I see 2 exceptions:
java.lang.NullPointerException: Null Server InstanceProperties
java.lang.IllegalStateException: Invalid DeploymentManager: null

and neither stacks have "cnd" entries
Comment 6 Andrei Badea 2007-10-16 11:15:00 UTC
Read desc1 again. The user in talking about about org.netbeans.modules.cnd.editor.makefile.MakefileIndentEngine even
before attaching the message log.
Comment 7 Vladimir Voskresensky 2007-10-16 11:27:42 UTC
Ok. I see.
Please, provide more information and try daily build. A lot of issues were fixed after nb6m10.
Comment 8 Vladimir Voskresensky 2007-10-16 11:30:31 UTC
Ok. I see.
Please, provide more information and try daily build. A lot of issues were fixed after nb6m10.
Comment 9 Vladimir Voskresensky 2007-10-16 11:34:57 UTC

*** This issue has been marked as a duplicate of 116105 ***