[jboss-user] [Installation, Configuration Deployment] - Problem configuring service jboss:service=Scheduler

2007-01-29 Thread sonoerin
Using JBoss 4.0.2 on OS X (10.4.8) with mySQL: I see this error on server startup and I haven't been able to find an answer. Has anyone seen this error before and maybe tell me what might be causing it? 18:09:15,554 INFO [ServiceConfigurator] Problem configuring service

[jboss-user] [Security JAAS/JBoss] - untrusted server cert chain - Please Help!

2006-12-04 Thread sonoerin
Not sure if this is the correct forum, but I really need some help with this and it seemed logical. I have an existing application running on JBoss (not sure what version, but I am guessing 3.x) that connects to a third party server via SSL. The third party certificate recently expired. They

[jboss-user] [JBoss Eclipse IDE (users)] - Re: does this thing work with Mac OS X?

2006-11-17 Thread sonoerin
Thank you for the response. I should have clarified by standard Eclipse poject I mean it does have EJB, and two WAR's. It has a directory structure: - src -all java code - config - test - webapps --webapp1 --webapp2 In other IDE (such as myEclipse) they want this broken out into many

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide / eclipse 3.2.1 bug?

2006-11-16 Thread sonoerin
I am having similar issues. I am running Eclipse 3.2 on OS X and nothing happens when I try to configure the JBoss 4.0.2 server inside Eclipse. Do I need to re-create my project as a JBoss application -it's just a standard application now, no XDoclet, and everything is build using ANT. View

[jboss-user] [JBoss Eclipse IDE (users)] - does this thing work with Mac OS X?

2006-11-16 Thread sonoerin
I have installed/uninstalled/reinstalled the JBoss-IDE plugin several times as the online documentation called for. When restarting Eclipse and then selecting Run | Debug I get a screen asking me to provide the projects that will be used. The list is null, so I can only assume the plugin

[jboss-user] [JBoss Eclipse IDE (users)] - will this work for all projects?

2006-11-13 Thread sonoerin
I have an existing project wiht this format: project/ -\src (including EJB) -\webapp\ --\webapp1 --\webapp2 My project is pretty old, so it doesn't use XDoclet, will that matter for using the JBoss IDE plugin? View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - setting up debugger

2006-11-13 Thread sonoerin
On both OS X and Ubuntu with Eclipse 3.2: I used the Eclipse software update utility to install the JBoss IDE per the directions. When I try to set up the debugger (as per the instructions on the download page), I right click the JBoss 4.0.x icon and select new nothing happens. According to

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Class Loader issues?

2006-11-06 Thread sonoerin
Newbie Question about running an EJB/Struts application on Jboss 4.0.2. I have a EAR file that has this struture: default.ear - default.war -Struts application - admin.war - Struts application -project.jar - contains ValueBean.class and all java classes -project-ejb.jar - commons-xxx.jar

[jboss-user] [Installation, Configuration Deployment] - MBeans waiting for other MBeans

2006-10-29 Thread sonoerin
I am seeing this error when I start up my application (JBoss 4.0.2, OS 10.4.8, mySQL): ObjectName: jboss:service=Scheduler State: FAILED Reason: org.jboss.deployment.DeploymentException: Exception setting attribute [EMAIL PROTECTED] on mbean jboss:service=Scheduler; - nested throwable:

[jboss-user] [Installation, Configuration Deployment] - Re: unable to connect to db

2006-10-26 Thread sonoerin
That did it, I have no idea why it will accept a name, and not an IP and then throw a NumberException. But it appears to be working now - thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980988#3980988 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - unable to connect to db

2006-10-25 Thread sonoerin
I am unable to get my app to connect to a running instance of mySQL. I can connect to it via Eclipse IDE using a URL: jdbc:mysql://localhost:3306/mydb But in my mysql-ds.xml file I have this: local-tx-datasource jndi-nameMySqlDS/jndi-name

[jboss-user] [Installation, Configuration Deployment] - Re: unable to connect to db

2006-10-25 Thread sonoerin
I should say that I am on OS 10.4.8 running JDK1.5 with JBoss-4.0.2 and the mysql db is running locally. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980900#3980900 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980900

[jboss-user] [Beginners Corner] - version differences

2006-10-23 Thread sonoerin
I have inherited a JBoss application that was originally using Tomcat for the Struts part, and directing to JBoss (not sure what version) for the EJB work. I see that if I use JBoss 4.0.2, Tomcat is bundled with, and avoiding a configuration step for me. Here is the existing structure: The