Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > JBOSS deployment problem

Reply
Thread Tools

JBOSS deployment problem

 
 
Frank Gerlach
Guest
Posts: n/a
 
      12-15-2004
Hello,
I have trouble deploying a simple application on JBOSS.
This is my *.ear file:

META-INF/
META-INF/MANIFEST.MF
META-INF/application.xml.bak
META-INF/application.xml.backup
META-INF/application.xml
HelloWorld.jar

Helloworld.jar also contains a ejb-jar.xml.

The following log indicates that "No xml files found". Does anybody
know
what to do ? Thanks for your help !

2004-12-16 00:05:46,718 DEBUG [org.jboss.deployment.JARDeployer] No
xml files found
2004-12-16 00:05:46,718 DEBUG [org.jboss.deployment.MainDeployer] No
deployer found for url:
file:/C:/franksordner/dev/jboss-3.2.7RC1/server/minimal/deploy/HelloWorld.ear
2004-12-16 00:05:46,718 DEBUG [org.jboss.deployment.MainDeployer]
deployment waiting for deployer:
file:/C:/franksordner/dev/jboss-3.2.7RC1/server/minimal/deploy/HelloWorld.ear
2004-12-16 00:05:46,718 DEBUG [org.jboss.deployment.MainDeployer]
Watching new file: file:/C:/franksordner/dev/jboss-3.2.7RC1/server/minimal/deploy/HelloWorld.ear
2004-12-16 00:05:46,718 DEBUG [org.jboss.deployment.MainDeployer]
Deployment of package:
file:/C:/franksordner/dev/jboss-3.2.7RC1/server/minimal/deploy/HelloWorld.ear
is waiting for an appropriate deployer.
2004-12-16 00:05:46,718 DEBUG
[org.jboss.deployment.scanner.URLDeploymentScanner] Watch URL for:
file:/C:/franksordner/dev/jboss-3.2.7RC1/server/minimal/deploy/HelloWorld.ear
-> file:/C:/franksordner/dev/jboss-3.2.7RC1/server/minimal/deploy/HelloWorld.ear
2004-12-16 00:05:46,728 ERROR
[org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete
Deployment listing:
Packages waiting for a deployer:
org.jboss.deployment.DeploymentInfo@d6781bc5 {
url=file:/C:/franksordner/dev/jboss-3.2.7RC1/server/minimal/deploy/HelloWorld.ear
}
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/franksordner/dev/jboss-3.2.7RC1/server/minimal/deploy/HelloWorld.ear
lastDeployed: 1103151946718
lastModified: 1103151948000
mbeans:

Incompletely deployed packages:
org.jboss.deployment.DeploymentInfo@d6781bc5 {
url=file:/C:/franksordner/dev/jboss-3.2.7RC1/server/minimal/deploy/HelloWorld.ear
}
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/franksordner/dev/jboss-3.2.7RC1/server/minimal/deploy/HelloWorld.ear
lastDeployed: 1103151946718
lastModified: 1103151948000
mbeans:
 
Reply With Quote
 
 
 
 
Sudsy
Guest
Posts: n/a
 
      12-16-2004
Frank Gerlach wrote:
> Hello,
> I have trouble deploying a simple application on JBOSS.

<snip>

Have you tried the JBoss forums? You could start at this URL:
<http://www.jboss.org>
Caveat: My experiences there have been lees than satisfying.
YMMV.
 
Reply With Quote
 
 
 
 
frankgerlach22@gmx.de
Guest
Posts: n/a
 
      12-27-2004
The reasonm for the problem was that I used the Configuration
"minimal",
which is appearantly unable to deploy EJBs. With Configuration
"default"
everything is fine...

 
Reply With Quote
 
frankgerlach22@gmx.de
Guest
Posts: n/a
 
      01-03-2005
The reasonm for the problem was that I used the Configuration
"minimal",
which is appearantly unable to deploy EJBs. With Configuration
"default"
everything is fine...

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Application in JBoss Portal on Liferay JBoss LprzemekL Java 0 04-10-2008 12:03 PM
JBoss deployment problem Paresh Java 1 03-20-2007 10:52 PM
Eclipse/Lomboz/JBoss: Cannot Start JBoss (Debug) Server from Eclipse Using Lomboz Plugin Jubz Java 0 05-30-2006 10:24 PM
jboss 4.0.3 jboss portal 2.2.1 han Java 0 05-08-2006 10:35 AM
ear deployment problem on JBoss jay@planettools.com Java 0 09-07-2005 03:23 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57