Hi all,

My name is Brian, I'm new to the list, just getting started with JBoss, but was 
fortunate enough to go to the JBoss Internals training in SF with Marc and Dain.  If 
any of you are fortunate enough to make the time and energy for either of the next two 
sessions -- GO!  It was awesome!

Anyway, I'm trying to get an EAR file together for JBoss 3.0RC2 and I'm getting a 
really odd error when deploying it.  The WAR file and EJB JAR deploy just fine 
individually, but the whole thing as a bundle gives a really strange error:

ERROR [EARDeployer] 
    Error in init step of ear deployment
ERROR [STDERR] 
    java.lang.IllegalArgumentException: InputStream cannot be null
ERROR [STDERR]     
    at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:82)
ERROR [STDERR]     
    at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:260)
ERROR [STDERR]     
    at org.jboss.deployment.EARDeployer.init(EARDeployer.java:101)
ERROR [STDERR]     
    at org.jboss.deployment.MainDeployer.init(MainDeployer.java:570)
ERROR [STDERR]     
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:515)
<snip/>

Hopefully this hasn't been covered ad nauseum already or is RTFM, but I had a tough 
time searching the archives -- didn't it used to be possible to search GeoCrawler 
archives?  Or are they relying on search engines now?

Here is my application.xml:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN' 
'http://java.sun.com/j2ee/dtds/application_1_2.dtd'>
<application>
        <display-name>
                Samples
        </display-name>
        <description>
                Sample application for XDoclet
        </description>
        <module>
                <ejb>
                        samples-ejb.jar
                </ejb>
        </module>
        <module>
                <web>
                        <web-uri>
                                samples-web.war
                        </web-uri>
                        <context-root>
                                /samples
                        </context-root>
                </web>
        </module>
</application>

*********************
Any ideas appreciated, thanks!!

:B
_________________________________________________________ 
If you have some ice cream, I will give it to you. 
If you have no ice cream, I will take it away from you. 
         - Ice Cream Koan

_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to