[
https://issues.jboss.org/browse/TEIIDDES-3052?page=com.atlassian.jira.plu...
]
Steve Tran updated TEIIDDES-3052:
---------------------------------
Description: After starting the server, the "Default Server" is not
automatically refreshed. This will cause an issue when attempting to deploy a VDB because
the context menu won't have the deploy option. The workaround is to refresh the
servers tab, which will reconnect the default server. Nothing major, but sometimes the
default server gets automatically refreshed, and most times it doesn't. (was:
Starting the server always throws this exception. It's non-fatal, but it's been
around since JBDS 8.
Here's a snip from the logs.
{code}
!SESSION 2017-03-01 12:36:18.825 -----------------------------------------------
eclipse.buildId=10.3.0.GA-v20170218-1636-B94
java.version=1.8.0_121
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -data file:/C:/Users/C031711/workspace/ -os win32 -ws win32 -arch
x86_64 -product com.jboss.devstudio.core.product
!ENTRY org.eclipse.egit.ui 2 0 2017-03-01 12:36:26.952
!MESSAGE Warning: The environment variable HOME is not set. The following directory will
be used to store the Git
user global configuration and to define the default location to store repositories:
'C:\Users\C031711'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git
for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings
preference page.
!ENTRY org.eclipse.epp.logging.aeri.ide 2 17 2017-03-01 12:36:27.847
!MESSAGE Server ‘org.jboss.tools’ failed with exception: Proxy Unacknowledged. ; version:
2.0.3.v20161205-0933
!STACK 0
org.apache.http.client.HttpResponseException: Proxy Unacknowledged
at
org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses$ProgressMonitorResponseHandler.handleResponse(HttpResponses.java:71)
at
org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses$ProgressMonitorResponseStringHandler.handleResponse(HttpResponses.java:93)
at
org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses$ProgressMonitorResponseStringHandler.handleResponse(HttpResponses.java:1)
at org.apache.http.client.fluent.Response.handleResponse(Response.java:90)
at
org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses.getContentWithProgress(HttpResponses.java:56)
at
org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.refreshConfiguration(IO.java:69)
at
org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:124)
at
com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:54)
at com.google.common.util.concurrent.Callables$3.run(Callables.java:93)
at java.lang.Thread.run(Thread.java:745)
!ENTRY org.teiid.designer.dqp 4 0 2017-03-02 09:49:24.542
!MESSAGE org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException:
org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: NLS missing message:
OperationOnAddressFailed in:
org.jboss.ide.eclipse.as.internal.management.wildfly9.Messages
!STACK 0
java.lang.Exception: org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException:
org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: NLS missing message:
OperationOnAddressFailed in:
org.jboss.ide.eclipse.as.internal.management.wildfly9.Messages
at
org.teiid.designer.runtime.TeiidParentServerListener.adaptServerOK(TeiidParentServerListener.java:370)
at
org.teiid.designer.runtime.TeiidParentServerListener.access$2(TeiidParentServerListener.java:363)
at
org.teiid.designer.runtime.TeiidParentServerListener$1.tryConnecting(TeiidParentServerListener.java:291)
at
org.teiid.designer.runtime.TeiidParentServerListener$1.run(TeiidParentServerListener.java:247)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException:
org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: NLS missing message:
OperationOnAddressFailed in:
org.jboss.ide.eclipse.as.internal.management.wildfly9.Messages
at
org.jboss.ide.eclipse.as.internal.management.eap61plus.EAP61PlusManager.execute(EAP61PlusManager.java:361)
at
org.jboss.ide.eclipse.as.internal.management.eap61plus.EAP61PlusManagerService.execute(EAP61PlusManagerService.java:171)
at
org.jboss.ide.eclipse.as.management.core.JBoss7ManagerServiceProxy.execute(JBoss7ManagerServiceProxy.java:87)
at
org.teiid.designer.runtime.adapter.JBoss7ServerUtil.executeRequest(JBoss7ServerUtil.java:78)
at
org.teiid.designer.runtime.adapter.JBoss7ServerUtil.isTeiidServer(JBoss7ServerUtil.java:209)
at
org.teiid.designer.runtime.adapter.TeiidServerAdapterFactory.adaptJBoss7Server(TeiidServerAdapterFactory.java:190)
at
org.teiid.designer.runtime.adapter.TeiidServerAdapterFactory.adaptServer(TeiidServerAdapterFactory.java:89)
at
org.teiid.designer.runtime.TeiidParentServerListener.adaptServerOK(TeiidParentServerListener.java:365)
... 4 more
Caused by: org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: NLS missing
message: OperationOnAddressFailed in:
org.jboss.ide.eclipse.as.internal.management.wildfly9.Messages
at
org.jboss.ide.eclipse.as.internal.management.eap61plus.EAP61PlusManager.execute(EAP61PlusManager.java:352)
... 11 more
!ENTRY org.jboss.ide.eclipse.as.core 4 0 2017-03-02 09:49:29.910
!MESSAGE Unable to retrieve a list of remote deployment scanners for server Red Hat JBoss
EAP 6.1+
!ENTRY org.jboss.ide.eclipse.as.core 4 0 2017-03-02 09:49:29.928
!MESSAGE Unable to retrieve a list of remote deployment scanners for server Red Hat JBoss
EAP 6.1+
{code}
Secondly, there's a typo with the error message itself. "Intialisation"
should be "Initialization" Here's where it's at.
[stran@stran teiid-designer]$ grep intialisation . -R
./plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/i18n.propertiesTeiidParentServerListener.initTeiidServerException.reason
= The intialisation produced an exception, which can occur due to incorrect security
credentials. Please review the exception messages by clicking the Details button.
)
No default server defined
-------------------------
Key: TEIIDDES-3052
URL:
https://issues.jboss.org/browse/TEIIDDES-3052
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 9.1, 10.1
Environment: Windows 7, 64-bit
JBoss Developer Studio 10.2.0.GA
JBoss Data Virt Development (Teiid Designer) Integration Stack 10.1.0.GA
Reporter: Steve Tran
Priority: Minor
Attachments: Screenshot from 2017-03-02 10-11-09.png, Screenshot from 2017-03-02
10-11-25.png
After starting the server, the "Default Server" is not automatically refreshed.
This will cause an issue when attempting to deploy a VDB because the context menu
won't have the deploy option. The workaround is to refresh the servers tab, which
will reconnect the default server. Nothing major, but sometimes the default server gets
automatically refreshed, and most times it doesn't.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)