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 80544 - FATAL ERROR: 'Could not compile stylesheet' in the log file after elemnts addition
Summary: FATAL ERROR: 'Could not compile stylesheet' in the log file after elemnts add...
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thuy.d Nguyen
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-07-19 10:09 UTC by Alexandr Scherbatiy
Modified: 2006-08-31 02:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log file (20.49 KB, text/plain)
2006-07-19 10:10 UTC, Alexandr Scherbatiy
Details
IDE log file (92.19 KB, application/octet-stream)
2006-08-09 14:12 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2006-07-19 10:09:22 UTC
NetBeans 5.5 Dev (Build 200607170000)

Steps to reproduce:
1. Create a sequence diagram
2. Add a couple of lifelines
3. Add a combined fragment covering both the lifelines

  There are some messages in the message.log file:

UMLImportsUiSupport:Loading
ERROR:  'unknown protocol: c'
FATAL ERROR:  'Could not compile stylesheet'
ERROR:  'unknown protocol: c'
FATAL ERROR:  'Could not compile stylesheet'
ERROR:  'unknown protocol: c'
FATAL ERROR:  'Could not compile stylesheet'
Comment 1 Alexandr Scherbatiy 2006-07-19 10:10:31 UTC
Created attachment 31982 [details]
message.log file
Comment 2 Alexandr Scherbatiy 2006-08-09 14:11:09 UTC
It is a common issue for UML elements creation.
Comment 3 Alexandr Scherbatiy 2006-08-09 14:12:06 UTC
Created attachment 32707 [details]
IDE log file
Comment 4 Thuy.d Nguyen 2006-08-10 05:27:37 UTC
Cause:
The XSTransformer does not recognize the regular format of  a path name; Hence
it can not read the file.  

Solution:
I've converted the file path to URI format before passing it to the XSLTransformer.
After the URI conversion, the file has the following format:
file:/C:/<the actual path here>
Comment 5 Thuy.d Nguyen 2006-08-10 05:28:46 UTC
Changing the status to FIXED.
Comment 6 Andrew Korostelev 2006-08-14 14:31:58 UTC
verified in bn55 entpack beta milestone17a.