JMX over t3 problem (WLS 10.0)

Has anyone attempted to retrieve JMX data from a WebLogic 10 instance and succeeded? I am attempting to connect to a out-of-the-box installation of Weblogic Server. I am using the sample code at http://e-docs.bea.com/wls/docs100/jmx/accessWLS.html#wp1112969, yet whenever I connect I get the exception pasted below. Nothing shows up in the servers logs, but I have verified with TCPdump that the connection is occurring.
If I connect via iiop instead of t3 and set a default name/password on the iiop config page, it works. Doing so is rather insecure so I'd like to avoid that.
The exception is:
Exception in thread "main" java.io.IOException
at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:156)
at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:326)
at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
at MyConnection.initConnection(MyConnection.java:55)
at MyConnection.main(MyConnection.java:123)
Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
        java.io.EOFException]
at weblogic.jrmp.Context.lookup(Context.java:189)
at weblogic.jrmp.Context.lookup(Context.java:195)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:144)
... 5 more
Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.io.EOFException
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:273)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306)
at weblogic.jrmp.BaseRemoteRef.invoke(BaseRemoteRef.java:221)
at weblogic.jrmp.RegistryImpl_Stub.lookup(Unknown Source)
at weblogic.jrmp.Context.lookup(Context.java:185)
... 8 more
Caused by: java.io.EOFException
at java.io.DataInputStream.readByte(DataInputStream.java:243)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:215)
... 13 more

It turned out my problem was my classpath. I pared it down to just wlclient.jar and wljxmclient.jar and that did it.

Similar Messages

  • I bought a new iMac.  iWeb and all folders migrated over, no problem, but I cannot bring up my website - it only seems to allow for creating a new site.

    I bought a new iMac.  iWeb and all its folders migrated over, no problem, but I cannot bring up my website - it only seems to allow for creating a new site.

    You need the 'Domain' file in which iWeb keeps its data. This lives by default in (user)/Library/Application Support/iWeb. You need to locate it on the old machine and copy it to the same position in the new machine. Note that it is the Library folder in your Home folder, not the one at root level.
    This folder is hidden on Lion and above; to access it, in the Finder go to the ‘Go’ menu and hold down the Option (Alt) key; the Library folder will appear as a choice. In Mavericks you can make it permanently visible - open your Home Folder the from the Finder's View menu, choose show View Options and check Show User Library.

  • HT1483 Ipod froze. How to get over the problem and bring it back?

    Ipod froze and not responding. How to get over this problem and bring back the Ipod ?

    Go to the  menu/About This Mac - what OS version shows there?
    Do a backup, preferably 2 separate ones on 2 separate drives.
    Revert to a Previous OS X
    Revert to Snow Leopard
    If you do revert, I'd use Setup Assistant to restore your data. This process takes a while, so do it when you won't need the computer for several hours, based on my experience.

  • My ipad mini 2 gets blue screen and then keep restarting over and over again problem

    My ipad mini 2 gets blue screen and then keep restarting over and over again problem. I tried to restore to the factory setting but it was not successful to fix the problem. Sometimes I could not even restore. How can I do with this kind of problem?
    I'm very frustrated now. Please help me!

    I have the same issue and have not found a way to fix it yet. I cant even down grade back to 8.2 because it wont stay on long enough.

  • Dv6-3123tx - is facing over heating problem?

    Hi All,
    I am planning to buy another LPTP
    my main requriment is :  intel  i5  ,  4 GB RAM ,  atlist 2.66GHZ cpu , 15" monitor.
    So that I have chk hp following model :  dv6-3123tx its cost is  Rs.50,000/- INR
    I have chked some review of  (dv6-3123tx) and some post is saying it is having over heating problem and hp is stoped to supply it in to the market.
    can any one will me guide me in this case. or pls suggest some model.
    I m from India
    my budget is up to Rs. 50,000/- INR =  $ 1050/- USD
    niranjan

    i have bought the dv6-3123tx about 2 months back and i wouldnot recommend it to anyone too.
    All i do i browse and sometime not even that. Leaving it on the table switched on make its go hot, so hot that you cant even type on the keyboard. And the sound the fan makes is annoying.
    The touchpad is also one big disadvantage. it makes a sound each time you click. So you cannot work unless you have a mouse. Right now its so heated up that i can barely type (mostly on the left hand side of the laptop.
    Also i was checking for remedies when I relaised that this laptop 3123 is not even listed in the HP products list:
    http://h20180.www2.hp.com/apps/Nav?h_pagetype=s-00​1&h_lang=en&h_cc=in&h_product=4247579&h_client=s-s​...
    If you perform a search with this name, you wouldnot get any results. I guess i better take it to the store immediately before it burns my hand, else i would have to use it as an omlette maker.

  • JMX over JMS

    Any one has any experience in connecting MBean servers to Sun MQ. Specifically with Lingo framework...(http://lingo.codehaus.org/JMX+over+JMS).
    Thanks,
    -Uday.

    My understanding is that MBean servers are the containers within the manageable application (eg MQ broker/server VM) that house the manageable resources (ie JMX MBeans) that is exposed to management applications. These MBeans are what defines what can be managed/configured. If an application does not have an MBean Server in it or specific MBeans to do management, than JMX management applications cannot monitor it.
    As of MQ 4.1, the MQ broker has JMX support ie it has an MBean Server that contains a bunch of MBeans for management.
    So, I'm not sure what you mean by "connecting MBean Servers to Sun MQ". An MBean Server already exists within the MQ broker VM.
    Management applications (written in JMX), can connect to the MBean server in MQ brokers (and therefore access the MBeans) via various connection protocols, the default (and only supported one for MQ) being RMI.
    Lingo allows you to plug in a different connection protocol - one based on JMS, which is also implemented by Lingo. It does not look like you can use Lingo plus any other JMS provider - you need to use Lingo's JMS support. This is my understanding from high level browsing of Lingo's website.
    Since MQ (like Lingo) is also a JMS provider, I think it is worthwhile to ask (for clarification):
    - what version of MQ are you using ? (are you using an older version that does not have JMX support ?)
    - any reason why you cannot use the default RMI protocol ?
    - are you asking if one can use Lingo plus MQ as the JMS provider ?
    - are you asking if one can connect to (ie manage/monitor) the MQ broker using Lingo and it's own JMS provider ?
    Sorry for long winded reply - unless I'm missing something (apologies if this is the case), it looks a bit awkward to monitor/manage a JMS provider (ie MQ) that has built in JMX management (unless you're using an older version of MQ) using yet another JMS based connection protocol (ie Lingo).
    I haven't tried it but from looking at Lingo documentation, I don't think you can use Lingo to monitor/manage a MQ broker because a special Lingo connector needs to be setup from within the MQ broker's MBean Server.
    Once again - apologies if I've misunderstood anything - please fill me in if this is the case.
    regards,
    -isa

  • Mouse over flicker problem

    I'm fairly new to Flash and couldn't find the exact same problem in the forums so here goes.
    Flash CS4, Actionscript 3.0
    I have a button that I have a mouseover event making another button appear (thus making it look like a color change).  It flickers like crazy with the mouse over.  Any suggestions?
    Here's the page (mind you nothing on it but this so far) http://www.forepointusa.com/flash/qbooks/keyfeatures.html
    Here's the code: (IT is the button you see when you first look at the file.)
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    ITBlue.alpha = 0;
    ITBlue.y = 130;
    IT.addEventListener(MouseEvent.MOUSE_OVER,showIT);
    IT.addEventListener(MouseEvent.MOUSE_OUT,hideIT);
    function showIT(e:MouseEvent):void {
    ITBlue.y = 172.3;
    ITBlue.alpha = 100;
    function hideIT(e:MouseEvent):void {
    ITBlue.alpha = 0;
    ITBlue.y = 130;
    Any suggestions are appreciated.

    Is there a reason you don't use the one IT button and just use its Over frame to display it as blue?
    Note: in AS3, alpha ranges from 0 to 1 (not 100).
    To explain why you have what you have... I am assuming ITBlue is another button.  When you put ITBlue in front of IT you essentially block IT from the mouse, so you ignite IT's rollout function, sending ITBlue back out of the way, which ignites IT's rollover function again, and the cycle goes on unending.  If you hover just on the lower edge of IT, where ITBlue doesn't reach, you'll see it works as desired.
    The simplest way around this is to use the one button approach, as there will be no code needed for the rollover and rollout for what you have it doing now.
    An alternative would be to place ITBlue in its y = 172 position permanently, change IT to a plain graphic symbol, and use your current code assigned to ITBlue instead of IT, but again, it would be unecessary.
    Just some added info... An object that has its alpha set to 0 is still fully mouse interactive... an object that has its visible property set to false is not.

  • Problems - WLS 10.0 web service client

    I'm having a few issues with WLS 10.0 web service client.
              I generated a service control from the WSDL. The service is provided by a 3rd party (non-WLS) at another company. I generated the control within my web project and it's deployed as part of the web application. I experience the following problems with the service control API:
              1) The methods setKeyStore(), setTrustStore(), setClientCert() all seem to be ignored - the server always uses the values set in the server's environment definition. Note - the setEndpointAddress() seems to work.
              2) The client request does not set the 'Content-Type' HTTP header correctly (it's set to text/html) - I have no way to override this via the service control API (that I can see).
              3) I don't see any way/place to turn on more detailed tracing of what's going on internally with the service control invocation - is there a way to enable a detailed trace log of what is happening within the service control?
              Note: I'm able to call the web service via the test client (after importing the 3rd party server cert into my local cacerts).
              Thanks,
              [email protected]

    Thank you for the reply..
    But im still geting the same error. I have tried to include all the libraries in JWSDP pack but still.. I have managed to narrow down the place where the error occures.. It actually happens when I try to get the WebService Client Servant which is located in the package LSC:
    ---> LSC.LWServiceGenClient.LWS_Impl service = new LSC.LWServiceGenClient.LWS_Impl();
    LSC.LWServiceGenClient.LWSServantInterface lagerServiceServant = LSC.LWServiceGenClient.LWSServantInterface_Stub)service.getLWSServantInterfacePort();
    return lagerServiceServant;
    Could something be wrong with the way I package the Jar? I'm using Sun One Studio and have tried including the 5 packages the application consists of; I have tried including just the files; moving the main class to <root>.. Still same problem..
    Or could there be some different fundemental thingy I have forgotten ??
    thanks
    Aqoi

  • How do I fix over capacity problem caused by Itunes 10 on 80GB classic?

    I had just recently automatically updated my Ipod classic 80GB to Itunes 10.4.1.10, not by choice I might add, but automatically. Anyway, I then tried to sync my ipod to make sure everything was good, shouldn't have been a problem, if anything add a few items onto my ipod. Prior to this sync, I had a little over 40GB worth of music on my ipod, don't think I had many videos, but didn't really have any to put on just yet. Under summary screen, other wouldn't be but a few MBs and I would have just a couple GBs under 40 free. Now it shows other, which I had assumed to be contacts, photos and the like at over 40GBs and 14GBs of that puts it over capacity. That "other" data is a ghost, I'm certain that I don't have that much data on there, nor do I have it in my itunes library waiting to be put on there. This only occurred because of the updated software, and Apple doesn't seem to want to support me in fixing what they appear to have broken. If anyone has a fix for this, or has any idea as to a promised patch for their software bug, please help me out or give me a heads up. Thx in advance.

    If you had Firefox save your Yahoo password, first try deleting that here:
    orange Firefox button ''or'' classic Tools menu > Options > Security > "Saved Passwords"
    The "signed out" message seems to be related to how Yahoo authenticates you. Some users have reported that disabling automatic proxy detection solves the problem, and it also resolves an issue of getting logged out every few minutes, if you have ever experienced that.
    To make the change:
    orange Firefox button ''or'' classic Tools menu > Options > Advanced
    On the "Network" mini-tab, click the "Settings" button, then choose "No Proxy" and OK your way back out.
    If your work connection requires you to use a proxy server, try the "Use system settings" option instead.
    Does that help?

  • Javascript error in Safari (sequel to roll-over button problem)

    Yesterday I started a thread on non-functioning roll-over buttons in Safari.
    In the mean time (with the help of iBod) I founs out that the problem has got something to do with JavaScript.
    The problem occurs in sites I built with FreewayPro 4.0.1
    The url's:
    www.wildeplantentuinen.nl
    www.kunst-zin.nl
    The problems occur only in Safari (2.0.2 and 3.0)and not in some other browsers (even ana IE version of 2001 works great)and probably since the last Tiger Update (10.4.11)
    The JavaSriptConsole gives an "Undefined Value" error for all of the non-functioning elements on a specific line.
    Any Javascript-gurus around that could help me. (I am not a code-wizard at all).

    Thanks ra5ul,
    That (more or less) solved the problem, . . . . . . but what is going on ?
    I edited all sourcecode of numerous html-pages by hand and now they work the way they should in Safari.
    But now every time I make a small change to any page, my web-building program changes the code back to the old syntax (which, again, all browsers can read except Safari).
    Why does the problem only occur in Safari ?
    I hate to put a line on the index-pages that Mac users should not try this website in Safari.
    Problem is, I made these sites in Freeway and I don't want to upgrade that program because I switched to Dreamweaver and iWeb (for the simple ones).
    Is there a smart work-around ?

  • Page Area over flow problem

    Hi,
    When I am executing The Bapi in Ecc6.0 its goes to Short dump.
    Short Dump error is:page area over flow in abap/4 memory.
    This is very Urgent please suggest me how to overcome this short dump.
    regards,
    babu

    hi
    https://forums.sdn.sap.com
    abapcode.blogspot.com
    ABAP/4 programs can take a very long time to execute, and can make other processes have to wait before executing. Here are some tips to speed up your programs and reduce the load your programs put on the system:
    Use the GET RUN TIME command to help evaluate performance. It's hard to know whether that optimization technique REALLY helps unless you test it out. Using this tool can help you know what is effective, under what kinds of conditions. The GET RUN TIME has problems under multiple CPUs, so you should use it to test small pieces of your program, rather than the whole program.
    Generally, try to reduce I/O first, then memory, then CPU activity. I/O operations that read/write to hard disk are always the most expensive operations. Memory, if not controlled, may have to be written to swap space on the hard disk, which therefore increases your I/O read/writes to disk. CPU activity can be reduced by careful program design, and by using commands such as SUM (SQL) and COLLECT (ABAP/4).
    Avoid 'SELECT *', especially in tables that have a lot of fields. Use SELECT A B C INTO instead, so that fields are only read if they are used. This can make a very big difference.
    Field-groups can be useful for multi-level sorting and displaying. However, they write their data to the system's paging space, rather than to memory (internal tables use memory). For this reason, field-groups are only appropriate for processing large lists (e.g. over 50,000 records). If you have large lists, you should work with the systems administrator to decide the maximum amount of RAM your program should use, and from that, calculate how much space your lists will use. Then you can decide whether to write the data to memory or swap space. See the Fieldgroups ABAP example.
    Use as many table keys as possible in the WHERE part of your select statements.
    Whenever possible, design the program to access a relatively constant number of records (for instance, if you only access the transactions for one month, then there probably will be a reasonable range, like 1200-1800, for the number of transactions inputted within that month). Then use a SELECT A B C INTO TABLE ITAB statement.
    Get a good idea of how many records you will be accessing. Log into your productive system, and use SE80 -> Dictionary Objects (press Edit), enter the table name you want to see, and press Display. Go To Utilities -> Table Contents to query the table contents and see the number of records. This is extremely useful in optimizing a program's memory allocation.
    Try to make the user interface such that the program gradually unfolds more information to the user, rather than giving a huge list of information all at once to the user.
    Declare your internal tables using OCCURS NUM_RECS, where NUM_RECS is the number of records you expect to be accessing. If the number of records exceeds NUM_RECS, the data will be kept in swap space (not memory).
    Use SELECT A B C INTO TABLE ITAB whenever possible. This will read all of the records into the itab in one operation, rather than repeated operations that result from a SELECT A B C INTO ITAB... ENDSELECT statement. Make sure that ITAB is declared with OCCURS NUM_RECS, where NUM_RECS is the number of records you expect to access.
    If the number of records you are reading is constantly growing, you may be able to break it into chunks of relatively constant size. For instance, if you have to read all records from 1991 to present, you can break it into quarters, and read all records one quarter at a time. This will reduce I/O operations. Test extensively with GET RUN TIME when using this method.
    Know how to use the 'collect' command. It can be very efficient.
    Use the SELECT SINGLE command whenever possible.
    Many tables contain totals fields (such as monthly expense totals). Use these avoid wasting resources by calculating a total that has already been calculated and stored.
    verify if it can give an idea to the question.

  • Over GR problem

    Hi Experts,
    we met a problem of over Goods Receipt
    For material 1000, there is a PO A of 100KG, and PO B of 50KG, but when we did the GR for PO A, we received 150 KG mistakenly. And the stock of 150 KG has been used for production, only left 40 KG. Later, we found the mistake and we wanted to reverse the GR, but we received the message as u2018Deficit of BA Unrestricted -use 100/kgu2019.
    Can someone advise how to proceed?

    You can solve it:
    1) Increase the stock MB1A/MIGO + 202 + proper posting date
    2) Reverse the GR (MBST/MIGO + proper posting date)
    3) Post GR against proper PO (MIGO + 101 + proper posting date)
    4) Eliminate ("artificial") stock (MB1A/MIGO + 201 + proper posting date)
    Please take special care of posting dates!

  • Mangled file downloads over http problem in 10g

    I have a web app running in an OC4J stand alone 10.1.3.3 and am having a problem with downloading files over http. Its a struts2 app whose file downloading impl is easy to use and standard code for writing to an http servlet response output stream.
    Using the firefox plugin for Live Headers I can see that the headers are correctly added to the servlet response and I do get the file I want. However the file has been mangled with binary output around the text. This is the case for txt, word, or any other file.
    This problem does not occur in Jetty or Tomcat. I've also ruled out file corruption while going in/out of the database since I can upload a file when running oc4j, turn off oc4j, start up my app in Jetty and retrieve the same file just fine.
    The mime types are all accounted for and the problem exists regardless if I use a specific content type or just application/download. My browsers (firefox and ie) also recognize all files from the content disposition value "attachment; filename=myfilename.ext". Its just the file content that some how has been wrecked on the way out of the container.
    Has anyone experienced this? I only found one or two unanswered posts elsewhere.
    How can this be mitigated?
    Thanks in advance.
    Andrew

    Figured it out when I realized it was in fact the data coming from the database that was corrupt. There were some older posts on the hibernate website that pointed to a single property that needs to go in the hibernate.properties file: hibernate.jdbc.use_streams_for_binary=true. Without it, Oracle returns the Blob locator consistently 86 bytes in length and therefore bad binary.

  • SOAP over JMS Problem

    I'm trying to call a SOAP over JMS Service form the BPEL process manager. For a simple example I use the Apache CXF example with Active MQ. The service has the following WSDL:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:jms="http://cxf.apache.org/transports/jms" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://cxf.apache.org/jms_greeter" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:x1="http://cxf.apache.org/jms_greeter/types" name="JMSGreeterService" targetNamespace="http://cxf.apache.org/jms_greeter">
         <wsdl:types>
              <schema targetNamespace="http://cxf.apache.org/jms_greeter/types" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
                   <element name="sayHi">
                        <complexType/>
                   </element>
                   <element name="sayHiResponse">
                        <complexType>
                             <sequence>
                                  <element name="responseType" type="xsd:string"/>
                             </sequence>
                        </complexType>
                   </element>
                   <element name="greetMe">
                        <complexType>
                             <sequence>
                                  <element name="requestType" type="xsd:string"/>
                             </sequence>
                        </complexType>
                   </element>
                   <element name="greetMeResponse">
                        <complexType>
                             <sequence>
                                  <element name="responseType" type="xsd:string"/>
                             </sequence>
                        </complexType>
                   </element>
                   <element name="greetMeOneWay">
                        <complexType>
                             <sequence>
                                  <element name="requestType" type="xsd:string"/>
                             </sequence>
                        </complexType>
                   </element>
              </schema>
         </wsdl:types>
         <wsdl:message name="sayHiRequest">
              <wsdl:part name="in" element="x1:sayHi"/>
         </wsdl:message>
         <wsdl:message name="sayHiResponse">
              <wsdl:part name="out" element="x1:sayHiResponse"/>
         </wsdl:message>
         <wsdl:message name="greetMeRequest">
              <wsdl:part name="in" element="x1:greetMe"/>
         </wsdl:message>
         <wsdl:message name="greetMeResponse">
              <wsdl:part name="out" element="x1:greetMeResponse"/>
         </wsdl:message>
         <wsdl:message name="greetMeOneWayRequest">
              <wsdl:part name="in" element="x1:greetMeOneWay"/>
         </wsdl:message>
         <wsdl:portType name="JMSGreeterPortType">
              <wsdl:operation name="sayHi">
                   <wsdl:input name="sayHiRequest" message="tns:sayHiRequest"/>
                   <wsdl:output name="sayHiResponse" message="tns:sayHiResponse"/>
              </wsdl:operation>
              <wsdl:operation name="greetMe">
                   <wsdl:input name="greetMeRequest" message="tns:greetMeRequest"/>
                   <wsdl:output name="greetMeResponse" message="tns:greetMeResponse"/>
              </wsdl:operation>
              <wsdl:operation name="greetMeOneWay">
                   <wsdl:input name="greetMeOneWayRequest" message="tns:greetMeOneWayRequest"/>
              </wsdl:operation>
         </wsdl:portType>
         <wsdl:binding name="JMSGreeterPortBinding" type="tns:JMSGreeterPortType">
              <soap:binding style="document" transport="http://cxf.apache.org/transports/jms"/>
              <wsdl:operation name="greetMe">
                   <soap:operation soapAction="" style="document"/>
                   <wsdl:input name="greetMeRequest">
                        <soap:body use="literal"/>
                   </wsdl:input>
                   <wsdl:output name="greetMeResponse">
                        <soap:body use="literal"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="sayHi">
                   <soap:operation soapAction="" style="document"/>
                   <wsdl:input name="sayHiRequest">
                        <soap:body use="literal"/>
                   </wsdl:input>
                   <wsdl:output name="sayHiResponse">
                        <soap:body use="literal"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="greetMeOneWay">
                   <soap:operation style="document" soapaction=""/>
                   <wsdl:input name="greetMeOneWayRequest">
                        <soap:body use="literal"/>
                   </wsdl:input>
              </wsdl:operation>
         </wsdl:binding>
         <wsdl:service name="JMSGreeterService">
              <wsdl:port name="GreeterPort" binding="tns:JMSGreeterPortBinding">
                   <jms:address destinationStyle="queue" jndiConnectionFactoryName="ConnectionFactory" jndiDestinationName="dynamicQueues/test.cxf.jmstransport.queue">
                        <jms:JMSNamingProperty name="java.naming.factory.initial" value="org.apache.activemq.jndi.ActiveMQInitialContextFactory"/>
                        <jms:JMSNamingProperty name="java.naming.provider.url" value="tcp://localhost:61616"/>
                   </jms:address>
                   <jms:clientConfig useConduitIdSelector="false"/>
              </wsdl:port>
         </wsdl:service>
    </wsdl:definitions>
    When trying to call the service i get the follwing errror:
    <messages>
    <input>
    <Invoke_2_greetMeOneWay_InputVariable>
    <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="in">
    <greetMeOneWay xmlns="http://cxf.apache.org/jms_greeter/types">
    <requestType>
    sdfsdf!
    </requestType>
    </greetMeOneWay>
    </part>
    </Invoke_2_greetMeOneWay_InputVariable>
    </input>
    <fault>
    <bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    <part name="summary">
    <summary>
    Unable to find an available port
    </summary>
    </part>
    </bindingFault>
    </fault>
    </messages>
    When using a JMS Adapter Service i can access the queue without any problems.
    Any ideas? Thanks!

    Above all, really thank you for your precious help.
    I thought about resolving the problem with JMS because it was studied to resolve asynchronous message delivery, which is what I'm trying to achieve.
    So, I think I'll try the second solution you indicated. Let's see if I understood:
    1- my customer decides to send some messages he wants to send [to better understand, I'll call them SMS] through the interface I developed
    2- a new JMS Message is created
    3- a MDB wake up and performs the initial steps to connect throught native calls
    4- new MDB wake up and, using the connection, send created SMS
    5- another process use the connection to read the StatusInd and create a new JMS Message to describe the message status
    My implementation doubt is that I must send a lot of SMS (around 4000 SMS in one action), so, in pass 4, should I create 4000 MDB instances? It should be a clean implementation, maybe this way I could use also correlation id/replyto headers in passage 5, but I would it waste many resources?
    And, also, how can I implement the "native calls"? Is there a way to create a class that support this proprietary protocol?
    And what about creating the connections with the server? Should I use java.net.socket?
    Really thank you,
    Andrea
    P.S.
    I'll look for implementing it using Arjuna+JBoss ;)

  • Share photos over iphone problem - possible improvement to iOS.

    Hi, 
    I haver an ipad mini and usually Share photos to a friend iphone. I found out that the sync of shared photos over icloud uses 3G/data plans and it is not possible to disable this (or is it? How?).
    This is a problem because when several friend shares photos the mobile data plan is heavily affected and it be a good idea to have this sync online by wifi, even of the iphone user acepts the Share on 3G. This would be a good option that the user could activate or not.

    Submit feedback to Apple here:
    http://www.apple.com/feedback
    Best of luck.

Maybe you are looking for

  • Lightning cable won't stay in iphone

    When I connect the lightning cable to the phone it will charge and then I have to carefully set it down and leave it untouched. If I receive a phone call or message the phone will vibrate and the cord comes out and stops charging. It also comes out i

  • Middle button scrolling stopped working after Synaptics driver updates. (3rd gen, Windows 10)

    It seems that the new driver released in 3/17/2015 by Synaptics has issues with middle button. And it doesn't even list middle button in its panel. I can't find a proper feedback entrance on Synaptics' sites so I hope posting here would help. (Though

  • Deactivate cost center

    Hello all, I have a question regarding deactivating a cost center in transaction OKENN. What happen if I deactivate a valid cost center? What affect does it have on reports from former years, will the deactivated cost center  still be displayed with

  • Not Reading DVDs

    I purchased my Mini in May '06. Overall, I have been pretty pleased as this is my first Mac. However, I have experienced sporatic episodes where it will stop reading commercial DVDs. For the past three days, every time I put in a DVD, it is opened in

  • String procrssin

    Hi I want to process an input string char by char in an html form in a jsp page ,which methods can I use - jsp or javascript- ??