|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
agila -> maven : problem when...Hello,
Could anybody help me about some troubles I encountered when I tried to run: 'maven buildall' on an Ubuntu 6 os, in my way installing Agila? I received the following terrible message: ********************************************************************** clasie@ubuntu:~/agila/trunk/modules/bpel$ maven buildall __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Tag library requested that is not present: 'maven' in plugin: 'null' Starting the reactor... Our processing order: Agila Common Agila Engine Common Agila Engine Client Agila User/Group/Role Manager Agila WorkList Manager Agila Engine Agila Deployer Agila Distro Agila Web Services Agila Web Applications +---------------------------------------- | Building Agila Common | Memory: 3M/6M +---------------------------------------- Tag library requested that is not present: 'maven' in plugin: 'null' build:start: buildall: build:start: clean:clean: [delete] Deleting directory /home/clasie/agila/trunk/modules/bpel/common/target Tag library requested that is not present: 'maven' in plugin: 'null' clean: buildmodule: java:prepare-filesystem: [mkdir] Created dir: /home/clasie/agila/trunk/modules/bpel/common/target/classes java:compile: [copy] Copying 1 file to /home/clasie/agila/trunk/modules/bpel/common/target/classes [echo] Compiling to /home/clasie/agila/trunk/modules/bpel/./common/target/classes [echo] ========================================================== NOTE: Targetting JVM 1.5, classes will not run on earlier JVMs ========================================================== [javac] Compiling 12 source files to /home/clasie/agila/trunk/modules/bpel/common/target/classes error: error reading /home/clasie/.maven/repository/jboss/jars/jboss-aop-1.0b2.jar; error in opening zip file /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:18: package org.jboss.aop.advice does not exist import org.jboss.aop.advice.Interceptor; ^ /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:19: package org.jboss.aop.joinpoint does not exist import org.jboss.aop.joinpoint.Invocation; ^ /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:20: package org.jboss.aop.joinpoint does not exist import org.jboss.aop.joinpoint.MethodInvocation; ^ /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:28: cannot find symbol symbol: class Interceptor public class LoggingInterceptor implements Interceptor { ^ /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:36: cannot find symbol symbol : class Invocation location: class org.apache.agila.bpel.common.aspect.LoggingInterceptor public Object invoke(Invocation invocation) throws Throwable { ^ /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:37: cannot find symbol symbol : class MethodInvocation location: class org.apache.agila.bpel.common.aspect.LoggingInterceptor MethodInvocation mi = (MethodInvocation) invocation; ^ /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:37: cannot find symbol symbol : class MethodInvocation location: class org.apache.agila.bpel.common.aspect.LoggingInterceptor MethodInvocation mi = (MethodInvocation) invocation; ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 8 errors BUILD FAILED File...... /home/clasie/agila/trunk/modules/bpel/maven.xml Element... maven:reactor Line...... 16 Column.... 78 Unable to obtain goal [buildmodule] -- /home/clasie/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:48: <ant:javac> Compile failed; see the compiler error output for details. Total time: 27 seconds Finished at: Wed Sep 27 15:55:10 CEST 2006 ***************************************************************************************** Many thanks for any help. Claude charles_magnes@... |
|
|
Re: agila -> maven : problem when...L.S.,
It seems as though /home/clasie/.maven/repository/jboss/jars/jboss-aop-1.0b2.jar was downlaoded incorrectly. You could try to delete the file and restart maven, hoping it would download a working version of this file. However, about a month ago, there was a vote on this mailing list to retire the Agila project (have a look at http://mail-archives.apache.org/mod_mbox/incubator-agila-dev/200608.mbox/browser). There appears to be no more activity on this project. There is another project in the incubator that is called Ode, which is being very actively developed. I would suggest taking a look at that project to see if it meets your requirements. Regards, Gert Vanthienen gert@... charles_magnes@... wrote: > Hello, > Could anybody help me about some troubles I encountered when I tried to run: > 'maven buildall' on an Ubuntu 6 os, in my way installing Agila? > > I received the following terrible message: > > ********************************************************************** > clasie@ubuntu:~/agila/trunk/modules/bpel$ maven buildall > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 > > Tag library requested that is not present: 'maven' in plugin: 'null' > Starting the reactor... > Our processing order: > Agila Common > Agila Engine Common > Agila Engine Client > Agila User/Group/Role Manager > Agila WorkList Manager > Agila Engine > Agila Deployer > Agila Distro > Agila Web Services > Agila Web Applications > +---------------------------------------- > | Building Agila Common > | Memory: 3M/6M > +---------------------------------------- > Tag library requested that is not present: 'maven' in plugin: 'null' > build:start: > > buildall: > build:start: > > clean:clean: > [delete] Deleting directory /home/clasie/agila/trunk/modules/bpel/common/target > Tag library requested that is not present: 'maven' in plugin: 'null' > > clean: > > buildmodule: > java:prepare-filesystem: > [mkdir] Created dir: /home/clasie/agila/trunk/modules/bpel/common/target/classes > > java:compile: > [copy] Copying 1 file to /home/clasie/agila/trunk/modules/bpel/common/target/classes > [echo] Compiling to /home/clasie/agila/trunk/modules/bpel/./common/target/classes > [echo] > ========================================================== > > NOTE: Targetting JVM 1.5, classes > will not run on earlier JVMs > > ========================================================== > > [javac] Compiling 12 source files to /home/clasie/agila/trunk/modules/bpel/common/target/classes > error: error reading /home/clasie/.maven/repository/jboss/jars/jboss-aop-1.0b2.jar; error in opening zip file > /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:18: package org.jboss.aop.advice does not exist > import org.jboss.aop.advice.Interceptor; > ^ > /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:19: package org.jboss.aop.joinpoint does not exist > import org.jboss.aop.joinpoint.Invocation; > ^ > /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:20: package org.jboss.aop.joinpoint does not exist > import org.jboss.aop.joinpoint.MethodInvocation; > ^ > /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:28: cannot find symbol > symbol: class Interceptor > public class LoggingInterceptor implements Interceptor { > ^ > /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:36: cannot find symbol > symbol : class Invocation > location: class org.apache.agila.bpel.common.aspect.LoggingInterceptor > public Object invoke(Invocation invocation) throws Throwable { > ^ > /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:37: cannot find symbol > symbol : class MethodInvocation > location: class org.apache.agila.bpel.common.aspect.LoggingInterceptor > MethodInvocation mi = (MethodInvocation) invocation; > ^ > /home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:37: cannot find symbol > symbol : class MethodInvocation > location: class org.apache.agila.bpel.common.aspect.LoggingInterceptor > MethodInvocation mi = (MethodInvocation) invocation; > ^ > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > 8 errors > > BUILD FAILED > File...... /home/clasie/agila/trunk/modules/bpel/maven.xml > Element... maven:reactor > Line...... 16 > Column.... 78 > Unable to obtain goal [buildmodule] -- /home/clasie/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:48: <ant:javac> Compile failed; see the compiler error output for details. > Total time: 27 seconds > Finished at: Wed Sep 27 15:55:10 CEST 2006 > ***************************************************************************************** > > Many thanks for any help. > > Claude > charles_magnes@... > > > |
|
|
Re: agila -> maven : problem when...Hello,
Thanks for your reply. De deletion of the ''jboss-aop-1.0b2.jar' file has made no change. But what I'm looking for is just a open and free evironment where to train myself writing BPEL4WS 1.1 code and see if the code is well running. Could Ode provides me for that? If you coul advice me to the right tool to do that I'd be only too happy with that. Kind regards Claude |
|
|
Re: agila -> maven : problem when...Claude,
I'm not sure about the status of Ode at this moment, but I think it is still work in progress (considering the fact that almost all mail activity is on the developers list and only one mail on the users list). It's open, it's free, it compiles (at least on my machine), which is at least one step further than Agila takes you. If you have the time, I can only encourage you to take a look at Ode and perhaps help a hand with documentation/coding. If you're just looking for a (hassle-)free environment to educate yourself, you might want to consider having a look at Intalio's BPMS offering (http://www.intalio.com or http://bpms.intalio.com/index.php). It's free environment, integrated with Eclipse for ease of development, so it will probably be easier to start with. I see they also have tutorials, samples, forums, ... on their website which might support you in your efforts. Hope this helps, Gert Vanthienen gert@... claudebelgique wrote: > Hello, > > Thanks for your reply. > > De deletion of the ''jboss-aop-1.0b2.jar' file has made no change. > > But what I'm looking for is just a open and free evironment where to train > myself writing BPEL4WS 1.1 code and see if the code is well running. Could > Ode provides me for that? > > If you coul advice me to the right tool to do that I'd be only too happy > with that. > > Kind regards > Claude > |
|
|
Re: agila -> maven : problem when...Hi Claude,
Yes, Ode would provide you this. There's even a BPEL compiler that you could use to validate your BPEL files easily using the command line. To learn more about Ode: http://incubator.apache.org/ode/ To build a distribution (producing the compiler, runtime and some additional tools): http://cwiki.apache.org/ODExSITE/getting-ode.html We're currently building our final site and more documentation so forgive us if for now it looks not so well organized. Regards, Matthieu On 9/28/06, claudebelgique <charles_magnes@...> wrote: > > > Hello, > > Thanks for your reply. > > De deletion of the ''jboss-aop-1.0b2.jar' file has made no change. > > But what I'm looking for is just a open and free evironment where to > train > myself writing BPEL4WS 1.1 code and see if the code is well running. Could > Ode provides me for that? > > If you coul advice me to the right tool to do that I'd be only too happy > with that. > > Kind regards > Claude > -- > View this message in context: > http://www.nabble.com/agila--%3E-maven-%3A-problem-when...-tf2348652.html#a6544604 > Sent from the Agila - Dev mailing list archive at Nabble.com. > > |
|
|
Re: agila -> maven : problem when...Hello, I've followed the link you provided to me (thank you). I've done all till -> "put the 'ode.war' file inside the webapp" ... ...but when when I tried to do : "Start Tomcat and Ode should be up and running. You should get the Axis2 welcome page under http://localhost:8080/ode." ... it appeared that tomcat wasn't listening on the port 8080 required and nothing appeard except: "Unable to connect" ... and then I'm wondering if the problem is only related to tomcat port listening or worse. NB: when I try "http://localhost:8180/" -> the right page appeard about administration, etc.... Could you tell me if I have to learn how to configure the tomcat's ports before going ahead or it's easy to do without learning tha tomact doc? Thank you for any help. Claude |
| Free Forum Powered by Nabble | Forum Help |