For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 1 reply, 2 voices, and was last updated 21 years, 7 months ago by
Riyad Kalla.
-
AuthorPosts
-
MadestMaxMemberHello there,
I am trying to start resin plug in from inside eclipse on a mac os x. I have set up resin and eclipse without a problem. I have then configured the resin plugin inside eclipse and then created a new project with the new project resin wizard. However when I try to hit the run button to start resin, I get the following error message:
Starting Resin on Tue, 18 Jan 2005 14:58:01 +0000 (GMT)
java.lang.ClassNotFoundException: com.caucho.server.cache.Cache
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at com.caucho.server.resin.ServletServer.createCache(ServletServer.java:444)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.caucho.config.CreateAttributeBuilder.create(CreateAttributeBuilder.java:126)
at com.caucho.config.NodeBuilder.configureChildProperty(NodeBuilder.java:566)
at com.caucho.config.NodeBuilder.configureChild(NodeBuilder.java:516)
at com.caucho.config.NodeBuilder.configure(NodeBuilder.java:446)
at com.caucho.config.NodeBuilder.configure(NodeBuilder.java:349)
at com.caucho.config.NodeBuilder.configure(NodeBuilder.java:308)
at com.caucho.config.NodeBuilder.configureChildProperty(NodeBuilder.java:567)
at com.caucho.config.NodeBuilder.configureChild(NodeBuilder.java:516)
at com.caucho.config.NodeBuilder.configure(NodeBuilder.java:446)
at com.caucho.config.NodeBuilder.configure(NodeBuilder.java:349)
at com.caucho.config.NodeBuilder.configure(NodeBuilder.java:201)
at com.caucho.config.NodeBuilder.configure(NodeBuilder.java:163)
at com.caucho.server.resin.Resin.init(Resin.java:293)
at com.caucho.server.resin.Resin.main(Resin.java:552)
at com.caucho.server.http.ResinServer.main(ResinServer.java:61)
/Applications/eclipse/workspace/test/resin.conf:100: <cache> requires Resin Professional. Please see http://www.caucho.com for Resin Professional information and licensing.and then resin shuts down. Can anybody help me with this?
Would be very helpful!!!Thanks,
Max
January 18, 2005 at 10:11 am #222944
Riyad KallaMemberMax,
Are you using MyEclipse? You said “Resin plugin” and the “New Project Resin wizard” and your stack trace shows no sign of MyEclipse, which leads me to believe you aren’t using MyEclipse and instead some other plugin. Is this correct? -
AuthorPosts
