[JBoss JIRA] (JBDS-3053) FindBugs 2.0.3 fails with java 8
by Martin Malina (JIRA)
Martin Malina created JBDS-3053:
-----------------------------------
Summary: FindBugs 2.0.3 fails with java 8
Key: JBDS-3053
URL: https://issues.jboss.org/browse/JBDS-3053
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: 3rd-party-certification, upstream
Affects Versions: 8.0.0.Beta2
Environment: JBDS 8.0.0.Beta2 B104
FindBugs 2.0.3
Reporter: Martin Malina
The current FindBugs version does not support java 8.
When you try to analyze a project with java compiler set to java 8, you will get errors:
{code}
An internal error occurred during: "Finding bugs in jboss-as-kitchensink-html5-mobile...".
45461
{code}
This is in the workspace log:
{code}
!ENTRY edu.umd.cs.findbugs.plugin.eclipse 4 4 2014-05-30 12:57:33.599
!MESSAGE The following errors occurred during FindBugs analysis:
!SUBENTRY 1 edu.umd.cs.findbugs.plugin.eclipse 4 0 2014-05-30 12:57:33.599
!MESSAGE Unable to get XClass for java/lang/StringBuilder
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 5747
at org.objectweb.asm.ClassReader.readClass(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.asm.FBClassReader.accept(FBClassReader.java:44)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:110)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:587)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:76)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:38)
at edu.umd.cs.findbugs.classfile.impl.AnalysisCache.getClassAnalysis(AnalysisCache.java:268)
at edu.umd.cs.findbugs.ba.XFactory.getXClass(XFactory.java:652)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addInheritanceEdge(Subtypes2.java:1260)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addSupertypeEdges(Subtypes2.java:1233)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addClassAndGetClassVertex(Subtypes2.java:275)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addClass(Subtypes2.java:244)
at edu.umd.cs.findbugs.ba.AnalysisContext.setAppClassList(AnalysisContext.java:941)
at edu.umd.cs.findbugs.FindBugs2.setAppClassList(FindBugs2.java:997)
at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:225)
at de.tobject.findbugs.builder.FindBugsWorker.runFindBugs(FindBugsWorker.java:321)
at de.tobject.findbugs.builder.FindBugsWorker.work(FindBugsWorker.java:225)
at de.tobject.findbugs.actions.FindBugsAction$StartedFromViewJob.runWithProgress(FindBugsAction.java:271)
at de.tobject.findbugs.FindBugsJob.run(FindBugsJob.java:135)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SUBENTRY 1 edu.umd.cs.findbugs.plugin.eclipse 4 0 2014-05-30 12:57:33.599
!MESSAGE Unable to get XClass for java/util/regex/Pattern
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 10247
at org.objectweb.asm.ClassReader.readUTF8(Unknown Source)
at org.objectweb.asm.ClassReader.readClass(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.asm.FBClassReader.accept(FBClassReader.java:44)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:110)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:587)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:76)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:38)
at edu.umd.cs.findbugs.classfile.impl.AnalysisCache.getClassAnalysis(AnalysisCache.java:268)
at edu.umd.cs.findbugs.ba.XFactory.getXClass(XFactory.java:652)
at edu.umd.cs.findbugs.ba.AnalysisContext.setAppClassList(AnalysisContext.java:932)
at edu.umd.cs.findbugs.FindBugs2.setAppClassList(FindBugs2.java:997)
at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:225)
at de.tobject.findbugs.builder.FindBugsWorker.runFindBugs(FindBugsWorker.java:321)
at de.tobject.findbugs.builder.FindBugsWorker.work(FindBugsWorker.java:225)
at de.tobject.findbugs.actions.FindBugsAction$StartedFromViewJob.runWithProgress(FindBugsAction.java:271)
at de.tobject.findbugs.FindBugsJob.run(FindBugsJob.java:135)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SUBENTRY 1 edu.umd.cs.findbugs.plugin.eclipse 4 0 2014-05-30 12:57:33.599
!MESSAGE Unable to get XClass for java/lang/String
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 5747
at org.objectweb.asm.ClassReader.readClass(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.asm.FBClassReader.accept(FBClassReader.java:44)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:110)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:587)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:76)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:38)
at edu.umd.cs.findbugs.classfile.impl.AnalysisCache.getClassAnalysis(AnalysisCache.java:268)
at edu.umd.cs.findbugs.ba.XFactory.getXClass(XFactory.java:652)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addInheritanceEdge(Subtypes2.java:1260)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addSupertypeEdges(Subtypes2.java:1233)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addClassAndGetClassVertex(Subtypes2.java:275)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addClass(Subtypes2.java:244)
at edu.umd.cs.findbugs.ba.AnalysisContext.setAppClassList(AnalysisContext.java:941)
at edu.umd.cs.findbugs.FindBugs2.setAppClassList(FindBugs2.java:997)
at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:225)
at de.tobject.findbugs.builder.FindBugsWorker.runFindBugs(FindBugsWorker.java:321)
at de.tobject.findbugs.builder.FindBugsWorker.work(FindBugsWorker.java:225)
at de.tobject.findbugs.actions.FindBugsAction$StartedFromViewJob.runWithProgress(FindBugsAction.java:271)
at de.tobject.findbugs.FindBugsJob.run(FindBugsJob.java:135)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SUBENTRY 1 edu.umd.cs.findbugs.plugin.eclipse 4 0 2014-05-30 12:57:33.599
!MESSAGE Unable to get XClass for java/lang/CharSequence
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 5747
at org.objectweb.asm.ClassReader.readClass(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.asm.FBClassReader.accept(FBClassReader.java:44)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:110)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:587)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:76)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:38)
at edu.umd.cs.findbugs.classfile.impl.AnalysisCache.getClassAnalysis(AnalysisCache.java:268)
at edu.umd.cs.findbugs.ba.XFactory.getXClass(XFactory.java:652)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addInheritanceEdge(Subtypes2.java:1260)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addSupertypeEdges(Subtypes2.java:1233)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addClassAndGetClassVertex(Subtypes2.java:275)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addClass(Subtypes2.java:244)
at edu.umd.cs.findbugs.ba.AnalysisContext.setAppClassList(AnalysisContext.java:941)
at edu.umd.cs.findbugs.FindBugs2.setAppClassList(FindBugs2.java:997)
at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:225)
at de.tobject.findbugs.builder.FindBugsWorker.runFindBugs(FindBugsWorker.java:321)
at de.tobject.findbugs.builder.FindBugsWorker.work(FindBugsWorker.java:225)
at de.tobject.findbugs.actions.FindBugsAction$StartedFromViewJob.runWithProgress(FindBugsAction.java:271)
at de.tobject.findbugs.FindBugsJob.run(FindBugsJob.java:135)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SUBENTRY 1 edu.umd.cs.findbugs.plugin.eclipse 4 0 2014-05-30 12:57:33.599
!MESSAGE Unable to get XClass for java/lang/Class
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 207
at org.objectweb.asm.ClassReader.a(Unknown Source)
at org.objectweb.asm.ClassReader.readUTF8(Unknown Source)
at org.objectweb.asm.ClassReader.readClass(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.asm.FBClassReader.accept(FBClassReader.java:44)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:110)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:587)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:76)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:38)
at edu.umd.cs.findbugs.classfile.impl.AnalysisCache.getClassAnalysis(AnalysisCache.java:268)
at edu.umd.cs.findbugs.ba.XFactory.getXClass(XFactory.java:652)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addInheritanceEdge(Subtypes2.java:1260)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addSupertypeEdges(Subtypes2.java:1233)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addClassAndGetClassVertex(Subtypes2.java:275)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addClass(Subtypes2.java:244)
at edu.umd.cs.findbugs.ba.AnalysisContext.setAppClassList(AnalysisContext.java:941)
at edu.umd.cs.findbugs.FindBugs2.setAppClassList(FindBugs2.java:997)
at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:225)
at de.tobject.findbugs.builder.FindBugsWorker.runFindBugs(FindBugsWorker.java:321)
at de.tobject.findbugs.builder.FindBugsWorker.work(FindBugsWorker.java:225)
at de.tobject.findbugs.actions.FindBugsAction$StartedFromViewJob.runWithProgress(FindBugsAction.java:271)
at de.tobject.findbugs.FindBugsJob.run(FindBugsJob.java:135)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SUBENTRY 1 edu.umd.cs.findbugs.plugin.eclipse 4 0 2014-05-30 12:57:33.599
!MESSAGE Couldn't get class info for java/util/regex/Pattern
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 10247
at org.objectweb.asm.ClassReader.readUTF8(Unknown Source)
at org.objectweb.asm.ClassReader.readClass(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.asm.FBClassReader.accept(FBClassReader.java:44)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:110)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:587)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:76)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:38)
at edu.umd.cs.findbugs.classfile.impl.AnalysisCache.getClassAnalysis(AnalysisCache.java:268)
at edu.umd.cs.findbugs.ba.XFactory.getXClass(XFactory.java:652)
at edu.umd.cs.findbugs.ba.AnalysisContext.setAppClassList(AnalysisContext.java:932)
at edu.umd.cs.findbugs.FindBugs2.setAppClassList(FindBugs2.java:997)
at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:225)
at de.tobject.findbugs.builder.FindBugsWorker.runFindBugs(FindBugsWorker.java:321)
at de.tobject.findbugs.builder.FindBugsWorker.work(FindBugsWorker.java:225)
at de.tobject.findbugs.actions.FindBugsAction$StartedFromViewJob.runWithProgress(FindBugsAction.java:271)
at de.tobject.findbugs.FindBugsJob.run(FindBugsJob.java:135)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SUBENTRY 1 edu.umd.cs.findbugs.plugin.eclipse 4 0 2014-05-30 12:57:33.600
!MESSAGE Couldn't get class info for java/lang/CharSequence
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 5747
at org.objectweb.asm.ClassReader.readClass(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.asm.FBClassReader.accept(FBClassReader.java:44)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:110)
at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:587)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:76)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:38)
at edu.umd.cs.findbugs.classfile.impl.AnalysisCache.getClassAnalysis(AnalysisCache.java:268)
at edu.umd.cs.findbugs.ba.XFactory.getXClass(XFactory.java:652)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addInheritanceEdge(Subtypes2.java:1260)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addSupertypeEdges(Subtypes2.java:1233)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addClassAndGetClassVertex(Subtypes2.java:275)
at edu.umd.cs.findbugs.ba.ch.Subtypes2.addClass(Subtypes2.java:244)
at edu.umd.cs.findbugs.ba.AnalysisContext.setAppClassList(AnalysisContext.java:941)
at edu.umd.cs.findbugs.FindBugs2.setAppClassList(FindBugs2.java:997)
at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:225)
at de.tobject.findbugs.builder.FindBugsWorker.runFindBugs(FindBugsWorker.java:321)
at de.tobject.findbugs.builder.FindBugsWorker.work(FindBugsWorker.java:225)
at de.tobject.findbugs.actions.FindBugsAction$StartedFromViewJob.runWithProgress(FindBugsAction.java:271)
at de.tobject.findbugs.FindBugsJob.run(FindBugsJob.java:135)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!ENTRY org.eclipse.core.jobs 4 2 2014-05-30 12:57:33.607
!MESSAGE An internal error occurred during: "Finding bugs in jboss-as-kitchensink-html5-mobile...".
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 45461
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at edu.umd.cs.findbugs.asm.FBClassReader.<init>(FBClassReader.java:35)
at edu.umd.cs.findbugs.classfile.engine.asm.ClassReaderAnalysisEngine.analyze(ClassReaderAnalysisEngine.java:47)
at edu.umd.cs.findbugs.classfile.engine.asm.ClassReaderAnalysisEngine.analyze(ClassReaderAnalysisEngine.java:34)
at edu.umd.cs.findbugs.classfile.impl.AnalysisCache.getClassAnalysis(AnalysisCache.java:268)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:72)
at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:38)
at edu.umd.cs.findbugs.classfile.impl.AnalysisCache.getClassAnalysis(AnalysisCache.java:268)
at edu.umd.cs.findbugs.ba.npe.TypeQualifierNullnessAnnotationDatabase.getXMethod(TypeQualifierNullnessAnnotationDatabase.java:363)
at edu.umd.cs.findbugs.ba.npe.TypeQualifierNullnessAnnotationDatabase.addMethodParameterAnnotation(TypeQualifierNullnessAnnotationDatabase.java:425)
at edu.umd.cs.findbugs.ba.DefaultNullnessAnnotations.addDefaultNullnessAnnotations(DefaultNullnessAnnotations.java:69)
at edu.umd.cs.findbugs.ba.npe.TypeQualifierNullnessAnnotationDatabase.loadAuxiliaryAnnotations(TypeQualifierNullnessAnnotationDatabase.java:460)
at edu.umd.cs.findbugs.ba.AnalysisContext.updateDatabases(AnalysisContext.java:962)
at edu.umd.cs.findbugs.FindBugs2.analyzeApplication(FindBugs2.java:1154)
at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:282)
at de.tobject.findbugs.builder.FindBugsWorker.runFindBugs(FindBugsWorker.java:321)
at de.tobject.findbugs.builder.FindBugsWorker.work(FindBugsWorker.java:225)
at de.tobject.findbugs.actions.FindBugsAction$StartedFromViewJob.runWithProgress(FindBugsAction.java:271)
at de.tobject.findbugs.FindBugsJob.run(FindBugsJob.java:135)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{code}
There is an upstream bug for this, fixed in 3.0.0.
http://sourceforge.net/p/findbugs/bugs/1264/
3.0.0 is available from the nightly update site, I'm not sure what their schedule is:
http://findbugs.cs.umd.edu/eclipse-daily
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17453) Error while validating credentials in Download Runtime dialog
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17453?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-17453:
--------------------------------
Assignee: Rob Stryker
> Error while validating credentials in Download Runtime dialog
> -------------------------------------------------------------
>
> Key: JBIDE-17453
> URL: https://issues.jboss.org/browse/JBIDE-17453
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.2.0.Beta2
> Reporter: Radoslav Rábara
> Assignee: Rob Stryker
> Priority: Blocker
> Labels: respin-a
> Fix For: 4.2.0.Beta2
>
> Attachments: credentials validation error.jpg
>
>
> After validation of valid credentials, the following error message appears
> {code}
> "An error occured while validating your credentials. org.eclipse.core.runtime.CoreException - Unknown response code: 200"
> {code}
> I was able to reproduce this issue only with one of mine jboss.org accounts.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBDS-3050) Installing from Central = !MESSAGE An internal error occurred during: "Computing size". The profile is currently in use.
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3050?page=com.atlassian.jira.plugin.... ]
Fred Bricon resolved JBDS-3050.
-------------------------------
Resolution: Done
I couldn't reproduce with the steps provided by Snjeza but the patch doesn't break anything either, so I applied it for master and beta2
> Installing from Central = !MESSAGE An internal error occurred during: "Computing size". The profile is currently in use.
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3050
> URL: https://issues.jboss.org/browse/JBDS-3050
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: central
> Affects Versions: 8.0.0.Beta2
> Environment: RHEL 6.5
> OpenJDK 1.7
> JBDS 8.0.beta2
> Reporter: Len DiMaggio
> Assignee: Fred Bricon
> Labels: respin-a
> Fix For: 8.0.0.Beta2
>
>
> Saw this message - after a new install - when trying to install additional components from central.
> Have not been able to recreate this issue - is anyone else seeing this?
> !SESSION 2014-05-28 12:35:35.435 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.7.0_51
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> !ENTRY org.eclipse.equinox.p2.operations 2 0 2014-05-28 12:48:02.130
> !MESSAGE Operation details
> !SUBENTRY 1 org.eclipse.equinox.p2.operations 2 10001 2014-05-28 12:48:02.130
> !MESSAGE Your original request has been modified.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.130
> !MESSAGE "Graphical Editing Framework Draw2d" will be ignored because a newer version is already installed.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.130
> !MESSAGE "Graphical Editing Framework GEF" will be ignored because a newer version is already installed.
> !ENTRY org.eclipse.equinox.p2.operations 2 0 2014-05-28 12:48:02.133
> !MESSAGE Operation details
> !SUBENTRY 1 org.eclipse.equinox.p2.operations 2 10001 2014-05-28 12:48:02.134
> !MESSAGE Your original request has been modified.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.134
> !MESSAGE "Graphical Editing Framework Draw2d" will be ignored because a newer version is already installed.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.134
> !MESSAGE "Graphical Editing Framework GEF" will be ignored because a newer version is already installed.
> !SESSION 2014-05-28 12:50:15.996 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.7.0_51
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> !ENTRY org.eclipse.core.jobs 4 2 2014-05-28 13:00:54.125
> !MESSAGE An internal error occurred during: "Computing size".
> !STACK 0
> java.lang.IllegalStateException: The profile is currently in use.
> at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.lockProfile(SimpleProfileRegistry.java:838)
> at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:67)
> at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:44)
> at org.eclipse.equinox.internal.p2.ui.ProvUI.getSize(ProvUI.java:235)
> at org.eclipse.equinox.internal.p2.ui.dialogs.SizeComputingWizardPage$1.run(SizeComputingWizardPage.java:63)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBDS-3050) Installing from Central = !MESSAGE An internal error occurred during: "Computing size". The profile is currently in use.
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3050?page=com.atlassian.jira.plugin.... ]
Fred Bricon updated JBDS-3050:
------------------------------
CDW qa_ack: + (was: ?)
> Installing from Central = !MESSAGE An internal error occurred during: "Computing size". The profile is currently in use.
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3050
> URL: https://issues.jboss.org/browse/JBDS-3050
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: central
> Affects Versions: 8.0.0.Beta2
> Environment: RHEL 6.5
> OpenJDK 1.7
> JBDS 8.0.beta2
> Reporter: Len DiMaggio
> Assignee: Fred Bricon
> Labels: respin-a
> Fix For: 8.0.0.Beta2
>
>
> Saw this message - after a new install - when trying to install additional components from central.
> Have not been able to recreate this issue - is anyone else seeing this?
> !SESSION 2014-05-28 12:35:35.435 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.7.0_51
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> !ENTRY org.eclipse.equinox.p2.operations 2 0 2014-05-28 12:48:02.130
> !MESSAGE Operation details
> !SUBENTRY 1 org.eclipse.equinox.p2.operations 2 10001 2014-05-28 12:48:02.130
> !MESSAGE Your original request has been modified.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.130
> !MESSAGE "Graphical Editing Framework Draw2d" will be ignored because a newer version is already installed.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.130
> !MESSAGE "Graphical Editing Framework GEF" will be ignored because a newer version is already installed.
> !ENTRY org.eclipse.equinox.p2.operations 2 0 2014-05-28 12:48:02.133
> !MESSAGE Operation details
> !SUBENTRY 1 org.eclipse.equinox.p2.operations 2 10001 2014-05-28 12:48:02.134
> !MESSAGE Your original request has been modified.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.134
> !MESSAGE "Graphical Editing Framework Draw2d" will be ignored because a newer version is already installed.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.134
> !MESSAGE "Graphical Editing Framework GEF" will be ignored because a newer version is already installed.
> !SESSION 2014-05-28 12:50:15.996 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.7.0_51
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> !ENTRY org.eclipse.core.jobs 4 2 2014-05-28 13:00:54.125
> !MESSAGE An internal error occurred during: "Computing size".
> !STACK 0
> java.lang.IllegalStateException: The profile is currently in use.
> at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.lockProfile(SimpleProfileRegistry.java:838)
> at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:67)
> at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:44)
> at org.eclipse.equinox.internal.p2.ui.ProvUI.getSize(ProvUI.java:235)
> at org.eclipse.equinox.internal.p2.ui.dialogs.SizeComputingWizardPage$1.run(SizeComputingWizardPage.java:63)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBDS-3050) Installing from Central = !MESSAGE An internal error occurred during: "Computing size". The profile is currently in use.
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3050?page=com.atlassian.jira.plugin.... ]
Fred Bricon updated JBDS-3050:
------------------------------
CDW release: + (was: ?)
> Installing from Central = !MESSAGE An internal error occurred during: "Computing size". The profile is currently in use.
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3050
> URL: https://issues.jboss.org/browse/JBDS-3050
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: central
> Affects Versions: 8.0.0.Beta2
> Environment: RHEL 6.5
> OpenJDK 1.7
> JBDS 8.0.beta2
> Reporter: Len DiMaggio
> Assignee: Fred Bricon
> Labels: respin-a
> Fix For: 8.0.0.Beta2
>
>
> Saw this message - after a new install - when trying to install additional components from central.
> Have not been able to recreate this issue - is anyone else seeing this?
> !SESSION 2014-05-28 12:35:35.435 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.7.0_51
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> !ENTRY org.eclipse.equinox.p2.operations 2 0 2014-05-28 12:48:02.130
> !MESSAGE Operation details
> !SUBENTRY 1 org.eclipse.equinox.p2.operations 2 10001 2014-05-28 12:48:02.130
> !MESSAGE Your original request has been modified.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.130
> !MESSAGE "Graphical Editing Framework Draw2d" will be ignored because a newer version is already installed.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.130
> !MESSAGE "Graphical Editing Framework GEF" will be ignored because a newer version is already installed.
> !ENTRY org.eclipse.equinox.p2.operations 2 0 2014-05-28 12:48:02.133
> !MESSAGE Operation details
> !SUBENTRY 1 org.eclipse.equinox.p2.operations 2 10001 2014-05-28 12:48:02.134
> !MESSAGE Your original request has been modified.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.134
> !MESSAGE "Graphical Editing Framework Draw2d" will be ignored because a newer version is already installed.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.134
> !MESSAGE "Graphical Editing Framework GEF" will be ignored because a newer version is already installed.
> !SESSION 2014-05-28 12:50:15.996 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.7.0_51
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> !ENTRY org.eclipse.core.jobs 4 2 2014-05-28 13:00:54.125
> !MESSAGE An internal error occurred during: "Computing size".
> !STACK 0
> java.lang.IllegalStateException: The profile is currently in use.
> at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.lockProfile(SimpleProfileRegistry.java:838)
> at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:67)
> at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:44)
> at org.eclipse.equinox.internal.p2.ui.ProvUI.getSize(ProvUI.java:235)
> at org.eclipse.equinox.internal.p2.ui.dialogs.SizeComputingWizardPage$1.run(SizeComputingWizardPage.java:63)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBDS-3050) Installing from Central = !MESSAGE An internal error occurred during: "Computing size". The profile is currently in use.
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3050?page=com.atlassian.jira.plugin.... ]
Fred Bricon updated JBDS-3050:
------------------------------
CDW devel_ack: + (was: ?)
Status: New (was: New)
> Installing from Central = !MESSAGE An internal error occurred during: "Computing size". The profile is currently in use.
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3050
> URL: https://issues.jboss.org/browse/JBDS-3050
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: central
> Affects Versions: 8.0.0.Beta2
> Environment: RHEL 6.5
> OpenJDK 1.7
> JBDS 8.0.beta2
> Reporter: Len DiMaggio
> Assignee: Fred Bricon
> Labels: respin-a
> Fix For: 8.0.0.Beta2
>
>
> Saw this message - after a new install - when trying to install additional components from central.
> Have not been able to recreate this issue - is anyone else seeing this?
> !SESSION 2014-05-28 12:35:35.435 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.7.0_51
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> !ENTRY org.eclipse.equinox.p2.operations 2 0 2014-05-28 12:48:02.130
> !MESSAGE Operation details
> !SUBENTRY 1 org.eclipse.equinox.p2.operations 2 10001 2014-05-28 12:48:02.130
> !MESSAGE Your original request has been modified.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.130
> !MESSAGE "Graphical Editing Framework Draw2d" will be ignored because a newer version is already installed.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.130
> !MESSAGE "Graphical Editing Framework GEF" will be ignored because a newer version is already installed.
> !ENTRY org.eclipse.equinox.p2.operations 2 0 2014-05-28 12:48:02.133
> !MESSAGE Operation details
> !SUBENTRY 1 org.eclipse.equinox.p2.operations 2 10001 2014-05-28 12:48:02.134
> !MESSAGE Your original request has been modified.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.134
> !MESSAGE "Graphical Editing Framework Draw2d" will be ignored because a newer version is already installed.
> !SUBENTRY 2 org.eclipse.equinox.p2.operations 2 10004 2014-05-28 12:48:02.134
> !MESSAGE "Graphical Editing Framework GEF" will be ignored because a newer version is already installed.
> !SESSION 2014-05-28 12:50:15.996 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.7.0_51
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> !ENTRY org.eclipse.core.jobs 4 2 2014-05-28 13:00:54.125
> !MESSAGE An internal error occurred during: "Computing size".
> !STACK 0
> java.lang.IllegalStateException: The profile is currently in use.
> at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.lockProfile(SimpleProfileRegistry.java:838)
> at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:67)
> at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:44)
> at org.eclipse.equinox.internal.p2.ui.ProvUI.getSize(ProvUI.java:235)
> at org.eclipse.equinox.internal.p2.ui.dialogs.SizeComputingWizardPage$1.run(SizeComputingWizardPage.java:63)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17428) Hide bottom bar with "back" and "forward" buttons if the top "url" bar is hidden
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17428?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-17428:
-------------------------------------
I guess it's coupled only with iphone 3 , which is obsolete for now - JBDS-2960, and iphone 4 skins.
{quote}
The bottom bar might be hidden as well and also show along with the top bar, when user clicks on status bar.
{quote}
The bottom bar was added for iphone 3 / iphone 4 skins, cause there is no physical navigation buttons for those devices.
{quote}
That way user will see how it will look on the actual device, without any distraction
{quote}
Well, actually we don't treat bottom bar as a part of display (we do not hide anything from user with bottom bar, it doesn't affect display size). By design it was created as a part of *device*, not *display*. Reimplementing skin's layout is pretty intricate - need to crop skin images from the very beginning, both [horizontal|https://github.com/ibuziuk/jbosstools-browsersim/tree/master/p...] and [vertical|https://github.com/ibuziuk/jbosstools-browsersim/tree/master/plu...]. So, I do believe it's better to leave iphone 4 skin the way it is. I'm going to reject that issue, but I will keep in mind that enhancement for upcoming skins ;-)
> Hide bottom bar with "back" and "forward" buttons if the top "url" bar is hidden
> --------------------------------------------------------------------------------
>
> Key: JBIDE-17428
> URL: https://issues.jboss.org/browse/JBIDE-17428
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: browsersim
> Affects Versions: 4.2.0.Beta1
> Environment: Mac OSX 10.9.2
> JBDS 8 beta 1
> Reporter: Tadeas Kriz
> Assignee: Ilya Buziuk
>
> The top bar is hidden by default and can be shown when user clicks on status bar. The bottom bar might be hidden as well and also show along with the top bar, when user clicks on status bar. That way user will see how it will look on the actual device, without any distraction.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months