[JBoss JIRA] (JBIDE-15832) Unable to create SSH session
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15832?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-15832.
--------------------------------------
Resolution: Cannot Reproduce Bug
Could not reproduce. Thus closing as CANNOT_REPRODUCE. Feel free to reopen if it happens again.
> Unable to create SSH session
> ----------------------------
>
> Key: JBIDE-15832
> URL: https://issues.jboss.org/browse/JBIDE-15832
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
>
> Sometimes cannot create new / publish existing / import app bcs. of authentication fail.
> Issue probably related to JBIDE-15679, unfortunately I don't know how to reproduce this bug (I have noticed it occurs e.g. when I change location from where I am creating / modyfing app = change of IP or turn on/off JBDS/JBT).
> Eclipse log 1:
> {code}
> Unable to create SSH session for application 'ApplicationResource [uuid=5271107a3b696e75f9000032, name=diy, creationTime=Wed Oct 30 14:58:18 CET 2013, cartridge=StandaloneCartridge[ name=diy-0.1, url=null, displayName = Do-It-Yourself 0.1, description=The Do-It-Yourself (DIY) application type is a blank slate for trying unsupported languages, frameworks, and middleware on OpenShift. See the community site for examples of bringing your favorite framework to OpenShift. ], scale=NO_SCALE, gearProfile=GearProfile [name=int_general_small], domain=Domain [id=domainequo2, suffix=itos.redhat.com], applicationUrl=http://diy-domainequo2.itos.redhat.com/, gitUrl=ssh://5271107a3b696e75f9000032@diy-domainequo2.itos.redhat.com/~/git/diy.git/, initialGitUrl=null, aliases=[], gearGroups=null]'
> !STACK 0
> com.jcraft.jsch.JSchException: Auth fail
> at com.jcraft.jsch.Session.connect(Session.java:482)
> at com.jcraft.jsch.Session.connect(Session.java:160)
> at org.jboss.tools.openshift.express.internal.ui.utils.OpenShiftSshSessionFactory.createSession(OpenShiftSshSessionFactory.java:117)
> at org.jboss.tools.openshift.express.internal.ui.utils.OpenShiftSshSessionFactory.createSession(OpenShiftSshSessionFactory.java:88)
> at org.jboss.tools.openshift.express.internal.ui.job.VerifySSHSessionJob.run(VerifySSHSessionJob.java:47)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> {code}
> Eclipse log 2:
> {code}
> org.eclipse.jgit.errors.TransportException: ssh://527117bd25535d154a000001@gtr-domainequo2.itos.redhat.com/~/git/gtr.git/: channel is not opened.
> at org.eclipse.jgit.transport.JschSession$JschProcess.<init>(JschSession.java:154)
> at org.eclipse.jgit.transport.JschSession$JschProcess.<init>(JschSession.java:118)
> at org.eclipse.jgit.transport.JschSession.exec(JschSession.java:91)
> at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:248)
> at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:147)
> at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
> at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
> at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1105)
> at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128)
> at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:178)
> at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125)
> at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:155)
> at org.jboss.tools.openshift.egit.core.EGitUtils.cloneRepository(EGitUtils.java:270)
> at org.jboss.tools.openshift.egit.core.EGitUtils.cloneRepository(EGitUtils.java:257)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.importoperation.AbstractImportApplicationOperation.cloneRepository(AbstractImportApplicationOperation.java:171)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.importoperation.MergeIntoGitSharedProject.copyOpenshiftConfigurations(MergeIntoGitSharedProject.java:147)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.importoperation.MergeIntoGitSharedProject.execute(MergeIntoGitSharedProject.java:101)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.OpenShiftApplicationWizardModel.mergeIntoGitSharedProject(OpenShiftApplicationWizardModel.java:187)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.OpenShiftApplicationWizard$ImportJob.runInWorkspace(OpenShiftApplicationWizard.java:360)
> at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.jcraft.jsch.JSchException: channel is not opened.
> at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:670)
> at com.jcraft.jsch.Channel.connect(Channel.java:151)
> at org.eclipse.jgit.transport.JschSession$JschProcess.<init>(JschSession.java:150)
> ... 20 more
> {code}
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-15832) Unable to create SSH session
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15832?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15832:
-------------------------------------
Fix Version/s: 4.1.1.CR1
> Unable to create SSH session
> ----------------------------
>
> Key: JBIDE-15832
> URL: https://issues.jboss.org/browse/JBIDE-15832
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Fix For: 4.1.1.CR1
>
>
> Sometimes cannot create new / publish existing / import app bcs. of authentication fail.
> Issue probably related to JBIDE-15679, unfortunately I don't know how to reproduce this bug (I have noticed it occurs e.g. when I change location from where I am creating / modyfing app = change of IP or turn on/off JBDS/JBT).
> Eclipse log 1:
> {code}
> Unable to create SSH session for application 'ApplicationResource [uuid=5271107a3b696e75f9000032, name=diy, creationTime=Wed Oct 30 14:58:18 CET 2013, cartridge=StandaloneCartridge[ name=diy-0.1, url=null, displayName = Do-It-Yourself 0.1, description=The Do-It-Yourself (DIY) application type is a blank slate for trying unsupported languages, frameworks, and middleware on OpenShift. See the community site for examples of bringing your favorite framework to OpenShift. ], scale=NO_SCALE, gearProfile=GearProfile [name=int_general_small], domain=Domain [id=domainequo2, suffix=itos.redhat.com], applicationUrl=http://diy-domainequo2.itos.redhat.com/, gitUrl=ssh://5271107a3b696e75f9000032@diy-domainequo2.itos.redhat.com/~/git/diy.git/, initialGitUrl=null, aliases=[], gearGroups=null]'
> !STACK 0
> com.jcraft.jsch.JSchException: Auth fail
> at com.jcraft.jsch.Session.connect(Session.java:482)
> at com.jcraft.jsch.Session.connect(Session.java:160)
> at org.jboss.tools.openshift.express.internal.ui.utils.OpenShiftSshSessionFactory.createSession(OpenShiftSshSessionFactory.java:117)
> at org.jboss.tools.openshift.express.internal.ui.utils.OpenShiftSshSessionFactory.createSession(OpenShiftSshSessionFactory.java:88)
> at org.jboss.tools.openshift.express.internal.ui.job.VerifySSHSessionJob.run(VerifySSHSessionJob.java:47)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> {code}
> Eclipse log 2:
> {code}
> org.eclipse.jgit.errors.TransportException: ssh://527117bd25535d154a000001@gtr-domainequo2.itos.redhat.com/~/git/gtr.git/: channel is not opened.
> at org.eclipse.jgit.transport.JschSession$JschProcess.<init>(JschSession.java:154)
> at org.eclipse.jgit.transport.JschSession$JschProcess.<init>(JschSession.java:118)
> at org.eclipse.jgit.transport.JschSession.exec(JschSession.java:91)
> at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:248)
> at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:147)
> at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
> at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
> at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1105)
> at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128)
> at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:178)
> at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125)
> at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:155)
> at org.jboss.tools.openshift.egit.core.EGitUtils.cloneRepository(EGitUtils.java:270)
> at org.jboss.tools.openshift.egit.core.EGitUtils.cloneRepository(EGitUtils.java:257)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.importoperation.AbstractImportApplicationOperation.cloneRepository(AbstractImportApplicationOperation.java:171)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.importoperation.MergeIntoGitSharedProject.copyOpenshiftConfigurations(MergeIntoGitSharedProject.java:147)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.importoperation.MergeIntoGitSharedProject.execute(MergeIntoGitSharedProject.java:101)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.OpenShiftApplicationWizardModel.mergeIntoGitSharedProject(OpenShiftApplicationWizardModel.java:187)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.OpenShiftApplicationWizard$ImportJob.runInWorkspace(OpenShiftApplicationWizard.java:360)
> at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.jcraft.jsch.JSchException: channel is not opened.
> at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:670)
> at com.jcraft.jsch.Channel.connect(Channel.java:151)
> at org.eclipse.jgit.transport.JschSession$JschProcess.<init>(JschSession.java:150)
> ... 20 more
> {code}
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-15835) Timeout when add/remove postgresql cartridge to application (Openshift Enterprise)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15835?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15835:
-------------------------------------
Fix Version/s: 4.1.1.CR1
> Timeout when add/remove postgresql cartridge to application (Openshift Enterprise)
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-15835
> URL: https://issues.jboss.org/browse/JBIDE-15835
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Max Rydahl Andersen
> Fix For: 4.1.1.CR1
>
>
> Attempt to add to existing (or can be added when creating new) application PostgreSQL database cartridge cause connection time out. Dialog with text
> {code}Could not request url https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati..., connection timed out {code} is shown.
> Finally, cartridge seems to be added correctly (seems to be embedded well, environment variables are correctly set up for the given cartridge etc.)
> This happens only on Openshift Enterprise (Openshift Online works fine)
> Eclipse log:
> {code}
> !ENTRY org.jboss.tools.openshift.express.ui 4 0 2013-11-01 12:54:14.209
> !MESSAGE Could not embed cartridges for application dasda
> !STACK 0
> com.openshift.client.OpenShiftTimeoutException: Could not request url https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati..., connection timed out
> at com.openshift.internal.client.RestService.request(RestService.java:139)
> at com.openshift.internal.client.RestService.request(RestService.java:109)
> at com.openshift.internal.client.RestService.request(RestService.java:92)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:142)
> at com.openshift.internal.client.ApplicationResource$AddEmbeddedCartridgeRequest.execute(ApplicationResource.java:1026)
> at com.openshift.internal.client.ApplicationResource.addEmbeddableCartridge(ApplicationResource.java:353)
> at com.openshift.internal.client.ApplicationResource.addEmbeddableCartridges(ApplicationResource.java:368)
> at org.jboss.tools.openshift.express.internal.ui.job.EmbedCartridgesJob.addEmbeddedCartridges(EmbedCartridgesJob.java:94)
> at org.jboss.tools.openshift.express.internal.ui.job.EmbedCartridgesJob.doRun(EmbedCartridgesJob.java:56)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: java.net.SocketTimeoutException: Read timed out
> at java.net.SocketInputStream.socketRead0(Native Method)
> at java.net.SocketInputStream.read(SocketInputStream.java:150)
> at java.net.SocketInputStream.read(SocketInputStream.java:121)
> at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
> at sun.security.ssl.InputRecord.read(InputRecord.java:480)
> at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
> at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
> at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
> at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
> at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
> at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:633)
> at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:579)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1322)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
> at com.openshift.internal.client.RestService.request(RestService.java:179)
> at com.openshift.internal.client.RestService.request(RestService.java:123)
> ... 10 more
> {code}
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-15878) Visual Page Editor conflicts with mobile palette because of sqllite incompatibility
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15878?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-15878:
----------------------------------------
We need to use Mozila browser for Palette preview for linux OS and insert the following code to the HTML we are rendering in the preview tab to support HTML5:
{code}
<head>
<script>
(function() {
var originalGetComputedStyle = window.getComputedStyle;
window.getComputedStyle = function() {
if (arguments.length == 1) {
// workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=567350 (getComputedStyle requires both arguments to be supplied)
return originalGetComputedStyle.call(this, arguments[0], null);
} else {
return originalGetComputedStyle.apply(this, arguments);
}
};
}());
</script>
{
> Visual Page Editor conflicts with mobile palette because of sqllite incompatibility
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-15878
> URL: https://issues.jboss.org/browse/JBIDE-15878
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.1.Beta1
> Environment: Linux (since osx and windows allows codesharing)
> Reporter: Max Rydahl Andersen
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Fix For: 4.1.1.CR1
>
>
> We've found that like JBIDE-9144 we still have a problem mixing webkit and xulrunner.
> Test to see if it fails:
> 1 Run Linux (version from JBIDE-9144)
> 2 Create a html5 page
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
> <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
> </head>
> <body>
> <h1>HTML 5</h1>
> </body>
> </html>
> {code}
> 3 Use a fresh workspace
> 4 Open Preferences , Ensure "Source" is set as default active editor tab for "Visual Page Editor"
> 5. Open html5 page (DO NOT OPEN VISUAL/PREVIEW TABS IN VPE!)
> 6 Open Palette, see JQueryMobile drag "Table" to the page - see preview working
> 7. Switch to Visual/Source (visual part should be enabled)
> 8. Drag another "table" to the page
> Take screenshot showing dialog with Table at the same time as VPE shows preview of html5
> 9. write down linux versoin, Java version (32/64 bit)
>
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-15878) Visual Page Editor conflicts with mobile palette because of sqllite incompatibility
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15878?page=com.atlassian.jira.plugi... ]
Alexey Kazakov edited comment on JBIDE-15878 at 11/6/13 3:36 AM:
-----------------------------------------------------------------
We need to use Mozila browser for Palette preview for linux OS and insert the following code to the HTML we are rendering in the preview tab to support HTML5:
{code}
<head>
<script>
(function() {
var originalGetComputedStyle = window.getComputedStyle;
window.getComputedStyle = function() {
if (arguments.length == 1) {
// workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=567350 (getComputedStyle requires both arguments to be supplied)
return originalGetComputedStyle.call(this, arguments[0], null);
} else {
return originalGetComputedStyle.apply(this, arguments);
}
};
}());
</script>
{code}
was (Author: akazakov):
We need to use Mozila browser for Palette preview for linux OS and insert the following code to the HTML we are rendering in the preview tab to support HTML5:
{code}
<head>
<script>
(function() {
var originalGetComputedStyle = window.getComputedStyle;
window.getComputedStyle = function() {
if (arguments.length == 1) {
// workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=567350 (getComputedStyle requires both arguments to be supplied)
return originalGetComputedStyle.call(this, arguments[0], null);
} else {
return originalGetComputedStyle.apply(this, arguments);
}
};
}());
</script>
{
> Visual Page Editor conflicts with mobile palette because of sqllite incompatibility
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-15878
> URL: https://issues.jboss.org/browse/JBIDE-15878
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.1.Beta1
> Environment: Linux (since osx and windows allows codesharing)
> Reporter: Max Rydahl Andersen
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Fix For: 4.1.1.CR1
>
>
> We've found that like JBIDE-9144 we still have a problem mixing webkit and xulrunner.
> Test to see if it fails:
> 1 Run Linux (version from JBIDE-9144)
> 2 Create a html5 page
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
> <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
> </head>
> <body>
> <h1>HTML 5</h1>
> </body>
> </html>
> {code}
> 3 Use a fresh workspace
> 4 Open Preferences , Ensure "Source" is set as default active editor tab for "Visual Page Editor"
> 5. Open html5 page (DO NOT OPEN VISUAL/PREVIEW TABS IN VPE!)
> 6 Open Palette, see JQueryMobile drag "Table" to the page - see preview working
> 7. Switch to Visual/Source (visual part should be enabled)
> 8. Drag another "table" to the page
> Take screenshot showing dialog with Table at the same time as VPE shows preview of html5
> 9. write down linux versoin, Java version (32/64 bit)
>
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-15878) Visual Page Editor conflicts with mobile palette because of sqllite incompatibility
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15878?page=com.atlassian.jira.plugi... ]
Alexey Kazakov edited comment on JBIDE-15878 at 11/6/13 3:36 AM:
-----------------------------------------------------------------
We need to use Mozila browser for Palette preview for linux OS and insert the following code to the HTML we are rendering in the preview tab to support HTML5:
{code}
<head>
<script>
(function() {
var originalGetComputedStyle = window.getComputedStyle;
window.getComputedStyle = function() {
if (arguments.length == 1) {
// workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=567350 (getComputedStyle requires both arguments to be supplied)
return originalGetComputedStyle.call(this, arguments[0], null);
} else {
return originalGetComputedStyle.apply(this, arguments);
}
};
}());
</script>
</head>
{code}
was (Author: akazakov):
We need to use Mozila browser for Palette preview for linux OS and insert the following code to the HTML we are rendering in the preview tab to support HTML5:
{code}
<head>
<script>
(function() {
var originalGetComputedStyle = window.getComputedStyle;
window.getComputedStyle = function() {
if (arguments.length == 1) {
// workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=567350 (getComputedStyle requires both arguments to be supplied)
return originalGetComputedStyle.call(this, arguments[0], null);
} else {
return originalGetComputedStyle.apply(this, arguments);
}
};
}());
</script>
{code}
> Visual Page Editor conflicts with mobile palette because of sqllite incompatibility
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-15878
> URL: https://issues.jboss.org/browse/JBIDE-15878
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.1.Beta1
> Environment: Linux (since osx and windows allows codesharing)
> Reporter: Max Rydahl Andersen
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Fix For: 4.1.1.CR1
>
>
> We've found that like JBIDE-9144 we still have a problem mixing webkit and xulrunner.
> Test to see if it fails:
> 1 Run Linux (version from JBIDE-9144)
> 2 Create a html5 page
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
> <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
> </head>
> <body>
> <h1>HTML 5</h1>
> </body>
> </html>
> {code}
> 3 Use a fresh workspace
> 4 Open Preferences , Ensure "Source" is set as default active editor tab for "Visual Page Editor"
> 5. Open html5 page (DO NOT OPEN VISUAL/PREVIEW TABS IN VPE!)
> 6 Open Palette, see JQueryMobile drag "Table" to the page - see preview working
> 7. Switch to Visual/Source (visual part should be enabled)
> 8. Drag another "table" to the page
> Take screenshot showing dialog with Table at the same time as VPE shows preview of html5
> 9. write down linux versoin, Java version (32/64 bit)
>
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-15878) Visual Page Editor conflicts with mobile palette because of sqllite incompatibility
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15878?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-15878:
-------------------------------------
Summary: Visual Page Editor conflicts with mobile palette because of sqllite incompatibility (was: Visual Page Editor conflicts with mobile palettte because of sqllite incompatibility)
> Visual Page Editor conflicts with mobile palette because of sqllite incompatibility
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-15878
> URL: https://issues.jboss.org/browse/JBIDE-15878
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.1.Beta1
> Environment: Linux (since osx and windows allows codesharing)
> Reporter: Max Rydahl Andersen
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Fix For: 4.1.1.CR1
>
>
> We've found that like JBIDE-9144 we still have a problem mixing webkit and xulrunner.
> Test to see if it fails:
> 1 Run Linux (version from JBIDE-9144)
> 2 Create a html5 page
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
> <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
> </head>
> <body>
> <h1>HTML 5</h1>
> </body>
> </html>
> {code}
> 3 Use a fresh workspace
> 4 Open Preferences , Ensure "Source" is set as default active editor tab for "Visual Page Editor"
> 5. Open html5 page (DO NOT OPEN VISUAL/PREVIEW TABS IN VPE!)
> 6 Open Palette, see JQueryMobile drag "Table" to the page - see preview working
> 7. Switch to Visual/Source (visual part should be enabled)
> 8. Drag another "table" to the page
> Take screenshot showing dialog with Table at the same time as VPE shows preview of html5
> 9. write down linux versoin, Java version (32/64 bit)
>
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-15878) Visual Page Editor conflicts with mobile palettte because of sqllite incompatibility
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15878?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-15878:
-----------------------------------
Description:
We've found that like JBIDE-9144 we still have a problem mixing webkit and xulrunner.
Test to see if it fails:
1 Run Linux (version from JBIDE-9144)
2 Create a html5 page
{code}
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
</head>
<body>
<h1>HTML 5</h1>
</body>
</html>
{code}
3 Use a fresh workspace
4 Open Preferences , Ensure "Source" is set as default active editor tab for "Visual Page Editor"
5. Open html5 page (DO NOT OPEN VISUAL/PREVIEW TABS IN VPE!)
6 Open Palette, see JQueryMobile drag "Table" to the page - see preview working
7. Switch to Visual/Source (visual part should be enabled)
8. Drag another "table" to the page
Take screenshot showing dialog with Table at the same time as VPE shows preview of html5
9. write down linux versoin, Java version (32/64 bit)
was:
We've found that like JBIDE-9144 we still have a problem mixing webkit and xulrunner.
Test to see if it fails:
1 Run Linux (version from JBIDE-9144)
2 Create a html5 page
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
</head>
<body>
<h1>HTML 5</h1>
</body>
</html>
3 Use a fresh workspace
4 Open Preferences , Ensure "Source" is set as default active editor tab for "Visual Page Editor"
5. Open html5 page (DO NOT OPEN VISUAL/PREVIEW TABS IN VPE!)
6 Open Palette, see JQueryMobile drag "Table" to the page - see preview working
7. Switch to Visual/Source (visual part should be enabled)
8. Drag another "table" to the page
Take screenshot showing dialog with Table at the same time as VPE shows preview of html5
9. write down linux versoin, Java version (32/64 bit)
> Visual Page Editor conflicts with mobile palettte because of sqllite incompatibility
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-15878
> URL: https://issues.jboss.org/browse/JBIDE-15878
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.1.Beta1
> Environment: Linux (since osx and windows allows codesharing)
> Reporter: Max Rydahl Andersen
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Fix For: 4.1.1.CR1
>
>
> We've found that like JBIDE-9144 we still have a problem mixing webkit and xulrunner.
> Test to see if it fails:
> 1 Run Linux (version from JBIDE-9144)
> 2 Create a html5 page
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
> <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
> </head>
> <body>
> <h1>HTML 5</h1>
> </body>
> </html>
> {code}
> 3 Use a fresh workspace
> 4 Open Preferences , Ensure "Source" is set as default active editor tab for "Visual Page Editor"
> 5. Open html5 page (DO NOT OPEN VISUAL/PREVIEW TABS IN VPE!)
> 6 Open Palette, see JQueryMobile drag "Table" to the page - see preview working
> 7. Switch to Visual/Source (visual part should be enabled)
> 8. Drag another "table" to the page
> Take screenshot showing dialog with Table at the same time as VPE shows preview of html5
> 9. write down linux versoin, Java version (32/64 bit)
>
--
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
12 years, 5 months