[JBoss JIRA] (JBIDE-13368) When having Java 7 and Java 6 installed EAP servers are not choosing Java 6 and fails to launch
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13368?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-13368.
-------------------------------
Verified with JBDS
Version: 5.0.2.GA
Build id: v20130112-0720-H248-GA
> When having Java 7 and Java 6 installed EAP servers are not choosing Java 6 and fails to launch
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-13368
> URL: https://issues.jboss.org/browse/JBIDE-13368
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JBossAS/Servers
> Environment: Version: 5.0.2.GA
> Build id: v20130103-0154-H238-GA
> Build date: 20130103-0154
> SOA-P 5.2.GA
> Reporter: Len DiMaggio
> Assignee: Rob Stryker
> Priority: Blocker
> Labels: respin-b
> Fix For: 3.3.2
>
> Attachments: JBIDE-13368.3.3.x.patch, Screenshot-1.png
>
>
> When a SOA-P 5.2 server is started in JBDS 5.0.2 and 5.0.1 - this exception is raised:
> Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/bootstrap/BaseServerConfig
> at org.jboss.bootstrap.AbstractServerImpl.doInit(AbstractServerImpl.java:190)
> at org.jboss.bootstrap.AbstractServerImpl.init(AbstractServerImpl.java:173)
> at org.jboss.bootstrap.AbstractServerImpl.init(AbstractServerImpl.java:143)
> at org.jboss.Main.boot(Main.java:218)
> at org.jboss.Main$1.run(Main.java:556)
> at java.lang.Thread.run(Thread.java:722)
> Caused by: java.lang.ClassNotFoundException: org.jboss.bootstrap.BaseServerConfig
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
> ... 6 more
> The root problem from EAP side is that this stacktrace occurs because it is launched with Java 7, same actually happens from command line.
> Now, the question is why does Java 7 get selected when the server is setup to run with Java Execution Environment 1.6 - that is the tooling bug here and which Rob made a patch for.
> To describe in cases:
> 1) Thus if the user have only Java 6 configured in Eclipse this issue should not occur.
> 2) If the user has only Java 7 configured in Eclipse this error is expected
> 3) If the user has both Java 6 and Java 7 configured and server adapter is configured to use Java 1.6 Execution Environment (which it is by default) then one would expect it to pick Java 6.
> Case 1 and 2 works - its case 3 that is failing.
--
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
13 years, 5 months
[JBoss JIRA] (JBIDE-13377) Couldn't add more than one database cartridges to openshift app
by jing zh (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13377?page=com.atlassian.jira.plugi... ]
jing zh updated JBIDE-13377:
----------------------------
Attachment: add_cartridge_2_0115.png
This UI message is not incorrect, as it supports to add more than 1 database cartridges.
> Couldn't add more than one database cartridges to openshift app
> ---------------------------------------------------------------
>
> Key: JBIDE-13377
> URL: https://issues.jboss.org/browse/JBIDE-13377
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Environment: Jboss openshift tools plugin- 2.4.0.Final-v20130114-2102-B98
> Eclipse:4.2.0
> Reporter: jing zh
> Assignee: Andre Dietisheim
> Attachments: add_cartridge.log, add_cartridge_0115.png, add_cartridge_2_0115.png
>
>
> 1. ASSERT: make sure you're using jboss tool version 2.4.0.Final-v20130114-2102-B98 with eclipse 4.2.0
> 2. EXEC: Create a new openshift user
> 3. EXEC: Create an app, like python-2.6 app.
> 4. EXEC: Add cartridge mysql-5.1 and postgresql-8.4.
> Excepted results:
> Both DB cartridges can be added to the app successfully as it supported to add both database via rhc client.
> Actual results:
> Error is shown that only 1 embedded database permitted.
--
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
13 years, 5 months
[JBoss JIRA] (JBIDE-12847) VPE throws StackOverflowError and visual part is blank
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12847?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-12847.
-------------------------------
Verified with JBDS
Version: 5.0.2.GA
Build id: v20130112-0720-H248-GA
> VPE throws StackOverflowError and visual part is blank
> ------------------------------------------------------
>
> Key: JBIDE-12847
> URL: https://issues.jboss.org/browse/JBIDE-12847
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Visual Page Editor core
> Reporter: Yahor Radtsevich
> Assignee: Yahor Radtsevich
> Labels: respin-b
> Fix For: 3.3.2
>
> Attachments: JBIDE-12847.diff, screenshot.png
>
>
> # Create new RichFaces project from JBoss Central View
> # Open richfaces-webapp/src/main/webapp/WEB-INF/templates/mobile.xhtml in VPE
> *Result:*
> VPE is blank:
> !screenshot.png|thumbnail!
> {code}
> java.lang.StackOverflowError
> at java.util.regex.Pattern$GroupHead.match(Pattern.java:4556)
> at java.util.regex.Pattern$Loop.match(Pattern.java:4683)
> at java.util.regex.Pattern$GroupTail.match(Pattern.java:4615)
> at java.util.regex.Pattern$BranchConn.match(Pattern.java:4466)
> at java.util.regex.Pattern$CharProperty.match(Pattern.java:3694)
> at java.util.regex.Pattern$Branch.match(Pattern.java:4502)
> {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
13 years, 5 months
[JBoss JIRA] (JBIDE-13377) Couldn't add more than one database cartridges to openshift app
by jing zh (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13377?page=com.atlassian.jira.plugi... ]
jing zh updated JBIDE-13377:
----------------------------
Attachment: add_cartridge.log
add_cartridge_0115.png
> Couldn't add more than one database cartridges to openshift app
> ---------------------------------------------------------------
>
> Key: JBIDE-13377
> URL: https://issues.jboss.org/browse/JBIDE-13377
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Environment: Jboss openshift tools plugin- 2.4.0.Final-v20130114-2102-B98
> Eclipse:4.2.0
> Reporter: jing zh
> Assignee: Andre Dietisheim
> Attachments: add_cartridge.log, add_cartridge_0115.png
>
>
> 1. ASSERT: make sure you're using jboss tool version 2.4.0.Final-v20130114-2102-B98 with eclipse 4.2.0
> 2. EXEC: Create a new openshift user
> 3. EXEC: Create an app, like python-2.6 app.
> 4. EXEC: Add cartridge mysql-5.1 and postgresql-8.4.
> Excepted results:
> Both DB cartridges can be added to the app successfully as it supported to add both database via rhc client.
> Actual results:
> Error is shown that only 1 embedded database permitted.
--
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
13 years, 5 months