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 254013

Summary: org.codehaus.plexus.util.xml.pull.XmlPullParserException: only whitespace content allowed before start tag and not # (position: START_DOCUMENT seen #... @1:1)
Product: projects Reporter: _ pandajava <pandajava>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal CC: barmeier, okulev
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218308
Attachments: stacktrace
stacktrace

Description _ pandajava 2015-07-30 16:06:16 UTC
Build: NetBeans IDE 8.1 Beta (Build 201507282201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Linux

User Comments:
pandajava: Java web application built with maven

GUEST: error




Stacktrace: 
org.codehaus.plexus.util.xml.pull.XmlPullParserException: only whitespace content allowed before start tag and not # (position: START_DOCUMENT seen #... @1:1) 
   at org.codehaus.plexus.util.xml.pull.MXParser.parseProlog(MXParser.java:1528)
   at org.codehaus.plexus.util.xml.pull.MXParser.nextImpl(MXParser.java:1407)
   at org.codehaus.plexus.util.xml.pull.MXParser.next(MXParser.java:1105)
   at org.netbeans.modules.maven.execute.model.io.xpp3.NetbeansBuildActionXpp3Reader.read(NetbeansBuildActionXpp3Reader.java:748)
   at org.netbeans.modules.maven.execute.model.io.xpp3.NetbeansBuildActionXpp3Reader.read(NetbeansBuildActionXpp3Reader.java:763)
   at org.netbeans.modules.maven.configurations.M2Configuration$2.getRawMappingsAsString(M2Configuration.java:329)
Comment 1 _ pandajava 2015-07-30 16:06:17 UTC
Created attachment 155065 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-11-30 09:47:32 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=218308
Comment 3 Tomas Stupka 2015-12-04 15:05:53 UTC
something wrong with nbaction.xml

somebody able to to reproduce please attach your nbactions.xml file
thanks
Comment 4 Exceptions Reporter 2016-01-04 15:32:03 UTC
Created attachment 157989 [details]
stacktrace

Build a maven project for first time after installation