Chris,

Is there something we can do here? The issue must be in our Ant
integration code somewhere.

FYI, I had fixed the jboss plugin for Maven by adding the following:

    <!-- Construct a URL valid on any OS -->
    <util:file var="jbossfile"
      name="${maven.jboss.build.dir}/${maven.jboss.conf.name}"/>
    <j:set var="jbossurl" value="${jbossfile.toURL()}"/>

(i.e using the File.toURL() API).

Thanks
-Vincent

> -----Original Message-----
> From: Theunis de Jongh [mailto:[EMAIL PROTECTED]
> Sent: 19 June 2003 19:27
> To: [EMAIL PROTECTED]
> Subject: [Cactus plugin] Failing to start JBoss
> 
> Hi,
> 
> I am running Maven 1.0-beta-10-SNAPSHOT, updated from CVS on
18-06-2003.
> I am currently encountering an error with the Cactus plugin, version
3.0-
> SNAPSHOT.
> 
> When I run the goal "cactus:test", the plugin fails to start the JBoss
> 3.2.1 container. The following is a selection from the output produced
in
> the file "jboss3x.out" :
> 
>
========================================================================
=
> 19:09:19,878 INFO  [Server] Starting General Purpose Architecture
(GPA)...
> 19:09:22,929 INFO  [ServerInfo] Java version: 1.4.1_01,Sun
Microsystems
> Inc.
> <snip>
> 19:09:23,440 INFO  [Server] Core system initialized
> 19:09:23,463 ERROR [Server] Failed to start
> org.jboss.deployment.DeploymentException: url
> file://jboss/server/default/conf/jbossFailed to boot
JBoss:-service.xml
> could not be opened, does it exist?
>       at
> org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:162)
>       at org
> org.jboss.deployment.DeploymentException: url
> file://jboss/server/default/conf/jboss-service.xml could not be
opened,
> does it e.jboss.deployment.MainDeployer.deploy(MainDeployer.java:612)
>       at
> org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)xist?
>       at
>
========================================================================
==
> 
> I think the problem lies in the URL definition. When I type the URL
> "file://jboss/server" in a Mozilla 1.3 address bar, an error message
pops
> up, stating that the file "/server" can not be found.
> 
> However, if I type the URL as "file:///jboss/server", the browser
resolves
> the location correctly.
> 
> The directory does definitely exist, and all permissions are in order.
> The operating system is Mandrake 9.1. JBoss starts up without problems
> when run standalone.
> 
> Any help appreciated.
> 
> Kind regards,
> 
> --
> Theunis de Jongh
> EPI-USE Systems (Pty) Ltd.           "We make you shine!"
> http://www.epiuse.com
> mailto:[EMAIL PROTECTED]
> switchboard : (012) 368-8400
> direct line : (012) 368-8481
> fax         : (012) 348-2709
> cell        : (082) 653 1535
> 
> This message may contain information that is proprietary or
confidential
> and is intended only for the addressee named above.  If you are not
the
> addressee or authorized to receive this message for the addressee, you
> may not use, copy or disclose to anyone this message or its contents.
> If you have received this message in error, please notify me
immediately
> and permanently destroy any copies you may have.
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to