[JBoss JIRA] (JBIDE-17854) ArrayStoreException while opening database in Hibernate Console
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17854?page=com.atlassian.jira.plugi... ]
Jiri Peterka closed JBIDE-17854.
--------------------------------
Resolution: Done
> ArrayStoreException while opening database in Hibernate Console
> ---------------------------------------------------------------
>
> Key: JBIDE-17854
> URL: https://issues.jboss.org/browse/JBIDE-17854
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.CR1
> Reporter: Jiri Peterka
> Assignee: Koen Aers
> Priority: Critical
> Fix For: 4.2.0.CR1
>
>
> An internal error has occurred.
> java.lang.ArrayStoreException
> Used pom file
> {code}
> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
> <modelVersion>4.0.0</modelVersion>
> <groupId>testjpa</groupId>
> <artifactId>testjpa</artifactId>
> <version>0.0.1-SNAPSHOT</version>
> <dependencies>
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate-core</artifactId>
> <version>4.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate-entitymanager</artifactId>
> <version>4.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>org.hibernate.javax.persistence</groupId>
> <artifactId>hibernate-jpa-2.0-api</artifactId>
> <version>1.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>com.h2database</groupId>
> <artifactId>h2</artifactId>
> <version>1.3.161</version>
> </dependency>
> </dependencies>
> <build>
> <sourceDirectory>src</sourceDirectory>
> <resources>
> <resource>
> <directory>src</directory>
> <excludes>
> <exclude>**/*.java</exclude>
> </excludes>
> </resource>
> </resources>
> <plugins>
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <version>3.1</version>
> <configuration>
> <source>1.8</source>
> <target>1.8</target>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </project>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17854) ArrayStoreException while opening database in Hibernate Console
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17854?page=com.atlassian.jira.plugi... ]
Jiri Peterka updated JBIDE-17854:
---------------------------------
Labels: (was: respin-a)
> ArrayStoreException while opening database in Hibernate Console
> ---------------------------------------------------------------
>
> Key: JBIDE-17854
> URL: https://issues.jboss.org/browse/JBIDE-17854
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.CR1
> Reporter: Jiri Peterka
> Assignee: Koen Aers
> Priority: Critical
> Fix For: 4.2.0.CR1
>
>
> An internal error has occurred.
> java.lang.ArrayStoreException
> Used pom file
> {code}
> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
> <modelVersion>4.0.0</modelVersion>
> <groupId>testjpa</groupId>
> <artifactId>testjpa</artifactId>
> <version>0.0.1-SNAPSHOT</version>
> <dependencies>
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate-core</artifactId>
> <version>4.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate-entitymanager</artifactId>
> <version>4.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>org.hibernate.javax.persistence</groupId>
> <artifactId>hibernate-jpa-2.0-api</artifactId>
> <version>1.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>com.h2database</groupId>
> <artifactId>h2</artifactId>
> <version>1.3.161</version>
> </dependency>
> </dependencies>
> <build>
> <sourceDirectory>src</sourceDirectory>
> <resources>
> <resource>
> <directory>src</directory>
> <excludes>
> <exclude>**/*.java</exclude>
> </excludes>
> </resource>
> </resources>
> <plugins>
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <version>3.1</version>
> <configuration>
> <source>1.8</source>
> <target>1.8</target>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </project>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17854) ArrayStoreException while opening database in Hibernate Console
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17854?page=com.atlassian.jira.plugi... ]
Jiri Peterka closed JBIDE-17854.
--------------------------------
Resolution: Done
Scenario is still blocked by JBIDE-18220
> ArrayStoreException while opening database in Hibernate Console
> ---------------------------------------------------------------
>
> Key: JBIDE-17854
> URL: https://issues.jboss.org/browse/JBIDE-17854
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.CR1
> Reporter: Jiri Peterka
> Assignee: Koen Aers
> Priority: Critical
> Labels: respin-a
> Fix For: 4.2.0.CR1
>
>
> An internal error has occurred.
> java.lang.ArrayStoreException
> Used pom file
> {code}
> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
> <modelVersion>4.0.0</modelVersion>
> <groupId>testjpa</groupId>
> <artifactId>testjpa</artifactId>
> <version>0.0.1-SNAPSHOT</version>
> <dependencies>
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate-core</artifactId>
> <version>4.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate-entitymanager</artifactId>
> <version>4.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>org.hibernate.javax.persistence</groupId>
> <artifactId>hibernate-jpa-2.0-api</artifactId>
> <version>1.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>com.h2database</groupId>
> <artifactId>h2</artifactId>
> <version>1.3.161</version>
> </dependency>
> </dependencies>
> <build>
> <sourceDirectory>src</sourceDirectory>
> <resources>
> <resource>
> <directory>src</directory>
> <excludes>
> <exclude>**/*.java</exclude>
> </excludes>
> </resource>
> </resources>
> <plugins>
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <version>3.1</version>
> <configuration>
> <source>1.8</source>
> <target>1.8</target>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </project>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18182) JBDS crashes when editor is opened on RHEL 6
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18182?page=com.atlassian.jira.plugi... ]
Len DiMaggio commented on JBIDE-18182:
--------------------------------------
Just to summarize the issue - JBDS 5,6,7,8 (beta3) all crash on RHEL 6.6 when ANY file is opened in an editor or an EAP server is started.
> JBDS crashes when editor is opened on RHEL 6
> --------------------------------------------
>
> Key: JBIDE-18182
> URL: https://issues.jboss.org/browse/JBIDE-18182
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.2.0.Beta3
> Environment: RHEL 6.6 Beta
> JBDS 8.0.0.Beta3 (also happening for JBDS 7 and 6)
> Reporter: Rastislav Wagner
> Priority: Blocker
> Fix For: 4.2.0.CR2
>
>
> JBDS is crashing when I try to open any file in editor or start EAP server (when console is trying to show output).
> The only thing I can see is in terminal
> {code}
> java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion 'NOT_REACHED' failed.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17854) ArrayStoreException while opening database in Hibernate Console
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17854?page=com.atlassian.jira.plugi... ]
Jiri Peterka commented on JBIDE-17854:
--------------------------------------
[~maxandersen] On one hand yes. When you have issue scenario and after fix only what is changed is fact that one error was replaced with another (related or unrelated) it's hard to state it was resolved and I'm not sure if it's better to create new issues or reopen the old one. From user perspective it's not fixed if user is blocked on the same place and that should be most important for us IMHO, don't you agree? From strict bug perspective it's another issue with for the same scenario. If I create new issues I'll clone this one with slight modifications anyway.
> ArrayStoreException while opening database in Hibernate Console
> ---------------------------------------------------------------
>
> Key: JBIDE-17854
> URL: https://issues.jboss.org/browse/JBIDE-17854
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.CR1
> Reporter: Jiri Peterka
> Assignee: Koen Aers
> Priority: Critical
> Labels: respin-a
> Fix For: 4.2.0.CR1
>
>
> An internal error has occurred.
> java.lang.ArrayStoreException
> Used pom file
> {code}
> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
> <modelVersion>4.0.0</modelVersion>
> <groupId>testjpa</groupId>
> <artifactId>testjpa</artifactId>
> <version>0.0.1-SNAPSHOT</version>
> <dependencies>
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate-core</artifactId>
> <version>4.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate-entitymanager</artifactId>
> <version>4.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>org.hibernate.javax.persistence</groupId>
> <artifactId>hibernate-jpa-2.0-api</artifactId>
> <version>1.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>com.h2database</groupId>
> <artifactId>h2</artifactId>
> <version>1.3.161</version>
> </dependency>
> </dependencies>
> <build>
> <sourceDirectory>src</sourceDirectory>
> <resources>
> <resource>
> <directory>src</directory>
> <excludes>
> <exclude>**/*.java</exclude>
> </excludes>
> </resource>
> </resources>
> <plugins>
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <version>3.1</version>
> <configuration>
> <source>1.8</source>
> <target>1.8</target>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </project>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17808) Identify which installed IUs are from Early Access vs. supported/tested versions
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17808?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-17808:
----------------------------------------
{quote}Screencast: http://youtu.be/AmcwhZJrMQg{quote}
That's an easter-egg ;)
More seriously, I think it's yet-another-symptom of JBIDE-18214. Would you mind marking this issue as resolved and create a subtask to verify this behaviour when JBIDE-18214 is resolved?
IF you use JBDS, things work as expected.
> Identify which installed IUs are from Early Access vs. supported/tested versions
> --------------------------------------------------------------------------------
>
> Key: JBIDE-17808
> URL: https://issues.jboss.org/browse/JBIDE-17808
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Labels: documentation, respin-a
> Fix For: 4.2.0.CR1
>
> Attachments: JBIDE17808.jpeg
>
>
> [~maxandersen] brought up a good point on a call today:
> we have no way from within JBDS of identifying which installed IUs were installed from Early Access vs. those what were installed from Central or another "supported" location.
> Thus we need some sort of UI to list installed IUs that are "Early Access".
> This could be... (brainstorming now):
> * a text file with the list of things installed from Early Access (features and plugins)
> * a set of asterisks added to the Help > About dialogs when browsing for installed features / plugins
> * a way to filter the plugin view (Help > About) to show only EA content (or exclude it)
> * ... ?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18182) JBDS crashes when editor is opened on RHEL 6
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18182?page=com.atlassian.jira.plugi... ]
Rastislav Wagner commented on JBIDE-18182:
------------------------------------------
What about JBDS 6 and 7 ? Those are also affected.
> JBDS crashes when editor is opened on RHEL 6
> --------------------------------------------
>
> Key: JBIDE-18182
> URL: https://issues.jboss.org/browse/JBIDE-18182
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.2.0.Beta3
> Environment: RHEL 6.6 Beta
> JBDS 8.0.0.Beta3 (also happening for JBDS 7 and 6)
> Reporter: Rastislav Wagner
> Priority: Blocker
> Fix For: 4.2.0.CR2
>
>
> JBDS is crashing when I try to open any file in editor or start EAP server (when console is trying to show output).
> The only thing I can see is in terminal
> {code}
> java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion 'NOT_REACHED' failed.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months