Re: [JBoss-user] Deploy Problem

2001-05-12 Thread David . Wade
First off switch to a 1.3JDK. > Hi, > > I tried to Deploy the sample session bean in Jboss. But i couldnt. Please > help me to solve this problem > > thanks in advance > NewBie > > I am using Windows 2000, JDK 1.2 > > > Server Console Error === > > [J2EE Deployer De

[JBoss-user] Deploy Problem

2001-05-11 Thread i_am_philips
Hi, I tried to Deploy the sample session bean in Jboss. But i couldnt. Please help me to solve this problem thanks in advance NewBie I am using Windows 2000, JDK 1.2 Server Console Error === [J2EE Deployer Default] Starting interest.jar failed! [J2EE Deployer

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
Thanks. -Original Message- From: Jonathan Ackerman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 6:56 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Deploy problem on Solaris. Fine on NT Hi Patrick, Name of the JAR file does not matter. Check that your .

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Jonathan Ackerman
does not have any database dependencies etc..) Jonathan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 21 March 2001 11:24 a.m. To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Deploy problem on Solaris. Fine on NT Hi, Jonathan I took all of the

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
ROTECTED]] Sent: Tuesday, March 20, 2001 6:02 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Deploy problem on Solaris. Fine on NT Have you double checked the case of your file names & class names ? I've come across a similar problem before with moving code from NT to Solari

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Jonathan Ackerman
21 March 2001 10:32 a.m. To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Deploy problem on Solaris. Fine on NT I just took all of the classes I compliled and JARred on Solaris and deployed them on 2.0 FINAL on NT. No problems. The problem arises when I try to deploy the JAR file on Solaris 2.6 2.0

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 2:34 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [JBoss-user] Deploy problem on Solaris. Fine on NT Nope. I also recompiled all the classes on Solaris. Same problem. -Original

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
Nope. I also recompiled all the classes on Solaris. Same problem. -Original Message- From: Alexander Kogan To: [EMAIL PROTECTED] Sent: 3/20/01 1:59 PM Subject: Re: [JBoss-user] Deploy problem on Solaris. Fine on NT Just a wild guess: is it possible that your jar-file has been

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
at org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:358) [Auto deploy] at org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:221) [Auto deploy] at java.lang.Thread.run(Thread.java:484) -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 3/20/01 11:57 AM Subject: [JBoss-user] Deploy probl

Re: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Alexander Kogan
Just a wild guess: is it possible that your jar-file has been converted as an ascii-file when you transfer it from NT to Solaris? [EMAIL PROTECTED] wrote: > > Hello, > > I'm having a problem deploying an application on jBOSS 2.0 FINAL on Solaris > 2.6. I created an EJB application that deploy

[JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
Hello, I'm having a problem deploying an application on jBOSS 2.0 FINAL on Solaris 2.6. I created an EJB application that deploys and runs perfectly on jBOSS 2.0 FINAL on Windows NT 4.0. When I take the same JAR file and try to deploy it on Solaris 2.6, I get a javax.management.RuntimeErrorExcept