[jira] Commented: (DAYTRADER-61) trying to build Daytrader trunk fails with FATAL ERROR

2008-10-06 Thread Lin Sun (JIRA)

[ 
https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12637095#action_12637095
 ] 

Lin Sun commented on DAYTRADER-61:
--

Re Steve's last comment, I think I ran into this too.  So the prob is:

If you install daytrader-tomcat plugin via command line (deploy.sh 
install-plugin), it doesn't work due to the error Could not find 
org.apache.activemq/activemq-ra/4.1.2/jar in any repo .
If you install daytrader-tomcat plugin via admin console, it works fine.   

If you later switch to install daytrader-tomcat plugin via command line, IIRC 
it works for me too, as the org.apache.activemq/activemq-ra/4.1.2/jar is avail 
in the repo when installing daytrader-tomcat plugin via admin console.

I agree that I am surprised too that the install-plugin behavior is different 
(from admin console vs. command line).   And it seems best if we can change the 
command line behavior to be same as the admin console thus a user doesn't need 
to download the dependency manually.If you agree with me, maybe we should 
use a new JIRA to track this, as this isn't a daytrader prob?

 trying to build Daytrader trunk fails with FATAL ERROR
 --

 Key: DAYTRADER-61
 URL: https://issues.apache.org/jira/browse/DAYTRADER-61
 Project: DayTrader
  Issue Type: Bug
  Components: buildsystem
Reporter: ant elder



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (DAYTRADER-61) trying to build Daytrader trunk fails with FATAL ERROR

2008-10-05 Thread Kevan Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12636991#action_12636991
 ] 

Kevan Miller commented on DAYTRADER-61:
---

Not sure what README file you are referring to... Regardless, the following 
techniques will work...

1) Replace the above with the following (assumes you've built Daytrader locally 
and your Maven2 repo is at ~/.m2/repository):

$GERONIMO_HOME/bin/gsh deploy/list-plugins -u system -w manager -r 
file:/Users/kevan/.m2/repository 
org.apache.geronimo.daytrader/daytrader-tomcat/2.2-SNAPSHOT/car

This will install daytrader-tomcat and all of its dependencies from your local 
maven repo. So, this single command replaces the above installs of the 
individual parts.

2) Install the activemq-ra jar using the following command (adjust the location 
of the activemq-ra jar file accordingly) then use the above commands.

$GERONIMO_HOME/bin/gsh deploy/install-library -u system -w manager -g 
org.apache.activemq 
/Users/kevan/.m2/repository/org/apache/activemq/activemq-ra/4.1.2/activemq-ra-4.1.2.jar

This will place the required jar file in your servers repository. Thus the 
dependency will be available when you install the daytrader-tomcat plugin.

 trying to build Daytrader trunk fails with FATAL ERROR
 --

 Key: DAYTRADER-61
 URL: https://issues.apache.org/jira/browse/DAYTRADER-61
 Project: DayTrader
  Issue Type: Bug
  Components: buildsystem
Reporter: ant elder



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (DAYTRADER-61) trying to build Daytrader trunk fails with FATAL ERROR

2008-10-05 Thread Kevan Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12636998#action_12636998
 ] 

Kevan Miller commented on DAYTRADER-61:
---

Hadn't svn up'ed my daytrader/trunk. I've updated the README files with what I 
think are appropriate installation instructions.


 trying to build Daytrader trunk fails with FATAL ERROR
 --

 Key: DAYTRADER-61
 URL: https://issues.apache.org/jira/browse/DAYTRADER-61
 Project: DayTrader
  Issue Type: Bug
  Components: buildsystem
Reporter: ant elder



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (DAYTRADER-61) trying to build Daytrader trunk fails with FATAL ERROR

2008-10-03 Thread Steve Blackburn (JIRA)

[ 
https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12636781#action_12636781
 ] 

Steve Blackburn commented on DAYTRADER-61:
--

I deployed exactly as per the README:

$GERONIMO_HOME/bin/deploy.sh install-plugin 
daytrader-jms/target/daytrader-jms-2.2-SNAPSHOT.car 
$GERONIMO_HOME/bin/deploy.sh install-plugin 
daytrader-derby-datasource/target/daytrader-derby-datasource-2.2-SNAPSHOT.car 
$GERONIMO_HOME/bin/deploy.sh install-plugin 
daytrader-tomcat/target/daytrader-tomcat-2.2-SNAPSHOT.car 

The first two succeed without any problems.   The third dies with:
Installation FAILED: Could not find org.apache.activemq/activemq-ra/4.1.2/jar 
in any repo

Has anyone (recently) deployed as per the README (using CLI only)?

 trying to build Daytrader trunk fails with FATAL ERROR
 --

 Key: DAYTRADER-61
 URL: https://issues.apache.org/jira/browse/DAYTRADER-61
 Project: DayTrader
  Issue Type: Bug
  Components: buildsystem
Reporter: ant elder



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (DAYTRADER-61) trying to build Daytrader trunk fails with FATAL ERROR

2008-10-02 Thread Steve Blackburn (JIRA)

[ 
https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12636322#action_12636322
 ] 

Steve Blackburn commented on DAYTRADER-61:
--

I tried the above with the svn head and with the 2.1 branch and get through the 
build successfully.  However, when I deploy the daytrader-jetty plugin, I get 
the following error:

Installation FAILED: Could not find org.apache.activemq/activemq-ra/4.1.2/jar 
in any repo

I've tired this on two distinct platforms.  Most recently I started from a 
completely clean slate (no prior geronimo install), and would up with exactly 
the same message when trying to install the plugin.

I am confused because I previously had it working to the point of being about 
to run the web interface to daytrader.

 trying to build Daytrader trunk fails with FATAL ERROR
 --

 Key: DAYTRADER-61
 URL: https://issues.apache.org/jira/browse/DAYTRADER-61
 Project: DayTrader
  Issue Type: Bug
  Components: buildsystem
Reporter: ant elder



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (DAYTRADER-61) trying to build Daytrader trunk fails with FATAL ERROR

2008-10-02 Thread Kevan Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12636347#action_12636347
 ] 

Kevan Miller commented on DAYTRADER-61:
---

Hmm. I tried the current daytrader/branches/2.1. It deployed fine on a Geronimo 
Tomcat 2.1.4-SNAPSHOT server. I didn't do a lot of testing, but web pages came 
up... ;-)

I'm taking a well-desired day off. Can take a look at this on Friday...




 trying to build Daytrader trunk fails with FATAL ERROR
 --

 Key: DAYTRADER-61
 URL: https://issues.apache.org/jira/browse/DAYTRADER-61
 Project: DayTrader
  Issue Type: Bug
  Components: buildsystem
Reporter: ant elder



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (DAYTRADER-61) trying to build Daytrader trunk fails with FATAL ERROR

2008-10-02 Thread Steve Blackburn (JIRA)

[ 
https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12636506#action_12636506
 ] 

Steve Blackburn commented on DAYTRADER-61:
--

It turns out I can deploy the server plug-in via the web console.  I still get 
the above problem if I attempt to deploy via the command line.  For now I can 
just use the console, but I'm trying to have this process scripted, so at some 
stage I'll need to get it working via the command line.   I don't understand 
why the dependencies would be seen to be different via these two paths (which I 
had until now assumed to be equivalent).

 trying to build Daytrader trunk fails with FATAL ERROR
 --

 Key: DAYTRADER-61
 URL: https://issues.apache.org/jira/browse/DAYTRADER-61
 Project: DayTrader
  Issue Type: Bug
  Components: buildsystem
Reporter: ant elder



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (DAYTRADER-61) trying to build Daytrader trunk fails with FATAL ERROR

2008-10-02 Thread Lin Sun (JIRA)

[ 
https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12636509#action_12636509
 ] 

Lin Sun commented on DAYTRADER-61:
--

Could it be possible that you deploy daytrader via daytrader ear file and its 
plan when you deploy via the command line?Can you tell us the exact command 
you used to deploy it from command line?

Lin

 trying to build Daytrader trunk fails with FATAL ERROR
 --

 Key: DAYTRADER-61
 URL: https://issues.apache.org/jira/browse/DAYTRADER-61
 Project: DayTrader
  Issue Type: Bug
  Components: buildsystem
Reporter: ant elder



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (DAYTRADER-61) trying to build Daytrader trunk fails with FATAL ERROR

2008-09-17 Thread ant elder (JIRA)

[ 
https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12631677#action_12631677
 ] 

ant elder commented on DAYTRADER-61:


Thanks, i was using Maven 2.0.7 but trying 2.0.9 does get past the Error 
building POM problem, then get the build error you mention which changing to 
the Geronimo version to 2.1.3 fixes but then it fails to find 
org.apache.activemq:activemq-core:jar:4.1.2-G647819. Is there some other 
repository i can add to the pom.xml for that?

 trying to build Daytrader trunk fails with FATAL ERROR
 --

 Key: DAYTRADER-61
 URL: https://issues.apache.org/jira/browse/DAYTRADER-61
 Project: DayTrader
  Issue Type: Bug
  Components: buildsystem
Reporter: ant elder



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (DAYTRADER-61) trying to build Daytrader trunk fails with FATAL ERROR

2008-09-17 Thread Vamsavardhana Reddy (JIRA)

[ 
https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12631679#action_12631679
 ] 

Vamsavardhana Reddy commented on DAYTRADER-61:
--

Try https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.3/repository/

 trying to build Daytrader trunk fails with FATAL ERROR
 --

 Key: DAYTRADER-61
 URL: https://issues.apache.org/jira/browse/DAYTRADER-61
 Project: DayTrader
  Issue Type: Bug
  Components: buildsystem
Reporter: ant elder



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (DAYTRADER-61) trying to build Daytrader trunk fails with FATAL ERROR

2008-09-16 Thread Kevan Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12631371#action_12631371
 ] 

Kevan Miller commented on DAYTRADER-61:
---

What version of maven are you using? I don't have this problem with maven 
2.0.9. I do run into a build failure later on, though.

daytrader/trunk is currently dependent on Geronimo 2.2-SNAPSHOT (which is a 
moving target). I get a missing dependency error, later on in the build. I was 
able to build successfully by updating geronimoVersion in pom.xml to be 2.1.3:

geronimoVersion2.1.3/geronimoVersion

I haven't tried deploying the result...

 trying to build Daytrader trunk fails with FATAL ERROR
 --

 Key: DAYTRADER-61
 URL: https://issues.apache.org/jira/browse/DAYTRADER-61
 Project: DayTrader
  Issue Type: Bug
  Components: buildsystem
Reporter: ant elder



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.