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 188907 - NumberFormatException in line convertor
Summary: NumberFormatException in line convertor
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-23 15:00 UTC by Petr Hejl
Modified: 2010-07-29 03:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2010-07-23 15:00:28 UTC
INFO [org.netbeans.modules.j2ee.weblogic9.optional.ErrorLineConvertor]
java.lang.NumberFormatException: For input string: "CompileThreshold=8000 -XX"
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.lang.Integer.parseInt(Integer.java:481)
	at java.lang.Integer.valueOf(Integer.java:570)
	at org.netbeans.modules.j2ee.weblogic9.optional.ErrorLineConvertor.convert(ErrorLineConvertor.java:97)
	at org.netbeans.api.extexecution.input.InputProcessors$PrintingInputProcessor.convert(InputProcessors.java:360)
	at org.netbeans.api.extexecution.input.InputProcessors$PrintingInputProcessor.processInput(InputProcessors.java:323)
	at org.netbeans.modules.extexecution.input.DefaultInputReader.readInput(DefaultInputReader.java:103)
	at org.netbeans.api.extexecution.input.InputReaderTask.run(InputReaderTask.java:182)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[catch] at java.lang.Thread.run(Thread.java:636)
Comment 1 Denis Anisimov 2010-07-28 17:57:14 UTC
changeset:   174880:f1bffd927fd1
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Jul 28 21:49:00 2010 +0400
summary:     Fixes for
Comment 2 Quality Engineering 2010-07-29 03:17:26 UTC
Integrated into 'main-golden', will be available in build *201007290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f1bffd927fd1
User: Denis Anisimov <ads@netbeans.org>
Log: Fixes for
BZ#188903 - New: Java home not detected correctly on Mac, WebLogic does not start
BZ#188904 - New: Field for server port in the customizer is too narrow
BZ#188907 - New: NumberFormatException in line convertor