Problems registering craxdrt.dll

Hi Everybody,
I am trying to get an application that makes use of Crystal Reports to build but have run into problems due to dlls not being registered on my build machine. The error message I get is:
"The type or namespace name 'CRAXDRT' could not be found (are you missing a using directive or an assembly reference?)".
This is due to a reference we have to craxdrt.dll (which is not registered on the build machine) in our application. The problem is that when I try to register the craxdrt.dll file with regsvr32 I get the following error:
"The module "craxdrt.dll" failed to load. Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files. The specified module could not be found."
I've had a look at craxdrt.dll with dependency walker, which lists the following dlls as missing:
API-MS-WIN-APPMODEL-RUNTIME-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL
API-MS-WIN-SHCORE-SCALING-L1-1-1.DLL
CSLIBU-2-1.DLL
DCOMP.DLL
GPSVC.DLL
IESHIMS.DLL
MFC71U.DLL
I'm not sure if these are a red herring though as they appear to be Windows system DLLs for the most part, which I would not expect to have to redistribute with my application.
Any help would be greatly appreciated as its starting to feel like banging my head against a brick wall trying to get this to work and getting nowhere.
Thanks a lot for any help you are able to give!

Hi Max,
Moved your post to the Legacy SDK forum.
Need more info, what version of CR are you using?
And since the RDC is only supported in Visual Studio 6 I assume this is what you are using?
Current version of the RDC packages up to CR XI R2 ( version 11.5 ) have redist packages available so don't try to deploy the runtime manually yourself, use the MSM or MSI.
MSI should have all of the dependencies include, MSM will be missing ALL of the dependencies so you need to include them yourself.
Don

Similar Messages

  • Cannot register CRAXDRT.DLL

    Post Author: ale
    CA Forum: Deployment
    I have created a package of my VB6 application, including the necessary DLL for CR XI...
    When I launch the setup on another computer at the end of the installation a message says that the CRAXDRT.DLL cannot be registered.
    The setup is created with Install Shield 5.5. I do not use merge modules.
    Why this DLL cannot be registered?

    Post Author: ejthunder
    CA Forum: Deployment
    Hi,
    Normally a file won't register because it is missing a dependency file.  You can use Dependency Walker (search for it on Google) and see what file(s) might be missing.
    BOBJ does not support manual deployment of CR XI runtime files. Only merge module deployments are supported.  This is because there are too many files to install, register (or not), etc. to be able to do it manually any more.  Here's a link to the CR XI deployment documentation:
    http://support.businessobjects.com/communityCS/TechnicalPapers/rdcXI_deployment.pdf
    There's also a kbase article discussing the policy - c2017252 - that you can search for on the BOBJ tech support page (technicalsupport.businessobjects.com).
    Good luck!
    EJ

  • Problem registering CremePie.dll file

    Hi All,
    I am working with signature capture in standard MAM. I am trying to run the standard signature capture functionality in PDA. I have deployed mamsignapplet.cab and
    signaturecapture.cab files in side WEB-INF\signature folder.
    In SAP Note 897289, I read that we need to register the some dll files in PDA, so that the browser will supports the applets in it.
    Also in the same document it was mentioned like
    For CrEme versions 3.25, 3.26 and 3.27a there is an acknowledged by NSICOM
    bug as plug-in registration link contains wrong dll path for those
    versions. Copy/Paste both "Register/Unregister Plug-In" files from
    \Windows\CrEme\Demos to your desktop with the help of ActiveSync, open both
    dlls and change the existing line with the following
    \windows\regsvrce.exe \windows\creme\bin\CremePie.dll.
    I have copied Register Plugin/Unregister Plugin files to my desktop and  tried to edit them. But they saved as shorcut and I could not edit them. I have checked the properties of that file. There file type is Shortcut and target is \windows\regsvrce.exe CremePie.dll.
    Can any body please tell me how to edit this file or can we create this file.
    Regards
    Murthy

    Hi,
    for that I use the software "total commander" from http://www.ghisler.com/ running directly on  the PDA. This gives me the ability to edit the file on the PDA.
    Please see if REGSVRCE.EXE is available in your windows directory. Some verndors do not deliver that file, cause it is not supported as standard CE file. If this is the case, download the .NET SDK for CE. This installs the file on the PC in the WINCE500 directory - you can download it from there to the device then.
    I hope this helps to solve the issue!
    Regards,
    Oliver

  • Register a DLL? or some other problem?

    I have an app written in C# that I have copied out to several 32 bit machines. It works fine. We just started rolling out some 64 bit machines. I installed sql developer on that machine and we struggled a bit, but finally got it working fine. Then, I installed my app. When it runs, and tries to connect to Oracle, the error is "Type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception.
    I am wondering if I need to register a dll? If so, I don't know which one? We have tried updating everything we could find. All machines have .NET 4.5 running. I think I need to hook Oracle to Windows?
    Any thoughts would be appreciated.
    Thanks,
    Dave

    It'd be helpful to know what the exception being thrown is (would be the InnerException of the one you're catching), but it's most likely a problem with the bit-ness of the application. If the compiler is set to AnyCPU (and it is by default), on the 64 bit machine you'll need a 64 bit version of the Oracle client. If you set it to x86, then you'll need a 32 bit Oracle client on all the machines (including the 64 bit ones).
    Just registering a DLL won't be enough to solve this unless you're using the managed client beta, in which case you could do that or add the necessary entries into the app config file (and not have to register anything).

  • Problems linking to DLLs

    I am using DLL's that were written in C# to do database calls in my program. For some reason, I am having a real problem where the link to the DLL constructor keeps disappearing. I have to manually go back and re-link all of my constructor nodes and method calls. The DLL's are all kept in the same directory as the labview code. This occurs when using both the developement code and the compiled executable. We have double-checked all the DLL versions and verified that they are correct. After re-linking each of the DLL's the code works for a while, then it loses it's link again and has to be manually re-linked to work. It is not causing the program to crash, the writes to the database error-out and the program ceases to operate as expected. The problem is quite annoying, but worst of all, we can't figure out how to resolve the issue since we are not sure what is causing it. Numerous times we have gone to "tools/advanced/.NET Assembly reference" and removed everything and then re-added all the required DLLs back in. This does not fix the problem of the disappearing link to the Constructor. If anyone has ideas or has experienced this strange problem, please respond as we are at our wits end on this one...
    Thanks

    Have you registered your DLL? Sometimes these problems are caused by having a DLL unregistered or moving one that is registered.
    Another possible problem is multiple DLLs with the same name, but I don't think that is your problem.
    Hope that this helps
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]

  • Error registering crqe.dll

    Post Author: wkiess
    CA Forum: General
    Hi All,
    I am working with VB6 SP6 and CR10 and have used the VB6 Package and Deployment Wizard to create a setup for my application. When running the setup in a WinXP VM, I got an error message towards the end of the installation which reads "An error has occurred registering file C:\Program Files\Common Files\Cyrstal decision\2.5\bin\crqe.dll". I retried a couple of times, gave up and skipped it. Then I received an error about a file not found ImagX7.dll (which I later checked it was actually there) and finally I received another registering error "An error occurred registering file C:\Windows\System32\Imagx7pr.dll". again I retried a couple of time and gave up and skipped it. The application appears to run ok, although I have not tired to execute a report (as there are database connectivity issues to be ironed out). I tried to register the dlls manually and got an "Access Denied" message.
    Could the fact that I'm running in a VM be causing these issues? Is it a permissions/security problem? How do I covercome this problem?
    Update: Just found the solution to the Imagx7.dll problem: As there was no dependency file for the Imagx7 control, the Imagx7.dll was not included in the package. Including the file has solved the errors associated with that file. Now only need to solve the crqe.dll not registering poblem...

    This may help you:
    /discussions/board/message?board.id=pcsuite&message.id=4215&view=by_date_ascending&page=2

  • Craxdrt.dll Error : Application Error.

    Hi ,
         we installed VB application on a windows 2003 server. Our Users runs this application and tries to run a report when they get the General Microsoft error. The terminal server is accessed from different location. Some body locally (toronto)accessing the terminal server and access the application and report with no problems , but some one in Vancouver tries to run the report and access the report from the application , they get the general Microsoft Error. The error shows the craxdrt.dll as dll that caused this issue
    "MyAPP.exe Encountered a problem and needed to close"
    Error Signature
    AppName : My App.exe   Version: 6.5.0.402
    Modname: craxdrt.dll  version:...... Offset:.....
    Strange thing is it happens only to the group of people who are inVancouver and people in Toronto are fine.
    This application is accessed on the same machine by all users.
    Any help is very much appreciated.

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • Run Time Error 429 - ActiveX Controls CRAXDRT.DLL Dependancy

    Post Author: mhamlyn
    CA Forum: Deployment
    After upgrading from Crystal Reports 11.0 to 11.5 we have found that when deploying an application and bundling it in Install Shield we continually get an error when trying to view crystal reports:
    Run-time error '429':ActiveX component can't create object
    From what we can see this is partly caused by the incorrect setup of the craxdrt.dll dependancey file, point to previous versions of business objects i.e.
    C:\Program Files\Common Files\Business Objects\3.0\bin
    Where it should be
    C:\Program Files\Common Files\Business Objects\3.5\bin
    Even after editing this file and amending the correct locations we still get this error. Has anybody had any success in resolving this. There are lots of forum posts but no diffinitive answers!
    This is an extremelly frustrating problem!
    PLEASE HELP!!!!

    Hi Shane,
    Here is another way to create PDF with Macro using another API than Distiller. This API is faster too.
    Probably this post is not of interest anymore but here is how I have done it:
    1. Download PDFCreator: http://sourceforge.net/projects/pdfcreator/
    2. Use the following Macro:
    Option Explicit
    Sub printPDFmacro()
    'Author : Ken Puls (www.excelguru.ca)
    'Macro Purpose: Print to PDF file using PDFCreator
    ' (Download from http://sourceforge.net/projects/pdfcreator/)
    ' Designed for early bind, set reference to PDFCreator
    Dim pdfjob As PDFCreator.clsPDFCreator
    Dim sPDFName As String
    Dim sPDFPath As String
    '/// Change the output file name here! ///
    sPDFName = "Facture-" & nclient2 & " le " & Format(Date, "yyyy-mm-dd") & ".pdf"
    sPDFPath = "E:\Partenaire Scolaire\Comptabilite\Factures"
    PDFFileName2 = sPDFPath & "\" & sPDFName
    Set pdfjob = New PDFCreator.clsPDFCreator
    With pdfjob
    If .cStart("/NoProcessingAtStartup") = False Then
    MsgBox "Can't initialize PDFCreator.", vbCritical + _
    vbOKOnly, "PrtPDFCreator"
    Exit Sub
    End If
    .cOption("UseAutosave") = 1
    .cOption("UseAutosaveDirectory") = 1
    .cOption("AutosaveDirectory") = sPDFPath
    .cOption("AutosaveFilename") = sPDFName
    .cOption("AutosaveFormat") = 0 ' 0 = PDF
    .cClearCache
    End With
    'Print the document to PDF
    ActiveSheet.PrintOut copies:=1, ActivePrinter:="PDFCreator"
    'Wait until the print job has entered the print queue
    Do Until pdfjob.cCountOfPrintjobs = 1
    DoEvents
    Loop
    pdfjob.cPrinterStop = False
    'Wait until PDF creator is finished then release the objects
    Do Until pdfjob.cCountOfPrintjobs = 0
    DoEvents
    Loop
    pdfjob.cClose
    Set pdfjob = Nothing
    end sub
    Have any questions, just have to poke me.
    Michael

  • Re-Register AdobePDF.dll?

    I own Acrobat Pro 7. My OS is XP Pro. I have a 3d party app (DocScan Pro) which uses Acropdf.dll to display PDFs which it creates by scanning. The problem is that the app thinks acropdf.dll is not installed, so it nags me to install Acrobat Reader (and, fails to display any pdfs). I've tried installing Reader 8, then Reader 9, then uninstalling them, then reinstalling, them, etc., but the problem persists.
    My guess is that somehow acropdf.dll is not registered in the registry properly. It exists where you'd expect to find it. There are numerous references to it in the registry, but maybe not the one which lets a 3d party app call it?
    I've always had Acrobat Pro set to be my default PDF viewer (why use Reader if you paid for Pro?). I also have PDFs on the internet set to display in Acrobat and *not* the browser. However, when I reverse that and try to display an internet pdf in my browser, the browser (Firefox) gives me an error indicating that it can't display it.
    Q. - How can I re-register Acropdf.dll to fix this?

    I have a customer who is having the same problem. We sell an application that uses acropdf.dll for display of pdf files in the program. My customer has Reader 9 installed, but it seems the acropdf.dll file is not correctly registered on the machine because our application cannot load the pdf files in our viewer. Our program is written currently in VB5. It works just fine for most everybody on both XP and Vista, but some encouter this problem.
    The user has unistalled and re-installed Reader 9 at my suggestion, but with no success (this does fix the problem for most people). The acropdf.dll file is located in the expected location.
    Does anybody have any suggestions on how to fix this apparent registration problem, when uninstalling and re-installing of Reader 9 is unsuccessful in fixing it? Is there anything the user should check/do after uninstalling Reader 9 to make sure that acropdf.dll will be registered correctly upon re-installation.
    Thanks in Advance!

  • How to register a DLL used by Framemaker

    Hi all,
    I have a trouble with an installation of a structured framemaker XML DTD.
    This DTD (I will call it application from now on) has been written by a customer of mine to automatically create publications from an XML file, but now, after having moved the application to a new machine, I am not able to make it working any more.
    This application uses a DLL to extract datas from the XML file and save it after having "manipulated" (it creates general indexes and an alphanumerical index to be put at the end of the publication).
    The Framemaker version used is 7.0
    My questions are:
    1 - can be a problem if Framemaker has been moved from a Win2k machine with english OS to a WinXp Pro one with german OS?
    This question is made because Framemaker does not re format automatically the document and if I apply the command "Apply Master Pages" manually, it does not work
    2 - how can I register the DLL and make the application working again on the new PC?
    The question #1 applies only for an installation on the new German OS machine
    Question 2 applies for both an installation on Framemaker 7.0 and 7.2 (OS indipendently)
    The steps I have performed in order to move the application are:
    1 - copy the directory with the DTD and all the informations (templates, rules, etc)  in the "$STRUCTDIR\xml" directory (the file contained are: edd.fm, 3 template to be used for the different sections of the book, rules.fm, one DTD file and one DLL file)
    2 - added the application to the structapps.fm file copying the data from the old file to the new one
    Many thanx
    Flavio

    Ok, this is what happen on my PC:
    1 - I open the XML file and then I am asked to save the file somewhere (the normal procedure require to save a .book file)
    2 - Framemaker starts parsing the XML file adding many different file (one for each chapter) to the .book file
    3 - at the end, framemaker open (modify, I suppose) and close each file (possibly this procedure is started in order to update the layout (something like the "apply master page" commad), but without success (if that is the requested action)
    The result is a non-well formatted book, but immediately after having saved the book, and after having commanded the Update Book (including the apply master pages from here), the book looks "perfect".
    From what I have been said form the customer (which have given me the "application") on the old PC (which is not mine and which is know "broken"), the book came out perfect and complete of indexes (that have not been able to create on my PC).
    This is the reason that makes me think about the DLL that does not seems to work...
    Flavio

  • Getting Error while deploying the autohosted event receiver in office 365 ( ErrorDetail: There was a problem registering the app principal.):

    Hi,
    I was successfully able to deploy my auto hosted event receiver in office 365 and it was working. I did some changes on code and try to deploy it again but now it through same error always wheneven i deploy it.
     CorrelationId: 2ef8a311-f1cf-4ee7-be1a-1125c5231e1c
    2>        ErrorDetail: There was a problem registering the app principal.
    2>        ErrorType: Configuration
    2>        ErrorTypeName: Configuration
    2>        ExceptionMessage: An error occurred while attempting to execute a principal management operation.  Please contact your administrator.
    2>        Source: RemoteWebSite
    2>        SourceName: Remote Web Site Deployment
    2>Error occurred in deployment step 'Install app for SharePoint': Failed to install app for SharePoint. Please see the output window for details.
    Please help me on this. Not sure what this error is indicating.
    Regards:
    Sanjay Joshi

    Hi All,
    I have tried same thing in different different environment.  Different environment mean different azure account and office 365 account. But still the issue persists.
    i feel some issue in my office network or in servers. Because couple of days back same thing was working in my private virtual machine in my private network instead of office.
    For me i observe a basic problem in this network.
    The pop up to provide trust to the app (that come with title "Grant permission to app") comes while i deploy the solution and gets close automatically without clicking trust.
    Might be this could be the reason for me ?. because closing of pop up is not providing authentication to my app.
    This happens in every server in my office network.
    Any suggestions on that. Thanks in advance.
    Regards:
    Sanjay Joshi

  • Nokia Music error "there was a problem registering...

    hi i m using nokia c7. I hav prob regrdin nokia music store in my handset.when ever i trying to downlod song thr is showing''there was a problem registering your phone with your unlimited downlods subscription.try again in a moment'' help me on this
    Moderator's note: We have amended the title of this post as this was moved from another thread.

    Hi Sarath4,
    For which phone is this? Did you manage to register your phone to the subscription?

  • Get the Picture object location path from crystal report using CRAXDRT.DLL

    Post Author: hpatel_it
    CA Forum: Crystal Reports
    Hi All,I am working on one project - Crystal report to SQL Report conversion and I am using CRAXDRT.DLL to open and read crystal report.I have done conversation of all controls but I am not able to get PICTURE object from Crystal report and also PICTURE object source path.I am using CRAXDRT.OLEOBJECT to get the path of the picture object.if someone have knowledge of CRAXDRT please help me.Regards,Harry

    You can get at specific objects using events,  but not a whole record.
    Can't think of any way of doign this at all...
    Ludek

  • Problem registering database in RMAN on a different node

    Here is the deal ..
    setup a backup catalog instance name rcatdev1 .. with 9.2.0.5 code, registered a 9.2 database (dbname=TEST from same node) no problem installed 10gr2 upgraded catalog .. no problem .. upgraded TEST no problem, Registered (DBNAME=BUILD 9.2 code level same node) no problem .. now on a second node trying to connect and register this database (CERT) and am having issues
    when I connect to the target I am getting
    connected to target database: DUMMY (not mounted) or
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    now .. I can sqlplus over to that database no problem .. only when I try rman am I having issues ..
    I am on AIX 5
    Any Ideas?

    Hi Hameed;
    Its better to move your issue to Forum Home » Database » Database - General forum part
    Regard
    Helios

  • Problem registering Solaris 10 r. 11/06

    Hi
    I have a problem registering my system with updatemanager and sconadm. When i run
    sconadm register -a -r register.txt
    a get the following errors:
    sconadm is running
    Authenticating user ...
    Exception in thread "main" javax.management.RuntimeMBeanException: RuntimeException thrown by the invoke method of the Dynamic MBean
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:227)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:203)
    at com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:662)
    at com.sun.cacao.agent.auth.impl.AccessControlInterceptor.invoke(AccessControlInterceptor.java:618)
    at com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)
    at com.sun.cacao.common.instrum.impl.InstrumDefaultForwarder.invoke(InstrumDefaultForwarder.java:106)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
    at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
    at sun.rmi.transport.Transport$1.run(Transport.java:153)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
    at java.lang.Thread.run(Thread.java:595)
    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 javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:201)
    at $Proxy8.register(Unknown Source)
    at com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter.registerSystem(SWUPOMCacaoAdapter.java:358)
    at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:809)
    at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:567)
    Caused by: java.lang.NullPointerException
    at com.sun.scn.offering.swupom.SWUPOfferingInstance.register(SWUPOfferingInstance.java:340)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
    at javax.management.StandardMBean.invoke(StandardMBean.java:323)
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:203)
    at com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:662)
    at com.sun.cacao.agent.auth.impl.AccessControlInterceptor.invoke(AccessControlInterceptor.java:618)
    at com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)
    at com.sun.cacao.common.instrum.impl.InstrumDefaultForwarder.invoke(InstrumDefaultForwarder.java:106)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
    at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
    at sun.rmi.transport.Transport$1.run(Transport.java:153)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
    at java.lang.Thread.run(Thread.java:595)
    Can somebody help!
    Thanks

    root> java -version
    java version "1.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    Java HotSpot(TM) Server VM (build 1.5.0_12-b04, mixed mode)
    root@Swiatowit:~> which java
    /usr/bin/java
    root> ls -l `which java`
    lrwxrwxrwx 1 root other 16 Aug 22 13:21 /usr/bin/java -> ../java/bin/java*
    root> ls -dl /usr/java
    lrwxrwxrwx 1 root root 12 Sep 9 21:12 /usr/java -> jre1.5.0_12//
    root> cacaoadm get-param java-home
    java-home=/usr/jdk/jdk1.5.0_07
    root> cacaoadm use jdk1.5.0_07. I tried
    root> cacaoadm ser-param java-home=/usr/jre1.5.0_12
    root> cacaoadm stop
    root> cacaoadm start
    root> cacaoadm get-param java-home
    java-home=/usr/jdk/jdk1.5.0_07
    I tried the following:
    root> cd /usr/jdk
    root> mv jdk1.5.0_07 jdk_org
    root> ln -s ../jre1.5.0_12 jdk1.5.0_07
    but the problem still

Maybe you are looking for

  • Overclocking Guide

    Overclocking Guide Disclaimer: Overclock at your own risk! Data and information provided in this guide are for informational and educational purposes only, and are not intended for trading purposes. Neither MSI nor any of this thread’s authors shall

  • Re: Satellite L300 - camera is not working after upgrading to Win7

    As in subject. Camera wont work after upgrading to Windows 7. I have tried almost everything found on Internet. The drivers are installed. There is no exclamation mark in system. Satellite L300 (PSLB8E)

  • Discoverer Viewer - Drill down option

    Dear all I created a report in discoverer desktop, with drill down option for financial information.It works fine in Disco Desktop. All the drill down options are working fine as well. But the same report when run in disco viewer, it has got an optio

  • Incorrect Search Results

    We have a PDF file of 1 page created through SAP (ERP Application). The PDF has a name "AD" which is displayed and printed. When we search the PDF using search option for name "ZZ", it gives the search results by selecting name "AD". Also, the PDF is

  • SmartForm only in english

    Hello experts, we want to use a Smartform as a reminderMail for activities. Problem: This Smartform should be able in english only. But if a user log on in german a translate SmartForm will be send. Settings: In the Global Settings of this Smartform