FRM-40735 on the Web, in client/server without error

We have 2 types of Form modules.
Type 1 are simple multirecord modules,
which uses PL/SQL library module PL1.plx.
Type 2 are complex (master-detail) modules,
which uses PL/SQL library module PL2.plx.
In client/server, both types of Form modules work fine.
On the Web (Intranet), type 1 modules works fine, but loading of type 2 modules finishes with error: FRM-40735 PRE-FORM trigger raised unhandled exception ORA-06508.
In both cases database schema and fmx/plx modules are the same.
Implementation of WebForms is noncartridge
(without Oracle Application Server).
Clients use Jinitiator and IE4.
Forms version is 5 + patch 7.
DBMS version is 7.3.4.0.
Thanks and regards.

Two questions:
Are you running your application against one DB, while it was compiled against another?
If any of your forms or libraries is calling DB stored package that are passing parameters in between database and modules?
If the answer to both questions is yes, then you're dealing with Oracle bug. Oracle support points to interaction between forms
PL/SQL 8.0.5.1.0 and database PL/SQL 2.3.4.
This problem should be fixed in the forms
PL/SQL 8.1.6 which is not available at present time. The only work around is to maintain forms executable and/or compiled libraries for each of your DB.
Good luck.
null

Similar Messages

  • EInsight web service client-server tutorial

    Hi,
    I downloaded and installed JCAPS version 5.1.0.. I have a problem. I am unable to import the Web Services client/server project. I get an error when I try to import from the zip file that I downloaded from the repository. What is the reason for this?
    Thanks,
    Kaanu

    import the ones that have a content like the following :
    CMEManager
    CMEManager/ConnectivityMap
    CMEManager/ConnectivityMap/{28000000-62DE8FD70A0100-8199BC62-01}
    EInsightManager
    EInsightManager/BusinessProcessRepositoryObject
    EInsightManager/BusinessProcessRepositoryObject/{20000000-62DE8FD70A0100-8199BC62-01}
    EInsightManager/WSDLRepositoryObject
    EInsightManager/WSDLRepositoryObject/{1D000000-62DE8FD70A0100-8199BC62-01}
    ExternalManager
    ExternalManager/ExternalApplication
    ExternalManager/ExternalApplication/{2A000000-62DE8FD70A0100-8199BC62-01}
    ExternalManager/ExternalApplication/{2D000000-62DE8FD70A0100-8199BC62-01}
    ProjectManager
    ProjectManager/Project
    ProjectManager/Project/{1C000000-62DE8FD70A0100-8199BC62-01}
    WSManager
    WSManager/WSApplication
    WSManager/WSApplication/{30000000-62DE8FD70A0100-8199BC62-01}
    externalreference_.prop
    rootpackager_support_

  • How to restart the web-to-go server?

    When we are trying to show the reports in mobile client it is throwing this error.
    Actually, we are using JSP files for reports.
    When i start the web-to-go server, it is giving like this:
    c:\mobileclient\webtogo>WEBTOGO -D0
    log1:Mount point jdbc:polite:WEBTOGO oracle.lite.web.ifs.OLFS@5b7986
    log1:RegisterClientSite : Client Site Id: eujequv9-1921681202-41
    log1:nathank.gdcchennai.com 8080
    But, when i try to open the report it is showing this error in the Browser itself.
    An exception has occurred in show_report.jsp
    Exception is [POL-5228] message file is not loaded.
    Visit the log file c:\olam.log for more details.
    Please click here http://localhost:8080/Olam/Main/login.jsp to login again.
    Herewith, I have attached the log file also:
    This is the log file:
    TimeStamp: 11/04/2008 10:57:32 :: UserID: DHARMA :: EXCEPTION: java.sql.SQLException: [POL-5228] message file is not loaded: [POL-5228] message file is not loaded
    java.sql.SQLException: [POL-5228] message file is not loaded
    at oracle.lite.poljdbc.LiteEmbPreparedStmt.jniPrepare(Native Method)
    at oracle.lite.poljdbc.LiteEmbPreparedStmt.prepare(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
    at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCConnection.prepareStatement(Unknown Source)
    at oracle.lite.web.JupConnection.prepareStatement(JupConnection.java:174)
    at com.olam.reports.sp_sys_lba_ageing.pop_sys_ageing(sp_sys_lba_ageing.java:199)
    at com.olam.reports.ReportMethods.setN_122(ReportMethods.java:3333)
    at olam.report._show__report._jspService(_show__report.java:1467)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.lite.web.JupServlet.service(JupServlet.java:235)
    at oracle.lite.web.JspRunner.service(JspRunner.java:112)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at oracle.lite.web.JupServlet.service(JupServlet.java:235)
    at oracle.lite.web.MimeServletHandler.handle(MimeServletHandler.java:99)
    at oracle.lite.web.JupApplication.service(JupApplication.java:523)
    at oracle.lite.web.JupHandler.handle(JupHandler.java:102)
    at oracle.lite.web.HTTPServer.process(HTTPServer.java:309)
    at oracle.lite.web.HTTPServer.handleRequest(HTTPServer.java:162)
    at oracle.lite.web.JupServer.handle(JupServer.java:308)
    at oracle.lite.web.SocketListener.process(SocketListener.java:178)
    at oracle.lite.web.ClientListener.process(ClientListener.java:64)
    at oracle.lite.web.SocketListener$ReqHandler.run(SocketListener.java:232)
    What may be the solution to rectify this problem?
    What my doubt is , whether the web-to-go server has started pakka or anything or remaining has to be loaded in the server.
    Please suggest your solutions.

    POL-5228 Syntax error
    Cause: SQL statement contained a syntax error.
    Action: Inspect the statement for misspellings and missing parentheses, and then reissue it. Refer to the online SQL help for the correct syntax for the statement type.
    This part of the stack trace tells me that it's your query as well.
    at oracle.lite.poljdbc.LiteEmbPreparedStmt.jniPrepare(Native Method)
    at oracle.lite.poljdbc.LiteEmbPreparedStmt.prepare(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
    at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCConnection.prepareStatement(Unknown Source)
    at oracle.lite.web.JupConnection.prepareStatement(JupConnection.java:174)
    Just check the SQL on the JSP and make sure it runs in MSQL. outside of webtogo. To help you with the syntax error, run the SQL against your online Oracle Enterprise system for the exact detail. Oracle Lite doesn't specify exactly what the problem with the SQL statement is.

  • Creating web service client/server

    Try to ask a question in regarding to creating web service client/server:
    First, please see the attachment for a simplized WSDL file:
    Based on which, I can create a web service client. Now, can I create a web service provider (server) by using the same wsdl file? If not, what change do I need to make?
    Thanks
    Scott
    ----WSDL-------
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns="http://www.example3.org/testWSDL2/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    name="testWSDL2"
    targetNamespace="http://www.example3.org/testWSDL2/">
    <wsdl:types>
    <xsd:schema targetNamespace="http://www.example3.org/testWSDL2/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="NewOperation">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="in" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="NewOperationResponse">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="out" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="NewOperationRequest">
    <wsdl:part element="tns:NewOperation" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="NewOperationResponse">
    <wsdl:part element="tns:NewOperationResponse" name="parameters"/>
    </wsdl:message>
    <wsdl:portType name="testWSDL2">
    <wsdl:operation name="NewOperation">
    <wsdl:input message="tns:NewOperationRequest"/>
    <wsdl:output message="tns:NewOperationResponse"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="testWSDL2SOAP" type="tns:testWSDL2">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="NewOperation">
    <soap:operation soapAction="http://www.example3.org/testWSDL2/NewOperation"/>
    <wsdl:input>
    <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="testWSDL2">
    <wsdl:port binding="tns:testWSDL2SOAP" name="testWSDL2SOAP">
    <soap:address location="http://abc.example.net/test"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>

    the web service is the specification for whatever functionality you wish to provide
    there are a few artifacts you can auto-generate using the WSDL, but you still need to create a client and server application
    the web service is simply exposing the application remotely and the WSDL is the contract
    http://java.sun.com/webservices/docs/1.6/tutorial/doc/index.html

  • Web Acceleration Client Error (513) - Internal Error The Web Acceleration Client detected an internal error which caused the connection between the Web Acceler

    Web Acceleration Client Error (513) - Internal Error
    The Web Acceleration Client detected an internal error which caused the connection between the Web Acceleration Client and Web Acceleration Server to be broken. Retrying the web page may correct the problem.
    I get this error continuously when working in the ancestry.com website. I have to reload the page on almost every search I do on that website. This is the ONLY website that I get this error message on, can work continuously for several hours on other websites and never get this message. I've talked to the people at Ancestry.com support and they made 2 recommendations: turn of antivirus (did not help) or switch to another web browser. I tried both IE 11 and Chrome Version 31.0.1650.63 m and I did not have the problem with either of those 2 browsers getting this error.
    Is there a problem with how Firefox and ancestry.com are communicating with each other?

    Hello byron.lewis, many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • My Wikis and Ical on the WEB  give a Server starting up.. message

    Wikis (and Ical on the WEB) give a Server starting up... message with the turning wheel. They were working perfect, and yesterday started the problem. I have not changed any of the server settings neither permissions. From Mozilla Firefox on windows throes an Mac OS X server message
    500: An internal error occurred trying to process your request. Sorry. Safari gives a Server starting up..
    I checked permissions and look ok, root and admin group have read & write access. to
    /Volumes/DATA HD/ServiceData/Web/Documents/Collaboration folder and up in the path.
    Does anybody know how to solve this?
    I tried updating to OS X 10.6.5 but the problem continues.

    I am having a similar issue as you marktech, with colaboration folder on a different drive.
    My temporary solution is to stop and start web services on the server, and the message goes away and users can log in.  Problem comes back on a server restart.
    Swamped here so have not been able to apply troubleshooting techniques.
    What I have checked is verifying permissions on collaboration folder.  Seems like I had to re-apply permissions after any significant update.
    My final resolution will be to migrate from the ssd hard drive (the extra speed is not any significant impact for us) to a 1TB hard drive and migrate data back over to a single drive in original directory locations.  appologies have not had ample time to research the issues....

  • Deploying application to the web with Developer Server

    Hi everyone,
    Does anyone out there has any notes or step-by-step configuration
    guide on deploying application on the web with Developer Server
    only (not with OAS)? I know that you can use it with Microsoft
    IIS 3.0 or 4.0 (as the web server) but don't know how to set it
    up. Appreciate if someone out there could help. Thanks.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Pedro Diaz Robles ([email protected]):
    I need exeperience comments and guidelines experience for deploying Forms in the WEB.<HR></BLOCKQUOTE>
    Be more specific !!

  • Please tell me how to use the Simple bluetooth client server example.

    Hi i used the simple bluetooth client server example in labview 7.1. Iam getting an error saying your system does not support the network operation.  I have following doubts also.
    1. Should i pair the device before running the labview.
    2. Should i enable the file transfer wizard in the software given with the bluetooth adapter.
    Please help
    Thank you
    R.Prem kumar 
    09940446193

    Hi R.Prem,
    Could you please let me know what error code is associated with this error message? Also could you please provide a description of the setup you are currently using? Thanks!
    Best regards,
    Steven

  • Web Services problem - Server connection error

    Hi everybody.
    When i try to enable the Web Services i get an error. I am connected to the internet (WiFi) and the connection is ok.
    The error is the following:
    Server Connection Error
    The printer was unable to connect to the server. Check the internet connection and try again, or enter a proxy address.
    I do not have a proxy, and the internet connection is ok! Why do i get this problem?
    Thank you very much.
    This question was solved.
    View Solution.

    Let's set a static IP address for the printer:
    - Print a Network Config Page from the front of the printer. Note the printer's IP address.
    - Type that IP address into a browser to reveal the printer's internal settings.
    - Choose the Networking tab, then Wireless along the left side, then the IPv4 tab.
    - On this screen you want to set a Manual IP. You need to set an IP address outside the range that the router automatically sets (called the DHCP range). You can find the DHCP range of the router using its internal settings page or in its manual. Use the CD that came with your router or type the router's IP address (ends in .1) into a browser.
    - Use 255.255.255.0 for the subnet (unless you know it is different, if so, use that)
    - Enter your router's IP (on the Network Config Page) for the gateway and first DNS. Leave the second one blank.  <<< The DNS could be your problem.  If this does not work, try Google's DNS 8.8.8.8
    - Click 'Apply'.
    Now, shut down the router and printer, start the router, wait, then start the printer.
    After this you may need to redo 'Add a Printer' using the new IP address.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • I believe I have implemented it correctly but I am not receiving the notifications on my phone. I have an ad hoc provisioning profile set up.  I have the device token from the phone through NSLOG to console. I have the dot net code running without errors.

    I believe I have implemented it correctly but I am not receiving the notifications on my phone. I have an ad hoc provisioning profile set up.  I have the device token from the phone through NSLOG to console. I have the dot net code running without errors.The notifications just don’t appear.
    Any ideas where I am going wrong?

    IMAP account access by itself does not provide for syncing contacts, calendar events, and notes or anything over the air. This is possible with an Exchange account accessed via ActiveSync with the Exchange Server.
    If your company email account is an Exchange Account, your company's IT Dept. has enabled IMAP account access for your Exchange account on the Exchange server?
    If an Exchange account, the IT Dept. must have ActiveSync enabled for your account on the Exchange Server to create and access the account as an Exchange account which provides Push access for received messages, and over the air syncing for contacts and calendar events with the Exchange Server.

  • How do I get the Audio Books to stick without error on any of my car

    Good evening all.
    I have been drafting a FAN message in my head for several days now, mainly because I have seen so many people baggin all over the ZEN in a number of posts... It's getting late, and I am resolved to not bore everyone with my rhetorical delights, so - for this night I enter to say: - THANK YOU so very much for the Helpful Hints thread, that was very kind. And 2- The PQI SD cards, both the 2GB as well as the 4GB are a hit with the ZEN as well as all the others mentioned thus far.
    Seems a big crowd is very disappointed with the cans and cant's of the internal memory being able to sync up directly with the SD cards; maybe my total "newby'ness", but I am thrilled with my product... I purchased the 2GB ZEN, and then scored the Bluetooth headphones that were discounted over a hundred bux over the Father's Day weekend.
    I'm a disabled, over the hill gentleman, and wanted a media player to keep me company on the powerwheelchair rides into town and what not... Yes... Being able to drag or send **bleep** from internal memory to the SD card, vice versa would be a treat, but things are workable as is.
    My ONLY problem thus far has been in trying to re-sync a couple of Audio Boox, FROM my ZEN internal flash memory, to my PC (that part looks as if it works out OK, and I can get them imported back into the AudioManager library) and then try to get them to hook in error free to one of the SD cards (it's here where the difficulty occurs)... I'd much prefer to have just music on the internal flash, and then carry all my extras on my cards; but I was all excited and stuff... Tried to take baby bites and little steps, but just couldn't resist digg!
    There is simply no way that I can figure out how to get the Audio Books to stick without error on any of my cards. And therefore I am reluctant to delete them off the ZEN itself.
    Ahhhwell... Li've and learn!
    Overall.. I am tickled green with the Creative ZEN, the Earphones and the investment into the extra 0 gigs of card memory.
    Well... That was a bit longer than I wished, but for ME, it was a pretty **bleep** short write!
    Good night all.. Sleep well...
    gypsy
    OH.. And my daughters little PNY 28mb card works with the unit too
    Admin notes: I moved the message from the locked sticky (undergoing cleanup now) so that others can help.
    Message Edited by KokChoy-CL on <span class='local-date'> 07-6-2008<span class='local-time'> :59 AM

    Even if you could get protected content on the SD cards, AFAIK the Zen won't support bookmarks for files on the SD cards. That would make listening to lectures or audio books on the SD card would be very inconvenient?(who wants to have to remember where their place is, then fast forward to it each time they restart listening to it's). I am curious. Do you have any problems getting the audiobook files to play in the correct order, or do the tags sort them properly? It seems like many series of lectures or other series of audiofiles sort properly on the pc or in mp3 players that use the folder/filename system, but might not sort properly based on the ID3 tags?

  • Where should I place the web service client implementation?

    Hi,
    I created a web service client, and some java classes are automatically generated like stub, servicelocator, proxy...
    I wrote the client code to access and invoke a web service.Where should I place this code.
    Thanks.

    pls see Left outer join in Infoset

  • What is the steps to create the web service client

    I'm quite new to web service and currently need to work on a web application that will call web service by passing the request data. Then will handle the response data. Following are questions that I would like to get your advice.
    First, should I manually develop a schema? The request data will be passed as some element type (I thought a class should be generated and put in the class path), which will be some class with set/get(). Then I will use the schema to get a jar that contains the class file by using the xmlbean? Any example or suggestion on this?
    Secondly, how does the java code in web application send/get the request/response data to/from the web service. Your example will greatly help.
    I read article about WSDL and Schema and Soap. Get very confused on what really should be to follow step by step. Thanks in advance for your help!

    I propose that you start with some introductory tutorials. At seekda you will find two tutorials for newbies:
    1) [Finding and Testing Web Services|http://seekda.com/blog/write-your-first-web-services-client-%e2%80%93-part-1-finding-and-testing-services/]
    2) [Using Web Services|http://seekda.com/blog/write-your-first-web-services-client-part-2-using-services/]
    The second tutorial actually addresses most of your questions.
    Greetings,
    Michal

  • JMX Client/Server Classpath error

    Good morning,
    I have some aplication thats monitoring Websphere MQ queues.
    For this i'm use some MQ Jars, but its work fine.
    I have JMX Client/Server, for connect into MQ Server, my aplication use the MQ class MQConstants.
    My JMX connection work fine to. So, my problem is.
    When I try to invoke my aplication method
    mbsc.invoke(objectName, "execute", params, sig);
    ....the fallow errors appears
    javax.management.RuntimeErrorException: Error thrown in operation execute
         at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl.access$100(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
         at sun.rmi.transport.Transport$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Unknown Source)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
         at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl_Stub.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:972)
         at br.com.flexvision.mq.FlexJMXClient.connectMBClient(FlexJMXClient.java:67)
         at br.com.flexvision.mq.FlexJMXClient.main(FlexJMXClient.java:101)
    Caused by: java.lang.NoClassDefFoundError: com/ibm/mq/constants/MQConstants
         at br.com.flexvision.mq.beans.FlexMQStatistics.processFieldsTypes(FlexMQStatistics.java:209)
         at br.com.flexvision.mq.beans.FlexMQStatistics.execute(FlexMQStatistics.java:30)
         at br.com.flexvision.mq.beans.FlexMQStatistics.execute(FlexMQStatistics.java:25)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl.access$100(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
         at sun.rmi.transport.Transport$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Unknown Source)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)The most important line in this error is:
    Caused by: java.lang.NoClassDefFoundError: com/ibm/mq/constants/MQConstants
    Because this is de MQ jar that i need.
    I try to set this into server class path, but doesn't work.
    Somebody knows how i fix this?

    And your server has this FileObject class on its classpath, does it?

  • Client/server - ClassNotFoundException error

    Hello,
    I'm building a Client/Server program, and i'm trying to send an object via ObjectInputStream and ObjectOutputStream.
    when i'm sending a String through my code everything works ok, however when the client tries to send another object of a class i wrote, i get ClassNotFoundException in the server.
    the class is:
    public class FileObject implements Serializable
    +{+
    +     public FileObject(File file) throws IOException+
    +     {+
    +          byte[] tmpArr = new byte[(int)file.length()];+
    +          FileInputStream inStream = new FileInputStream(file);+
    +          inStream.read(tmpArr);+
    +          m_fileData = tmpArr;+
    +}+
    +     private byte[] m_fileData;+
    +}+
    can someone help?

    And your server has this FileObject class on its classpath, does it?

Maybe you are looking for

  • DW CS5  "Design View" Problem

    I've recently migrated to Dreamweaver CS5 on a new Intel Mac from Dreamweaver CS4 on a G5. I installed Dreamweaver CS5 for the first time on the new computer and copied my local site folders over from the G5. I did not initially copy the site definit

  • Itunes won't open after installing

    Yesterday itunes wouldn't open, so I deleted itunes and quicktime from my computer, I also delted the itunes folder from my computer. Then I reinstalled itunes and again it won't open. I don't recieve an error message so I'm stumped, any ideas? Thank

  • HTML tags in email

    Hello, I am trying to send html in email but instead of html I just get plain text. I am trying to send this string <html><body><p>Hello</p></body></html>I have tried to set content of the email to "text/html" as well as to "text/html; charset=\"ISO-

  • I can't turn my IPod on....

    Yesterday, I checked Facebook with my IPod and set it on a couch to watch the TV show. About 10 minutes later I tried to get on Facebook again and I couldn't turn it on. I tried to turn off the power and turn it on again, but my IPod was already off

  • Importing problems using imovie6 & sony fx7

    I am using imovie HD 6 & cannot import video from my Sony HDV (HDR-FX7). I can control the camera using imovie, I can watch the footage on my camera's screen, but when I hit "IMPORT" the camera just plays the footage & nothing appears on my computer