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 80438 - sun.dc.pr.PRError throws when you try print bpel (design)
Summary: sun.dc.pr.PRError throws when you try print bpel (design)
Status: CLOSED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Print (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 21:08 UTC by Victoria Zhukovskaya
Modified: 2012-07-03 10:40 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 Victoria Zhukovskaya 2006-07-17 21:08:59 UTC
WinXP, Coke 060716

sun.dc.pr.PRError throws when you try print  bpel (design) 

sun.dc.pr.PRError: setPenT4: invalid pen transformation (singular)
	at sun.dc.pr.PathStroker.setPenT4(Native Method)
	at sun.dc.pr.Rasterizer.setPenT4(Rasterizer.java:234)
	at sun.java2d.pipe.DuctusRenderer.createShapeRasterizer(DuctusRenderer.java:280)
	at sun.java2d.pipe.DuctusShapeRenderer.renderPath(DuctusShapeRenderer.java:57)
	at sun.java2d.pipe.DuctusShapeRenderer.draw(DuctusShapeRenderer.java:45)
	at sun.java2d.pipe.ValidatePipe.draw(ValidatePipe.java:136)
	at sun.java2d.SunGraphics2D.draw(SunGraphics2D.java:2230)
	at sun.print.ProxyGraphics2D.draw(ProxyGraphics2D.java:1268)
	at org.netbeans.modules.bpel.design.GUtils.draw(GUtils.java:77)
	at
org.netbeans.modules.bpel.design.model.elements.ContentElement.afterPaint(ContentElement.java:98)
	at
org.netbeans.modules.bpel.design.model.elements.StartEvent.paint(StartEvent.java:35)
	at org.netbeans.modules.bpel.design.DesignView.paintPattern(DesignView.java:733)
	at org.netbeans.modules.bpel.design.DesignView.paintContent(DesignView.java:673)
	at org.netbeans.modules.bpel.design.DesignView.printComponent(DesignView.java:699)
	at javax.swing.JComponent.paint(JComponent.java:1009)
	at javax.swing.JComponent.print(JComponent.java:1104)
	at org.netbeans.modules.print.impl.core.Page.print(Page.java:62)
	at org.netbeans.modules.print.impl.ui.Paper.paint(Paper.java:159)
	at javax.swing.JComponent.print(JComponent.java:1104)
	at org.netbeans.modules.print.impl.ui.Paper.print(Paper.java:139)
	at org.netbeans.modules.print.impl.ui.Printer.print(Printer.java:71)
	at sun.print.RasterPrinterJob.printPage(RasterPrinterJob.java:1927)
	at sun.print.RasterPrinterJob.print(RasterPrinterJob.java:1334)
	at sun.print.RasterPrinterJob.print(RasterPrinterJob.java:1196)
	at org.netbeans.modules.print.impl.ui.Printer.print(Printer.java:49)
	at org.netbeans.modules.print.impl.ui.Preview.print(Preview.java:616)
	at org.netbeans.modules.print.impl.ui.Preview.doAction(Preview.java:75)
	at org.netbeans.modules.print.impl.core.Manager.print(Manager.java:68)
	at org.netbeans.modules.print.impl.action.Action.performAction(Action.java:52)
	at org.openide.util.actions.NodeAction.performAction(NodeAction.java:261)
	at
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:100)
	at
org.netbeans.modules.openide.util.ActionsBridge$ActionRunnable.actionPerformed(ActionsBridge.java:87)
	at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:80)
	at
org.netbeans.modules.openide.actions.ActionsBridgeImpl.invokeAction(ActionsBridgeImpl.java:30)
	at
org.netbeans.modules.openide.util.ActionsBridge$ActionRunnable.doRun(ActionsBridge.java:78)
	at org.netbeans.modules.openide.util.ActionsBridge$1.run(ActionsBridge.java:47)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Victoria Zhukovskaya 2006-07-17 21:13:16 UTC
Orientation is Landscape.

Portait is Ok
Comment 2 Vladimir Yaroslavskiy 2006-07-18 14:22:55 UTC
Text is printed correctly. Problem is in printing of diagram.
Comment 3 Alexey Anjeleevich 2006-07-18 15:38:18 UTC
Cause: incorrect scale value extraction from AffineTransform
Comment 4 Victoria Zhukovskaya 2006-07-27 16:24:22 UTC
Verified in build   coke060725, WinXP