[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-10-17 Thread flindet
It's been a while, but yeah, setting that parameter solved the problem. It would be nice if this was done automatically until the issue with GNU/Linux and IPv6 was resolved, but documentation is better than nothing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-17 Thread flindet
No, I'm mistaken. I'm sorry. I must have noticed that permission problem earlier and corrected it. And didn't notice that my exception had changed. I apologize. It looks like I'm currently troubleshooting the following: 2007-07-17 09:18:30,935 ERROR [org.apache.catalina.connector.Connector]

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-17 Thread flindet
Hmmm... appears to be something else in my case. Unless I'm misunderstanding you... [EMAIL PROTECTED]:/usr/local/jboss-eap-4.2/jboss-as/server/dojesb> ls -l | total 36 | drwxrwxr-x 4 jboss dojesb 4096 2007-07-10 14:41 conf/ | drwxrwxr-x 6 jboss dojesb 4096 2007-07-10 15:22 data/ | drwx

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-11 Thread flindet
Max, Thanks for creating the JIRA entry. I'm adding the VM argument to the JBoss AS launcher. I've opened a JBoss Server View provided by JBoss Tools. I right-click on my server, edit launch configuration, then add the option to the VM arguments tab. This got me past the IPv6 issue, but the

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-11 Thread flindet
Oh, well, the mystery is solved regarding why I only have to do the IPv4 trick in Eclipse. In run.sh there is: # Force IPv4 on Linux systems since IPv6 doesn't work correctly with jdk5 and lower | if [ "$linux" = "true" ]; then |JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true" |

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-11 Thread flindet
Okay, I've found the wiki entry explaining issues with IPv6 on GNU/Linux. http://wiki.jboss.org/wiki/Wiki.jsp?page=IPv6 I don't know why I'm not seeing this when starting from the command line and only when starting from Eclipse, but adding the following to my VM arguments in Eclipse did seem t

[jboss-user] [JBoss Tools (users)] - Re: Upgrade to last nightly build - HOW

2007-07-11 Thread flindet
Err... I did give you bad advice. Do not do what I've done. I have tons of different builds in my eclipse/plugins directory. That's surely a nasty thing! If there's a wiki, follow that. Otherwise start with a clean Eclipse, or maybe remove the previously nightly plugins before install the ne

[jboss-user] [JBoss Tools (users)] - Re: Upgrade to last nightly build - HOW

2007-07-11 Thread flindet
I've just been unzipping each nightly build in my eclipse directory overwriting the previous nightly and it seems to work properly. I apologize if this is bad advice. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063047#4063047 Reply to the post : http://w

[jboss-user] [JBoss Tools (users)] - Failed to Start JBoss 4.2.0 Application Platform with JBoss

2007-07-10 Thread flindet
Can others confirm problems starting the JBoss 4.2.0 Application Platform (not to be confused with JBoss AS 4.2.0.GA) from JBoss Tools or am I just doing something silly? I created a server based on JBoss 4.2 in Eclipse with JBoss Tools installed from JBossTools-200707100855-nightly-ALL-linux-g

[jboss-user] [JBoss Tools (users)] - Re: Couldn't install eclipse plug-ins

2007-06-29 Thread flindet
Another potential clue: If you install Eclipse 3.3, then install the Europa Discovery features, THEN unzip the JBoss Tools, it seems to get father along. I then see JBoss icons and a Red Hat menu that I hadn't seen previously. I'm able to install Subclipse as well without experiencing the pre

[jboss-user] [JBoss Tools (users)] - Re: Couldn't install eclipse plug-ins

2007-06-29 Thread flindet
In my case I'm using a workspace that was previously used with Eclipse 3.2.2 (stable). Eclipse 3.2.2 had an update site configured for JBoss IDE Beta 2. Could this update site be lingering in my workspace leading to the problem? View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Tools (users)] - Re: Couldn't install eclipse plug-ins

2007-06-29 Thread flindet
I'm having the issue too. So, I've open a JIRA ticket as requested. It can be found here: http://jira.jboss.org/jira/browse/JBIDE-500 Please update the ticket with any additional information you may have. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBossWS] - Re: How Do I See the XML?

2007-04-06 Thread flindet
rmartony, here's what I ended up doing to log my full SOAP message. It's based heavily on the example handlers included with JBossWS. | public class ProtocolHandler extends GenericSOAPHandler | { | /** | * The [EMAIL PROTECTED] Logger} used for writing logging messages. |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem Creating Server Configurations With No Default

2007-03-29 Thread flindet
I've read about those issues, so I've been very careful to create a JBoss, Inc. server configuration. Are you unable to recreate my problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032954#4032954 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Eclipse IDE (users)] - Problem Creating Server Configurations With No Default

2007-03-26 Thread flindet
Forgive me if this was previously reported, but I just wanted to mention that using JBoss IDE Beta 2, there seems to be a problem creating a server configuration if no default configuration is present. If one attempts to do this, you will not be able to click "next" or "finish" in the wizard.

[jboss-user] [JBossWS] - Re: How Do I See the XML?

2007-03-22 Thread flindet
By the way, oskar, I got the handler working. This is very nice. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030712#4030712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030712

[jboss-user] [JBossWS] - Re: How Do I See the XML?

2007-03-22 Thread flindet
Thanks, guys. This is all great advice. I appreciate it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030708#4030708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030708

[jboss-user] [JBossWS] - How Do I See the XML?

2007-03-21 Thread flindet
Hi, I'm new to JBossWS. I'm using JBossWS 1.2.0.SP1, installed into JBoss AS 4.0.5. I've created an SEI Document/Wrapped web service (unless I'm confused). I have unit tests that prove that my web service is working. It's a very simple web service based heavily on the "echo" example included

[jboss-user] [JBoss Seam] - Re: Seam Breaks tag?

2007-03-01 Thread flindet
Ah, okay. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024406#4024406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024406 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss Seam] - Re: Seam Breaks tag?

2007-03-01 Thread flindet
Sorry, the forum broke my HTML. I'm referring to the BR tag with the trailing /, like (BR /) where () is <>. View the source, shows (BR) instead of (BR /), which I expect would not be XHTML compliant. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024401#402

[jboss-user] [JBoss Seam] - Seam Breaks tag?

2007-03-01 Thread flindet
Hi, I'm using Seam 1.2.0.PATCH1. I've put in my own footer in the template.xhtml file taken from seam-gen results. In my custom footer, I put in a few tags. However, when I view the source of my page through Firefox 2.0.0.2, I see my tags as , which I wouldn't expect to be valid XHTML. Forg

[jboss-user] [Clustering/JBoss] - Re: Error reported when disabling clustering on JBoss-4.0.5

2007-01-24 Thread flindet
Hi. I had similar errors trying to configure a clustered JBoss 4.0.5 with EJB3. I came upon this thread when trying to troubleshoot it. I don't know if this will help you or not, but in case others find this thread, in my case it turned out that I forgot to copy over and configure the mysql-j

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is happening to JBoss IDE 2.0 ???

2007-01-04 Thread flindet
I know this isn't a huge help, but I thought I'd mention that I do run JBoss 2.0 Beta 2 with Eclipse under Windows with 1.5.0_10. I just thought it may help slightly to know that it CAN be done. As far as I recall, I didn't do anything interesting to make it run. I just downloaded the bundle

[jboss-user] [JBoss Eclipse IDE (users)] - Adding Source and Javadoc to JBoss-IDE Libraries

2007-01-03 Thread flindet
Hi, Is there any way to add source code and javadoc to the JBoss-IDE provided libraries? I'd like to do this because I find the Javadoc access from within Eclipse to be very helpful, and I'd like to be able to walk into the source when debugging applications. To demonstrate my problem, I righ

[jboss-user] [The Lizzard's corner] - Re: Never recieved my certification

2006-10-27 Thread flindet
Try writing [EMAIL PROTECTED] I had a problem where my certificate seemed to have been lost in the mail. When I wrote to that address, they happily sent another one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981360#3981360 Reply to the post : http://