[JBoss JIRA] (JBIDE-20111) kitchensink-rf doesn't run properly via Run AS > Run in Server
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20111?page=com.atlassian.jira.plugi... ]
Vlado Pakan updated JBIDE-20111:
--------------------------------
Summary: kitchensink-rf doesn't run properly via Run AS > Run in Server (was: kitchensink-rf dosn't run properly via Run AS > Run in Server)
> kitchensink-rf doesn't run properly via Run AS > Run in Server
> --------------------------------------------------------------
>
> Key: JBIDE-20111
> URL: https://issues.jboss.org/browse/JBIDE-20111
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.3.0.Beta1
> Environment: JBDS 9.0.0.Beta1-v20150617-0654-B56 with bundled EAP
> Reporter: Vlado Pakan
>
> 1. Import kitchensink-rf from JBoss Central
> 2. Run kitchensink-rf on bundled EAP server
> ERROR: URL opened in internal browser is http://localhost:8080/jboss-kitchensink-rf/ and it displays HTTP Status 404 error (JBWEB000124: The requested resource is not available.)
> Imported project name in Package Explorer is kitchensink-rf
> Deployed war file name is kitchensink-rf.war
> Server is creating context for /kitchensink-rf
> {noformat}
> 07:09:58,393 INFO [org.jboss.web] (ServerService Thread Pool -- 51) JBAS018210: Register web context: /kitchensink-rf
> {noformat}
> URL http://localhost:8080/kitchensink-rf/ without 'jboss-' prefix in project name works fine
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20111) kitchensink-rf dosn't run properly via Run AS > Run in Server
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-20111:
-----------------------------------
Summary: kitchensink-rf dosn't run properly via Run AS > Run in Server
Key: JBIDE-20111
URL: https://issues.jboss.org/browse/JBIDE-20111
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 4.3.0.Beta1
Environment: JBDS 9.0.0.Beta1-v20150617-0654-B56 with bundled EAP
Reporter: Vlado Pakan
1. Import kitchensink-rf from JBoss Central
2. Run kitchensink-rf on bundled EAP server
ERROR: URL opened in internal browser is http://localhost:8080/jboss-kitchensink-rf/ and it displays HTTP Status 404 error (JBWEB000124: The requested resource is not available.)
Imported project name in Package Explorer is kitchensink-rf
Deployed war file name is kitchensink-rf.war
Server is creating context for /kitchensink-rf
{noformat}
07:09:58,393 INFO [org.jboss.web] (ServerService Thread Pool -- 51) JBAS018210: Register web context: /kitchensink-rf
{noformat}
URL http://localhost:8080/kitchensink-rf/ without 'jboss-' prefix in project name works fine
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20038) Unable to run Hybrid Mobile projects with CordovaSim after JBDS update
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20038?page=com.atlassian.jira.plugi... ]
Vlado Pakan commented on JBIDE-20038:
-------------------------------------
I agree should I mark this issue as won't fix?
> Unable to run Hybrid Mobile projects with CordovaSim after JBDS update
> ----------------------------------------------------------------------
>
> Key: JBIDE-20038
> URL: https://issues.jboss.org/browse/JBIDE-20038
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, cordovasim
> Affects Versions: 4.3.0.Beta1
> Environment: JBDS Beta1-v20150605-2014-B34 Fedora 22 KDE Oracle Java 1.8
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Priority: Critical
> Fix For: 4.3.0.Beta2
>
> Attachments: cordovasimerror.png, metada.zip, myapp.zip
>
>
> When running older Hybrid Mobile project with CordovaSim I'm getting error:
> !cordovasimerror.png!
> Project doesn't have set Cordova Engine properly. When setting Cordova Engine for project via project preferences dialog I have to select cordova engine many times to get button OK enabled.
> Error log:
> {noformat}
> !ENTRY org.jboss.tools.browsersim.eclipse 4 0 2015-06-11 10:20:03.754
> !MESSAGE Resource is out of sync with the file system: '/accerror/www/index.html'.
> !STACK 1
> org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: '/accerror/www/index.html'.
> at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:830)
> at org.eclipse.core.internal.resources.File.getContents(File.java:269)
> at org.eclipse.core.internal.resources.File.getContents(File.java:260)
> at org.jboss.tools.cordovasim.eclipse.servlet.internal.WorkspaceFileServlet.doGet(WorkspaceFileServlet.java:56)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:808)
> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
> at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:332)
> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
> at org.eclipse.jetty.server.Server.handle(Server.java:497)
> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
> at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
> at java.lang.Thread.run(Thread.java:745)
> !SUBENTRY 1 org.eclipse.core.resources 4 274 2015-06-11 10:20:03.754
> !MESSAGE Resource is out of sync with the file system: '/accerror/www/index.html'.
> !ENTRY org.jboss.tools.browsersim.eclipse 4 0 2015-06-11 10:20:03.923
> !MESSAGE Resource is out of sync with the file system: '/accerror/www/index.html'.
> !STACK 1
> org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: '/accerror/www/index.html'.
> at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:830)
> at org.eclipse.core.internal.resources.File.getContents(File.java:269)
> at org.eclipse.core.internal.resources.File.getContents(File.java:260)
> at org.jboss.tools.cordovasim.eclipse.servlet.internal.WorkspaceFileServlet.doGet(WorkspaceFileServlet.java:56)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:808)
> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
> at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:332)
> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
> at org.eclipse.jetty.server.Server.handle(Server.java:497)
> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
> at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
> at java.lang.Thread.run(Thread.java:745)
> !SUBENTRY 1 org.eclipse.core.resources 4 274 2015-06-11 10:20:03.923
> !MESSAGE Resource is out of sync with the file system: '/accerror/www/index.html'.
> !ENTRY org.jboss.tools.browsersim.eclipse 4 0 2015-06-11 10:20:03.924
> !MESSAGE Resource is out of sync with the file system: '/accerror/www/index.html'.
> !STACK 1
> org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: '/accerror/www/index.html'.
> at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:830)
> at org.eclipse.core.internal.resources.File.getContents(File.java:269)
> at org.eclipse.core.internal.resources.File.getContents(File.java:260)
> at org.jboss.tools.cordovasim.eclipse.servlet.internal.WorkspaceFileServlet.doGet(WorkspaceFileServlet.java:56)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:808)
> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
> at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:332)
> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
> at org.eclipse.jetty.server.Server.handle(Server.java:497)
> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
> at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
> at java.lang.Thread.run(Thread.java:745)
> !SUBENTRY 1 org.eclipse.core.resources 4 274 2015-06-11 10:20:03.925
> !MESSAGE Resource is out of sync with the file system: '/accerror/www/index.html'.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20067) Unable to add second server of the same type via runtime detection.
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20067?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-20067:
--------------------------------
Fix Version/s: 4.3.0.Beta2
> Unable to add second server of the same type via runtime detection.
> -------------------------------------------------------------------
>
> Key: JBIDE-20067
> URL: https://issues.jboss.org/browse/JBIDE-20067
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.3.0.Beta1
> Reporter: Radim Hopp
> Fix For: 4.3.0.Beta2
>
>
> When adding second server of the same type via runtime detection, error pops up: "Unable to initialize some runtime paths.", "All runtime detectors failed to initialize Wildfly-Web 9.0". The runtime gets added, but the server doesn't.
> I saw no error, when I tried to add them at once. It must be done one after another to see the error.
> I have tried this scenario with wildfly 8.2, wildfly 9, wildfly-web 9.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20067) Unable to add second server of the same type via runtime detection.
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20067?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-20067.
---------------------------------
Assignee: Rob Stryker
Resolution: Done
Pushed to b2
> Unable to add second server of the same type via runtime detection.
> -------------------------------------------------------------------
>
> Key: JBIDE-20067
> URL: https://issues.jboss.org/browse/JBIDE-20067
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.3.0.Beta1
> Reporter: Radim Hopp
> Assignee: Rob Stryker
> Fix For: 4.3.0.Beta2
>
>
> When adding second server of the same type via runtime detection, error pops up: "Unable to initialize some runtime paths.", "All runtime detectors failed to initialize Wildfly-Web 9.0". The runtime gets added, but the server doesn't.
> I saw no error, when I tried to add them at once. It must be done one after another to see the error.
> I have tried this scenario with wildfly 8.2, wildfly 9, wildfly-web 9.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months