[JBoss-user] Jboss startup guide - Duke bank on Jboss-4.0.2

2005-08-21 Thread Shashi Kanth Boddula
Hi, I am trying Duke bank application on Jboss-4.0.2 . When i am deploying the  JBossDukesBank.ear  (#ant -f  jboss-build.xml deploy) , i am getting the following error on the server console . Please anybody tell me what is the cau

[JBoss-user] JBoss startup error and WAR deployment strategy

2004-06-17 Thread khalid . chaudhry
Hello All, The set up that my company has in place caters for their two (JBoss) application servers. One is supposed to be a mirror image of the other and should in theory be identical. We have recently had problems with one of the servers and I wanted to run the unusual deployment process past

RE: [JBoss-user] JBOSS startup failure

2002-06-28 Thread Gunther Van Roey
Markov Sent: vrijdag, juni 28, 2002 09:33 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [JBoss-user] JBOSS startup failure Hello All! Can anyone help me please. I cannot start JBoss 3.0 on my box. Having next output: JBoss Bootstrap Environment . JBOSS_HOME: C:\jboss-3.0.0\bin\\.. . JAVA

Re: [JBoss-user] JBOSS startup failure

2002-06-28 Thread Bruce Scharlau
Denis, I couldn't work out which jar would appear to be missing, but that's the obvious place to start looking. The place to find more details (maybe) for errors is also in the log file under server/default/log. I've generally found it very helpful. Bruce At 10:33 AM 6/28/2002 +0300, you wrot

[JBoss-user] JBOSS startup failure

2002-06-28 Thread Denis Markov
Hello All! Can anyone help me please. I cannot start JBoss 3.0 on my box. Having next output: JBoss Bootstrap Environment . JBOSS_HOME: C:\jboss-3.0.0\bin\\.. . JAVA: c:\jdk\bin\java . JAVA_OPTS: -Dprogram.name=run.bat . CLASSPATH: ;c:\jdk\lib\tools.jar;C:\jboss-3.0.0\bin\\run.jar . =

RE: [JBoss-user] jboss startup.......

2001-06-13 Thread marc fleury
remove jboss-auto.jcml as well marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Ferguson, |Doug |Sent: Wednesday, June 13, 2001 9:56 PM |To: '[EMAIL PROTECTED]' |Subject: [JBoss-user] jboss startup... | | |Hi, | |I removed

[JBoss-user] jboss startup.......

2001-06-13 Thread Ferguson, Doug
Hi, I removed Hypersonic, BlackBoxDS, DefaultDX from my jboss.jcml and now my startup ends with the following message and nolonger prints on the startup time... I just wanted to find out what the deal was. [Mail Service] Started [Hypersonic] Starting [Hypersonic] Database started [Hypersoni

Re: [JBoss-user] jboss startup problems postgresql driver

2001-05-15 Thread Michael Bilow
I have a few suggestions. First, if you are not using Hypersonic at all, which appears to be the case, then you should remove the reference to "org.hsql.jdbcDriver" as a JdbcProvider. We had long hangs at the same point you did, depending upon how much memory and CPU power we were throwing at th

Re: [JBoss-user] jboss startup problems postgresql driver

2001-05-15 Thread toby cabot
> What is wrong with my configuration? > name="DefaultDomain:service=XADataSource,name=myWMS"> > We had a similar problem. Try adding a password, even if you don't need one to connect. ___ JBoss-user mailing list [EMAIL PROTECTED] ht

[JBoss-user] jboss startup problems postgresql driver

2001-05-15 Thread Haug Bürger
Hi, my jboss doesn't start propperly, it hangs at [myWMS] Starting [myWMS] XA Connection pool myWMS bound to java:/myWMS I removed the jboss-auto config file and moved the drivers jar-file to lib/ext. I can access the database with isqlview which uses the same driver. I trimmed the jbos.jcml to

[JBoss-user] JBoss startup exception

2001-04-04 Thread Nathan Coast
Hi, I get the exception below when starting JBoss. The server seems to run fine after then. Should I just forget about it and pretend its not there - see no evil? Running jboss-2.1, jre 1.3 on NT4. Cheers Nathan F:\jboss-2.1\bin>run CLASSPATH=.;D:\mysql\lib\mm.mysql-2.0.2-bin.jar;run.jar

Re: [JBoss-user] jboss startup errors

2001-03-29 Thread Christopher Albert
"Anderson, Duncan" wrote: > > Hi, > tried starting the latest binary release of jboss up (java -jar jboss.jar) > and got: > > Exception in thread "main" [default] > javax.xml.parsers.FactoryConfigurationError: > java.lang.ClassNotFoundException: > org.apache.crimson.jaxp.DocumentBuilderFactoryIm

Re: [JBoss-user] jboss startup errors

2001-03-29 Thread Scott M Stark
Use the run.bat or run.sh scripts to start jboss. The current docs are incorrect. > Hi, > tried starting the latest binary release of jboss up (java -jar jboss.jar) > and got: > > Exception in thread "main" [default] > javax.xml.parsers.FactoryConfigurationError: > java.lang.ClassNotFoundExcept

[JBoss-user] jboss startup errors

2001-03-28 Thread Anderson, Duncan
Hi, tried starting the latest binary release of jboss up (java -jar jboss.jar) and got: Exception in thread "main" [default] javax.xml.parsers.FactoryConfigurationError: java.lang.ClassNotFoundException: org.apache.crimson.jaxp.DocumentBuilderFactoryImpl This was on win-ntI also tried the sa