Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [uml2-dev] Fwd: exception : unknown protocol: pathmap


Please use the newsgroup for questions in the future, as this mailing list is for developers of the UML2 project.

If you are running standalone, please ensure you have registered the required pathmap entries as described in the profiles article.

Cheers,

Kenn Hussey

Eclipse UML2 Project Lead
Rational Software, IBM Software Group

770 Palladium Drive
Kanata, Ontario, K2V 1C8

T: (613) 599-3980  F: (613) 599-3912



Serbanescu Diana <diana.serbanescu@xxxxxxxxx>
Sent by: uml2-dev-bounces@xxxxxxxxxxx

06/27/2005 12:22 PM

Please respond to
Serbanescu Diana and "This mailing list is used to discuss the development issues for the  UML2 project. "

To
uml2-dev@xxxxxxxxxxx
cc
Subject
[uml2-dev] Fwd: exception : unknown protocol: pathmap





---------- Forwarded message ----------
From: Serbanescu Diana <diana.serbanescu@xxxxxxxxx>
Date: Jun 27, 2005 6:22 PM
Subject: exception : unknown protocol: pathmap
To: uml2-dev-request@xxxxxxxxxxx


Hi,
I am developing a project using the uml2 1.0.1 and emf 1.0.2 API and I
get the following exception when I try to get a primitive type from
the UML2PrimitiveTypes.library.uml2:

"unknown protocol: pathmap
Wrapped exception
java.net.MalformedURLException: unknown protocol: pathmap
       at java.net.URL.<init>(URL.java:544)
       at java.net.URL.<init>(URL.java:434)
       at java.net.URL.<init>(URL.java:383)
       at org.eclipse.emf.ecore.resource.impl.URIConverterImpl.createURLInputStream(URIConverterImpl.java:468)
       at org.eclipse.emf.ecore.resource.impl.URIConverterImpl.createInputStream(URIConverterImpl.java:408)
       at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:738)
       at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
       at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
       at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
       at uml2.Helper.load(Helper.java:89)
       at uml2.U2TP_Profile.importPrimitiveType(U2TP_Profile.java:50)
       at uml2.U2TP_Profile.main(U2TP_Profile.java:280)
Wrapped by..."

Can you help me with this? I have also made a little project with the
sources from the tutorial where you explain how to create profiles,
and I get the same exception. Do I need to include some jar file?

Thanks a lot!

Serbanescu Diana
_______________________________________________
uml2-dev mailing list
uml2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/uml2-dev


Back to the top