[JBoss JIRA] (FORGE-1270) Forge 2.0.0.Aplha13 doesn't start on Windows
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/FORGE-1270?page=com.atlassian.jira.plugin... ]
Fred Bricon commented on FORGE-1270:
------------------------------------
{noformat}
[INFO] --- maven-help-plugin:2.1.1:all-profiles (default-cli) @ standalone-pom ---
[INFO] Listing Profiles for Project: org.apache.maven:standalone-pom:pom:1
Profile Id: jboss (Active: true , Source: settings.xml)
Profile Id: redhat-techpreview-all-repository (Active: true , Source: settings.xml)
{noformat}
jboss:https://repository.jboss.org/nexus/content/groups/public-jboss/ used for repositories and pluginRepositories, snapshots enabled
> Forge 2.0.0.Aplha13 doesn't start on Windows
> --------------------------------------------
>
> Key: FORGE-1270
> URL: https://issues.jboss.org/browse/FORGE-1270
> Project: Forge
> Issue Type: Bug
> Affects Versions: 2.0.0.Alpha13
> Environment: Win 7-64b, JDK 1.7.0_45, forge 2.0.0.Alpha13
> Reporter: Fred Bricon
> Priority: Blocker
>
> * Start forge
> * Forge banner is shown
> * Prompt never shows up
> See threaddump :
> {noformat}
> 2013-10-20 10:37:12
> Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode):
> "Reference Reaper" daemon prio=6 tid=0x000000000c994000 nid=0x259c in Object.wait() [0x000000000d9af000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at org.jboss.modules.ref.References$ReaperThread.run(References.java:68)
> "Service Thread" daemon prio=6 tid=0x000000000a9c8000 nid=0x1b68 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread1" daemon prio=10 tid=0x000000000a9c6000 nid=0x2380 waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread0" daemon prio=10 tid=0x000000000a9c1000 nid=0x1bdc waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Attach Listener" daemon prio=10 tid=0x000000000a9bf000 nid=0x209c waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Signal Dispatcher" daemon prio=10 tid=0x000000000a9b8000 nid=0x22e0 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Finalizer" daemon prio=8 tid=0x000000000a969800 nid=0x1b58 in Object.wait() [0x000000000bc8f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
> "Reference Handler" daemon prio=10 tid=0x000000000a95e000 nid=0x1b80 in Object.wait() [0x000000000be2f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> at java.lang.Object.wait(Object.java:503)
> at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
> - locked <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> "main" prio=6 tid=0x00000000023af000 nid=0x1124 waiting on condition [0x00000000027df000]
> java.lang.Thread.State: TIMED_WAITING (sleeping)
> at java.lang.Thread.sleep(Native Method)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:177)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:122)
> at org.jboss.forge.bootstrap.Bootstrap.start(Bootstrap.java:170)
> at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:88)
> "VM Thread" prio=10 tid=0x000000000a958800 nid=0x24a0 runnable
> "GC task thread#0 (ParallelGC)" prio=6 tid=0x000000000229e800 nid=0x1d70 runnable
> "GC task thread#1 (ParallelGC)" prio=6 tid=0x00000000022a0800 nid=0x7e8 runnable
> "GC task thread#2 (ParallelGC)" prio=6 tid=0x00000000022a2000 nid=0x1694 runnable
> "GC task thread#3 (ParallelGC)" prio=6 tid=0x00000000022a3800 nid=0xe70 runnable
> "VM Periodic Task Thread" prio=10 tid=0x000000000a9de000 nid=0x1e7c waiting on condition
> JNI global references: 134
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (FORGE-1270) Forge 2.0.0.Aplha13 doesn't start on Windows
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1270?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-1270:
----------------------------------------
I suspect the settings.xml may be the culprit. Do you have it configured with the JBoss repositories?
> Forge 2.0.0.Aplha13 doesn't start on Windows
> --------------------------------------------
>
> Key: FORGE-1270
> URL: https://issues.jboss.org/browse/FORGE-1270
> Project: Forge
> Issue Type: Bug
> Affects Versions: 2.0.0.Alpha13
> Environment: Win 7-64b, JDK 1.7.0_45, forge 2.0.0.Alpha13
> Reporter: Fred Bricon
> Priority: Blocker
>
> * Start forge
> * Forge banner is shown
> * Prompt never shows up
> See threaddump :
> {noformat}
> 2013-10-20 10:37:12
> Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode):
> "Reference Reaper" daemon prio=6 tid=0x000000000c994000 nid=0x259c in Object.wait() [0x000000000d9af000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at org.jboss.modules.ref.References$ReaperThread.run(References.java:68)
> "Service Thread" daemon prio=6 tid=0x000000000a9c8000 nid=0x1b68 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread1" daemon prio=10 tid=0x000000000a9c6000 nid=0x2380 waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread0" daemon prio=10 tid=0x000000000a9c1000 nid=0x1bdc waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Attach Listener" daemon prio=10 tid=0x000000000a9bf000 nid=0x209c waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Signal Dispatcher" daemon prio=10 tid=0x000000000a9b8000 nid=0x22e0 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Finalizer" daemon prio=8 tid=0x000000000a969800 nid=0x1b58 in Object.wait() [0x000000000bc8f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
> "Reference Handler" daemon prio=10 tid=0x000000000a95e000 nid=0x1b80 in Object.wait() [0x000000000be2f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> at java.lang.Object.wait(Object.java:503)
> at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
> - locked <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> "main" prio=6 tid=0x00000000023af000 nid=0x1124 waiting on condition [0x00000000027df000]
> java.lang.Thread.State: TIMED_WAITING (sleeping)
> at java.lang.Thread.sleep(Native Method)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:177)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:122)
> at org.jboss.forge.bootstrap.Bootstrap.start(Bootstrap.java:170)
> at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:88)
> "VM Thread" prio=10 tid=0x000000000a958800 nid=0x24a0 runnable
> "GC task thread#0 (ParallelGC)" prio=6 tid=0x000000000229e800 nid=0x1d70 runnable
> "GC task thread#1 (ParallelGC)" prio=6 tid=0x00000000022a0800 nid=0x7e8 runnable
> "GC task thread#2 (ParallelGC)" prio=6 tid=0x00000000022a2000 nid=0x1694 runnable
> "GC task thread#3 (ParallelGC)" prio=6 tid=0x00000000022a3800 nid=0xe70 runnable
> "VM Periodic Task Thread" prio=10 tid=0x000000000a9de000 nid=0x1e7c waiting on condition
> JNI global references: 134
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (FORGE-1270) Forge 2.0.0.Aplha13 doesn't start on Windows
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/FORGE-1270?page=com.atlassian.jira.plugin... ]
Fred Bricon commented on FORGE-1270:
------------------------------------
I came up with an addon idea this morning and wanted to give F2 a try, but it's been quite frustrating since it doesn't work in Eclipse either : JBIDE-15717
> Forge 2.0.0.Aplha13 doesn't start on Windows
> --------------------------------------------
>
> Key: FORGE-1270
> URL: https://issues.jboss.org/browse/FORGE-1270
> Project: Forge
> Issue Type: Bug
> Affects Versions: 2.0.0.Alpha13
> Environment: Win 7-64b, JDK 1.7.0_45, forge 2.0.0.Alpha13
> Reporter: Fred Bricon
> Priority: Blocker
>
> * Start forge
> * Forge banner is shown
> * Prompt never shows up
> See threaddump :
> {noformat}
> 2013-10-20 10:37:12
> Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode):
> "Reference Reaper" daemon prio=6 tid=0x000000000c994000 nid=0x259c in Object.wait() [0x000000000d9af000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at org.jboss.modules.ref.References$ReaperThread.run(References.java:68)
> "Service Thread" daemon prio=6 tid=0x000000000a9c8000 nid=0x1b68 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread1" daemon prio=10 tid=0x000000000a9c6000 nid=0x2380 waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread0" daemon prio=10 tid=0x000000000a9c1000 nid=0x1bdc waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Attach Listener" daemon prio=10 tid=0x000000000a9bf000 nid=0x209c waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Signal Dispatcher" daemon prio=10 tid=0x000000000a9b8000 nid=0x22e0 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Finalizer" daemon prio=8 tid=0x000000000a969800 nid=0x1b58 in Object.wait() [0x000000000bc8f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
> "Reference Handler" daemon prio=10 tid=0x000000000a95e000 nid=0x1b80 in Object.wait() [0x000000000be2f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> at java.lang.Object.wait(Object.java:503)
> at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
> - locked <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> "main" prio=6 tid=0x00000000023af000 nid=0x1124 waiting on condition [0x00000000027df000]
> java.lang.Thread.State: TIMED_WAITING (sleeping)
> at java.lang.Thread.sleep(Native Method)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:177)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:122)
> at org.jboss.forge.bootstrap.Bootstrap.start(Bootstrap.java:170)
> at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:88)
> "VM Thread" prio=10 tid=0x000000000a958800 nid=0x24a0 runnable
> "GC task thread#0 (ParallelGC)" prio=6 tid=0x000000000229e800 nid=0x1d70 runnable
> "GC task thread#1 (ParallelGC)" prio=6 tid=0x00000000022a0800 nid=0x7e8 runnable
> "GC task thread#2 (ParallelGC)" prio=6 tid=0x00000000022a2000 nid=0x1694 runnable
> "GC task thread#3 (ParallelGC)" prio=6 tid=0x00000000022a3800 nid=0xe70 runnable
> "VM Periodic Task Thread" prio=10 tid=0x000000000a9de000 nid=0x1e7c waiting on condition
> JNI global references: 134
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (FORGE-1270) Forge 2.0.0.Aplha13 doesn't start on Windows
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/FORGE-1270?page=com.atlassian.jira.plugin... ]
Fred Bricon commented on FORGE-1270:
------------------------------------
On windows :
{noformat}
C:\Users\Fred Bricon>forge -i shell
java.lang.IllegalArgumentException: No Artifact version found for org.jboss.forge.addon:shell
at org.jboss.forge.bootstrap.Bootstrap.install(Bootstrap.java:192)
at org.jboss.forge.bootstrap.Bootstrap.<init>(Bootstrap.java:138)
at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:87)
C:\Users\Fred Bricon>forge -i core
java.lang.IllegalArgumentException: No Artifact version found for org.jboss.forge.addon:core
at org.jboss.forge.bootstrap.Bootstrap.install(Bootstrap.java:192)
at org.jboss.forge.bootstrap.Bootstrap.<init>(Bootstrap.java:138)
at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:87)
{noformat}
On my mac, it installs a few stuff, but after that the shell is still waiting on its a$$, useless
> Forge 2.0.0.Aplha13 doesn't start on Windows
> --------------------------------------------
>
> Key: FORGE-1270
> URL: https://issues.jboss.org/browse/FORGE-1270
> Project: Forge
> Issue Type: Bug
> Affects Versions: 2.0.0.Alpha13
> Environment: Win 7-64b, JDK 1.7.0_45, forge 2.0.0.Alpha13
> Reporter: Fred Bricon
> Priority: Blocker
>
> * Start forge
> * Forge banner is shown
> * Prompt never shows up
> See threaddump :
> {noformat}
> 2013-10-20 10:37:12
> Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode):
> "Reference Reaper" daemon prio=6 tid=0x000000000c994000 nid=0x259c in Object.wait() [0x000000000d9af000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at org.jboss.modules.ref.References$ReaperThread.run(References.java:68)
> "Service Thread" daemon prio=6 tid=0x000000000a9c8000 nid=0x1b68 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread1" daemon prio=10 tid=0x000000000a9c6000 nid=0x2380 waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread0" daemon prio=10 tid=0x000000000a9c1000 nid=0x1bdc waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Attach Listener" daemon prio=10 tid=0x000000000a9bf000 nid=0x209c waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Signal Dispatcher" daemon prio=10 tid=0x000000000a9b8000 nid=0x22e0 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Finalizer" daemon prio=8 tid=0x000000000a969800 nid=0x1b58 in Object.wait() [0x000000000bc8f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
> "Reference Handler" daemon prio=10 tid=0x000000000a95e000 nid=0x1b80 in Object.wait() [0x000000000be2f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> at java.lang.Object.wait(Object.java:503)
> at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
> - locked <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> "main" prio=6 tid=0x00000000023af000 nid=0x1124 waiting on condition [0x00000000027df000]
> java.lang.Thread.State: TIMED_WAITING (sleeping)
> at java.lang.Thread.sleep(Native Method)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:177)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:122)
> at org.jboss.forge.bootstrap.Bootstrap.start(Bootstrap.java:170)
> at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:88)
> "VM Thread" prio=10 tid=0x000000000a958800 nid=0x24a0 runnable
> "GC task thread#0 (ParallelGC)" prio=6 tid=0x000000000229e800 nid=0x1d70 runnable
> "GC task thread#1 (ParallelGC)" prio=6 tid=0x00000000022a0800 nid=0x7e8 runnable
> "GC task thread#2 (ParallelGC)" prio=6 tid=0x00000000022a2000 nid=0x1694 runnable
> "GC task thread#3 (ParallelGC)" prio=6 tid=0x00000000022a3800 nid=0xe70 runnable
> "VM Periodic Task Thread" prio=10 tid=0x000000000a9de000 nid=0x1e7c waiting on condition
> JNI global references: 134
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (FORGE-1270) Forge 2.0.0.Aplha13 doesn't start on Windows
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1270?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III commented on FORGE-1270:
-------------------------------------------
Of course, you can run the Shell without Core, but you won't get much functionality!
> Forge 2.0.0.Aplha13 doesn't start on Windows
> --------------------------------------------
>
> Key: FORGE-1270
> URL: https://issues.jboss.org/browse/FORGE-1270
> Project: Forge
> Issue Type: Bug
> Affects Versions: 2.0.0.Alpha13
> Environment: Win 7-64b, JDK 1.7.0_45, forge 2.0.0.Alpha13
> Reporter: Fred Bricon
> Priority: Blocker
>
> * Start forge
> * Forge banner is shown
> * Prompt never shows up
> See threaddump :
> {noformat}
> 2013-10-20 10:37:12
> Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode):
> "Reference Reaper" daemon prio=6 tid=0x000000000c994000 nid=0x259c in Object.wait() [0x000000000d9af000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at org.jboss.modules.ref.References$ReaperThread.run(References.java:68)
> "Service Thread" daemon prio=6 tid=0x000000000a9c8000 nid=0x1b68 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread1" daemon prio=10 tid=0x000000000a9c6000 nid=0x2380 waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread0" daemon prio=10 tid=0x000000000a9c1000 nid=0x1bdc waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Attach Listener" daemon prio=10 tid=0x000000000a9bf000 nid=0x209c waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Signal Dispatcher" daemon prio=10 tid=0x000000000a9b8000 nid=0x22e0 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Finalizer" daemon prio=8 tid=0x000000000a969800 nid=0x1b58 in Object.wait() [0x000000000bc8f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
> "Reference Handler" daemon prio=10 tid=0x000000000a95e000 nid=0x1b80 in Object.wait() [0x000000000be2f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> at java.lang.Object.wait(Object.java:503)
> at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
> - locked <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> "main" prio=6 tid=0x00000000023af000 nid=0x1124 waiting on condition [0x00000000027df000]
> java.lang.Thread.State: TIMED_WAITING (sleeping)
> at java.lang.Thread.sleep(Native Method)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:177)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:122)
> at org.jboss.forge.bootstrap.Bootstrap.start(Bootstrap.java:170)
> at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:88)
> "VM Thread" prio=10 tid=0x000000000a958800 nid=0x24a0 runnable
> "GC task thread#0 (ParallelGC)" prio=6 tid=0x000000000229e800 nid=0x1d70 runnable
> "GC task thread#1 (ParallelGC)" prio=6 tid=0x00000000022a0800 nid=0x7e8 runnable
> "GC task thread#2 (ParallelGC)" prio=6 tid=0x00000000022a2000 nid=0x1694 runnable
> "GC task thread#3 (ParallelGC)" prio=6 tid=0x00000000022a3800 nid=0xe70 runnable
> "VM Periodic Task Thread" prio=10 tid=0x000000000a9de000 nid=0x1e7c waiting on condition
> JNI global references: 134
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (FORGE-1270) Forge 2.0.0.Aplha13 doesn't start on Windows
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1270?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III commented on FORGE-1270:
-------------------------------------------
Hey Fred!
Awesome you're trying out Forge 2! George is correct, though. By default, Forge comes with 0 functionality. We plan to add some messaging to that effect, or simply bundle the Shell by default, but you'll need to install the Shell in order to get any functionality :)
As George said:
{code}
forge --install shell
forge --install core
forge
{code}
And you should be good to go.
~Lincoln
> Forge 2.0.0.Aplha13 doesn't start on Windows
> --------------------------------------------
>
> Key: FORGE-1270
> URL: https://issues.jboss.org/browse/FORGE-1270
> Project: Forge
> Issue Type: Bug
> Affects Versions: 2.0.0.Alpha13
> Environment: Win 7-64b, JDK 1.7.0_45, forge 2.0.0.Alpha13
> Reporter: Fred Bricon
> Priority: Blocker
>
> * Start forge
> * Forge banner is shown
> * Prompt never shows up
> See threaddump :
> {noformat}
> 2013-10-20 10:37:12
> Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode):
> "Reference Reaper" daemon prio=6 tid=0x000000000c994000 nid=0x259c in Object.wait() [0x000000000d9af000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at org.jboss.modules.ref.References$ReaperThread.run(References.java:68)
> "Service Thread" daemon prio=6 tid=0x000000000a9c8000 nid=0x1b68 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread1" daemon prio=10 tid=0x000000000a9c6000 nid=0x2380 waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread0" daemon prio=10 tid=0x000000000a9c1000 nid=0x1bdc waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Attach Listener" daemon prio=10 tid=0x000000000a9bf000 nid=0x209c waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Signal Dispatcher" daemon prio=10 tid=0x000000000a9b8000 nid=0x22e0 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Finalizer" daemon prio=8 tid=0x000000000a969800 nid=0x1b58 in Object.wait() [0x000000000bc8f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
> "Reference Handler" daemon prio=10 tid=0x000000000a95e000 nid=0x1b80 in Object.wait() [0x000000000be2f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> at java.lang.Object.wait(Object.java:503)
> at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
> - locked <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> "main" prio=6 tid=0x00000000023af000 nid=0x1124 waiting on condition [0x00000000027df000]
> java.lang.Thread.State: TIMED_WAITING (sleeping)
> at java.lang.Thread.sleep(Native Method)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:177)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:122)
> at org.jboss.forge.bootstrap.Bootstrap.start(Bootstrap.java:170)
> at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:88)
> "VM Thread" prio=10 tid=0x000000000a958800 nid=0x24a0 runnable
> "GC task thread#0 (ParallelGC)" prio=6 tid=0x000000000229e800 nid=0x1d70 runnable
> "GC task thread#1 (ParallelGC)" prio=6 tid=0x00000000022a0800 nid=0x7e8 runnable
> "GC task thread#2 (ParallelGC)" prio=6 tid=0x00000000022a2000 nid=0x1694 runnable
> "GC task thread#3 (ParallelGC)" prio=6 tid=0x00000000022a3800 nid=0xe70 runnable
> "VM Periodic Task Thread" prio=10 tid=0x000000000a9de000 nid=0x1e7c waiting on condition
> JNI global references: 134
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (FORGE-1270) Forge 2.0.0.Aplha13 doesn't start on Windows
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1270?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-1270:
----------------------------------------
Hi Fred,
We probably need to change this in the distribution file or made it clearer in the docs, but you need to run the following commands after unpacking it:
{code}
forge -i shell
forge -i core
{code}
Let me know how that goes
> Forge 2.0.0.Aplha13 doesn't start on Windows
> --------------------------------------------
>
> Key: FORGE-1270
> URL: https://issues.jboss.org/browse/FORGE-1270
> Project: Forge
> Issue Type: Bug
> Affects Versions: 2.0.0.Alpha13
> Environment: Win 7-64b, JDK 1.7.0_45, forge 2.0.0.Alpha13
> Reporter: Fred Bricon
> Priority: Blocker
>
> * Start forge
> * Forge banner is shown
> * Prompt never shows up
> See threaddump :
> {noformat}
> 2013-10-20 10:37:12
> Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode):
> "Reference Reaper" daemon prio=6 tid=0x000000000c994000 nid=0x259c in Object.wait() [0x000000000d9af000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at org.jboss.modules.ref.References$ReaperThread.run(References.java:68)
> "Service Thread" daemon prio=6 tid=0x000000000a9c8000 nid=0x1b68 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread1" daemon prio=10 tid=0x000000000a9c6000 nid=0x2380 waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "C2 CompilerThread0" daemon prio=10 tid=0x000000000a9c1000 nid=0x1bdc waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Attach Listener" daemon prio=10 tid=0x000000000a9bf000 nid=0x209c waiting on condition [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Signal Dispatcher" daemon prio=10 tid=0x000000000a9b8000 nid=0x22e0 runnable [0x0000000000000000]
> java.lang.Thread.State: RUNNABLE
> "Finalizer" daemon prio=8 tid=0x000000000a969800 nid=0x1b58 in Object.wait() [0x000000000bc8f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
> - locked <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
> at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
> "Reference Handler" daemon prio=10 tid=0x000000000a95e000 nid=0x1b80 in Object.wait() [0x000000000be2f000]
> java.lang.Thread.State: WAITING (on object monitor)
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> at java.lang.Object.wait(Object.java:503)
> at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
> - locked <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
> "main" prio=6 tid=0x00000000023af000 nid=0x1124 waiting on condition [0x00000000027df000]
> java.lang.Thread.State: TIMED_WAITING (sleeping)
> at java.lang.Thread.sleep(Native Method)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:177)
> at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:122)
> at org.jboss.forge.bootstrap.Bootstrap.start(Bootstrap.java:170)
> at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:88)
> "VM Thread" prio=10 tid=0x000000000a958800 nid=0x24a0 runnable
> "GC task thread#0 (ParallelGC)" prio=6 tid=0x000000000229e800 nid=0x1d70 runnable
> "GC task thread#1 (ParallelGC)" prio=6 tid=0x00000000022a0800 nid=0x7e8 runnable
> "GC task thread#2 (ParallelGC)" prio=6 tid=0x00000000022a2000 nid=0x1694 runnable
> "GC task thread#3 (ParallelGC)" prio=6 tid=0x00000000022a3800 nid=0xe70 runnable
> "VM Periodic Task Thread" prio=10 tid=0x000000000a9de000 nid=0x1e7c waiting on condition
> JNI global references: 134
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (FORGE-1270) Forge 2.0.0.Aplha13 doesn't start on Windows
by Fred Bricon (JIRA)
Fred Bricon created FORGE-1270:
----------------------------------
Summary: Forge 2.0.0.Aplha13 doesn't start on Windows
Key: FORGE-1270
URL: https://issues.jboss.org/browse/FORGE-1270
Project: Forge
Issue Type: Bug
Affects Versions: 2.0.0.Alpha13
Environment: Win 7-64b, JDK 1.7.0_45, forge 2.0.0.Alpha13
Reporter: Fred Bricon
Priority: Blocker
* Start forge
* Forge banner is shown
* Prompt never shows up
See threaddump :
{noformat}
2013-10-20 10:37:12
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode):
"Reference Reaper" daemon prio=6 tid=0x000000000c994000 nid=0x259c in Object.wait() [0x000000000d9af000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- locked <0x00000007d6c50bc8> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
at org.jboss.modules.ref.References$ReaperThread.run(References.java:68)
"Service Thread" daemon prio=6 tid=0x000000000a9c8000 nid=0x1b68 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread1" daemon prio=10 tid=0x000000000a9c6000 nid=0x2380 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" daemon prio=10 tid=0x000000000a9c1000 nid=0x1bdc waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Attach Listener" daemon prio=10 tid=0x000000000a9bf000 nid=0x209c waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=10 tid=0x000000000a9b8000 nid=0x22e0 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=8 tid=0x000000000a969800 nid=0x1b58 in Object.wait() [0x000000000bc8f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- locked <0x00000007d6605568> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
"Reference Handler" daemon prio=10 tid=0x000000000a95e000 nid=0x1b80 in Object.wait() [0x000000000be2f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:503)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
- locked <0x00000007d66050f0> (a java.lang.ref.Reference$Lock)
"main" prio=6 tid=0x00000000023af000 nid=0x1124 waiting on condition [0x00000000027df000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:177)
at org.jboss.forge.furnace.impl.FurnaceImpl.start(FurnaceImpl.java:122)
at org.jboss.forge.bootstrap.Bootstrap.start(Bootstrap.java:170)
at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:88)
"VM Thread" prio=10 tid=0x000000000a958800 nid=0x24a0 runnable
"GC task thread#0 (ParallelGC)" prio=6 tid=0x000000000229e800 nid=0x1d70 runnable
"GC task thread#1 (ParallelGC)" prio=6 tid=0x00000000022a0800 nid=0x7e8 runnable
"GC task thread#2 (ParallelGC)" prio=6 tid=0x00000000022a2000 nid=0x1694 runnable
"GC task thread#3 (ParallelGC)" prio=6 tid=0x00000000022a3800 nid=0xe70 runnable
"VM Periodic Task Thread" prio=10 tid=0x000000000a9de000 nid=0x1e7c waiting on condition
JNI global references: 134
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (FORGE-1268) MavenPomResource should extend XMLResource
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1268?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1268.
----------------------------------
Resolution: Done
> MavenPomResource should extend XMLResource
> ------------------------------------------
>
> Key: FORGE-1268
> URL: https://issues.jboss.org/browse/FORGE-1268
> Project: Forge
> Issue Type: Feature Request
> Components: Build Tools - Maven, Parsers / File Manipulation
> Affects Versions: 2.0.0.Alpha13
> Reporter: George Gastaldi
> Assignee: George Gastaldi
> Fix For: 2.0.0.Alpha14
>
>
> When MavenPomResource is requested from the ResourceFactory AND the parser-xml addon is installed, a XMLResource is returned instead, causing exceptions and returning null if the reify method is used.
> Since a maven pom is a XML, the solution is to extend XMLResource.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months