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