You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Steve Blackburn (JIRA)" <de...@geronimo.apache.org> on 2008/10/01 13:59:44 UTC

[jira] Created: (DAYTRADER-62) Unclear how to install client apps

Unclear how to install client apps
----------------------------------

                 Key: DAYTRADER-62
                 URL: https://issues.apache.org/jira/browse/DAYTRADER-62
             Project: DayTrader
          Issue Type: Bug
            Reporter: Steve Blackburn


Running with the current svn head (and following advice in DAYTRADER-61), I successfully got the system to install without problems.  I can run daytrader through the browser.

However, I would like to run the clients directly, as per the README.   Simply following the instructions in the new version of the README does not work (because the client apps have not been deployed).

In a previous version, I deployed the clients via an ear:
${GERONIMO_HOME}/bin/deploy.sh deploy modules/ear/target/daytrader-ear-1.2-SNAPSHOT.ear plans/daytrader-2.0.1-plan.xml

The current build produces a similar ear, however, this will not install.

I noticed that in the tomcat directory there were plugins for each of the clients.   No such plugins in the jetty dir.   I blindly modified the pom.xml to create and install the jetty plugins, but I can't deploy them.  I'm using a jetty geronimo.  I could switch, if that would help, but in any case, there seems to be some kind of inconsistency here (or else I just don't understand it!)

If someone could help with this I'd really appreciate it.

BTW, the recent activity on daytrader has been great!  Thanks.

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


[jira] Commented: (DAYTRADER-62) Unclear how to install client apps

Posted by "Forrest Xia (JIRA)" <de...@geronimo.apache.org>.
    [ https://issues.apache.org/jira/browse/DAYTRADER-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679873#action_12679873 ] 

Forrest Xia commented on DAYTRADER-62:
--------------------------------------

which geronimo you used to deploy daytrader 2.2-snapshot? 2.1.x or 2.2-snapshot? 

I tried 2.2-snapshot, seems there is a jms resource deployment error.

please tell the specific environment you are trying, so that I am able to reproduce the problem you encountered, and see if be able to give you hand out of it.

> Unclear how to install client apps
> ----------------------------------
>
>                 Key: DAYTRADER-62
>                 URL: https://issues.apache.org/jira/browse/DAYTRADER-62
>             Project: DayTrader
>          Issue Type: Bug
>            Reporter: Steve Blackburn
>
> Running with the current svn head (and following advice in DAYTRADER-61), I successfully got the system to install without problems.  I can run daytrader through the browser.
> However, I would like to run the clients directly, as per the README.   Simply following the instructions in the new version of the README does not work (because the client apps have not been deployed).
> In a previous version, I deployed the clients via an ear:
> ${GERONIMO_HOME}/bin/deploy.sh deploy modules/ear/target/daytrader-ear-1.2-SNAPSHOT.ear plans/daytrader-2.0.1-plan.xml
> The current build produces a similar ear, however, this will not install.
> I noticed that in the tomcat directory there were plugins for each of the clients.   No such plugins in the jetty dir.   I blindly modified the pom.xml to create and install the jetty plugins, but I can't deploy them.  I'm using a jetty geronimo.  I could switch, if that would help, but in any case, there seems to be some kind of inconsistency here (or else I just don't understand it!)
> If someone could help with this I'd really appreciate it.
> BTW, the recent activity on daytrader has been great!  Thanks.

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


[jira] Commented: (DAYTRADER-62) Unclear how to install client apps

Posted by "Forrest Xia (JIRA)" <de...@geronimo.apache.org>.
    [ https://issues.apache.org/jira/browse/DAYTRADER-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679876#action_12679876 ] 

Forrest Xia commented on DAYTRADER-62:
--------------------------------------

Can you deploy the daytrader 2.2-snapshot ear successfully? If not do that, please deploy it first.

After deployment, open a browser and visit this url: http://localhost:8080/daytrader. Then you need to initialize daytrader by clicking "Configuration" tab, do these configuration in order:
1. Configure DayTrader run-time parameters
2. (Re)-create  DayTrader Database Tables and Indexes
3. (Re)-populate  DayTrader Database

Now you should be able to login daytrader web interface.

Then open a termimal, execute command like this:
$GERONIMO_HOME/bin/client.sh org.apache.geronimo.daytrader/daytrader-ws-client/2.2-SNAPSHOT/car -waitForMain

An java app client titled "Web Services JAX RPC Client" appears.

I can play with the ws-client without any problem.

Good luck!

> Unclear how to install client apps
> ----------------------------------
>
>                 Key: DAYTRADER-62
>                 URL: https://issues.apache.org/jira/browse/DAYTRADER-62
>             Project: DayTrader
>          Issue Type: Bug
>            Reporter: Steve Blackburn
>
> Running with the current svn head (and following advice in DAYTRADER-61), I successfully got the system to install without problems.  I can run daytrader through the browser.
> However, I would like to run the clients directly, as per the README.   Simply following the instructions in the new version of the README does not work (because the client apps have not been deployed).
> In a previous version, I deployed the clients via an ear:
> ${GERONIMO_HOME}/bin/deploy.sh deploy modules/ear/target/daytrader-ear-1.2-SNAPSHOT.ear plans/daytrader-2.0.1-plan.xml
> The current build produces a similar ear, however, this will not install.
> I noticed that in the tomcat directory there were plugins for each of the clients.   No such plugins in the jetty dir.   I blindly modified the pom.xml to create and install the jetty plugins, but I can't deploy them.  I'm using a jetty geronimo.  I could switch, if that would help, but in any case, there seems to be some kind of inconsistency here (or else I just don't understand it!)
> If someone could help with this I'd really appreciate it.
> BTW, the recent activity on daytrader has been great!  Thanks.

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


[jira] Commented: (DAYTRADER-62) Unclear how to install client apps

Posted by "X (JIRA)" <de...@geronimo.apache.org>.
    [ https://issues.apache.org/jira/browse/DAYTRADER-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679870#action_12679870 ] 

X commented on DAYTRADER-62:
----------------------------

Hello,

I have the same problem as Steve. Does anyone found a solution to run the clients (daytrader-ws-client-2.2-SNAPSHOT.car and daytrader-streamer-client-2.2-SNAPSHOT.car) ? The README instructions doesn't work ...

COMMAND :
gsh deploy/install-plugin -u system -w manager $DAYTRADER_HOME/daytrader-tomcat/target/daytrader-ws-client-2.2-SNAPSHOT.car
ERROR :
Installation FAILED: Invalid Configuration Archive
.../daytrader-tomcat/target/daytrader-ws-client-2.2-SNAPSHOT.car no plugin metadata found

I would really appreciate it if you help me to solve this issue... 

Thanks a lot.

> Unclear how to install client apps
> ----------------------------------
>
>                 Key: DAYTRADER-62
>                 URL: https://issues.apache.org/jira/browse/DAYTRADER-62
>             Project: DayTrader
>          Issue Type: Bug
>            Reporter: Steve Blackburn
>
> Running with the current svn head (and following advice in DAYTRADER-61), I successfully got the system to install without problems.  I can run daytrader through the browser.
> However, I would like to run the clients directly, as per the README.   Simply following the instructions in the new version of the README does not work (because the client apps have not been deployed).
> In a previous version, I deployed the clients via an ear:
> ${GERONIMO_HOME}/bin/deploy.sh deploy modules/ear/target/daytrader-ear-1.2-SNAPSHOT.ear plans/daytrader-2.0.1-plan.xml
> The current build produces a similar ear, however, this will not install.
> I noticed that in the tomcat directory there were plugins for each of the clients.   No such plugins in the jetty dir.   I blindly modified the pom.xml to create and install the jetty plugins, but I can't deploy them.  I'm using a jetty geronimo.  I could switch, if that would help, but in any case, there seems to be some kind of inconsistency here (or else I just don't understand it!)
> If someone could help with this I'd really appreciate it.
> BTW, the recent activity on daytrader has been great!  Thanks.

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


[jira] Assigned: (DAYTRADER-62) Unclear how to install client apps

Posted by "Forrest Xia (JIRA)" <de...@geronimo.apache.org>.
     [ https://issues.apache.org/jira/browse/DAYTRADER-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia reassigned DAYTRADER-62:
------------------------------------

    Assignee: Forrest Xia

> Unclear how to install client apps
> ----------------------------------
>
>                 Key: DAYTRADER-62
>                 URL: https://issues.apache.org/jira/browse/DAYTRADER-62
>             Project: DayTrader
>          Issue Type: Bug
>            Reporter: Steve Blackburn
>            Assignee: Forrest Xia
>
> Running with the current svn head (and following advice in DAYTRADER-61), I successfully got the system to install without problems.  I can run daytrader through the browser.
> However, I would like to run the clients directly, as per the README.   Simply following the instructions in the new version of the README does not work (because the client apps have not been deployed).
> In a previous version, I deployed the clients via an ear:
> ${GERONIMO_HOME}/bin/deploy.sh deploy modules/ear/target/daytrader-ear-1.2-SNAPSHOT.ear plans/daytrader-2.0.1-plan.xml
> The current build produces a similar ear, however, this will not install.
> I noticed that in the tomcat directory there were plugins for each of the clients.   No such plugins in the jetty dir.   I blindly modified the pom.xml to create and install the jetty plugins, but I can't deploy them.  I'm using a jetty geronimo.  I could switch, if that would help, but in any case, there seems to be some kind of inconsistency here (or else I just don't understand it!)
> If someone could help with this I'd really appreciate it.
> BTW, the recent activity on daytrader has been great!  Thanks.

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


[jira] Commented: (DAYTRADER-62) Unclear how to install client apps

Posted by "X (JIRA)" <de...@geronimo.apache.org>.
    [ https://issues.apache.org/jira/browse/DAYTRADER-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679874#action_12679874 ] 

X commented on DAYTRADER-62:
----------------------------

I got an error when installing ActiveMQ dependency, which is maybe related to your JMS resource error.
I have manually installed it in Maven repos:
mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=4.1.2-G647819 -Dpackaging=jar -Dfile=<path_to_apache-activemq-4.1.2.jar>

It works fine both on the web client and the server side. 
The only thing that doesn't worked, following the README, is the ws-client and the streamer-client.

Here is my environment decription:
Daytrader version: 2.2-SNAPSHOT (trunk: http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/)
Apache Geronimo version: 2.1.3 (geronimo-tomcat6-javaee5-2.1.3)
Maven version: 2.0.9
Java version: 1.6.0_11
OS name: "linux" version: "2.6.18-6-686" arch: "i386" Family: "unix"

> Unclear how to install client apps
> ----------------------------------
>
>                 Key: DAYTRADER-62
>                 URL: https://issues.apache.org/jira/browse/DAYTRADER-62
>             Project: DayTrader
>          Issue Type: Bug
>            Reporter: Steve Blackburn
>
> Running with the current svn head (and following advice in DAYTRADER-61), I successfully got the system to install without problems.  I can run daytrader through the browser.
> However, I would like to run the clients directly, as per the README.   Simply following the instructions in the new version of the README does not work (because the client apps have not been deployed).
> In a previous version, I deployed the clients via an ear:
> ${GERONIMO_HOME}/bin/deploy.sh deploy modules/ear/target/daytrader-ear-1.2-SNAPSHOT.ear plans/daytrader-2.0.1-plan.xml
> The current build produces a similar ear, however, this will not install.
> I noticed that in the tomcat directory there were plugins for each of the clients.   No such plugins in the jetty dir.   I blindly modified the pom.xml to create and install the jetty plugins, but I can't deploy them.  I'm using a jetty geronimo.  I could switch, if that would help, but in any case, there seems to be some kind of inconsistency here (or else I just don't understand it!)
> If someone could help with this I'd really appreciate it.
> BTW, the recent activity on daytrader has been great!  Thanks.

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