Re: Running Barracuda Config
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Dario, What version of Barracuda are you using? I've never actually tested Barracuda on Enhydra5. Barracuda-1.1.1 did ship with Enhydra 5, but I didn't test it and I don't know if the Enhydra developers did either? If you haven't done so, I'd try with the latest CVS. It should be released as version 1.2.0 early next week so it is mostly in its final state. It would be good to verify that it runs under the latest Enhydra5. It would be great if you could help out in verifying that. I'm a bit in the dark about what Enhydra5 (or 5.1beta7) consists of. What version of Tomcat does Enhydra5 use? If it uses anything previous to Tomcat4 internally, then Enhydra5 probably doesn't support servlet-2.3. If that is the case, double check your web.xml to make sure that any <listener> elements are commented out. Also, you might need to modify the DTD to be for servlet-2.2 rather than servlet-2.3....and you'll need to uncomment the Also, can you verify that both barracuda-admin.jar and barracuda-config.jar exist in WEB-INF/lib. Actually, if you are using the latest Barracuda CVS, you should have 17 jars (or 18 if you built the optional contrib jar) in WEB-INF/lib after the build is finished. You might just want to run "ant war" to create the .war file. This will get everything in there. Then you can deploy that .war to enhydra5. Let me know what you find. Oh, here's the appropriate links that you will need to read about getting the latest CVS...and you probably also should subscribe to the BarracudaMVC mailing list so that you can follow this thread. http://www.barracudamvc.org/Barracuda/docs/cvs.html http://barracudamvc.org/lists/listinfo/barracuda Also, here's a doc showing how to build and deploy Barracuda. The focus is on using Tomcat-4.1.xx for deployment... http://www.barracudamvc.org/Barracuda/docs/build_deploy.html Jake At 06:41 PM 5/17/2003 -0300, Darío E. Salischiker wrote: >Hi, > >I'm trying to run Barracuda Config under Enhydra 5.1.7 and I'm getting the >following error page: >-------------------------- >Beep-beep-beep! We're sorry your call did not go through. Will you please >hang up and try your call again... > >If you received this message, it indicates that either GetBConfig is not a >valid event OR the system is misconfigured. If you feel there is a problem >with the system please contact the application administrator... > >The base event that triggered this action >was:org.enhydra.barracuda.core.event.HttpRequestEvent@d507e9 >Source:org.enhydra.barracuda.examples.SampleApplicationGateway@55bb93 >------------------------- >In main.log I have: >7741 [Wrapper-Connection] WARN >org.enhydra.barracuda.core.event.DefaultApplicationAssembler - Error >instantiating event gateway: >java.lang.ClassNotFoundException: org.enhydra.barracuda.admin.BarracudaAdmin > at java.net.URLClassLoader$1.run(URLClassLoader.java:198) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:186) >... >... >... >606937 [Thread-86] ERROR >rg.enhydra.barracuda.core.event.ApplicationGateway - Class GetBConfig not >found...Creating a generic HttpRequestEvent > > >I've installed Barracuda as a WAR with the Is invoker Enabled option >enabled. Also I've compiled Barracuda with "ant clean jars". Barracuda local >site is running but I can't get Barracuda Config running. >Any help will be appreciated. > >TIA, >Dario > >_______________________________________________ >Barracuda mailing list >[email protected] >http://barracudamvc.org/lists/listinfo/barracuda