[JBoss JIRA] (JBIDE-13903) EAP 6.1 cannot start
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-13903?page=com.atlassian.jira.plug... ]
Josef Kopriva closed JBIDE-13903.
---------------------------------
Closing, server is not supported and issue is rejected.
> EAP 6.1 cannot start
> --------------------
>
> Key: JBIDE-13903
> URL: https://issues.redhat.com/browse/JBIDE-13903
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.1.0.Alpha1
> Environment: F18, EAP 6.1 alpha
> Reporter: John Graham
> Assignee: John Graham
> Priority: Critical
> Fix For: 4.16.0.AM1
>
> Attachments: .log
>
>
> Create a EAP 6.1 server definition. Select "start" in the server view. The server view reports that EAP has started, when it hasn't. Log attached.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-14120) Can not debug OSGI Bundles deployed in JBoss EAP 6.1 with JBossTools 4.0.1
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-14120?page=com.atlassian.jira.plug... ]
Josef Kopriva closed JBIDE-14120.
---------------------------------
Closing, this server is not supported anymore.
> Can not debug OSGI Bundles deployed in JBoss EAP 6.1 with JBossTools 4.0.1
> --------------------------------------------------------------------------
>
> Key: JBIDE-14120
> URL: https://issues.redhat.com/browse/JBIDE-14120
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.0.1.Final
> Reporter: Thomas Wiesner
> Assignee: Rob Stryker
> Priority: Major
> Fix For: 4.2.x
>
> Attachments: eclipse_juno_jboss_tools_4.0.1_osgi_debug, scr.zip, standalone.xml
>
>
> Starting JBoss EAP 6.1 in debug mode with JBoss Tools 4.0.1 in eclipse juno runs into following exception:
> [0m[0m16:54:53,618 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "de.ebcot.osgi.web.war" (runtime-name: "de.ebcot.osgi.web.war")
> [0m[0m16:54:53,618 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "de.ebcot.osgi.core.jar" (runtime-name: "de.ebcot.osgi.core.jar")
> [0m[0m16:54:53,777 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011006: OSGi Framework - 2.1.0.CR12
> [0m[31m16:54:53,789 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.deployment.unit."de.ebcot.osgi.core.jar".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."de.ebcot.osgi.core.jar".PARSE: JBAS018733: Failed to process phase PARSE of deployment "de.ebcot.osgi.core.jar"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:127) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_05]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_05]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_05]
> Caused by: java.lang.NullPointerException
> at org.jboss.as.osgi.service.FrameworkActivator.activate(FrameworkActivator.java:76)
> at org.jboss.as.osgi.deployment.FrameworkActivateProcessor.deploy(FrameworkActivateProcessor.java:72)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:120) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> ... 5 more
> https://community.jboss.org/thread/223957?tstart=0
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBDS-2500) synchronize deployed archive in EAP and JBDS project source files.
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBDS-2500?page=com.atlassian.jira.plugin... ]
Josef Kopriva updated JBDS-2500:
--------------------------------
Fix Version/s: 12.16.0.AM1
> synchronize deployed archive in EAP and JBDS project source files.
> ------------------------------------------------------------------
>
> Key: JBDS-2500
> URL: https://issues.redhat.com/browse/JBDS-2500
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Feature Request
> Components: server
> Reporter: Gary Hu
> Assignee: Rob Stryker
> Priority: Major
> Fix For: 12.16.0.AM1
>
> Attachments: Screenshot_Config.jpg, eclipse.png, ibm_rsa.png, jboss_try1.png, jboss_try2.png
>
>
> Could JBDS provide a functionality that could synchronize the source and deployment in a two way manner. That is, if any change made at the server side after deploying could be pushed back to the source in the JBDS IDE.
> It seems that currently IBM RSA IDE has such feature with IBM WebSphere server. Please check the attached ibm_rsa.png for more details.
> Eclipse also could workaround this with Tomcat server by setting the "working directory" as the project workspace location something like ${workspace_loc:Project}. Please check the attached eclipse.png for more details. It doesn't seem that there's any additional functionality at server side that pushes the changes back to eclipse project. It's just a matter of setting eclipse working directory as the project source path. However, the JBDS doesn't seem to allow user to set the "Working directory" in this way.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBDS-2500) synchronize deployed archive in EAP and JBDS project source files.
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBDS-2500?page=com.atlassian.jira.plugin... ]
Josef Kopriva closed JBDS-2500.
-------------------------------
Closing, nothing to do.
> synchronize deployed archive in EAP and JBDS project source files.
> ------------------------------------------------------------------
>
> Key: JBDS-2500
> URL: https://issues.redhat.com/browse/JBDS-2500
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Feature Request
> Components: server
> Reporter: Gary Hu
> Assignee: Rob Stryker
> Priority: Major
> Fix For: 12.16.0.AM1
>
> Attachments: Screenshot_Config.jpg, eclipse.png, ibm_rsa.png, jboss_try1.png, jboss_try2.png
>
>
> Could JBDS provide a functionality that could synchronize the source and deployment in a two way manner. That is, if any change made at the server side after deploying could be pushed back to the source in the JBDS IDE.
> It seems that currently IBM RSA IDE has such feature with IBM WebSphere server. Please check the attached ibm_rsa.png for more details.
> Eclipse also could workaround this with Tomcat server by setting the "working directory" as the project workspace location something like ${workspace_loc:Project}. Please check the attached eclipse.png for more details. It doesn't seem that there's any additional functionality at server side that pushes the changes back to eclipse project. It's just a matter of setting eclipse working directory as the project source path. However, the JBDS doesn't seem to allow user to set the "Working directory" in this way.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBDS-1873) cannot start jboss 7 final from jbdevstudio 5 M2
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBDS-1873?page=com.atlassian.jira.plugin... ]
Josef Kopriva updated JBDS-1873:
--------------------------------
Fix Version/s: 12.16.0.AM1
> cannot start jboss 7 final from jbdevstudio 5 M2
> ------------------------------------------------
>
> Key: JBDS-1873
> URL: https://issues.redhat.com/browse/JBDS-1873
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Bug
> Components: server
> Affects Versions: 5.0.0.M2
> Environment: using jre 1.6
> Reporter: kuruoshi kuru
> Priority: Major
> Fix For: 12.16.0.AM1
>
>
> When try to run on server jsf app, it try to start jboss 7 but stops and shows : failed to start jboss server .
> Using jboss 6 with jbdevstudio 5 M2 does work.
> Additional info:
> -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 "-Dorg.jboss.boot.log.file=C:/jboss7f/jboss-as-7.0.0.Final/standalone/log/boot.log" "-Dlogging.configuration=file:C:/jboss7f/jboss-as-7.0.0.Final/standalone/configuration/logging.properties" "-Djboss.home.dir=C:/jboss7f/jboss-as-7.0.0.Final"
> Using JRE:
> C:\Archivos de programa\Java\jre6
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBDS-1873) cannot start jboss 7 final from jbdevstudio 5 M2
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBDS-1873?page=com.atlassian.jira.plugin... ]
Josef Kopriva closed JBDS-1873.
-------------------------------
Closing, nothing to do - unsupported server.
> cannot start jboss 7 final from jbdevstudio 5 M2
> ------------------------------------------------
>
> Key: JBDS-1873
> URL: https://issues.redhat.com/browse/JBDS-1873
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Bug
> Components: server
> Affects Versions: 5.0.0.M2
> Environment: using jre 1.6
> Reporter: kuruoshi kuru
> Priority: Major
> Fix For: 12.16.0.AM1
>
>
> When try to run on server jsf app, it try to start jboss 7 but stops and shows : failed to start jboss server .
> Using jboss 6 with jbdevstudio 5 M2 does work.
> Additional info:
> -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 "-Dorg.jboss.boot.log.file=C:/jboss7f/jboss-as-7.0.0.Final/standalone/log/boot.log" "-Dlogging.configuration=file:C:/jboss7f/jboss-as-7.0.0.Final/standalone/configuration/logging.properties" "-Djboss.home.dir=C:/jboss7f/jboss-as-7.0.0.Final"
> Using JRE:
> C:\Archivos de programa\Java\jre6
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBDS-393) I have created Seam Web Project with Oracle 9i, existing DB. When i try to Create "Seam Generate Entity" for reverse Engineering, it just freez and does not do anything.
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBDS-393?page=com.atlassian.jira.plugin.... ]
Josef Kopriva updated JBDS-393:
-------------------------------
Fix Version/s: 12.16.0.AM1
> I have created Seam Web Project with Oracle 9i, existing DB. When i try to Create "Seam Generate Entity" for reverse Engineering, it just freez and does not do anything.
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-393
> URL: https://issues.redhat.com/browse/JBDS-393
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Task
> Components: server
> Affects Versions: 1.1.0.CR1
> Environment: JBOSS Developer Studio 1.1.0.CR1, Seam 2.0.0.GA, Oracle 9i.
> Reporter: Vishal Gandhi
> Assignee: Max Andersen
> Priority: Major
> Labels: "Seam, Entity", Generate, Problem, with
> Fix For: 12.16.0.AM1
>
> Original Estimate: 3 weeks
> Remaining Estimate: 3 weeks
>
> I have created Seam Web Project with Oracle 9i, existing DB. When i try to Create "Seam Generate Entity" for reverse Engineering, it just freez and does not do anything.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBDS-393) I have created Seam Web Project with Oracle 9i, existing DB. When i try to Create "Seam Generate Entity" for reverse Engineering, it just freez and does not do anything.
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBDS-393?page=com.atlassian.jira.plugin.... ]
Josef Kopriva closed JBDS-393.
------------------------------
Closing, nothing to do.
> I have created Seam Web Project with Oracle 9i, existing DB. When i try to Create "Seam Generate Entity" for reverse Engineering, it just freez and does not do anything.
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-393
> URL: https://issues.redhat.com/browse/JBDS-393
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Task
> Components: server
> Affects Versions: 1.1.0.CR1
> Environment: JBOSS Developer Studio 1.1.0.CR1, Seam 2.0.0.GA, Oracle 9i.
> Reporter: Vishal Gandhi
> Assignee: Max Andersen
> Priority: Major
> Labels: "Seam, Entity", Generate, Problem, with
> Fix For: 12.16.0.AM1
>
> Original Estimate: 3 weeks
> Remaining Estimate: 3 weeks
>
> I have created Seam Web Project with Oracle 9i, existing DB. When i try to Create "Seam Generate Entity" for reverse Engineering, it just freez and does not do anything.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months