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 234679 - NullPointerException at java.util.regex.Matcher.getTextLength
Summary: NullPointerException at java.util.regex.Matcher.getTextLength
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-21 06:46 UTC by gawrik
Modified: 2013-08-22 04:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170379


Attachments
stacktrace (932 bytes, text/plain)
2013-08-21 06:46 UTC, gawrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gawrik 2013-08-21 06:46:20 UTC
Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows Vista

User Comments:
GUEST: Starting jboss as7 in maven project

GUEST: Starting JBoss 5.0.1.GA fails with a NullPointer

gawrik: Error by try start of JBoss EAP 6.0.1 with long options...




Stacktrace: 
java.lang.NullPointerException
   at java.util.regex.Matcher.getTextLength(Matcher.java:1234)
   at java.util.regex.Matcher.reset(Matcher.java:308)
   at java.util.regex.Matcher.<init>(Matcher.java:228)
   at java.util.regex.Pattern.matcher(Pattern.java:1088)
   at org.netbeans.modules.j2ee.jboss4.ide.JBStartRunnable$SpacesInPathFix.getRunFileName(JBStartRunnable.java:438)
   at org.netbeans.modules.j2ee.jboss4.ide.JBStartRunnable.getRunFileName(JBStartRunnable.java:328)
Comment 1 gawrik 2013-08-21 06:46:21 UTC
Created attachment 138960 [details]
stacktrace
Comment 2 Petr Hejl 2013-08-21 07:53:54 UTC
Fixed in web-main 4aed3d27234f. Please verify.
Comment 3 Quality Engineering 2013-08-22 04:27:37 UTC
Integrated into 'main-silver', will be available in build *201308212300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4aed3d27234f
User: Petr Hejl <phejl@netbeans.org>
Log: #234679 - NullPointerException at java.util.regex.Matcher.getTextLength