[JBoss JIRA] (JBIDE-11292) Maven Import/Archetype (JBoss Central) usage sometimes invalidates previously imported projects
by Burr Sutter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11292?page=com.atlassian.jira.plugi... ]
Burr Sutter commented on JBIDE-11292:
-------------------------------------
I have not noticed it recently but perhaps not running the same steps
> Maven Import/Archetype (JBoss Central) usage sometimes invalidates previously imported projects
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-11292
> URL: https://issues.jboss.org/browse/JBIDE-11292
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, upstream
> Reporter: Burr Sutter
> Assignee: Fred Bricon
> Fix For: 3.3.x
>
> Attachments: project_configuration_is_not_up_to_date_0.png
>
>
> "Project configuration is not up-to-date with pom.xml. Run project configuration update"
> I have noticed, with beta1e and perhaps beta1d, that when I load up my workspace with projects - created via the archetypes, quickstarts and even File Import - perhaps, after a restart of the IDE - the next time I import (file-import or archetype) another maven project, the previous projects throw up the project configuration error msg.
--
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, 11 months
[JBoss JIRA] (JBIDE-17202) Importing/building WildFly 8.0.Final into JBTools 4.2.0.Beta1 results in GC faillure with Java 1.7.0
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17202?page=com.atlassian.jira.plugi... ]
Len DiMaggio commented on JBIDE-17202:
--------------------------------------
Nothing all that surprising:
!ENTRY org.eclipse.jdt.core 4 4 2014-04-25 22:42:06.595
!MESSAGE Background Indexer Crash Recovery
!STACK 0
java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.io.BufferedInputStream.<init>(BufferedInputStream.java:195)
at java.io.BufferedInputStream.<init>(BufferedInputStream.java:175)
at org.eclipse.jdt.internal.compiler.util.Util.getZipEntryByteContent(Util.java:689)
at org.eclipse.jdt.internal.core.search.indexing.AddJarFileToIndex.execute(AddJarFileToIndex.java:233)
at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:405)
at java.lang.Thread.run(Thread.java:724)
!ENTRY org.eclipse.core.jobs 4 2 2014-04-25 22:57:03.564
!MESSAGE An internal error occurred during: "Updating Maven Dependencies".
!STACK 0
java.lang.OutOfMemoryError: GC overhead limit exceeded
at org.apache.maven.model.Dependency.setLocation(Dependency.java:474)
at org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.parseDependency(MavenXpp3ReaderEx.java:1394)
at org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.parseDependencyManagement(MavenXpp3ReaderEx.java:1527)
at org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.parseModel(MavenXpp3ReaderEx.java:2460)
at org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.read(MavenXpp3ReaderEx.java:4350)
at org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.read(MavenXpp3ReaderEx.java:560)
at org.apache.maven.model.io.DefaultModelReader.read(DefaultModelReader.java:118)
at org.apache.maven.model.io.DefaultModelReader.read(DefaultModelReader.java:91)
at org.apache.maven.model.building.DefaultModelProcessor.read(DefaultModelProcessor.java:77)
at org.apache.maven.model.building.DefaultModelBuilder.readModel(DefaultModelBuilder.java:453)
at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:256)
at org.apache.maven.model.building.DefaultModelBuilder.importDependencyManagement(DefaultModelBuilder.java:1001)
at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:397)
at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:368)
at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:359)
at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:145)
at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:105)
at org.eclipse.m2e.core.internal.embedder.MavenImpl.readMavenProject(MavenImpl.java:625)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager$4.call(ProjectRegistryManager.java:665)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager$4.call(ProjectRegistryManager.java:1)
at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeBare(MavenExecutionContext.java:165)
at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:141)
at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:95)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.execute(ProjectRegistryManager.java:913)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.readMavenProjectFacade(ProjectRegistryManager.java:660)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.refresh(ProjectRegistryManager.java:377)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.refresh(ProjectRegistryManager.java:336)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryRefreshJob$1$1.call(ProjectRegistryRefreshJob.java:95)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryRefreshJob$1$1.call(ProjectRegistryRefreshJob.java:1)
at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeBare(MavenExecutionContext.java:165)
at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:141)
at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:95)
> Importing/building WildFly 8.0.Final into JBTools 4.2.0.Beta1 results in GC faillure with Java 1.7.0
> ----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-17202
> URL: https://issues.jboss.org/browse/JBIDE-17202
> Project: Tools (JBoss Tools)
> Issue Type: Quality Risk
> Components: build
> Affects Versions: 4.2.0.Beta1
> Environment: Linux 2.6.32-358.23.2.el6.x86_64 #1 SMP Sat Sep 14 05:32:37 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux
> java -version
> java version "1.7.0_25"
> OpenJDK Runtime Environment (rhel-2.3.10.4.el6_4-x86_64)
> OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
> Reporter: Len DiMaggio
> Attachments: log, Screenshot-1.png, Screenshot-2.png, Screenshot.png
>
>
> See attached logs and screenshots - building WildFly causes a GC failure
--
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, 11 months
[JBoss JIRA] (JBDS-3019) Cordova project requires user to recreate run configuration when iOS target sdk is changed
by Tadeas Kriz (JIRA)
Tadeas Kriz created JBDS-3019:
---------------------------------
Summary: Cordova project requires user to recreate run configuration when iOS target sdk is changed
Key: JBDS-3019
URL: https://issues.jboss.org/browse/JBDS-3019
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: aerogear-hybrid
Affects Versions: 7.1.1.GA
Reporter: Tadeas Kriz
Assignee: Max Rydahl Andersen
When cordova application is changed that way that it requires newer iOS target SDK (for example switching from iOS 6 to iOS 7) it will no longer compile unless the user deletes and then makes a new run configuration. It would be good if the user might select which target sdk will be used, this will probably mitigate this issue.
--
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, 11 months
[JBoss JIRA] (JBIDE-11292) Maven Import/Archetype (JBoss Central) usage sometimes invalidates previously imported projects
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11292?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-11292:
-------------------------------------
I don't remember experiencing this issue with m2e 1.5.0 (JBT 4.2/JBDS 8), have you?
> Maven Import/Archetype (JBoss Central) usage sometimes invalidates previously imported projects
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-11292
> URL: https://issues.jboss.org/browse/JBIDE-11292
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, upstream
> Reporter: Burr Sutter
> Assignee: Fred Bricon
> Fix For: 3.3.x
>
> Attachments: project_configuration_is_not_up_to_date_0.png
>
>
> "Project configuration is not up-to-date with pom.xml. Run project configuration update"
> I have noticed, with beta1e and perhaps beta1d, that when I load up my workspace with projects - created via the archetypes, quickstarts and even File Import - perhaps, after a restart of the IDE - the next time I import (file-import or archetype) another maven project, the previous projects throw up the project configuration error msg.
--
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, 11 months