[SourceJammer-users] Re: Tomcat OK
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ya...> - 2002-03-06 21:20:44
|
Hi, Daniele. This sounds like two separate errors. I'll tackle the second error first. The "no class def found" error means that your classpath is set up wrong for some reason. I think you may be using one of the beta versions of the Linux client installation. If so, you may want to download the latest 1.1.0 linux client. Anyway, look at your sj_gui file (using vi or some other text editor). mail.jar needs to be in the classpath somewhere. The mail.jar file should be in the same location as activation.jar, soap.jar, and xerces.jar. If mail.jar is missing from the classpath, add it. Otherwise, make sure that the path is correct. As for the first error, can you please give me more information? Did the server print out a detailed error message? If so, could you send it to me? Have you been able to work with the SourceJammer server before now from a different machine? Did you create an archive, add files, etc.? If so, can you access the archive OK from the other machine? Thanks. --Rob --- "dan...@a-..." <dan...@a-...> wrote: > Hello Robert > > I have new troubles with sourcejammer. > I didn-t touch the server configuration, which was > working OK, but now > when I try to connect to an archive I get a proble: > Unable to obtain the requested node.... > This happens on the same machine, where I installed > both server and > client. > > Other problem: > I installed a client on a remote machine, on a linux > machine, and when I > work with the sj_client I get the same message: > Unable to obtain a lock > on the requested node. > If I use the sj_gui it looks even worse: > > Exception occurred during event dispatching: > java.lang.NoClassDefFoundError: > javax/mail/MessagingException > at > org.apache.soap.encoding.SOAPMappingRegistry.<clinit>(SOAPMappingRegistry.java:104) > at > org.sourcejammer.client.SOAPPortal.<init>(SOAPPortal.java:97) > at > org.sourcejammer.client.gui.CommandCentral.setServerURL(CommandCentral.java:150) > at > org.sourcejammer.client.gui.dialog.ListArchivesDialog$1.actionPerformed(ListArchivesDialog.java:92) > at > javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450) > at > javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504) > at > javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378) > at > javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250) > at > javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216) > at > java.awt.Component.processMouseEvent(Component.java:3715) > at > java.awt.Component.processEvent(Component.java:3544) > at > java.awt.Container.processEvent(Container.java:1164) > at > java.awt.Component.dispatchEventImpl(Component.java:2593) > at > java.awt.Container.dispatchEventImpl(Container.java:1213) > at > java.awt.Component.dispatchEvent(Component.java:2497) > at > java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451) > at > java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216) > at > java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125) > at > java.awt.Container.dispatchEventImpl(Container.java:1200) > at > java.awt.Window.dispatchEventImpl(Window.java:914) > at > java.awt.Component.dispatchEvent(Component.java:2497) > at > java.awt.EventQueue.dispatchEvent(EventQueue.java:339) > at > java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131) > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) > at > java.awt.EventDispatchThread.run(EventDispatchThread.java:85) > > I-m using jre1.3.1, as it is suggested in the SJ > documentation, but it > seems I didn-t set everything in the right way. > Can you suggest me something? > Thanks a lot. > > Daniele > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |