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 80410 - Exception while setting a breakpoint
Summary: Exception while setting a breakpoint
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 13:13 UTC by Alexander Pepin
Modified: 2006-08-04 17:21 UTC (History)
0 users

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 Alexander Pepin 2006-07-17 13:13:27 UTC
Steps to reproduce:
- create a new Synchronous BPEL Process sample project
- open Synchronous sample bpel in designer
- switch to source view
- try to set a breakpoint
Result: Exception appears.
java.lang.IllegalArgumentException: Parameter file was not normalized. Was
export/home/pep/working/tpr/SynchronousSample1/SynchronousSample1/src/SynchronousSample.bpel
instead of
/home/ap153252/export/home/pep/working/tpr/SynchronousSample1/SynchronousSample1/src/SynchronousSample.bpel
	at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:416)
	at org.netbeans.modules.bpel.debugger.ui.util.Util.getDataObject(Util.java:76)
	at org.netbeans.modules.bpel.debugger.ui.util.Util.getBpelEntityId(Util.java:93)
	at
org.netbeans.modules.bpel.debugger.ui.editor.BpelAnnotation.updateDiagramAnnotation(BpelAnnotation.java:97)
	at
org.netbeans.modules.bpel.debugger.ui.editor.BpelAnnotation.access$100(BpelAnnotation.java:41)
	at
org.netbeans.modules.bpel.debugger.ui.editor.BpelAnnotation$Listener.propertyChange(BpelAnnotation.java:133)
	at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
	at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
	at
org.netbeans.modules.bpel.debugger.ui.editor.BpelEditorContext.notifyAnnotationChanged(BpelEditorContext.java:241)
	at
org.netbeans.modules.bpel.debugger.ui.editor.BpelEditorContext.access$200(BpelEditorContext.java:69)
	at
org.netbeans.modules.bpel.debugger.ui.editor.BpelEditorContext$EditorObserverListener.propertyChange(BpelEditorContext.java:281)
	at
org.netbeans.modules.bpel.debugger.ui.editor.EditorObserver$EditorDocumentListener$1.run(EditorObserver.java:152)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)


It looks like path to homedir was added to path to the project. The same
exception occurs if user trys to set any type of annotation e.g. Bookmark.
Comment 1 Alexander Zgursky 2006-07-31 13:25:53 UTC
Fixed
Comment 2 Alexander Pepin 2006-08-02 14:17:35 UTC
verified in build 060802_1
Comment 3 lchang 2006-08-04 17:21:59 UTC
This is not occurring anymore in latest build 0802_10