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 179725 - netbeans6.8 can't start
Summary: netbeans6.8 can't start
Status: RESOLVED DUPLICATE of bug 176798
Alias: None
Product: apisupport
Classification: Unclassified
Component: Inspector (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-20 18:47 UTC by wsc0751
Modified: 2011-11-16 14:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the netbeans log (90.09 KB, application/octet-stream)
2010-01-20 18:48 UTC, wsc0751
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wsc0751 2010-01-20 18:47:35 UTC
I developed a plugin ,which extended the struts plugin,I added some wizards in it.But ,after I update the jdk6u17 to 18,it looks like there was some wrong.
yesterday,netbeans can't start,I delete com-tsi-netbeans-modules-languages-velocity.jar in 
C:\Documents and Settings\my username\.netbeans\6.8\modules ,netbeans can start.
because I thought the velocity plugin is wrong,before occur wrong,I update it 2.2.0 to 2.2.1,so I doubt it.But netbeans can't import java.util.Set,java.util.List auto for me,this occured two days ago.so I must reinstall netbeans,I only installed my plugin ,there is no third part others.

Pleanse see the messages.log,

...............
..........
upgrader_zh_CN.jar
-------------------------------------------------------------------------------
java.lang.StackOverflowError
	at sun.nio.cs.ext.GBK.newDecoder(GBK.java:32)
	at java.nio.charset.CharsetEncoder.isLegalReplacement(CharsetEncoder.java:311)
	at java.nio.charset.CharsetEncoder.replaceWith(CharsetEncoder.java:267)
	at java.nio.charset.CharsetEncoder.<init>(CharsetEncoder.java:186)
	at java.nio.charset.CharsetEncoder.<init>(CharsetEncoder.java:209)
	at sun.nio.cs.ext.DoubleByteEncoder.<init>(DoubleByteEncoder.java:31)
	at sun.nio.cs.ext.GBK$Encoder.<init>(GBK.java:6786)
	at sun.nio.cs.ext.GBK.newEncoder(GBK.java:36)
	at java.lang.StringCoding$StringEncoder.<init>(StringCoding.java:215)
	at java.lang.StringCoding$StringEncoder.<init>(StringCoding.java:207)
	at java.lang.StringCoding.encode(StringCoding.java:266)
	at java.lang.String.getBytes(String.java:946)
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.<init>(ZipFile.java:114)
	at java.util.jar.JarFile.<init>(JarFile.java:133)
	at java.util.jar.JarFile.<init>(JarFile.java:70)
	at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:72)
	at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:48)
	at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:80)
	at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:104)
	at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:132)
	at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:653)
......................
.............
Comment 1 wsc0751 2010-01-20 18:48:45 UTC
Created attachment 93440 [details]
the netbeans log
Comment 2 wsc0751 2010-01-20 19:00:59 UTC
I delete the content of C:\Documents and Settings\my username\.netbeans\6.8\var\cache,netbeans can start,why?
the plugin I developed ,which was installed in the IDE by me,not by the type of nbm.
Comment 3 Jesse Glick 2010-01-20 19:33:12 UTC

*** This bug has been marked as a duplicate of bug 176798 ***