[12:59] Ongavezir2 csunyan beszel. a sorai 1.7%-a tartalmaz csunya szot. [13:57] Team meeting in 5 mintutes === beDrung is now known as bdrung [16:23] hey all, I'm trying to install ejbca on jaunty and as per the install instructions I've done ant bootstrap [16:24] and I keep getting a XDoclet classpath missing J2EE classes error [16:24] just wondering if that means I don't have XDoclet, or I don't have the J2EE classes [16:24] or maybe I'm missing both :) [16:25] I did try installing XDoclet from source using ant, then copying the .jar files to /usr/share/java, but still receive the same error [16:28] sommer, which JDK do you have installed? [16:29] sommer: sounds like "xdoclet uses a specific classpath, and the J2EE classes are not part of it" [16:29] sun-java5-jdk [16:29] ttx: where are the j2ee classes? [16:30] persia: I also have openjdk-6-jdk [16:30] also being in /usr/share/java doesn't magically make it part of any classpath, unless /they/ include /usr/share/java/* (which they shouldn't) [16:30] sommer: no clue. Depends on what it means by "J2EE classes" [16:30] ttx: ah, should I set the classpath in the build.xml somewhere? [16:30] maybe glassfish-j2ee ? [16:31] the classpath needs to be rebuilt yes. [16:31] either provided as the JVM classpath or as a few build.xml items [16:32] sommer: you're doing a debian package ? Or just building it ? [16:32] ttx: just trying to build it... I didn't find a package [16:33] ttx: thought I might try to package it for karmic, but wanted to try and determine the difficulty level :) [16:33] I'd try to add to system classpath whatever they mean by "J2EE classes" (try glassfish-j2ee first) and call ant with that [16:34] ttx: is glassfish-j2ee a package? [16:34] hhhm, it should be [16:35] I only see glassfishv2, and some others... I have glassfish installed and working from what I can tell by the admin web interface [16:36] glassfish-javaee, sorry [16:37] sommer: good luck ;) [16:37] ttx: ah, didn't have that one [16:38] it provides some javax. stuff related to JavaEE [16:38] which might be what your error is complaining about. [18:25] hi [18:25] is this the right place to discuss about tomcat application server ? [18:26] Kaushal: do you want to discuss something about tomcat and ubuntu? [18:26] yeah [18:26] this is a channel about supporting java usage on ubuntu [18:26] works up? [18:26] I use tomcat 5.5 on ubuntu (8.04) so I might be able to help [18:27] great [18:27] I have uploaded a WAR on ubuntu 8.04 using tomcat-5.5.25 [18:27] the issue is that i dont see any logging in catalina.out file [18:28] do this in your shell [18:28] ps aux | grep tomcat [18:28] do you know that tomcat is running? [18:28] yes [18:28] that should help you verify if it is [18:28] it shows up [18:28] https://bugs.launchpad.net/ubuntu/+source/tomcat5.5/+bug/303058 [18:28] Ubuntu bug 303058 in tomcat5.5 "default tomcat install should log to catalina.out (dup-of: 277508)" [Undecided,Incomplete] [18:28] Ubuntu bug 277508 in tomcat5.5 "tomcat cannot configure use of syslog" [Wishlist,Confirmed] [18:29] do you have some servlet or page that outputs to catalina.out [18:29] second - reading bug [18:29] when i use the package from apache tomcat website [18:29] it works fine [18:30] but when i use the packaged Ubuntu version it does not work [18:30] ya - I don't use apt-get or synaptic [18:30] my installs were via wget of a tarball [18:30] extract, etc [18:31] would that be an option for you? [18:31] just pull down a package/tarball from apache? [18:31] lenards, yeah it works fine [18:31] if it's for a live site - I could see wanting the updates [18:32] but i was curious to know why the Ubuntu Tomcat package does not work [18:32] but, tomcat isn't having lots of releases (or maybe I just don't pay attention) [18:32] I was having issue with tomcat 5.5.25 on Ubuntu Server 8.04 [18:33] Kaushal: well, I don't have a good background in ubuntu packaging ... there's a bug - it seems to be an issue that people want resolved... it is logging, but to syslog [18:33] maybe someone else has something to chime in w/ - but the reason why is beyond me [18:33] sorry [19:30] Hi all, Im having a issue getting eclipse to run, anyone willing to help? [19:30] malek-rik: what's your issue? [19:31] and what's it say when you enter this into a shell: java -v [19:31] java version "1.6.0_07" [19:31] Java(TM) SE Runtime Environment (build 1.6.0_07-b06) [19:31] Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode) [19:31] When I run it off command line [19:31] it waits for 3 sec, then the shell goes back to waiting for a command [19:32] Im not sure whats up because it doesn't give any errors : / [19:32] what's the eclipse behaviour? [19:32] nothing in the .metadata/.log file in the workspace? [19:34] this sound familiar at all: [19:34] https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/174759 [19:34] Ubuntu bug 174759 in sun-java6 "Eclipse crashes due to jvm crash" [Undecided,Confirmed] [19:37] Im having trouble finding .metadata/.log [19:37] The path should be /path to eclipse/.metadata/.log? [19:37] ls -la [19:37] it would be in your workspace [19:37] so if your workspace is in /home/malek/workspace [19:38] do ls -la /home/malek/workspace/.metadata [19:38] or less /home/malek/workspace/.metadata/.log or use tail -n 75 [19:38] I don't understand what 'workspace' is. Is a folder eclipse should have created or? [19:38] Is it a* [19:38] when you run it from a terminal you don't get any messages [19:39] malek-rik: do you have a workspace folder? do you have an existing eclipse project in a workspace? [19:39] malek-rik: or have you just installed eclipse and you have no existing code at all? [19:40] len: first time with eclipse so I have nothing yet [19:40] len: just un-archived and tried to run the binary [19:40] malek-rik: okay - then you don't have that [19:40] sorry [19:41] anything in syslog? [19:41] did you look at the bug I linked? [19:41] and are you absolutely sure that you downloaded the 64-bit version of eclipse? [19:42] if you're running the 32-bit on a 64-bit JVM it'll produce "undefined behaviour"