[JBoss-user] [Installation Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-08 Thread darranl
dhill,

How large is the ear file?

Instead of copying using the IDE what happens if you MOVE the ear by hand into 
deploy?



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3865659#3865659

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865659


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-08 Thread darranl
Gemerally if you are copying a large file (Even on the same partition), every 
byte needs to be copied to the new file - the file appears before the copy is 
complete which is why JBoss is raising an error.

If instead you move the file to a different location on the same partition, 
there is no need for it to be copied byte by byte, instead just the pointer to 
the file is updated so JBoss will be able to read the entire file without 
attempting to read a partly written file.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3865798#3865798

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865798


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-07 Thread dhill
this should tell you the story.

--
2005-02-07 09:42:25,847 DEBUG 
[org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: [EMAIL 
PROTECTED] 
url=file:/home/nnguyen/JBoss/jboss-4.0.1/server/default/deploy/Express.ear, 
deployedLastModified=1107786617000 }
org.jboss.deployment.DeploymentException: No META-INF/application.xml found
at org.jboss.deployment.EARDeployer.init(EARDeployer.java:119)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:828)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:765)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy8.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:305)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:463)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:215)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:194)
2005-02-07 09:42:30,855 DEBUG [org.jboss.deployment.MainDeployer] Starting 
deployment of package: 
file:/home/nnguyen/JBoss/jboss-4.0.1/server/default/deploy/Express.ear
2005-02-07 09:42:30,855 DEBUG [org.jboss.deployment.MainDeployer] Starting 
deployment (init step) of package at: 
file:/home/nnguyen/JBoss/jboss-4.0.1/server/default/deploy/Express.ear
2005-02-07 09:42:30,870 DEBUG [org.jboss.deployment.MainDeployer] Copying 
file:/home/nnguyen/JBoss/jboss-4.0.1/server/default/deploy/Express.ear - 
/home/nnguyen/JBoss/jboss-4.0.1/server/default/tmp/deploy/tmp24538Express.ear
2005-02-07 09:42:31,048 DEBUG [org.jboss.deployment.MainDeployer] using 
deployer [EMAIL PROTECTED]
2005-02-07 09:42:31,048 INFO  [org.jboss.deployment.EARDeployer] Init J2EE 
application: 
file:/home/nnguyen/JBoss/jboss-4.0.1/server/default/deploy/Express.ear
2005-02-07 09:42:31,283 DEBUG [org.jboss.deployment.EARDeployer] Extracted 
deployable content: ExpressPortal.war
2005-02-07 09:42:31,290 DEBUG [org.jboss.deployment.EARDeployer] Extracted 
deployable content: library/ConfigService.jar
2005-02-07 09:42:31,291 DEBUG [org.jboss.deployment.EARDeployer] Extracted 
non-deployable content: META-INF/application.xml
-
thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3865587#3865587

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865587


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-04 Thread dhill
heres the most relevent piece of the stacktrace
15:11:19,771 ERROR [MainDeployer] Could not initialise deployment: file:/home/nn
guyen/JBoss/jboss-4.0.0/server/standard/deploy/myProjectJboss.ear
org.jboss.deployment.DeploymentException: No META-INF/application.xml found
at org.jboss.deployment.EARDeployer.init(EARDeployer.java:119)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:799)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:736)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:709)
at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3865223#3865223

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865223


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-04 Thread [EMAIL PROTECTED]
And the proof that there is a META-INF/application.xml is where?


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3865307#3865307

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865307


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user