Ok I just worked around the problem, the HOME system property was targeting a network
'user' drive, I changed it to target my local document folder, and it works !
By the way, there is something weird with this workaround, because even with HOME set on
my network 'user' drive, the forge was creating a .forge folder in the local
document folder. And the startup stack trace was referring to the my local drive, not the
network drive. I hope I'm clear...
cheers
Christophe.
De : forge-users-bounces(a)lists.jboss.org [mailto:forge-users-bounces@lists.jboss.org] De
la part de Cordenier Christophe
Envoyé : mardi 25 octobre 2011 10:20
À : forge-users List
Objet : Re: [forge-users] Forge 1.0.0-beta3 : problem installing locale command
Ok it works like a charm on my macbook, but I still have problems under windows 7, with
the same procedure.
Christophe.
De : Cordenier Christophe
Envoyé : mardi 25 octobre 2011 09:19
À : 'forge-users List'
Objet : RE: [forge-users] Forge 1.0.0-beta3 : problem installing locale command
Yes I do, with FORGE_HOME and PATH up-to-date
By the way our profiles are stored on d: drive
Today I'll try on my macbook.
Christophe.
De : forge-users-bounces@lists.jboss.org<mailto:forge-users-bounces@lists.jboss.org>
[mailto:forge-users-bounces@lists.jboss.org]<mailto:[mailto:forge-users-bounces@lists.jboss.org]>
De la part de Lincoln Baxter, III
Envoyé : lundi 24 octobre 2011 18:19
À : forge-users List
Objet : Re: [forge-users] Forge 1.0.0-beta3 : problem installing locale command
Are you running Forge from the D:\ drive? Or from somewhere else?
On Mon, Oct 24, 2011 at 11:45 AM, Cordenier Christophe
<Christophe.Cordenier@atos.net<mailto:Christophe.Cordenier@atos.net>> wrote:
I dl the latest snapshots, it's still does not work :
1. The path here exists
D:\Documents\xxxxxx\.forge\plugins\org\forgest\forgest\1.0.0-16487a18-b02e-4eb5-82b1-9c74e4681041
It has module.xml and forgest.jar in it
2. And here is the content of installed.xml
<?xml version="1.0" encoding="UTF-8"
standalone="no"?>
<installed>
<plugin name="org.forgest.forgest"
slot="1.0.0-16487a18-b02e-4eb5-82b1-9c74e4681041"/>
</installed>
Christophe.
De : forge-users-bounces@lists.jboss.org<mailto:forge-users-bounces@lists.jboss.org>
[mailto:forge-users-bounces@lists.jboss.org<mailto:forge-users-bounces@lists.jboss.org>]
De la part de Lincoln Baxter, III
Envoyé : lundi 24 octobre 2011 17:25
À : forge-users List
Objet : Re: [forge-users] Forge 1.0.0-beta3 : problem installing locale command
Hm, same here, no issues though.
Can you try the latest SNAPSHOT build and see if you still have issues?
https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.jboss....
Thanks,
Lincoln
On Mon, Oct 24, 2011 at 11:16 AM, Cordenier Christophe
<Christophe.Cordenier@atos.net<mailto:Christophe.Cordenier@atos.net>> wrote:
Windows 7 - 64 bits
Christophe.
De : forge-users-bounces@lists.jboss.org<mailto:forge-users-bounces@lists.jboss.org>
[mailto:forge-users-bounces@lists.jboss.org<mailto:forge-users-bounces@lists.jboss.org>]
De la part de Lincoln Baxter, III
Envoyé : lundi 24 octobre 2011 17:16
À : forge-users List
Objet : Re: [forge-users] Forge 1.0.0-beta3 : problem installing locale command
Hmm, I can't seem to reproduce this. Installing plugins is working for me on Windows.
Which version of Windows are you on?
On Mon, Oct 24, 2011 at 11:08 AM, Cordenier Christophe
<Christophe.Cordenier@atos.net<mailto:Christophe.Cordenier@atos.net>> wrote:
Hi
Actually installed.xml seems to be correct, it has one entry and the corresponding file
exists on the filesystem.
Thanks
Christophe.
De : forge-users-bounces@lists.jboss.org<mailto:forge-users-bounces@lists.jboss.org>
[mailto:forge-users-bounces@lists.jboss.org<mailto:forge-users-bounces@lists.jboss.org>]
De la part de Lincoln Baxter, III
Envoyé : lundi 24 octobre 2011 17:02
À : forge-users List
Objet : Re: [forge-users] Forge 1.0.0-beta3 : problem installing locale command
Hi Christopher,
Plugin installation on windows should work fine. Can you check your
~/.forge/plugins/installed.xml to see if there is an old version of the plugin that is
registered but does not exist?
In the mean time, I will try to reproduce this.
~Lincoln
On Mon, Oct 24, 2011 at 3:36 AM, Cordenier Christophe
<Christophe.Cordenier@atos.net<mailto:Christophe.Cordenier@atos.net>> wrote:
Hi
I'm stuck with the error below, after having deployed a custom plugin.
Failed loading: org.forgest.forgest:1.0.0-SNAPSHOT-11257298-8d80-4ffd-b104-8fd31
23a475f
org.jboss.modules.ModuleNotFoundException: Module org.forgest.forgest:1.0.0-SNAP
SHOT-11257298-8d80-4ffd-b104-8fd3123a475f is not found
at org.jboss.modules.LocalModuleLoader.findModule(LocalModuleLoader.java
:121)
at org.jboss.modules.ModuleLoader.loadModuleLocal(ModuleLoader.java:245)
at org.jboss.modules.ModuleLoader.preloadModule(ModuleLoader.java:194)
at org.jboss.modules.LocalModuleLoader.preloadModule(LocalModuleLoader.j
ava:97)
at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:176)
at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:172)
at org.jboss.forge.shell.Bootstrap.loadPlugins(Bootstrap.java:139)
at org.jboss.forge.shell.Bootstrap.access$100(Bootstrap.java:52)
at org.jboss.forge.shell.Bootstrap$1.run(Bootstrap.java:78)
at java.lang.Thread.run(Thread.java:619)
_____
| ___|__ _ __ __ _ ___
| |_ / _ \| `__/ _` |/ _ \ \\
| _| (_) | | | (_| | __/ //
|_| \___/|_| \__, |\___|
|___/
Windows? Really? Okay...
After reading the source code, I'm wondering if the lookup mechanism is compatible
with Windows because of backslash character... (see jboss-modules : ChildPathFilter)
Anyway, has anybody tested custom plugin installation successfully on windows ?
Br
Christophe Cordenier.
________________________________
Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de
ses destinataires. Il peut également être protégé par le secret professionnel. Si vous
recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de
le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la
responsabilité d'Atos ne pourra être recherchée quant au contenu de ce message. Bien
que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout
virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne
saurait être recherchée pour tout dommage résultant d'un virus transmis.
This e-mail and the documents attached are confidential and intended solely for the
addressee; it may also be privileged. If you receive this e-mail in error, please notify
the sender immediately and destroy it. As its integrity cannot be secured on the Internet,
the Atos liability cannot be triggered for the message content. Although the sender
endeavours to maintain a computer virus-free network, the sender does not warrant that
this transmission is virus-free and will not be liable for any damages resulting from any
virus transmitted.
_______________________________________________
forge-users mailing list
forge-users@lists.jboss.org<mailto:forge-users@lists.jboss.org>
https://lists.jboss.org/mailman/listinfo/forge-users
--
Lincoln Baxter, III
http://ocpsoft.com
http://scrumshark.com
"Keep it Simple"
________________________________
Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de
ses destinataires. Il peut également être protégé par le secret professionnel. Si vous
recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de
le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la
responsabilité d'Atos ne pourra être recherchée quant au contenu de ce message. Bien
que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout
virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne
saurait être recherchée pour tout dommage résultant d'un virus transmis.
This e-mail and the documents attached are confidential and intended solely for the
addressee; it may also be privileged. If you receive this e-mail in error, please notify
the sender immediately and destroy it. As its integrity cannot be secured on the Internet,
the Atos liability cannot be triggered for the message content. Although the sender
endeavours to maintain a computer virus-free network, the sender does not warrant that
this transmission is virus-free and will not be liable for any damages resulting from any
virus transmitted.
_______________________________________________
forge-users mailing list
forge-users@lists.jboss.org<mailto:forge-users@lists.jboss.org>
https://lists.jboss.org/mailman/listinfo/forge-users
--
Lincoln Baxter, III
http://ocpsoft.com
http://scrumshark.com
"Keep it Simple"
________________________________
Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de
ses destinataires. Il peut également être protégé par le secret professionnel. Si vous
recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de
le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la
responsabilité d'Atos ne pourra être recherchée quant au contenu de ce message. Bien
que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout
virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne
saurait être recherchée pour tout dommage résultant d'un virus transmis.
This e-mail and the documents attached are confidential and intended solely for the
addressee; it may also be privileged. If you receive this e-mail in error, please notify
the sender immediately and destroy it. As its integrity cannot be secured on the Internet,
the Atos liability cannot be triggered for the message content. Although the sender
endeavours to maintain a computer virus-free network, the sender does not warrant that
this transmission is virus-free and will not be liable for any damages resulting from any
virus transmitted.
_______________________________________________
forge-users mailing list
forge-users@lists.jboss.org<mailto:forge-users@lists.jboss.org>
https://lists.jboss.org/mailman/listinfo/forge-users
--
Lincoln Baxter, III
http://ocpsoft.com
http://scrumshark.com
"Keep it Simple"
________________________________
Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de
ses destinataires. Il peut également être protégé par le secret professionnel. Si vous
recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de
le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la
responsabilité d'Atos ne pourra être recherchée quant au contenu de ce message. Bien
que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout
virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne
saurait être recherchée pour tout dommage résultant d'un virus transmis.
This e-mail and the documents attached are confidential and intended solely for the
addressee; it may also be privileged. If you receive this e-mail in error, please notify
the sender immediately and destroy it. As its integrity cannot be secured on the Internet,
the Atos liability cannot be triggered for the message content. Although the sender
endeavours to maintain a computer virus-free network, the sender does not warrant that
this transmission is virus-free and will not be liable for any damages resulting from any
virus transmitted.
_______________________________________________
forge-users mailing list
forge-users@lists.jboss.org<mailto:forge-users@lists.jboss.org>
https://lists.jboss.org/mailman/listinfo/forge-users
--
Lincoln Baxter, III
http://ocpsoft.com
http://scrumshark.com
"Keep it Simple"
________________________________
Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de
ses destinataires. Il peut également être protégé par le secret professionnel. Si vous
recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de
le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la
responsabilité d'Atos ne pourra être recherchée quant au contenu de ce message. Bien
que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout
virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne
saurait être recherchée pour tout dommage résultant d'un virus transmis.
This e-mail and the documents attached are confidential and intended solely for the
addressee; it may also be privileged. If you receive this e-mail in error, please notify
the sender immediately and destroy it. As its integrity cannot be secured on the Internet,
the Atos liability cannot be triggered for the message content. Although the sender
endeavours to maintain a computer virus-free network, the sender does not warrant that
this transmission is virus-free and will not be liable for any damages resulting from any
virus transmitted.
________________________________
Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de
ses destinataires. Il peut également être protégé par le secret professionnel. Si vous
recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de
le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la
responsabilité d'Atos ne pourra être recherchée quant au contenu de ce message. Bien
que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout
virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne
saurait être recherchée pour tout dommage résultant d'un virus transmis.
This e-mail and the documents attached are confidential and intended solely for the
addressee; it may also be privileged. If you receive this e-mail in error, please notify
the sender immediately and destroy it. As its integrity cannot be secured on the Internet,
the Atos liability cannot be triggered for the message content. Although the sender
endeavours to maintain a computer virus-free network, the sender does not warrant that
this transmission is virus-free and will not be liable for any damages resulting from any
virus transmitted.