Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » java.lang.RuntimeException: No application id has been found.(java.lang.RuntimeException: No application id has been found.)
java.lang.RuntimeException: No application id has been found. [message #1384864] Mon, 02 June 2014 15:57 Go to next message
Tim Schwalbe is currently offline Tim SchwalbeFriend
Messages: 27
Registered: May 2014
Junior Member
Hey guys,

after adding a Webservice Provider I get an error. I can´t solve it on my own.
The error is still there after deleting the webservice provider.

!SESSION 2014-06-02 17:54:04.085 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_60
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Framework arguments:  -product de.mind.conversation.ui.swing.product
Command-line arguments:  -product de.mind.conversation.ui.swing.product -data C:\Users\tschwalbe\workspaceScout/../runtime-conversation-swing-client-dev.product -dev file:C:/Users/tschwalbe/workspaceScout/.metadata/.plugins/org.eclipse.pde.core/conversation-swing-client-dev.product/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog

!ENTRY org.eclipse.equinox.app 0 0 2014-06-02 17:54:11.156
!MESSAGE Product de.mind.conversation.ui.swing.product could not be found.

!ENTRY org.eclipse.osgi 2 0 2014-06-02 17:54:11.297
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2014-06-02 17:54:11.298
!MESSAGE Bundle update@../../../Users/tschwalbe/workspaceScout/de.mind.conversation.client/ was not resolved.
!SUBENTRY 2 de.mind.conversation.client 2 0 2014-06-02 17:54:11.299
!MESSAGE Missing imported package de.mind.conversation.server.services.ws.consumer_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2014-06-02 17:54:11.349
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2014-06-02 17:54:11.350
!MESSAGE Bundle de.mind.conversation.ui.swing_1.0.0.qualifier [53] was not resolved.
!SUBENTRY 2 de.mind.conversation.ui.swing 2 0 2014-06-02 17:54:11.351
!MESSAGE Missing required bundle de.mind.conversation.client_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2014-06-02 17:54:11.351
!MESSAGE Bundle de.mind.conversation.client_1.0.0.qualifier [55] was not resolved.
!SUBENTRY 2 de.mind.conversation.client 2 0 2014-06-02 17:54:11.352
!MESSAGE Missing imported package de.mind.conversation.server.services.ws.consumer_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2014-06-02 17:54:11.461
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2014-06-02 17:54:11.461
!MESSAGE Bundle update@../../../Users/tschwalbe/workspaceScout/de.mind.conversation.client/ was not resolved.
!SUBENTRY 2 de.mind.conversation.client 2 0 2014-06-02 17:54:11.463
!MESSAGE Missing imported package de.mind.conversation.server.services.ws.consumer_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2014-06-02 17:54:11.488
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2014-06-02 17:54:11.488
!MESSAGE Bundle de.mind.conversation.ui.swing_1.0.0.qualifier [53] was not resolved.
!SUBENTRY 2 de.mind.conversation.ui.swing 2 0 2014-06-02 17:54:11.489
!MESSAGE Missing required bundle de.mind.conversation.client_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2014-06-02 17:54:11.490
!MESSAGE Bundle de.mind.conversation.client_1.0.0.qualifier [55] was not resolved.
!SUBENTRY 2 de.mind.conversation.client 2 0 2014-06-02 17:54:11.491
!MESSAGE Missing imported package de.mind.conversation.server.services.ws.consumer_0.0.0.

!ENTRY org.eclipse.osgi 4 0 2014-06-02 17:54:11.510
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
	at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:242)
	at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1426)

[Updated on: Mon, 02 June 2014 16:12]

Report message to a moderator

Re: java.lang.RuntimeException: No application id has been found. [message #1384866 is a reply to message #1384864] Mon, 02 June 2014 16:22 Go to previous messageGo to next message
Tim Schwalbe is currently offline Tim SchwalbeFriend
Messages: 27
Registered: May 2014
Junior Member
Hey, I solved it on my own:

I delete some in the server and client projects:
META-INF/MANIFEST.MF

de.yourcompany.server.services.ws.consumer

But I don't know the background. I will love to understand it.

Best regards Very Happy
Re: java.lang.RuntimeException: No application id has been found. [message #1384868 is a reply to message #1384866] Mon, 02 June 2014 16:29 Go to previous messageGo to next message
Tim Schwalbe is currently offline Tim SchwalbeFriend
Messages: 27
Registered: May 2014
Junior Member
So after adding a Webservice provider, the same error appears.
The Webservice provides is simply created with the wizard and just return a "Hello World" String.

Sad
Re: java.lang.RuntimeException: No application id has been found. [message #1384876 is a reply to message #1384866] Mon, 02 June 2014 17:35 Go to previous messageGo to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
Tim Schwalbe wrote on Mon, 02 June 2014 18:22
I delete some in the server and client projects:
META-INF/MANIFEST.MF

But I don't know the background. I will love to understand it.


Maybe you need a quick introduction in the OSGi world:
* MANIFEST files describe the dependencies for each bundles.
* Product files decribe the set of bundles that will be started. (I often refer to the schema in this article: Create a product configuration. Scout SDK prepares 2 files: one to be used for the BUILD and one to be used for the RUN path)
* Target Platform is the set of available bundles (you can use the default Target platform provided by the IDE, or explicitly define one in a target file).

If you want to know more about OSGi I recommend you to read this tutorial from Lars Vogel OSGi Modularity. It is a good start, but it is not Scout orriented.

The key point in all this: if you declare a new dependency in one Manifest file of the bundles used in the client application, you need to add it in client-dev.product file in order to be able to start your application...

When you start to have errors like "One or more bundles are not resolved because the following root constraints are not resolved" this means that one of the dependency declared in a MANIFEST file is missing. This occurs at runtime. If the missing dependency is important, the application will crash.

You can check this before you start the application: You can validate your product file in the product editor. Eclipse will check that the requirements described in the different MANIFEST files are present in the list of plugin that will be started.

index.php/fa/12003/0/

I hope it helps you to understand it. If not do not hesitate to ask.

Related thread to your question question:
* Almost every time "No Application ID"






[Updated on: Mon, 02 June 2014 17:46]

Report message to a moderator

Re: java.lang.RuntimeException: No application id has been found. [message #1384878 is a reply to message #1384868] Mon, 02 June 2014 17:49 Go to previous messageGo to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
Tim Schwalbe wrote on Mon, 02 June 2014 18:29
So after adding a Webservice provider, the same error appears.
The Webservice provides is simply created with the wizard and just return a "Hello World" String.


Have you read this step by step tutorial: Webservices with JAX-WS?

It provides you with an example where we consume data from a webservice provider in a Scout Application.
Re: java.lang.RuntimeException: No application id has been found. [message #1384952 is a reply to message #1384878] Tue, 03 June 2014 09:30 Go to previous messageGo to next message
Tim Schwalbe is currently offline Tim SchwalbeFriend
Messages: 27
Registered: May 2014
Junior Member
Thanks a lot, now it works to provide a Webservice and I tested it successfull wih SoapUI.
but when I want to use the service in the load-Method similar to the tutorial another failure appears.

@Override
  public PtrTool0FormData load(PtrTool0FormData formData) throws ProcessingException {
    if (!ACCESS.check(new ReadPtrTool0Permission())) {
      throw new VetoException(TEXTS.get("AuthorizationFailed"));
    }
    System.out.println("LOADED!!!");
    PrintTemplateWebServiceClient service = SERVICES.getService(PrintTemplateWebServiceClient.class);
    PrintTemplateWebServicePortType portType = service.getPortType();
    portType.getFilledTemplate("aha");
    System.out.println("Loaded over!");
    return formData;
  }


Failure:
!ENTRY org.eclipse.scout.rt.client 2 0 2014-06-03 11:22:18.441
!MESSAGE org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageActivatedNotify(AbstractPage.java:454) Caught a failure, probably due to operation cancelation by the user
!STACK 0
ProcessingException[ProcessingStatus[ERROR code=0 PtrTool0Form / Calling IPtrTool0Service.load() / Verarbeitungsfehler]]
	at org.eclipse.scout.rt.client.servicetunnel.AbstractServiceTunnel.invokeService(AbstractServiceTunnel.java:167)
	at org.eclipse.scout.rt.client.servicetunnel.http.internal.InternalHttpServiceTunnel.invokeService(InternalHttpServiceTunnel.java:175)
	at org.eclipse.scout.rt.client.servicetunnel.http.HttpServiceTunnel.invokeService(HttpServiceTunnel.java:115)
	at org.eclipse.scout.rt.client.servicetunnel.ServiceTunnelInvocationHandler.invoke(ServiceTunnelInvocationHandler.java:47)
	at com.sun.proxy.$Proxy9.load(Unknown Source)
	at de.mind.conversation.client.PtrTool0Form$ModifyHandler.execLoad(PtrTool0Form.java:188)
	at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler.onLoad(AbstractFormHandler.java:181)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.loadStateInternal(AbstractForm.java:1205)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:692)
	at de.mind.conversation.client.PtrTool0Form.startModify(PtrTool0Form.java:45)
	at de.mind.conversation.client.ui.desktop.outlines.pages.Ptr2Page.execPageActivated(Ptr2Page.java:36)
	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageActivatedNotify(AbstractPage.java:446)
	at org.eclipse.scout.rt.client.ui.desktop.outline.AbstractOutline.makeActivePageToContextPage(AbstractOutline.java:410)
	at org.eclipse.scout.rt.client.ui.desktop.outline.DefaultPageChangeStrategy.pageChanged(DefaultPageChangeStrategy.java:39)
	at org.eclipse.scout.rt.client.ui.desktop.outline.AbstractOutline.handleActivePageChanged(AbstractOutline.java:430)
	at org.eclipse.scout.rt.client.ui.desktop.outline.AbstractOutline.access$0(AbstractOutline.java:423)
	at org.eclipse.scout.rt.client.ui.desktop.outline.AbstractOutline$P_OutlineListener.treeChanged(AbstractOutline.java:466)
	at org.eclipse.scout.rt.client.ui.basic.tree.AbstractTree.fireTreeEventInternal(AbstractTree.java:2177)
	at org.eclipse.scout.rt.client.ui.basic.tree.AbstractTree.fireNodesSelected(AbstractTree.java:2014)
	at org.eclipse.scout.rt.client.ui.basic.tree.AbstractTree.selectNodes(AbstractTree.java:1659)
	at org.eclipse.scout.rt.client.ui.basic.tree.AbstractTree.selectNode(AbstractTree.java:1619)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.setOutline(AbstractDesktop.java:912)
	at org.eclipse.scout.rt.client.ui.desktop.outline.AbstractOutlineViewButton.execAction(AbstractOutlineViewButton.java:141)
	at org.eclipse.scout.rt.client.ui.action.AbstractAction.doAction(AbstractAction.java:292)
	at org.eclipse.scout.rt.client.ui.action.AbstractAction$P_UIFacade.fireActionFromUI(AbstractAction.java:629)
	at org.eclipse.scout.rt.ui.swing.action.AbstractSwingScoutActionButton$2.run(AbstractSwingScoutActionButton.java:183)
	at org.eclipse.scout.rt.ui.swing.concurrency.SwingScoutSynchronizer$1.runVoid(SwingScoutSynchronizer.java:71)
	at org.eclipse.scout.rt.client.ClientJob.runStatus(ClientJob.java:189)
	at org.eclipse.scout.rt.client.ClientJob.runTransactionWrapper(ClientJob.java:172)
	at org.eclipse.scout.rt.client.ClientJob.run(ClientJob.java:159)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)


The failure definetly depends on this line: portType.getFilledTemplate("aha");

Edit:
PrintTemplateWebServiceClient service = SERVICES.getService(PrintTemplateWebServiceClient.class);
    PrintTemplateWebServicePortType portType = service.getPortType();
    System.out.println(portType.toString());


Prints: JAX-WS RI 2.2.4-b01: Stub for localhost:8080/conversation_server/jaxws/PrintTemplateWebService

Everything seems to be correct.

:/

Best regards,

Tim

[Updated on: Tue, 03 June 2014 10:00]

Report message to a moderator

Re: java.lang.RuntimeException: No application id has been found. [message #1384959 is a reply to message #1384952] Tue, 03 June 2014 10:01 Go to previous messageGo to next message
Matthias Nick is currently offline Matthias NickFriend
Messages: 197
Registered: August 2013
Senior Member
Hi Tim,

this stacktrace looks like the one from the client. I think the error occurs on the server side. Can you send us the server stack trace?

Best regards,
Matthias
Re: java.lang.RuntimeException: No application id has been found. [message #1384963 is a reply to message #1384959] Tue, 03 June 2014 10:29 Go to previous messageGo to next message
Tim Schwalbe is currently offline Tim SchwalbeFriend
Messages: 27
Registered: May 2014
Junior Member
How does it work?
Very Happy
Re: java.lang.RuntimeException: No application id has been found. [message #1384964 is a reply to message #1384963] Tue, 03 June 2014 10:38 Go to previous messageGo to next message
Tim Schwalbe is currently offline Tim SchwalbeFriend
Messages: 27
Registered: May 2014
Junior Member
Is that what you want:

----------------------------------------------
javax.xml.ws.WebServiceException: Unsupported endpoint address: localhost:8080/conversation_server/jaxws/PrintTemplateWebService
	at com.sun.xml.internal.ws.api.pipe.TransportTubeFactory.create(TransportTubeFactory.java:133)
	at com.sun.xml.internal.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:119)
	at com.sun.xml.internal.ws.api.pipe.Fiber.__doRun(Fiber.java:626)
	at com.sun.xml.internal.ws.api.pipe.Fiber._doRun(Fiber.java:585)
	at com.sun.xml.internal.ws.api.pipe.Fiber.doRun(Fiber.java:570)
	at com.sun.xml.internal.ws.api.pipe.Fiber.runSync(Fiber.java:467)
	at com.sun.xml.internal.ws.client.Stub.process(Stub.java:308)
	at com.sun.xml.internal.ws.client.sei.SEIStub.doProcess(SEIStub.java:163)
	at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:98)
	at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78)
	at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(SEIStub.java:135)
	at com.sun.proxy.$Proxy33.getFilledTemplate(Unknown Source)
	at de.mind.conversation.server.PtrTool0Service.load(PtrTool0Service.java:48)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.eclipse.scout.service.ServiceUtility.invoke(ServiceUtility.java:172)
	at org.eclipse.scout.rt.server.DefaultTransactionDelegate.invokeImpl(DefaultTransactionDelegate.java:218)
	at org.eclipse.scout.rt.server.DefaultTransactionDelegate.invoke(DefaultTransactionDelegate.java:92)
	at org.eclipse.scout.rt.server.ServiceTunnelServlet.runServerJobTransactionWithDelegate(ServiceTunnelServlet.java:396)
	at org.eclipse.scout.rt.server.ServiceTunnelServlet.runServerJobTransaction(ServiceTunnelServlet.java:392)
	at org.eclipse.scout.rt.server.ServiceTunnelServlet$RemoteServiceJob.runTransaction(ServiceTunnelServlet.java:420)
	at org.eclipse.scout.rt.server.ServerJob.runTransactionWrapper(ServerJob.java:202)
	at org.eclipse.scout.rt.server.ServerJob.access$0(ServerJob.java:190)
	at org.eclipse.scout.rt.server.ServerJob$1.run(ServerJob.java:161)
	at org.eclipse.scout.rt.server.ServerJob$1.run(ServerJob.java:1)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.eclipse.scout.rt.server.ServerJob.run(ServerJob.java:156)
	at org.eclipse.scout.commons.job.JobEx.runNow(JobEx.java:50)
	at org.eclipse.scout.rt.server.ServerJob.runNow(ServerJob.java:148)
	at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:300)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
	at org.eclipse.scout.http.servletfilter.HttpServletEx.access$0(HttpServletEx.java:1)
	at org.eclipse.scout.http.servletfilter.HttpServletEx$1.service(HttpServletEx.java:38)
	at org.eclipse.scout.http.servletfilter.internal.FilterChainImpl.doFilter(FilterChainImpl.java:44)
	at org.eclipse.scout.http.servletfilter.helper.HttpAuthJaasFilter.doFilter(HttpAuthJaasFilter.java:62)
	at org.eclipse.scout.http.servletfilter.internal.FilterChainImpl.doFilter(FilterChainImpl.java:41)
	at org.eclipse.scout.http.servletfilter.helper.DevelopmentAuthFilter.doFilter(DevelopmentAuthFilter.java:61)
	at org.eclipse.scout.http.servletfilter.internal.FilterChainImpl.doFilter(FilterChainImpl.java:41)
	at org.eclipse.scout.http.servletfilter.security.AbstractChainableSecurityFilter.doFilterInternal(AbstractChainableSecurityFilter.java:220)
	at org.eclipse.scout.http.servletfilter.security.AbstractChainableSecurityFilter.access$0(AbstractChainableSecurityFilter.java:219)
	at org.eclipse.scout.http.servletfilter.security.AbstractChainableSecurityFilter$1.run(AbstractChainableSecurityFilter.java:157)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.eclipse.scout.http.servletfilter.security.AbstractChainableSecurityFilter.doFilter(AbstractChainableSecurityFilter.java:149)
	at org.eclipse.scout.http.servletfilter.internal.FilterChainImpl.doFilter(FilterChainImpl.java:41)
	at org.eclipse.scout.http.servletfilter.security.AbstractChainableSecurityFilter.doFilter(AbstractChainableSecurityFilter.java:103)
	at org.eclipse.scout.http.servletfilter.internal.FilterChainImpl.doFilter(FilterChainImpl.java:41)
	at org.eclipse.scout.http.servletfilter.ServletFilterDelegate.delegateServiceMethod(ServletFilterDelegate.java:57)
	at org.eclipse.scout.http.servletfilter.HttpServletEx.service(HttpServletEx.java:35)
	at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
	at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
	at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
	at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
	at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:386)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:370)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
----------------------------------------------
Re: java.lang.RuntimeException: No application id has been found. [message #1384965 is a reply to message #1384963] Tue, 03 June 2014 10:40 Go to previous messageGo to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
Tim Schwalbe wrote on Tue, 03 June 2014 12:29
How does it work?


You can switch between client and server console with this button:

index.php/fa/14767/0/

I hope it helps.
Re: java.lang.RuntimeException: No application id has been found. [message #1384966 is a reply to message #1384965] Tue, 03 June 2014 10:50 Go to previous messageGo to next message
Tim Schwalbe is currently offline Tim SchwalbeFriend
Messages: 27
Registered: May 2014
Junior Member
Thank you!

!SESSION 2014-06-03 12:49:12.460 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_60
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Framework arguments:  -product de.mind.conversation.server.product
Command-line arguments:  -product de.mind.conversation.server.product -data C:\Users\tschwalbe\workspaceScout/../runtime-conversation-server-dev.product -dev file:C:/Users/tschwalbe/workspaceScout/.metadata/.plugins/org.eclipse.pde.core/conversation-server-dev.product/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog

!ENTRY de.mind.conversation.server 1 0 2014-06-03 12:49:20.707
!MESSAGE de.mind.conversation.server.ServerApplication.start(ServerApplication.java:35) conversation server initialized

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.219
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.<clinit>(ConfigIniUtility.java:71) Config Bean Properties

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.229
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.<clinit>(ConfigIniUtility.java:73)  org.eclipse.scout.jaxws.security.provider.ConfigIniCredentialValidationStrategy#credentials=eclipse=scout;

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.238
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.<clinit>(ConfigIniUtility.java:73)  org.eclipse.scout.rt.server.services.common.file.RemoteFileService#rootPath=C:/Users/Jack/workspace/de.mind.conversation.server/j2ee/ear/war/WEB-INF/remotefiles

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.246
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.<clinit>(ConfigIniUtility.java:73)  org.eclipse.scout.http.servletfilter.security.BasicSecurityFilter#active=false

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.255
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.<clinit>(ConfigIniUtility.java:73)  org.eclipse.scout.http.servletfilter.security.AnonymousSecurityFilter#active=true

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.264
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.<clinit>(ConfigIniUtility.java:73)  org.eclipse.scout.http.servletfilter.security.BasicSecurityFilter#realm=conversation Development

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.268
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.<clinit>(ConfigIniUtility.java:73)  org.eclipse.scout.http.servletfilter.security.BasicSecurityFilter#users=admin=manager,allen=allen,blake=blake

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.274
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for org.eclipse.scout.http.servletfilter.security.BasicSecurityFilter

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.278
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:96)  users=admin=manager,allen=allen,blake=blake

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.281
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:96)  realm=conversation Development

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.285
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:96)  active=false

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.289
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for org.eclipse.scout.http.servletfilter.security.BasicSecurityFilter

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.293
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:96)  users=admin=manager,allen=allen,blake=blake

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.296
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:96)  realm=conversation Development

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.300
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:96)  active=false

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.305
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for org.eclipse.scout.http.servletfilter.security.AnonymousSecurityFilter

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.308
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:96)  active=true

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.317
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for org.eclipse.scout.http.servletfilter.security.BasicSecurityFilter

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.321
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:96)  users=admin=manager,allen=allen,blake=blake

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.325
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:96)  realm=conversation Development

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.330
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:96)  active=false

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.335
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for org.eclipse.scout.http.servletfilter.security.AnonymousSecurityFilter

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.339
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:96)  active=true

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:32.804
!MESSAGE org.eclipse.scout.commons.xmlparser.ScoutXmlParser.<init>(ScoutXmlParser.java:110) Missing dependency to org.apache.xerces. Using alternative com.sun.org.apache.xerces.internal.parsers.SAXParser

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:33.354
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for org.eclipse.scout.jaxws.security.provider.BasicAuthenticationHandler

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:33.362
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for org.eclipse.scout.jaxws.security.provider.ConfigIniCredentialValidationStrategy

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:33.366
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:96)  credentials=eclipse=scout;

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:33.409
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for org.eclipse.scout.rt.server.services.common.session.ServerSessionRegistryService

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:33.456
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for de.mind.conversation.server.services.common.security.AccessControlService

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:33.472
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for org.eclipse.scout.rt.server.services.common.clientnotification.internal.ClientNotificationService

!ENTRY de.mind.conversation.server 1 0 2014-06-03 12:49:33.481
!MESSAGE de.mind.conversation.server.ServerSession.execLoadSession(ServerSession.java:25) created a new session for anonymous

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:33.505
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for org.eclipse.scout.rt.server.services.common.code.CodeService

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:42.634
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for de.mind.conversation.server.PtrTool0Service
LOADED!!!

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:42.668
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for de.mind.conversation.server.services.ws.consumer.PrintTemplateWebServiceClient
JAX-WS RI 2.2.4-b01: Stub for http://localhost:8080/conversation_server/jaxws/PrintTemplateWebService

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:42.888
!MESSAGE org.eclipse.scout.jaxws.internal.servlet.EndpointServlet.installServletAdapters(EndpointServlet.java:128) Successfully installed JAX-WS endpoint 'PrintTemplateWebService' on URL '/jaxws/PrintTemplateWebService'

!ENTRY org.eclipse.scout.commons 2 0 2014-06-03 12:49:42.945
!MESSAGE org.eclipse.scout.jaxws.internal.SessionHelper.createNewServerSession(SessionHelper.java:60) No subject found in calling AccessContext. That is why the principal 'anonymous' is registered with the subject. This subject is used to create sessions for transactional handlers as long as the request is not authenticated. The default principal can be changed by configuring the prinicipal in 'org.eclipse.scout.jaxws.txhandler.sessionfactory.principal' in config.ini.

!ENTRY de.mind.conversation.server 1 0 2014-06-03 12:49:42.973
!MESSAGE de.mind.conversation.server.ServerSession.execLoadSession(ServerSession.java:25) created a new session for anonymous

!ENTRY org.eclipse.scout.commons 1 0 2014-06-03 12:49:43.035
!MESSAGE org.eclipse.scout.commons.ConfigIniUtility.getProperties(ConfigIniUtility.java:94) Properties for org.eclipse.scout.rt.shared.services.common.exceptionhandler.LogExceptionHandlerService

!ENTRY org.eclipse.scout.rt.shared 4 0 2014-06-03 12:49:43.054
!MESSAGE org.eclipse.scout.rt.shared.services.common.exceptionhandler.LogExceptionHandlerService.differentiatedLog(LogExceptionHandlerService.java:76) ProcessingStatus[ERROR code=0 invoking de.mind.conversation.shared.IPtrTool0Service:load / service: class de.mind.conversation.server.PtrTool0Service, operation: load, args: de.mind.conversation.shared.PtrTool0FormData@5a6efc31 com.sun.xml.internal.ws.client.ClientTransportException: The server sent HTTP status code 401: Unauthorized]
!STACK 0
ProcessingException[ProcessingStatus[ERROR code=0 invoking de.mind.conversation.shared.IPtrTool0Service:load / service: class de.mind.conversation.server.PtrTool0Service, operation: load, args: de.mind.conversation.shared.PtrTool0FormData@5a6efc31 com.sun.xml.internal.ws.client.ClientTransportException: The server sent HTTP status code 401: Unauthorized]]
	at org.eclipse.scout.service.ServiceUtility.invoke(ServiceUtility.java:189)
	at org.eclipse.scout.rt.server.DefaultTransactionDelegate.invokeImpl(DefaultTransactionDelegate.java:218)
	at org.eclipse.scout.rt.server.DefaultTransactionDelegate.invoke(DefaultTransactionDelegate.java:92)
	at org.eclipse.scout.rt.server.ServiceTunnelServlet.runServerJobTransactionWithDelegate(ServiceTunnelServlet.java:396)
	at org.eclipse.scout.rt.server.ServiceTunnelServlet.runServerJobTransaction(ServiceTunnelServlet.java:392)
	at org.eclipse.scout.rt.server.ServiceTunnelServlet$RemoteServiceJob.runTransaction(ServiceTunnelServlet.java:420)
	at org.eclipse.scout.rt.server.ServerJob.runTransactionWrapper(ServerJob.java:202)
	at org.eclipse.scout.rt.server.ServerJob.access$0(ServerJob.java:190)
	at org.eclipse.scout.rt.server.ServerJob$1.run(ServerJob.java:161)
	at org.eclipse.scout.rt.server.ServerJob$1.run(ServerJob.java:1)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.eclipse.scout.rt.server.ServerJob.run(ServerJob.java:156)
	at org.eclipse.scout.commons.job.JobEx.runNow(JobEx.java:50)
	at org.eclipse.scout.rt.server.ServerJob.runNow(ServerJob.java:148)
	at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:300)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
	at org.eclipse.scout.http.servletfilter.HttpServletEx.access$0(HttpServletEx.java:1)
	at org.eclipse.scout.http.servletfilter.HttpServletEx$1.service(HttpServletEx.java:38)
	at org.eclipse.scout.http.servletfilter.internal.FilterChainImpl.doFilter(FilterChainImpl.java:44)
	at org.eclipse.scout.http.servletfilter.helper.HttpAuthJaasFilter.doFilter(HttpAuthJaasFilter.java:62)
	at org.eclipse.scout.http.servletfilter.internal.FilterChainImpl.doFilter(FilterChainImpl.java:41)
	at org.eclipse.scout.http.servletfilter.helper.DevelopmentAuthFilter.doFilter(DevelopmentAuthFilter.java:61)
	at org.eclipse.scout.http.servletfilter.internal.FilterChainImpl.doFilter(FilterChainImpl.java:41)
	at org.eclipse.scout.http.servletfilter.security.AbstractChainableSecurityFilter.doFilterInternal(AbstractChainableSecurityFilter.java:220)
	at org.eclipse.scout.http.servletfilter.security.AbstractChainableSecurityFilter.access$0(AbstractChainableSecurityFilter.java:219)
	at org.eclipse.scout.http.servletfilter.security.AbstractChainableSecurityFilter$1.run(AbstractChainableSecurityFilter.java:157)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.eclipse.scout.http.servletfilter.security.AbstractChainableSecurityFilter.doFilter(AbstractChainableSecurityFilter.java:149)
	at org.eclipse.scout.http.servletfilter.internal.FilterChainImpl.doFilter(FilterChainImpl.java:41)
	at org.eclipse.scout.http.servletfilter.security.AbstractChainableSecurityFilter.doFilter(AbstractChainableSecurityFilter.java:103)
	at org.eclipse.scout.http.servletfilter.internal.FilterChainImpl.doFilter(FilterChainImpl.java:41)
	at org.eclipse.scout.http.servletfilter.ServletFilterDelegate.delegateServiceMethod(ServletFilterDelegate.java:57)
	at org.eclipse.scout.http.servletfilter.HttpServletEx.service(HttpServletEx.java:35)
	at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
	at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
	at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
	at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
	at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:386)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:370)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
Caused by: com.sun.xml.internal.ws.client.ClientTransportException: The server sent HTTP status code 401: Unauthorized
	at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.checkStatusCode(HttpTransportPipe.java:296)
	at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.createResponsePacket(HttpTransportPipe.java:245)
	at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:203)
	at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:122)
	at com.sun.xml.internal.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:123)
	at com.sun.xml.internal.ws.api.pipe.Fiber.__doRun(Fiber.java:626)
	at com.sun.xml.internal.ws.api.pipe.Fiber._doRun(Fiber.java:585)
	at com.sun.xml.internal.ws.api.pipe.Fiber.doRun(Fiber.java:570)
	at com.sun.xml.internal.ws.api.pipe.Fiber.runSync(Fiber.java:467)
	at com.sun.xml.internal.ws.client.Stub.process(Stub.java:308)
	at com.sun.xml.internal.ws.client.sei.SEIStub.doProcess(SEIStub.java:163)
	at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:98)
	at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78)
	at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(SEIStub.java:135)
	at com.sun.proxy.$Proxy33.getFilledTemplate(Unknown Source)
	at de.mind.conversation.server.PtrTool0Service.load(PtrTool0Service.java:47)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.eclipse.scout.service.ServiceUtility.invoke(ServiceUtility.java:172)
	... 62 more

Re: java.lang.RuntimeException: No application id has been found. [message #1384968 is a reply to message #1384965] Tue, 03 June 2014 10:52 Go to previous messageGo to next message
Matthias Otterbach is currently offline Matthias OtterbachFriend
Messages: 9
Registered: June 2013
Junior Member
Is localhost:8080/conversation_server/jaxws/PrintTemplateWebService exactly the address you are using in SoapUI?

I think your endpoint address might be missing the protocol/scheme, e.g. it should start with http:// or https://.

Re: java.lang.RuntimeException: No application id has been found. [message #1384970 is a reply to message #1384968] Tue, 03 June 2014 11:09 Go to previous messageGo to next message
Tim Schwalbe is currently offline Tim SchwalbeFriend
Messages: 27
Registered: May 2014
Junior Member
Yes it is.

In Consumer Webservice Properties:
URL:
http://localhost:8080/conversation_server/jaxws/PrintTemplateWebService

http://i62.tinypic.com/ztu05v.png

[Updated on: Tue, 03 June 2014 11:12]

Report message to a moderator

Re: java.lang.RuntimeException: No application id has been found. [message #1385016 is a reply to message #1384970] Tue, 03 June 2014 16:23 Go to previous messageGo to next message
Tim Schwalbe is currently offline Tim SchwalbeFriend
Messages: 27
Registered: May 2014
Junior Member
Yes guys, I found my fault. It is necessary to select an Authentication Class for the Webservice consumer.
org.eclipse.scout.jaxws.security.consumer.BasicAuthenticationHandler

Thanks a lot for your help to everyone.

Best regards,

Tim
Re: java.lang.RuntimeException: No application id has been found. [message #1385061 is a reply to message #1385016] Wed, 04 June 2014 06:51 Go to previous message
Matthias Nick is currently offline Matthias NickFriend
Messages: 197
Registered: August 2013
Senior Member
Hi Tim,
glad you found a solution. And thanks for sharing it Smile

Best regards,
Matthias
Previous Topic:Use of Webservice on Button click
Next Topic:Export Webservice from Scout and deploy on other Server
Goto Forum:
  


Current Time: Tue Mar 19 10:37:59 GMT 2024

Powered by FUDForum. Page generated in 0.03296 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top