A:
Alloy 2020 has both a standalone license file (.LIC) and a license key
you can see the signature as a little blurb in the license file itself.
You can also find a list of files here:
I'm not sure if Solid Edge has a similar format, I never had to use it.
UPDATE: AFAIK
Alloy 2020 is a completely separate app from Solid Edge, they have a licence key file but it's completely different than Solid Edge's licence file.
Q:
Mule server not starting
I am running Mule 3.3.0 CE and trying to start Mule Server from eclipse. I've just installed Mule and I keep getting the following error:
SEVERE: Exception while loading the app
java.lang.IllegalArgumentException: The type java.util.Collection cannot be resolved. It is indirectly referenced from required.class files
at org.mule.module.launcher.application.DefaultMuleApplication.initConfigContext(DefaultMuleApplication.java:310)
at org.mule.module.launcher.application.DefaultMuleApplication.init(DefaultMuleApplication.java:294)
at org.mule.module.launcher.application.ApplicationWrapper.init(ApplicationWrapper.java:59)
at org.mule.module.launcher.DefaultMuleDeployer.deploy(DefaultMuleDeployer.java:46)
at org.mule.tooling.server.internal.nodes.lifecycle.MuleServerLifecycleManager.deploy(MuleServerLifecycleManager.java:187)
at org.mule.tooling.server.internal.nodes.lifecycle.MuleServerLifecycleManager.access$300(MuleServerLifecycleManager.java:45)
at org.mule.tooling.server.internal.nodes.lifecycle.MuleServerLifecycleManager$1$1.run(MuleServerLifecycleManager.java:111)
at java.lang.Thread.run(Thread.java:744)
Is there some dependency I have missed or is this a bug in Mule?
This is the message I get when starting mule: ac619d1d87
Related links:
Comments