[jbosstools-issues] [JBoss JIRA] (JBIDE-14644) On startup, osgi console logs "org.jboss.tools.central" three times

Nick Boldt (JIRA) jira-events at lists.jboss.org
Sun May 26 11:43:06 EDT 2013


Nick Boldt created JBIDE-14644:
----------------------------------

             Summary: On startup, osgi console logs "org.jboss.tools.central" three times
                 Key: JBIDE-14644
                 URL: https://issues.jboss.org/browse/JBIDE-14644
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: central
    Affects Versions: 4.1.0.Beta1
            Reporter: Nick Boldt
            Priority: Minor


On startup, osgi console logs "org.jboss.tools.central" three times. I would guess that some debugging statement was left on accidentally.

When I start Eclipse like this:
{code}
workspace=/home/nboldt/eclipse/workspace-clean43
target=/home/nboldt/eclipse/43clean
eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-kepler-M7-linux-gtk-x86_64.tar.gz
cd ${target}
tar xzf $eclipse
${target}/eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-7.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M $1 2>&1 | tee "logs/eclipse.log.`date`.txt"
{code}

I get this logged to console:

{code}
osgi> org.jboss.tools.central
org.jboss.tools.central
org.jboss.tools.central
{code}


--
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


More information about the jbosstools-issues mailing list