[JBoss JIRA] (JBIDE-18268) Error while validating credentials in download EAP 6.3 dialog
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18268?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-18268:
---------------------------------------
I'm seeing the same problem. EAP 6.2 download works, EAP 6.3 does not. Perhaps it has something to do with the new-style url that is used for eap 6.3?
> Error while validating credentials in download EAP 6.3 dialog
> -------------------------------------------------------------
>
> Key: JBIDE-18268
> URL: https://issues.jboss.org/browse/JBIDE-18268
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.2.0.CR1
> Reporter: Radoslav Rábara
> Priority: Blocker
> Labels: respin-a
> Fix For: 4.2.0.CR1
>
> Attachments: download eap 6-3.jpg
>
>
> After validation of valid credentials, the following error message appears
> {code}
> " An error occurred while validating your credentials. org.eclipse.core.runtime.CoreException - Unknown response code: 404"
> {code}
> I don't get an error when I try to download another runtime (I reproduced it only when I tried to download EAP 6.3)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17552) JBoss EWP isn't added into Servers by JBoss Tools Runtime Detection
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17552?page=com.atlassian.jira.plugi... ]
Radoslav Rábara closed JBIDE-17552.
-----------------------------------
Verified with JBDS 8.0.0.CR1-v20140831-0335-B201
> JBoss EWP isn't added into Servers by JBoss Tools Runtime Detection
> -------------------------------------------------------------------
>
> Key: JBIDE-17552
> URL: https://issues.jboss.org/browse/JBIDE-17552
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2a, GNU/Linux 64
> Reporter: Jiri Peterka
> Assignee: Rob Stryker
> Fix For: 4.2.0.CR1
>
>
> There is no EWP 5.2 added into Server View. EWP is detected by JBT Runtime Detection but no server added.
> I noticed that when trying on new workspace, that when EWP was selected it created another server but AS7 which was not selected for runtime detection. So I guess there si some bug there.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-15577) Hibernate Console problem while creating session factory
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15577?page=com.atlassian.jira.plugi... ]
Koen Aers commented on JBIDE-15577:
-----------------------------------
Please open a new issue with an accurate description of how to reproduce the problem. Make sure you use the latest JBT 4.2.0.CR1 build.
> Hibernate Console problem while creating session factory
> --------------------------------------------------------
>
> Key: JBIDE-15577
> URL: https://issues.jboss.org/browse/JBIDE-15577
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.x
> Environment: Eclipse 4.3 (kepler), hibernate tools 3.7.0, Hibernate 4.2.2, jdk1.6.0.38
> Reporter: Guillaume JOUVELOT
> Assignee: Koen Aers
> Fix For: 4.2.0.CR1
>
>
> When I try to use hibernate console in order to test HQL queries I've the following error message from eclipse :
> {color:red}java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;{color}
> And the eclipse log file :
> !ENTRY org.hibernate.eclipse.console 4 4 2013-09-27 15:57:20.198
> !MESSAGE Problems while creating sessionfactory
> !SUBENTRY 1 org.hibernate.eclipse.console 4 150 2013-09-27 15:57:20.198
> !MESSAGE java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
> !STACK 0
> java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
> at org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider.<clinit>(C3P0ConnectionProvider.java:58)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
> at java.lang.reflect.Constructor.newInstance(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at org.hibernate.connection.ConnectionProviderFactory.initializeConnectionProviderFromConfig(ConnectionProviderFactory.java:174)
> at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:102)
> at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:84)
> at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:438)
> at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:91)
> at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2163)
> at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2159)
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1383)
> at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:954)
> at org.hibernate.console.ConsoleConfiguration$5.execute(ConsoleConfiguration.java:278)
> at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
> at org.hibernate.console.ConsoleConfiguration.execute(ConsoleConfiguration.java:107)
> at org.hibernate.console.ConsoleConfiguration.buildSessionFactory(ConsoleConfiguration.java:273)
> at org.hibernate.eclipse.console.workbench.LazySessionFactoryAdapter.getChildren(LazySessionFactoryAdapter.java:43)
> at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.getChildren(BasicWorkbenchAdapter.java:100)
> at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.fetchDeferredChildren(BasicWorkbenchAdapter.java:106)
> at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:235)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> !SUBENTRY 2 org.hibernate.eclipse.console 4 150 2013-09-27 15:57:20.198
> !MESSAGE java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
> !STACK 0
> java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
> at org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider.<clinit>(C3P0ConnectionProvider.java:58)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
> at java.lang.reflect.Constructor.newInstance(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at org.hibernate.connection.ConnectionProviderFactory.initializeConnectionProviderFromConfig(ConnectionProviderFactory.java:174)
> at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:102)
> at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:84)
> at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:438)
> at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:91)
> at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2163)
> at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2159)
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1383)
> at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:954)
> at org.hibernate.console.ConsoleConfiguration$5.execute(ConsoleConfiguration.java:278)
> at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
> at org.hibernate.console.ConsoleConfiguration.execute(ConsoleConfiguration.java:107)
> at org.hibernate.console.ConsoleConfiguration.buildSessionFactory(ConsoleConfiguration.java:273)
> at org.hibernate.eclipse.console.workbench.LazySessionFactoryAdapter.getChildren(LazySessionFactoryAdapter.java:43)
> at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.getChildren(BasicWorkbenchAdapter.java:100)
> at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.fetchDeferredChildren(BasicWorkbenchAdapter.java:106)
> at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:235)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> I've well configured my session factory.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-16863) Runtime detection add unchecked servers
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16863?page=com.atlassian.jira.plugi... ]
Radoslav Rábara closed JBIDE-16863.
-----------------------------------
Verified with JBDS 8.0.0.CR1-v20140831-0335-B201
> Runtime detection add unchecked servers
> ---------------------------------------
>
> Key: JBIDE-16863
> URL: https://issues.jboss.org/browse/JBIDE-16863
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.2.0.Beta1
> Environment: Fedora 20, JBDS 8.0.0.Beta1
> Reporter: Radim Hopp
> Assignee: Rob Stryker
> Fix For: 4.2.0.CR1
>
>
> When runtime detection detects multiple same servers (when one path is subpath of another)on of them is correctly unchecked, but when I uncheck the other one, the server is still added.
> I made a little screencast of this behaviour: http://youtu.be/e4OrN0s6SUg
> In this screencast I added /home/rhopp/runtimes where i have all my runtimes and then I added /home/rhopp/runtimes/jboss-as-7.1.1.Final and /home/rhopp/runtimes/jboss-eap-6.2
> When I click "Search" and want to add just EAP 6.1 runtime, AS 7.1.1 and EAP 6.2 are added also, even though they are unchecked.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-15517) Explorer: There's currently no way to see that an application is scaled
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15517?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-15517:
------------------------------------------
These are 2 different things and both may possibly make sense:
* decoreate scalable applications: I'm not aware of non-scalable applications, are there any?
* decorate scaled applications: this is meaningfull imho: ex. you cannot embed phpmyadmin to a scalable application. You only get to know about this impossibility when you try to embed phpmyadmin and get warned about it (we added some warning in the UI)
> Explorer: There's currently no way to see that an application is scaled
> -----------------------------------------------------------------------
>
> Key: JBIDE-15517
> URL: https://issues.jboss.org/browse/JBIDE-15517
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Labels: explorer
> Fix For: 4.3.x
>
>
> There's currently no way for the user to see that an application is scaled.
> We should show this to the user via decorations in the OpenShift Explorer and also in the application details.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18128) Jboss Eclipse Luna plugin doesn't deploy all .class
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18128?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-18128:
---------------------------------------------
Ah now I notice your attachement. Yes, I don't get this error.
I haven't tried installing STS yet - can you try do it on a plain eclipse just to see if it is caused by something related to STS ?
> Jboss Eclipse Luna plugin doesn't deploy all .class
> ---------------------------------------------------
>
> Key: JBIDE-18128
> URL: https://issues.jboss.org/browse/JBIDE-18128
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta3
> Reporter: fede pia
> Assignee: Rob Stryker
> Priority: Blocker
> Attachments: 2014-09-04 error.png, 2014-09-04 output.txt, jboss-test.zip, TestJboss-2014-09-03.zip
>
>
> The problem I'm facing is that when I run/debug my aplication from Server view in Eclipse the jboss plugin doesn't deploy all the .class files, thus I get ClassNotFoundException.
> I've tried cleaning the project, cleaning jboss, remove temporaries but nothing works. The not found classes are random.
> For Eclipse 4.3 everything works fine, although this issue usually happens but I can solve it with a Project -> Clean
> As a context, I've installed Eclipse Luna (also tried STS 3.6) and added Jboss Tools plugin 4.2.0 Beta 3 (I've installed only Jboss AS component). The jboss servers I tested were JBoss 7.1 and Wildfly 8.1.
> I also tried building the war outside Eclipse and deployed manually to JBoss and everything works fine.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18268) Error while validating credentials in download EAP 6.3 dialog
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18268?page=com.atlassian.jira.plugi... ]
Radoslav Rábara updated JBIDE-18268:
------------------------------------
Attachment: download eap 6-3.jpg
> Error while validating credentials in download EAP 6.3 dialog
> -------------------------------------------------------------
>
> Key: JBIDE-18268
> URL: https://issues.jboss.org/browse/JBIDE-18268
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.2.0.CR1
> Reporter: Radoslav Rábara
> Priority: Blocker
> Labels: respin-a
> Fix For: 4.2.0.CR1
>
> Attachments: download eap 6-3.jpg
>
>
> After validation of valid credentials, the following error message appears
> {code}
> " An error occurred while validating your credentials. org.eclipse.core.runtime.CoreException - Unknown response code: 404"
> {code}
> I don't get an error when I try to download another runtime (I reproduced it only when I tried to download EAP 6.3)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18268) Error while validating credentials in download EAP 6.3 dialog
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18268?page=com.atlassian.jira.plugi... ]
Radoslav Rábara updated JBIDE-18268:
------------------------------------
Description:
After validation of valid credentials, the following error message appears
{code}
" An error occurred while validating your credentials. org.eclipse.core.runtime.CoreException - Unknown response code: 404"
{code}
I don't get an error when I try to download another runtime (I reproduced it only when I tried to download EAP 6.3)
was:
After validation of valid credentials, the following error message appears
{code}
" An error occurred while validating your credentials. org.eclipse.core.runtime.CoreException - Unknown response code: 404"
{code}
I was able to reproduce this issue only with one of mine jboss.org accounts.
It looks like a regression of [https://issues.jboss.org/browse/JBIDE-17453|JBIDE-17453]
> Error while validating credentials in download EAP 6.3 dialog
> -------------------------------------------------------------
>
> Key: JBIDE-18268
> URL: https://issues.jboss.org/browse/JBIDE-18268
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.2.0.CR1
> Reporter: Radoslav Rábara
> Priority: Blocker
> Labels: respin-a
> Fix For: 4.2.0.CR1
>
>
> After validation of valid credentials, the following error message appears
> {code}
> " An error occurred while validating your credentials. org.eclipse.core.runtime.CoreException - Unknown response code: 404"
> {code}
> I don't get an error when I try to download another runtime (I reproduced it only when I tried to download EAP 6.3)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months