[JBossWS] - JBossWS, Websphere 5.1 WS-Security interoperability
by forgr
I'm developing a webservice client using jbossws native stack v2.0.4 that interact with a web service deployed in websphere 5.1. Authentication was managed by ws-security username profile. By the way, webspehere ws-security implementation was based on draft 13 of ws-security standard while jbossws implements final specs. The result was the following error:
16:14:16,093 INFO [STDOUT] 16:14:16,078 WARN DefaultExceptionHandler:90 - Unhandled exception caught by the Stripes default exception handler.
javax.xml.ws.soap.SOAPFaultException: com.ibm.wsspi.wssecurity.SoapSecurityException: The Application Server expected a Security header with the http://schemas.xmlsoap.org/ws/2003/06/secext or http://schemas.xmlsoap.org/ws/2002/07/secext or http://schemas.xmlsoap.org/ws/2002/04/secext namespace, but it was not found.
at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException(SOAPFaultHelperJAXWS.java:72)
at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.throwFaultException(SOAP11BindingJAXWS.java:109)
at org.jboss.ws.core.CommonSOAPBinding.unbindResponseMessage(CommonSOAPBinding.java:579)
at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:380)
at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:302)
at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:172)
at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:152)
So, I can:
- suggest an upgrade of websphere to v6 (not possible!!!)
- use websphere webservice gateway (8()
- downgrade to draft 13 ws-security specs used by jbossws (is possible?)
- generate ws-security tag via a custom handler (is possible?)
- any other ideas?
Thanks,
ForGR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162327#4162327
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162327
16 years, 5 months
[JBossWS] - WSException: Cannot find configFile:
by gryffin
I am passing on x509 for now, going for basic auth over SSL instead.
The web service is up, run, and accessible over HTTPS, that's looking good.
I modify the client app, test it, and get this error:
run-ts-client:
| [echo] Running timeservice client: C:\Documents and Settings\tx714c\My Documents\workspace\EJB3
| fun\gen\TimeServiceClient.jar
| [java] Instantiating service...
| [java] Getting service port...
| [java] Exception in thread "main" org.jboss.ws.WSException: Cannot find configFile:
| [java] at org.jboss.ws.metadata.config.JBossWSConfigFactory.filenameToURL(JBossWSConfigFactory.java:179)
| [java] at org.jboss.ws.metadata.config.JBossWSConfigFactory.getConfig(JBossWSConfigFactory.java:133)
| [java] at org.jboss.ws.metadata.umdm.EndpointMetaData.initEndpointConfig(EndpointMetaData.java:815)
| [java] at org.jboss.ws.metadata.umdm.EndpointMetaData.setConfigNameInternal(EndpointMetaData.java:805)
| [java] at org.jboss.ws.metadata.umdm.EndpointMetaData.setConfigName(EndpointMetaData.java:789)
| [java] at org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.processEndpointConfig(JAXWSClientMetaDataBuilder.java:335)
| [java] at org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.rebuildEndpointMetaData(JAXWSClientMetaDataBuilder.java:293)
| [java] at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.getPortInternal(ServiceDelegateImpl.java:271)
| [java] at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.getPort(ServiceDelegateImpl.java:202)
| [java] at javax.xml.ws.Service.getPort(Service.java:143)
| [java] at com.boeing.nmt.client.timeservice.TimeService.getTimeAgentPortBindingNamePort(TimeService.java:54)
| [java] at com.boeing.nmt.client.timeservice.TimeServiceClient.main(TimeServiceClient.java:30)
| [java] Java Result: 1
|
| But the error doesn't tell me /what/ config file is missing.
|
| Here's the structure of the jar file:
| C:\Documents and Settings\tx714c\My Documents\workspace\EJB3fun\files>jar -tvf ..\gen\TimeServiceCli
| ent.jar
| 0 Mon Jun 30 15:09:50 PDT 2008 META-INF/
| 106 Mon Jun 30 15:09:48 PDT 2008 META-INF/MANIFEST.MF
| 0 Tue May 20 09:55:46 PDT 2008 com/
| 0 Tue May 20 09:55:46 PDT 2008 com/boeing/
| 0 Tue May 20 09:55:46 PDT 2008 com/boeing/nmt/
| 0 Tue May 20 09:55:46 PDT 2008 com/boeing/nmt/client/
| 0 Tue May 20 09:55:46 PDT 2008 com/boeing/nmt/client/timeservice/
| 463 Mon Jun 30 14:42:14 PDT 2008 META-INF/jboss-wsse-client.xml
| 835 Mon Jun 30 15:05:06 PDT 2008 META-INF/standard-jaxws-client-config.xml
| 695 Thu May 29 11:53:02 PDT 2008 com/boeing/nmt/client/timeservice/TimeAgentPortBindingName.class
|
| 1640 Wed Jun 04 12:54:22 PDT 2008 com/boeing/nmt/client/timeservice/TimeService.class
| 2192 Mon Jun 30 14:49:20 PDT 2008 com/boeing/nmt/client/timeservice/TimeServiceClient.class
|
| I didn't need a config file prior to implementing security, so what am I missing?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162100#4162100
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162100
16 years, 5 months
[JBossWS] - NPE deploying web services in service archive in CR1 release
by adinn
I am trying to deploy a sar in AS5.0.0.CR1 which includes several war files. These wars include JaxWS SEI classes anotated with WebService annotations. The AS is using the bundled version of JBossWS Native.
The war file deployment breaks because the WS KernelLocator bean has not been intiialized. This is supposed to happen via bean injection according to the bean definition in jbossws-container-beans.xml located in server//deploy. However, the war file is processed (by an instance of JaxWSDeployerHookPreJSE) before the value is injected. The deployer tries to look up the wsf runtime via the kernel and receives a null pointer exception (stack trace as follows):
. . .
Caused by: java.lang.NullPointerException
at org.jboss.wsf.common.KernelAwareSPIFactory.getKernelProvidedSPI(KernelAwareSPIFactory.java:40)
at org.jboss.wsf.framework.DefaultWSFRuntimeLocator.locateRuntime(DefaultWSFRuntimeLocator.java:36)
at org.jboss.wsf.container.jboss50.deployer.AbstractDeployerHook.getWsfRuntime(AbstractDeployerHook.java:59)
at org.jboss.wsf.container.jboss50.deployer.ArchiveDeployerHook.deploy(ArchiveDeployerHook.java:86)
at org.jboss.wsf.container.jboss50.deployer.AbstractWebServiceDeployer.internalDeploy(AbstractWebServiceDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:174)
... 18 more
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162099#4162099
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162099
16 years, 5 months
[JBossWS] - ...Port does not contain operation meta data for: {http://ww
by helmutdoe
Hi Community,
i know i had posted this problem allready in another thread but i seems to be a good choice to state this as standalone topic.
What i need and what i had already done. I need to get working a simple Webservice using WSSecurity. Both Encryption and Signature shall be used. The Webservice should consumed by a standalone client.
So what i have done. Since i had read all tutorial from JBossWS and several other Documentation i got the folloing code for my Server Side.
| /*
| * LottoEJBWS.java
| *
| * Created on 22. Juni 2008, 13:18
| *
| * To change this template, choose Tools | Template Manager
| * and open the template in the editor.
| */
|
| package com.tools.wsse;
|
| import java.util.Random;
| import javax.ejb.Stateless;
|
| import javax.jws.HandlerChain;
| import javax.jws.WebMethod;
| import javax.jws.WebService;
| import javax.jws.soap.SOAPBinding;
|
| import org.jboss.annotation.security.SecurityDomain;
| import org.jboss.ws.annotation.EndpointConfig;
|
|
| /**
| *
| * @author Wolfram
| **/
| @WebService(name="LottoEJBWS",
| targetNamespace = "urn:com:tools:wsse",
| serviceName = "LottoEJBWSService")
| @SOAPBinding(style = SOAPBinding.Style.DOCUMENT,
| parameterStyle=SOAPBinding.ParameterStyle.WRAPPED,
| use=SOAPBinding.Use.LITERAL)
| @EndpointConfig(configName="Standard WSSecurity Endpoint")
| public class LottoEJBWS {
| @WebMethod()
| public String get6from49() {
| Random random = new Random();
| String result = "";
|
| //cutted
|
| return (result);
| }
|
| /**
| * Web service operation
| */
| @WebMethod()
| public boolean setValue(String name, int age) {
| System.out.println("====================================");
| System.out.println("Name: " + name + " Age: " + age );
| System.out.println("====================================");
| return true;
| }
| }
|
web.xml
| <?xml version="1.0" encoding="UTF-8"?>
| <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
| <context-param>
| <param-name>jbossws-config-name</param-name>
| <param-value>Standard WSSecurity Endpoint</param-value>
| </context-param>
| <display-name>LottoWSSE-war</display-name>
| <servlet>
| <servlet-name>LottoEJBWS</servlet-name>
| <servlet-class>com.tools.wsse.LottoEJBWS</servlet-class>
| <load-on-startup>1</load-on-startup>
| </servlet>
| <servlet-mapping>
| <servlet-name>LottoEJBWS</servlet-name>
| <url-pattern>/LottoEJBWS</url-pattern>
| </servlet-mapping>
| <session-config>
| <session-timeout>30</session-timeout>
| </session-config>
| <welcome-file-list>
| <welcome-file>index.html</welcome-file>
| <welcome-file>index.htm</welcome-file>
| <welcome-file>index.jsp</welcome-file>
| <welcome-file>default.html</welcome-file>
| <welcome-file>default.htm</welcome-file>
| <welcome-file>default.jsp</welcome-file>
| </welcome-file-list>
| </web-app>
|
jboss-wsse-client.xml
<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="http://www.jboss.com/ws-security/config
| http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
| <config>
| <sign type="x509v3" alias="s1as" includeTimestamp="false"/>
| <encrypt type="x509v3"
| alias="s1as"/>
| <requires>
| <signature/>
| <encryption/>
| </requires>
| </config>
| </jboss-ws-security>
jboss-wsse-server.xml
<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="http://www.jboss.com/ws-security/config
| http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
| <config>
| <sign type="x509v3" alias="s1as" includeTimestamp="false"/>
| <encrypt type="x509v3"
| alias="s1as"/>
| <requires>
| <signature/>
| <encryption/>
| </requires>
| </config>
| </jboss-ws-security>
Since @EndpointConfig points to AS_HOME/server/default/deploy/jbosswss.sar/META-INF no need to includes standard-jaxws-endpoint-config.xml.
All the above described in addition with Trust + Keystore is packed as war file and deployed successfull.
The Client Side is implemented as shown below. To get Service classes etc. wsconsume -k <wsdl-url> was used. All automatically generated files arent shown. So the Cleint looks like...
| /*
| * Main.java
| *
| * Created on 22. Juni 2008, 18:20
| *
| * To change this template, choose Tools | Template Manager
| * and open the template in the editor.
| */
|
| package com.tools.wsse;
|
| import java.io.File;
| import java.net.URL;
| import java.util.ArrayList;
| import java.util.Iterator;
| import java.util.List;
| import javax.jws.HandlerChain;
| import javax.xml.namespace.QName;
| import javax.xml.ws.BindingProvider;
| import javax.xml.ws.Service;
| import javax.xml.ws.WebServiceClient;
| import javax.xml.ws.handler.Handler;
| import org.apache.log4j.Logger;
| import org.apache.log4j.PropertyConfigurator;
| import org.jboss.ws.core.StubExt;
| import org.jboss.ws.extensions.security.jaxws.WSSecurityHandlerClient;
| import org.jboss.ws.extensions.addressing.jaxws.WSAddressingClientHandler;
|
| /**
| *
| * @author Wolfram
| */
| public class Main {
|
| /** Creates a new instance of Main */
| public Main() {}
|
| public static void main(String[] args) {
|
| try { // Call Web Service Operation
| // PropertyConfigurator.configure("src//log4j.properties");
|
| System.setProperty("org.jboss.ws.wsse.keyStore", "src/WEB-INF/keystore.jks");
| System.setProperty("org.jboss.ws.wsse.trustStore", "src/WEB-INF/cacerts.jks");
| System.setProperty("org.jboss.ws.wsse.keyStorePassword", "changeit");
| System.setProperty("org.jboss.ws.wsse.trustStorePassword", "changeit");
| System.setProperty("org.jboss.ws.wsse.keyStoreType", "jks");
| System.setProperty("org.jboss.ws.wsse.trustStoreType", "jks");
|
| URL wsdlURL = new URL("http://localhost:8080/LottoWSSE-war/LottoEJBWS?wsdl");
| QName serviceName = new QName("urn:com:tools:wsse", "LottoEJBWSService");
| Service service = Service.create(wsdlURL, serviceName);
| LottoEJBWS port = service.getPort(LottoEJBWS.class);
| System.out.println(System.getProperty("user.dir").toString());
| ((StubExt) port).setSecurityConfig(new File("src/META-INF/jboss-wsse-client.xml").toURI().toURL().toExternalForm());
| ((StubExt) port).setConfigName("Standard WSSecurity Client");
|
| BindingProvider bindingProvider = (BindingProvider)port;
| List<Handler> handlerChain = new ArrayList<Handler>();
| handlerChain.add(new WSAddressingClientHandler());
| handlerChain.add(new WSSecurityHandlerClient());
| handlerChain.add(new LogHandler());
| bindingProvider.getBinding().setHandlerChain(handlerChain);
|
| //org.me.client.LottoEJBWSService service = new org.me.client.LottoEJBWSService();
| //org.me.client.LottoEJBWS port = service.getLottoEJBWSPort();
|
| // TODO process result here
|
| java.lang.String result = port.get6From49();
| System.out.println("Result = "+result);
| } catch (Exception ex) {
| System.out.println("Fehler: " + ex.getMessage());
| ex.printStackTrace(System.out);
| }
|
| }
| }
|
|
the file jboss-wsse-client.xml is the same like above ones.
The SoapRequest is signed and encrypted. but the server throws the following Exception.
| 14:35:26,515 ERROR [SOAPFaultHelperJAXWS] SOAP request exception
| org.jboss.ws.core.CommonSOAPFaultException: Endpoint {urn:com:tools:wsse}LottoEJBWSPort does not contain operation meta data for: {http://www.w3.org/2001/04/xmlenc#}EncryptedData
| at org.jboss.ws.core.server.ServiceEndpointInvoker.getDispatchDestination(ServiceEndpointInvoker.java:468)
| at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:177)
| at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:466)
| at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:284)
| at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:201)
| at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:134)
| at org.jboss.wsf.stack.jbws.EndpointServlet.service(EndpointServlet.java:84)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
| at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
| at java.lang.Thread.run(Thread.java:595)
| 14:35:26,515 ERROR [SOAPFaultHelperJAXRPC] SOAP request exception
| javax.xml.rpc.soap.SOAPFaultException: Endpoint {urn:com:tools:wsse}LottoEJBWSPort does not contain operation meta data for: {http://www.w3.org/2001/04/xmlenc#}EncryptedData
| at org.jboss.ws.core.jaxrpc.SOAPFaultHelperJAXRPC.exceptionToFaultMessage(SOAPFaultHelperJAXRPC.java:189)
| at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.exceptionToFaultMessage(SOAPFaultHelperJAXWS.java:170)
| at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.createFaultMessageFromException(SOAP11BindingJAXWS.java:104)
| at org.jboss.ws.core.CommonSOAPBinding.bindFaultMessage(CommonSOAPBinding.java:671)
| at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:279)
| at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:466)
| at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:284)
| at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:201)
| at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:134)
| at org.jboss.wsf.stack.jbws.EndpointServlet.service(EndpointServlet.java:84)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
| at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
| at java.lang.Thread.run(Thread.java:595)
I hope to pointed out detaily my problem and looking froward for response.
Thank You
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162082#4162082
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162082
16 years, 5 months
[JBossWS] - Jboss ActiveBPEL deployment error
by j_gohel
Hello,
I am using Jboss 4.0.2.
I have created and placed ActiveBPEL.ear file in server/default/deploy folder which will invoking my webservices.
I am getting following deployment error when accessing Deployed Processes on BpelAdmin screen (http://localhost:8080/BpelAdmin):
17:52:45,763 INFO [STDOUT] Jul 2, 2008 5:52:45 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger
| logError
| SEVERE: Unable to deploy: file:/D:/jboss-4.0.2/server/default/bpr/AeEngineAdmin.wsr
Following is the console log for reference:
===============================================================================
| . STARTING THE JBOSS...
| .
| JBoss Bootstrap Environment
| .
| JBOSS_HOME: D:\jboss-4.0.2\bin\\..
| .
| JAVA: C:\j2sdk1.4.2_13\bin\java
| .
| JAVA_OPTS: -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=5555,server=y,suspend=n -Dpro
| gram.name=run_emvolve.bat -Xms768m -Xmx1024m -Dconfig.installDir=D:/servers/config/etc -Dpx.sc.cache=D:\servers\scoreca
| rd -Djava.security.policy=D:/jboss-4.0.2/server/default/conf/server.policy -Dbpr.home=D:\jboss-4.0.2\server\default -Dws
| .port=8080
| .
| CLASSPATH: C:\j2sdk1.4.2_13\lib\tools.jar;D:\jboss-4.0.2\bin\\run.jar;D:/servers/config/etc;emvolve4.x.zip
| .
| ===============================================================================
| .
| 17:51:51,794 INFO [Server] Starting JBoss (MX MicroKernel)...
| 17:51:51,794 INFO [Server] Release ID: JBoss [Zion] 4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)
| 17:51:51,794 INFO [Server] Home Dir: D:\jboss-4.0.2
| 17:51:51,794 INFO [Server] Home URL: file:/D:/jboss-4.0.2/
| 17:51:51,794 INFO [Server] Library URL: file:/D:/jboss-4.0.2/lib/
| 17:51:51,794 INFO [Server] Patch URL: null
| 17:51:51,794 INFO [Server] Server Name: default
| 17:51:51,794 INFO [Server] Server Home Dir: D:\jboss-4.0.2\server\default
| 17:51:51,794 INFO [Server] Server Home URL: file:/D:/jboss-4.0.2/server/default/
| 17:51:51,794 INFO [Server] Server Data Dir: D:\jboss-4.0.2\server\default\data
| 17:51:51,794 INFO [Server] Server Temp Dir: D:\jboss-4.0.2\server\default\tmp
| 17:51:51,810 INFO [Server] Server Config URL: file:/D:/jboss-4.0.2/server/default/conf/
| 17:51:51,810 INFO [Server] Server Library URL: file:/D:/jboss-4.0.2/server/default/lib/
| 17:51:51,810 INFO [Server] Root Deployment Filename: jboss-service.xml
| 17:51:51,810 INFO [Server] Starting General Purpose Architecture (GPA)...
| 17:51:52,263 INFO [ServerInfo] Java version: 1.4.2_13,Sun Microsystems Inc.
| 17:51:52,263 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.2_13-b06,Sun Microsystems Inc.
| 17:51:52,263 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
| 17:51:53,232 INFO [Server] Core system initialized
| 17:52:04,341 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
| 17:52:04,482 INFO [WebService] Using RMI server codebase: http://rte-2256094b625:8083/
| 17:52:04,763 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0,
| Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
| 17:52:09,154 INFO [Embedded] Catalina naming disabled
| 17:52:09,951 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
| 17:52:09,951 INFO [Catalina] Initialization processed in 672 ms
| 17:52:09,951 INFO [StandardService] Starting service jboss.web
| 17:52:09,966 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.9
| 17:52:10,044 INFO [StandardHost] XML validation disabled
| 17:52:10,091 INFO [Catalina] Server startup in 140 ms
| 17:52:10,326 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=file:/D:/jboss-4.0.2/server/default/deploy/http-inv
| oker.sar/invoker.war/
| 17:52:11,935 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=file:/D:/jboss-4.0.2/server/default/deploy/jbossweb-tomcat
| 55.sar/ROOT.war/
| 17:52:12,294 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=file:/D:/jboss-4.0.2/server/default/deploy/j
| ms/jbossmq-httpil.sar/jbossmq-httpil.war/
| 17:52:15,498 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=file:/D:/jboss-4.0.2/server/default/deploy/mana
| gement/console-mgr.sar/web-console.war/
| 17:52:16,763 INFO [MailService] Mail Service bound to java:/Mail
| 17:52:17,654 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/D:/jboss-4.0.2/server/de
| fault/deploy/jboss-ha-local-jdbc.rar
| 17:52:17,857 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/D:/jboss-4.0.2/server/de
| fault/deploy/jboss-ha-xa-jdbc.rar
| 17:52:18,029 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/D:/jboss-4.0.2/server/de
| fault/deploy/jboss-local-jdbc.rar
| 17:52:18,216 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/D:/jboss-4.0.2/server/de
| fault/deploy/jboss-xa-jdbc.rar
| 17:52:18,373 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/D:/jboss-4.0.2/server/de
| fault/deploy/jms/jms-ra.rar
| 17:52:18,529 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/D:/jboss-4.0.2/server/de
| fault/deploy/mail-ra.rar
| 17:52:19,435 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss
| .jca:name=jdbc/DataSource,service=DataSourceBinding to JNDI name 'java:jdbc/DataSource'
| 17:52:19,498 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss
| .jca:name=emvolveds,service=DataSourceBinding to JNDI name 'java:emvolveds'
| 17:52:19,544 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss
| .jca:name=recruitmentds,service=DataSourceBinding to JNDI name 'recruitmentds'
| 17:52:19,576 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss
| .jca:name=configurationsds,service=DataSourceBinding to JNDI name 'configurationsds'
| 17:52:19,654 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss
| .jca:name=appraisalmanagerds,service=DataSourceBinding to JNDI name 'appraisalmanagerds'
| 17:52:19,685 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss
| .jca:name=insightds,service=DataSourceBinding to JNDI name 'insightds'
| 17:52:21,123 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss
| .jca:name=DefaultDS,service=DataSourceBinding to JNDI name 'java:DefaultDS'
| 17:52:21,732 INFO [p4mix_Determination] Bound to JNDI name: topic/p4mix_Determination
| 17:52:21,732 INFO [userManagementTopic] Bound to JNDI name: topic/userManagementTopic
| 17:52:21,732 INFO [importExportResultTopic] Bound to JNDI name: topic/importExportResultTopic
| 17:52:21,763 INFO [importExportControlQueue] Bound to JNDI name: queue/importExportControlQueue
| 17:52:21,779 INFO [A] Bound to JNDI name: queue/A
| 17:52:21,779 INFO [B] Bound to JNDI name: queue/B
| 17:52:21,779 INFO [C] Bound to JNDI name: queue/C
| 17:52:21,779 INFO [D] Bound to JNDI name: queue/D
| 17:52:21,794 INFO [ex] Bound to JNDI name: queue/ex
| 17:52:21,841 INFO [testTopic] Bound to JNDI name: topic/testTopic
| 17:52:21,841 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
| 17:52:21,841 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
| 17:52:21,857 INFO [testQueue] Bound to JNDI name: queue/testQueue
| 17:52:21,982 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
| 17:52:22,091 INFO [DLQ] Bound to JNDI name: queue/DLQ
| 17:52:22,435 INFO [ConnectionFactoryBindingService] Bound connection factory for resource adapter for ConnectionManager
| 'jboss.jca:name=JmsXA,service=ConnectionFactoryBinding to JNDI name 'java:JmsXA'
| 17:52:22,607 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss
| .jca:name=jdbc/LiferayPool,service=DataSourceBinding to JNDI name 'java:jdbc/LiferayPool'
| 17:52:22,794 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss
| .jca:name=ReactorDS,service=DataSourceBinding to JNDI name 'java:ReactorDS'
| 17:52:22,873 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=file:/D:/jboss-4.0.2/server/default/deploy/jmx-
| console.war/
| 17:52:23,279 INFO [EARDeployer] Init J2EE application: file:/D:/jboss-4.0.2/server/default/deploy/ActiveBPEL.ear
| 17:52:24,732 INFO [TomcatDeployer] deploy, ctxPath=/BpelAdmin, warUrl=file:/D:/jboss-4.0.2/server/default/tmp/deploy/tm
| p47518ActiveBPEL.ear-contents/BpelAdmin-exp.war/
| 17:52:25,091 INFO [TomcatDeployer] deploy, ctxPath=/BpelAdminHelp, warUrl=file:/D:/jboss-4.0.2/server/default/tmp/deplo
| y/tmp47518ActiveBPEL.ear-contents/BpelAdminHelp-exp.war/
| 17:52:25,341 INFO [TomcatDeployer] deploy, ctxPath=/active-bpel, warUrl=file:/D:/jboss-4.0.2/server/default/tmp/deploy/
| tmp47518ActiveBPEL.ear-contents/active-bpel-exp.war/
| 17:52:27,623 INFO [STDOUT] Jul 2, 2008 5:52:27 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet initAxisServer
|
| INFO: Initialized Axis Server
| 17:52:27,685 INFO [STDOUT] Jul 2, 2008 5:52:27 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet init
| INFO: Active BPEL startup
| 17:52:27,732 INFO [STDOUT] Jul 2, 2008 5:52:27 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger
| logInfo
| INFO: Loaded config file from D:\jboss-4.0.2\server\default\bpr\aeEngineConfig.xml
| 17:52:30,638 INFO [STDOUT] Jul 2, 2008 5:52:30 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger
| logInfo
| INFO: ********** Persistent Configuration Initialized
| 17:52:30,794 INFO [EARDeployer] Started J2EE application: file:/D:/jboss-4.0.2/server/default/deploy/ActiveBPEL.ear
| 17:52:30,982 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
| 17:52:31,248 INFO [JkMain] Jk running ID=0 time=0/110 config=null
| 17:52:31,279 INFO [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 39s:
| 469ms
| 17:52:45,732 INFO [STDOUT] Jul 2, 2008 5:52:45 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger
| logInfo
| INFO: [AeEngineAdmin.wsr] Starting WebServices deployment.
| 17:52:45,732 INFO [STDOUT] Jul 2, 2008 5:52:45 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger
| logInfo
| INFO: [AeEngineAdmin.wsr] Deploying META-INF\service.wsdd
| 17:52:45,763 INFO [STDOUT] Jul 2, 2008 5:52:45 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger
| logError
| SEVERE: Unable to deploy: file:/D:/jboss-4.0.2/server/default/bpr/AeEngineAdmin.wsr
| 17:52:45,857 INFO [STDOUT] Jul 2, 2008 5:52:45 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger
| logInfo
| INFO: [appraisal.wsr] Starting WebServices deployment.
| 17:52:45,857 INFO [STDOUT] Jul 2, 2008 5:52:45 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger
| logInfo
| INFO: [appraisal.wsr] Deploying service.wsdd
| 17:52:45,982 INFO [STDOUT] Jul 2, 2008 5:52:45 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger
| logInfo
| INFO: [appraisal.wsr] Finished WebServices deployment.
| 17:52:46,076 INFO [STDOUT] Jul 2, 2008 5:52:46 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger
| logInfo
| INFO: ********** Persistent Configuration Started
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162049#4162049
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162049
16 years, 5 months