[Deployers on JBoss (Deployers/JBoss)] - Deploy on JBoss on AIX - deployment.MainDeployer Could not .
by sasi2103
Hi all,
I'm using JBoss on AIX and after I tried to restart the JBoss I got the following exception:
|
| 2008-07-08 10:05:50,498 ERROR deployment.MainDeployer Could not initialise deployment: file:/home/rmatst/jboss/server/default/deploy/RMAManager.ear
| org.jboss.deployment.DeploymentException: Failed to find module file: webstart.war
| at org.jboss.deployment.EARDeployer.init(EARDeployer.java:244)
| at org.jboss.deployment.MainDeployer.init(MainDeployer.java:828)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:765)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
| at java.lang.reflect.Method.invoke(Method.java:618)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
| at $Proxy8.deploy(Unknown Source)
| at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325)
| at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:501)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
| at java.lang.reflect.Method.invoke(Method.java:618)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:418)
| at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
| at java.lang.reflect.Method.invoke(Method.java:618)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
| at $Proxy4.start(Unknown Source)
| at org.jboss.deployment.SARDeployer.start(SARDeployer.java:273)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
| at java.lang.reflect.Method.invoke(Method.java:618)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
| at $Proxy5.deploy(Unknown Source)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
| at org.jboss.Main.boot(Main.java:195)
| at org.jboss.Main$1.run(Main.java:463)
| at java.lang.Thread.run(Thread.java:810)
|
I tried to delete the tmp/work directories without any luck.
I looked on this forum and didn't find any matching topic.
Is any one here dealing or know how to deal with such issue?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163051#4163051
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163051
17 years, 9 months
[Design of JBoss ESB] - Re: A problem about soapAction and wsdl in JBossESB
by djlxiong
Hi,
Here is my WSDL file.
<wsdl:definitions xmlns:axis2="http://test" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns0="http://test/xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://test"><wsdl:documentation>
| This service is to add two intergers.
| </wsdl:documentation>
| <wsdl:types>
| <xs:schema xmlns:ns="http://test/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://test/xsd">
| <xs:element name="changePassWord">
| <xs:complexType>
| <xs:sequence>
| <xs:element name="id" nillable="true" type="xs:string" />
| <xs:element name="oldP" nillable="true" type="xs:string" />
| <xs:element name="newP" nillable="true" type="xs:string" />
| </xs:sequence>
| </xs:complexType>
| </xs:element>
| <xs:element name="changePassWordResponse">
| <xs:complexType>
| <xs:sequence>
| <xs:element name="return" nillable="true" type="xs:string" />
| </xs:sequence>
| </xs:complexType>
| </xs:element>
| <xs:element name="changePassWord2">
| <xs:complexType>
| <xs:sequence>
| <xs:element name="id" nillable="true" type="xs:string" />
| <xs:element name="oldP" nillable="true" type="xs:string" />
| <xs:element name="newP" nillable="true" type="xs:string" />
| </xs:sequence>
| </xs:complexType>
| </xs:element>
| <xs:element name="changePassWord2Response">
| <xs:complexType>
| <xs:sequence>
| <xs:element name="return" nillable="true" type="xs:string" />
| </xs:sequence>
| </xs:complexType>
| </xs:element>
| </xs:schema>
| </wsdl:types>
|
| <wsdl:message name="changePassWord2Message">
| <wsdl:part name="part1" element="ns0:changePassWord2" />
| </wsdl:message>
| <wsdl:message name="changePassWord2Response">
| <wsdl:part name="part1" element="ns0:changePassWord2Response" />
| </wsdl:message>
| <wsdl:message name="changePassWordMessage">
| <wsdl:part name="part1" element="ns0:changePassWord" />
| </wsdl:message>
| <wsdl:message name="changePassWordResponse">
| <wsdl:part name="part1" element="ns0:changePassWordResponse" />
| </wsdl:message>
| <wsdl:portType name="ESBServicePortType">
| <wsdl:operation name="changePassWord2">
| <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:changePassWord2Message" wsaw:Action="urn:changePassWord2" />
| <wsdl:output message="axis2:changePassWord2Response" />
| </wsdl:operation>
| <wsdl:operation name="changePassWord">
| <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:changePassWordMessage" wsaw:Action="urn:changePassWord" />
| <wsdl:output message="axis2:changePassWordResponse" />
| </wsdl:operation>
| </wsdl:portType>
| <wsdl:binding name="ESBServiceSOAP11Binding" type="axis2:ESBServicePortType">
| <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
| <wsdl:operation name="changePassWord2">
| <soap:operation soapAction="urn:changePassWord2" style="document" />
| <wsdl:input>
| <soap:body use="literal" />
| </wsdl:input>
| <wsdl:output>
| <soap:body use="literal" />
| </wsdl:output>
| </wsdl:operation>
| <wsdl:operation name="changePassWord">
| <soap:operation soapAction="urn:changePassWord" style="document" />
| <wsdl:input>
| <soap:body use="literal" />
| </wsdl:input>
| <wsdl:output>
| <soap:body use="literal" />
| </wsdl:output>
| </wsdl:operation>
| </wsdl:binding>
| <wsdl:binding name="ESBServiceSOAP12Binding" type="axis2:ESBServicePortType">
| <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
| <wsdl:operation name="changePassWord2">
| <soap12:operation soapAction="urn:changePassWord2" style="document" />
| <wsdl:input>
| <soap12:body use="literal" />
| </wsdl:input>
| <wsdl:output>
| <soap12:body use="literal" />
| </wsdl:output>
| </wsdl:operation>
| <wsdl:operation name="changePassWord">
| <soap12:operation soapAction="urn:changePassWord" style="document" />
| <wsdl:input>
| <soap12:body use="literal" />
| </wsdl:input>
| <wsdl:output>
| <soap12:body use="literal" />
| </wsdl:output>
| </wsdl:operation>
| </wsdl:binding>
| <wsdl:binding name="ESBServiceHttpBinding" type="axis2:ESBServicePortType">
| <http:binding verb="POST" />
| <wsdl:operation name="changePassWord2">
| <http:operation location="changePassWord2" />
| <wsdl:input>
| <mime:content type="text/xml" />
| </wsdl:input>
| <wsdl:output>
| <mime:content type="text/xml" />
| </wsdl:output>
| </wsdl:operation>
| <wsdl:operation name="changePassWord">
| <http:operation location="changePassWord" />
| <wsdl:input>
| <mime:content type="text/xml" />
| </wsdl:input>
| <wsdl:output>
| <mime:content type="text/xml" />
| </wsdl:output>
| </wsdl:operation>
| </wsdl:binding>
| <wsdl:service name="ESBService">
| <wsdl:port name="ESBServiceSOAP11port_http" binding="axis2:ESBServiceSOAP11Binding">
| <soap:address location="http://10.2.0.176:8181/axis2/services/ESBService" />
| </wsdl:port>
| <wsdl:port name="ESBServiceSOAP12port_http" binding="axis2:ESBServiceSOAP12Binding">
| <soap12:address location="http://10.2.0.176:8181/axis2/services/ESBService" />
| </wsdl:port>
| <wsdl:port name="ESBServiceHttpport" binding="axis2:ESBServiceHttpBinding">
| <http:address location="http://211.87.226.219:80/axis2/services/ESBService" />
| </wsdl:port>
| </wsdl:service>
| </wsdl:definitions>
|
I'm wondering if it is the problem with the version of soapui-client.
In JBossESB the version of soapui-client is v1.7.1, and the Web Service testing tool SoapUI is using the v2.0.2.
But I don't have the problem in the tool SoapUI.
If the soapui-client needs update?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162980#4162980
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162980
17 years, 9 months
[Design of Clustering on JBoss (Clusters/JBoss)] - Re: JBPAPP-863 -- FC blocks during slow failure detection
by bstansberry@jboss.com
Vladimir,
Below is what I think he's using as the config (the std commented out TCP config in the jboss-web-cluster sar). Dominik, please post your config if this isn't it.
<TCP bind_addr="thishost" start_port="7810" loopback="true"
| tcp_nodelay="true"
| recv_buf_size="20000000"
| send_buf_size="640000"
| discard_incompatible_packets="true"
| enable_bundling="true"
| max_bundle_size="64000"
| max_bundle_timeout="30"
| use_incoming_packet_handler="true"
| use_outgoing_packet_handler="false"
| down_thread="false" up_thread="false"
| use_send_queues="false"
| sock_conn_timeout="300"
| skip_suspected_members="true"/>
| <TCPPING initial_hosts="thishost[7810],otherhost[7810]" port_range="3"
| timeout="3000"
| down_thread="false" up_thread="false"
| num_initial_members="3"/>
| <MERGE2 max_interval="100000"
| down_thread="false" up_thread="false" min_interval="20000"/>
| <FD_SOCK down_thread="false" up_thread="false"/>
| <FD timeout="10000" max_tries="5" down_thread="false" up_thread="false" shun="true"/>
| <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
| <pbcast.NAKACK max_xmit_size="60000"
| use_mcast_xmit="false" gc_lag="0"
| retransmit_timeout="300,600,1200,2400,4800"
| down_thread="false" up_thread="false"
| discard_delivered_msgs="true"/>
| <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
| down_thread="false" up_thread="false"
| max_bytes="400000"/>
| <pbcast.GMS print_local_addr="true" join_timeout="3000"
| down_thread="false" up_thread="false"
| join_retry_timeout="2000" shun="true"
| view_bundling="true"/>
| <FC max_credits="2000000" down_thread="false" up_thread="false"
| min_threshold="0.10"/>
| <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
| <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/>
There's a stack3.txt attached to the JIRA which doesn't show any problems with any of the JGroups threads; e.g. a blocked IncomingPacketHandler that would prevent a view message progagating. But that stack trace doesn't come from the same time as the logs; not sure when it was taken. It might have been taken before the node failure should have been detected.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162968#4162968
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162968
17 years, 9 months