[JBoss JIRA] (JBIDE-23997) JBoss data source file schema error
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-23997?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-23997:
----------------------------------
Fix Version/s: 4.11.0.AM1
(was: LATER)
> JBoss data source file schema error
> -----------------------------------
>
> Key: JBIDE-23997
> URL: https://issues.jboss.org/browse/JBIDE-23997
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jst
> Affects Versions: 4.4.3.Final
> Reporter: Josef Kopriva
> Assignee: Josef Kopriva
> Priority: Major
> Fix For: 4.11.0.AM1
>
>
> An error message is shown, when new datasource file is added to a project:
> {code:java}
> Description Resource Path Location Type
> cvc-elt.1: Cannot find the declaration of element 'datasources'. sa-ds.xml /testteast line 2 XML Problem
> {code}
> Datasource file:
> {code:java}
> <?xml version="1.0" encoding="UTF-8"?>
> <datasources xmlns="http://www.jboss.org/ironjacamar/schema">
> <datasource jndi-name="java:jboss/datasources/sa" enabled="true"
> use-java-context="true" pool-name="sa">
> <connection-url>jdbc:h2:tcp://localhost/sakila</connection-url>
> <driver>h2-1.3.161.jar</driver>
> <pool></pool>
> <security>
> <user-name>sa</user-name>
> <password></password>
> </security>
> </datasource>
> </datasources>
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (JBIDE-26460) Cannot start CDK/Openshift with Oracle JDK 11.0.1
by Andre Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26460?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-26460:
-------------------------------------
Forum Reference: https://github.com/openshift/openshift-restclient-java/issues/357
> Cannot start CDK/Openshift with Oracle JDK 11.0.1
> -------------------------------------------------
>
> Key: JBIDE-26460
> URL: https://issues.jboss.org/browse/JBIDE-26460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift
> Affects Versions: 4.10.0.AM1
> Environment: Fedora 28, Java 11 (oracle's JDK 11.0.1)
> Reporter: Ondrej Dockal
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.11.0.AM1
>
> Attachments: Screenshot_20181029_171905.png
>
>
> While starting CDK 3.6.0, I get an error while creating openshift connection.
> {code}
> eclipse.buildId=12.10.0.AM1-v20181026-0745-B3616
> java.version=11.0.1
> 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
> org.eclipse.core.jobs
> Error
> Mon Oct 29 17:00:57 CET 2018
> An internal error occurred during: "Inspecting CDK environment...".
> java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
> at com.openshift.restclient.utils.Base64Coder.encode(Base64Coder.java:43)
> at com.openshift.restclient.utils.Base64Coder.encode(Base64Coder.java:55)
> at com.openshift.internal.restclient.okhttp.BasicChallangeHandler.handleChallange(BasicChallangeHandler.java:47)
> at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator$1.authenticate(OpenShiftAuthenticator.java:91)
> at okhttp3.internal.http.RetryAndFollowUpInterceptor.followUpRequest(RetryAndFollowUpInterceptor.java:294)
> at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:160)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:55)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
> at okhttp3.RealCall.execute(RealCall.java:77)
> at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.tryAuth(OpenShiftAuthenticator.java:97)
> at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.authenticate(OpenShiftAuthenticator.java:59)
> at okhttp3.internal.http.RetryAndFollowUpInterceptor.followUpRequest(RetryAndFollowUpInterceptor.java:294)
> at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:160)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:55)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
> at okhttp3.RealCall.execute(RealCall.java:77)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:298)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:274)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:238)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:219)
> at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:400)
> at com.openshift.internal.restclient.authorization.AuthorizationContext.isAuthorized(AuthorizationContext.java:63)
> at org.jboss.tools.openshift.core.connection.Connection.authorize(Connection.java:237)
> at org.jboss.tools.openshift.core.connection.Connection.connect(Connection.java:226)
> at org.jboss.tools.openshift.internal.cdk.server.core.listeners.ConfigureDependentFrameworksListener.configureOpenshift(ConfigureDependentFrameworksListener.java:115)
> at org.jboss.tools.openshift.internal.cdk.server.core.listeners.ConfigureDependentFrameworksListener.configureFrameworks(ConfigureDependentFrameworksListener.java:73)
> at org.jboss.tools.openshift.internal.cdk.server.core.listeners.ConfigureDependentFrameworksListener$1.run(ConfigureDependentFrameworksListener.java:60)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter cannot be found by org.jboss.tools.openshift.client_3.6.0.AM1-v20181026-0330-B4105
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> ... 36 more
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (JBDS-4743) When saving an xhtml file, getting JSF error popup
by Fabi Yo (Jira)
[ https://issues.jboss.org/browse/JBDS-4743?page=com.atlassian.jira.plugin.... ]
Fabi Yo commented on JBDS-4743:
-------------------------------
I have some small useful information. I refer in my main project to a tag that resides in another project (with tags only). When this other tag project is open in Eclipse, I get this error. When I have just my main project open in Eclipse, I don't get this error.
I have also cleared the Eclipse cache, but no luck :(
> When saving an xhtml file, getting JSF error popup
> --------------------------------------------------
>
> Key: JBDS-4743
> URL: https://issues.jboss.org/browse/JBDS-4743
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 12.9.0.GA
> Environment: JBDS 12.9 on macOS mojave
> Reporter: Fabi Yo
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 12.x
>
> Attachments: Schermafbeelding 2018-11-07 om 9.42.32 AM.png, fieldWizard.xhtml, log.txt, web.xml
>
>
> I am working on an xhtml file which contains JSF tags. I can work normally in it. After a while (random) when I save an xhtml file, I get this popup saying:
> 'Refreshing JSF information about: ..... '
> An internal error occured.
> The problem is, from the moment i get it, it doesn't stop. After a while it gets very annoying.
> I wish I could tell you more, but the error popup is quite vague...
> See more info in the picture in attachment
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months