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 230462

Summary: [jdk8] Can not create any project (Can't find resource for bundle com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMessages, key Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.)
Product: projects Reporter: Sam.MIT
Component: Ant ProjectAssignee: Milos Kleint <mkleint>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mklaehn
Priority: P3 Keywords: JDK_8
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description Sam.MIT 2013-05-29 14:30:24 UTC

    
Comment 1 Sam.MIT 2013-05-29 14:30:36 UTC
Created attachment 135076 [details]
IDE log
Comment 2 Antonin Nebuzelsky 2013-06-25 12:18:33 UTC
Reassigning to Projects for evaluation.

WARNING [org.netbeans.modules.project.ui.OpenProjectList]
java.util.MissingResourceException: Can't find resource for bundle com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMessages, key Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
	at java.util.ResourceBundle.getObject(ResourceBundle.java:425)
	at java.util.ResourceBundle.getString(ResourceBundle.java:382)
	at com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg.getErrorMessage(ErrorMsg.java:311)
	at com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg.toString(ErrorMsg.java:283)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:933)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:707)
	at org.netbeans.spi.project.support.ant.GeneratedFilesHelper$1$1.run(GeneratedFilesHelper.java:321)
Comment 3 mklaehn 2013-06-26 08:29:04 UTC
For this happens with JDK8 only. very annoying!
happens for any java type projects I want to create. Maven exempted.
Comment 4 Milos Kleint 2013-06-26 08:32:57 UTC
related to issue 230281, JDK bug #8015487?
Comment 5 Milos Kleint 2013-06-27 12:27:54 UTC
not related, it's a duplicate of issue 230281

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