[jbosstools-issues] [JBoss JIRA] (JBIDE-10336) after install of JBT 3.3.0.M5 abridged category (all features) from nightly site, many logged console errors!

Nick Boldt (Issue Comment Edited) (JIRA) jira-events at lists.jboss.org
Sun Dec 4 11:47:40 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-10336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647870#comment-12647870 ] 

Nick Boldt edited comment on JBIDE-10336 at 12/4/11 11:46 AM:
--------------------------------------------------------------

Log of startup of Eclipse Indigo SR1 JEE from this script...

{code}
#!/bin/bash

workspace=/home/nboldt/eclipse/workspace-clean37
target=/home/nboldt/eclipse/37clean

eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-indigo-SR1-linux-gtk-x86_64.tar.gz

if [[ $1 ]]; then
  echo "Wipe $target/eclipse and $workspace ..."
  rm -fr $target/eclipse $workspace
  echo "Unpack $eclipse ..."
  tar xzf $eclipse
fi

export GDK_NATIVE_WINDOWS=true
./eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-6.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M 2>&1 | tee "logs/eclipse.log.`date`.txt"
{code}

... followed by installation of JBT 3.3M5 abridged catg from nightly core trunk site (http://download.jboss.org/jbosstools/updates/nightly/core/trunk/):

https://issues.jboss.org/secure/attachment/12349551/eclipse.log.Sun_Dec4_101125EST2011.clean-install-jbt-abridged-all-features.txt


Note that once we have an M5 nightly site (built from branch instead of trunk), we should test against that site too.
                
      was (Author: nickboldt):
    Log of startup of Eclipse Indigo SR1 JEE from this script followed by installation of JBT 3.3M5 abridged catg from nightly core trunk site:

https://issues.jboss.org/secure/attachment/12349551/eclipse.log.Sun_Dec4_101125EST2011.clean-install-jbt-abridged-all-features.txt

                  
> after install of JBT 3.3.0.M5 abridged category (all features) from nightly site, many logged console errors!
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-10336
>                 URL: https://issues.jboss.org/browse/JBIDE-10336
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS/Servers, maven, UpStream
>    Affects Versions: 3.3.0.M5
>            Reporter: Nick Boldt
>            Assignee: Max Rydahl Andersen
>             Fix For: 3.3.0.M5, 3.3.0.Beta1
>
>         Attachments: eclipse.log.Sun_Dec4_101125EST2011.clean-install-jbt-abridged-all-features.txt
>
>
> Installed into Eclipse Indigo SR1 x86_64 on Fedora 15 w/ Sun JDK 6 from http://download.jboss.org/jbosstools/updates/nightly/core/trunk/
> Seeing a lot of hitherto unseen errors related to:
> * Central (JBIDE-10321 - ticketmonster example),
> * AS7 (JBIDE-10337 - org.jboss.ide.eclipse.as.management.as7.service), 
> * mylyn (JBIDE-10338 - org.jboss.tools.common.mylyn, connectorKind jira), and
> * m2e (JBIDE-10339 - could be upstream/network issue)
> Will attach log.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list