Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Component Architecture (SCA) Tools » Deploying issue with FraSCAti 1.3
Deploying issue with FraSCAti 1.3 [message #642687] Thu, 02 December 2010 11:04 Go to next message
Mehdi  is currently offline Mehdi Friend
Messages: 1
Registered: December 2010
Junior Member
Hi,
When trying to deploy a composite with FraSCAti 1.3, the following problem occurs:

Deploying helloworld-upnp-server.composite...
java.lang.ClassNotFoundException: org.ow2.frascati.factory.Factory
Undeploying helloworld-upnp-server.composite...
Done.
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301 )
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at org.eclipse.stp.sca.deployment.mains.FrascatiMain1x.main(Fra scatiMain1x.java:31)

It seems that "org.ow2.frascati.factory.Factory" no longer exists in FraSCAti 1.3.
This class was defined in 1.2 and before. FraSCAti 1.3 uses the class "org.ow2.frascati.FraSCAti" (http://mail-archive.ow2.org/frascati/2010-10/msg00001.html).

Regards
Re: Deploying issue with FraSCAti 1.3 [message #643258 is a reply to message #642687] Mon, 06 December 2010 09:48 Go to previous message
Vincent Zurczak is currently offline Vincent ZurczakFriend
Messages: 149
Registered: July 2009
Senior Member

Hi,

Please, fill-in a bug report about this.
Waiting for the next release, you can create your own runner [0].

If I can find a little time after the current refactoring, I'd like to
simplify the deployment mechanism (register predefined deployment
configuration).

Anyway, thanks for reporting it.

Regards,

Vincent.




[ 0 ] :
http://wiki.eclipse.org/SCA/SCA_Component/SCA_Java_Run_and_D ebug_Other


Le 02/12/2010 12:04, Mehdi a écrit :
> Hi,
> When trying to deploy a composite with FraSCAti 1.3, the following
> problem occurs:
>
> Deploying helloworld-upnp-server.composite...
> java.lang.ClassNotFoundException: org.ow2.frascati.factory.Factory
> Undeploying helloworld-upnp-server.composite...
> Done.
> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301 )
> at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:169)
> at org.eclipse.stp.sca.deployment.mains.FrascatiMain1x.main(Fra
> scatiMain1x.java:31)
>
> It seems that "org.ow2.frascati.factory.Factory" no longer exists in
> FraSCAti 1.3.
> This class was defined in 1.2 and before. FraSCAti 1.3 uses the class
> "org.ow2.frascati.FraSCAti"
> (http://mail-archive.ow2.org/frascati/2010-10/msg00001.html).
>
> Regards
Previous Topic:SCA Testing plug-in
Next Topic:Build SCA Tools with Maven
Goto Forum:
  


Current Time: Tue Apr 23 13:21:35 GMT 2024

Powered by FUDForum. Page generated in 0.03013 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top