Why Forms 11g 32bit forms cannot run on 64bit without recompiling?

Hi gang
Hopefully one of the Forms gurus on this forum can give me a quick and succinct answer to the following question.
We're just setup a Windows XP 32bit install of Forms 11g on our developer machines, and a WLS install of Forms 11g and relating services on Windows 2008 64bit.
Question is, why do Forms compiled on the 32bit architecture not work on the 64bit architecture? Why do they need to be recompiled? I'm aware of the difference between 32bit/64bit OS environments, but what's that got to do with the FMX, PLX (etc) files? What are those files doing internally that's specific to the 32bit/64bit platform?
None the wiser. Your thoughts appreciated.
CM.

Hi Chris,
Nice to see you on FORMS forums
i queried myoraclesupport and got few answers hopefully you find them helpful
Applies to:
Oracle Forms - Version: 11.1 to 11.1 - Release: 11.1 to 11.1
Information in this document applies to any platform.
Forms 11g
Symptoms
--A form is compiled against a 32-bit platform, Ex(Linux 32-bit)
-- Move the .fmx to a 64-bit Platform, Ex (Linux 64-bit) and try to run it and you will receive the following error message:
"FRM-40010 : Cannot read form xxxxx"
Solution
+ Re-compile the form against the same platform where it will be launched .
For example, if the production machine is 64-bit, all forms must be compiled against the production Server (64-bit).
Disclaimer :-
===========
+ Moving an FMX from one machine to another is NOT supported. This is especially true when using Unix based platforms
See Note 299938.1 Moving Forms Applications From One Platform To Another
B - Is 64 bit Developer 11g version required for developing 11g forms and reports running on a 64 bit Deployment environment in WebLogic ?
There is no need for this. The fmb files are the same on all platforms.
Only the fmx files have to be compiled/generated for each platform.
For reports it even easier: you do not need to generate/compile the rdf, jsp files etc before running them.
C- Does it matter if the development platform for Forms and Reports developer is Windows or Linux if one is going to migrate the Forms or Reports to a 64 bit Linux platform and recompile?
No this does not matter, you are able to migrate from Windows to Unix - you must use the frmcmp_batch utility to generate the executables files.
Builders (Forms/Reports) will not be supported on 64bit operating systems.
Therefore, one can develop on the available 32bit Builders and then recompile/deploy to the 64 bit environment.
Edited by: BaiG on Jul 15, 2010 1:45 PM

Similar Messages

  • Forms 11g Migration, Form freezes when Client_ole2 is called

    Hi All,
    We are migrating from forms 10g to 11g.
    Forms Version is 11.1.1.3.
    A form contains CLIENT_OLE2 functionality, where in a word document is open, change the text and close internally.
    When the button is pressed , it freezes. And the java console error is as below:
    Exception in thread "AWT-EventQueue-3" java.lang.ExceptionInInitializerError
    at oracle.forms.webutil.ole.OleFunctions.create_obj(Unknown Source)
    at oracle.forms.webutil.ole.OleFunctions.getProperty(Unknown Source)
    at oracle.forms.handler.UICommon.onGet(Unknown Source)
    at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
    at oracle.forms.engine.Runform.processMessage(Unknown Source)
    at oracle.forms.engine.Runform.processSet(Unknown Source)
    at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
    at oracle.forms.engine.Runform.onMessage(Unknown Source)
    at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$000(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jacob)
    at java.security.AccessControlContext.checkPermission(Unknown Source)
    at java.security.AccessController.checkPermission(Unknown Source)
    at java.lang.SecurityManager.checkPermission(Unknown Source)
    at java.lang.SecurityManager.checkLink(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at com.jacob.com.ComThread.<clinit>(ComThread.java)
    ... 32 more
    Most of the places i found in forums was to sign the jacob.jar and frmwebutil.jar.
    I have tried doing that but still. the problem exists.
    Is this a compatibility issue of old jars with 11g or
    jar signing??
    Kindly help me .

    Hello Craig ,
    I have tried the same. But still it didn't work out..
    I m getting this particular error as below:
    basic: Plugin2ClassLoader.getPermissions CeilingPolicy allPerms
    Exception in thread "AWT-EventQueue-3" java.lang.NoSuchMethodError: oracle.forms.handler.IHandler.getApplet()Ljava/applet/Applet;
         at oracle.forms.webutil.common.VBeanCommon.init(VBeanCommon.java:281)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
         at java.awt.EventQueue.access$000(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    i tried out many ways. But not able to get rid of this error.
    Thanks.
    Sumanthkatti.

  • Why my HP Probook 440 cannot run PES 2015

    Hi
           I want to know some problem . Now i used HP Probook 440 and this graphic memory is 2 gb and then i installed pro pes 2015 .  Installation is successfuly but i cannot to play this game because the ATI card cannot to be actived for this game .
    I tried run with high performance but it still doesnot work, so ple advise how to solve it . My graphic driver is radeon (TM) HD 8750M . Thak u . I hope u can help me .

    Could you kindly tell me more details ?
    I cannot run this game because system always run with Intel VGA .
    I don't know how to run this game with ATI card.
    I set the PES_2015.exe run with high performance but it still run with Intel VGA.

  • Why My MBP cannot run under 64bits Kernel

    My MBP model is MacBookPro3,1
    As CPU SPEC: INTEL T7500, it support 64 bits Also I do have 64 EFI.
    However, no matter what I did, "change the plist" "hold down 6-4 @ boot time"
    I only can boot into 32 Kernel.
    It shows "64 bits Kernel and extensions: no" ............. Anyone know how can I run under 64 kernel.

    Hi and Welcome to  Discussions,
    I don't know what's happening, but you might want to try this: http://www.ahatfullofsky.comuv.com/English/Programs/SMS/SMS.html
    There's also a very good explanation about what 64 bit means.
    Björn

  • DB 11g 32bits to win server 2008 64bits

    Hi,
    What's the problem of installing the database 32-bits to windows server 2008 64bits?
    Regards
    Jomar

    Hi,
    It may not be supported but still it may work as 64 bit OS is designed to run 32 bit applications with some limitations.
    Regards

  • Does CHAR data type work with Forms 11g

    We have an application in Forms 11g (32bit - version 11.1.2.0.0). DB is a Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production.
    When our Forms calls a stored procedure which has parameters defined using column name type (i.e. like p_customer_code customers.code%TYPE ) and if the column data type is CHAR we get a run time error when executing the package (ORA-06502: PL/SQL: numeric or value error string).
    When we change the data type of the tables column to varchar2, it works??
    Problem is we have dozens of tables with CHAR data type columns and we can't do all the changes manually. For one thing, if they are part of a primary or unique key or even foreign key, we can't change the data type of the column without dropping the constraint.
    What is the solution to this pls??

    When our Forms calls a stored procedure which has parameters defined using column name type (i.e. like p_customer_code customers.code%TYPE ) and if the column data type is CHAR we get a run time error when executing the package (ORA-06502: PL/SQL: numeric or value error string).this might also be related to compile settings, check your NLS settings (NLS_LANG, NLS_LENGTH_SEMANTICS) both times when you compile forms AND your stored procedures.
    As for the CHAR datatype: CHAR internally is treated like a blank padded varchar:
    http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:1542606219593
    Speaking of that it might be time to use varchar2 instead your char columns. You'd have to drop and recreate your constraints, but with the help of the data dictionary (+user_tables+, user_tab_cols, user_cons_columns, user_constraints) and dbms_metadata this shouldn't be that hard.
    Also you'd of course need to recompile all your forms after you are finished, but I guess you are aware of that ;)
    cheers

  • Can compile but cannot run.

    Dear Java Guru,
    Wish to find out why I can compile but cannot run. I encounter the following error: 'Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/jai/JAI
    at saveasone.<init>(saveasone.java:29)
    at saveasone.main(saveasone.java:21)'
    This does not happen on one PC but happened on another PC.
    The one can compile is XP, the other which cannot compile is Win2k Professional. Is there any other possible cause ?
    Please advise.

    The problem probably lies in the Classpath. I think you are using different environments for compiling and running. If you are using an IDE for developing your code, you might have set the classpath correctly there but not in the executing environment. As about the OS's you mentioned, I think the problem is still with your Environment Settings than OS settings.

  • Why Other Browser cannot run oracle forms without IE.

    Why Other Browser cannot run oracle forms without IE.
    i want to use other browser for oracle form like firefox,google chrome etc not IE.
    [email protected]

    Hussain Afridi wrote:
    Why Other Browser cannot run oracle forms without IE.Let aside we don't know what forms version you are using, your statement is simply wrong. I am running Forms 10gR2 with Firefox for quite some time (from 2 to 12 and now with 10.0.7 ESR). So I know for a fact that you can run Forms with other Browsers then IE. Also why would Oracle certify other Browsers (which they did) if it wouldn't work in the first place?
    So to answer your "question": forms most certainly won't work on FF on your side because you didn't configure your formsweb.cfg properly. For newer Versions of Fírefox you'd have to use the Sun JPI instead of JInit:
    http://www.oracle.com/technetwork/developer-tools/forms/documentation/forms-jre-131772.pdf
    Also if you'd have used the forum search it would have come up with some informations on what to do; e.g.
    Running Oracle Forms applications using  Firefox 3.6
    So to sum it up you should reprhase your original question to:
    How do I use the forum search/google to search for informations already provided a hundred times?cheers

  • Oracle forms 11g running forms on internet explorer error

    Hi , this is abhishek I am new to oracle forms 11g . My question is that when I run the forms 11g on internet explorer it shows an error . The error is too many tries.
    first I like to clarify that before running the forms i start the weblogic server ,along with admin server for weblogic and opmn managed components, i give the user name and password to start the weblogic server, everything starts smoothly . even I have jre 1_6_29 installed to start the servlet . Main problem starts when the java runs the internet explorer browser then a box appears asking for user name and password and database connect string , then after putting the username and password it again asks for the username and password.It happens three times and after that an error appears in a dialog box which shows too many tries . I also checked the net configuration asistant with the local net service name configuration there it shows the service name which is orcl.Home and then TCP --->Host name is localhost with 1521 as standard port number --> yes perform the test and the result is written connecting test successful . what is wrong with the instance , the http listener is working perfectly then why this error is coming, is there something to do with the browser , but the browser is supporting java very well .. please help

    I have found the file but it does not have any path except forms_path,oracle_home,webutil_config,etcCurious, my default.env had the following default TNS_ADMIN entry:
    # TNS Entry to locate the database
    TNS_ADMIN=D:\Oracle\Middleware\asinst_1\configI modified this entry to point to the location where my tnsnames.ora and sqlnet.ora files are located. I use a generic location and share them accross installed Oracle products rather than maintain seperate copies of these files in each Oracle Home. For example, I commented out the original entry and added a new one.
    #TNS_ADMIN=D:\Oracle\Middleware\asinst_1\config
    TNS_ADMIN=D:\oracle\tns_adminCraig...

  • Firefox 12 cannot runs my oracle forms..

    sir
    firefox 12 cannot runs my oracle forms..
    i am using oracle 10g and jre 6 instead of jiniator 1.13
    how can run oracle forms 10g with with firefox or google chroome plz solve this with detail...

    You are asking this question quite often...Why not just follow up one of your threads as they obviously are about running forms with firefox?
    Anyway; to sum it all up, in order to get firefox running you need to configure the sun java plugin which you already did: http://www.oracle.com/technetwork/developer-tools/forms/documentation/forms-jre-131772.pdf
    Then you need to set the jpi_mimetype in your formsweb.cfg accordingly to the version of the jpi you installed. If you want to start forms with any java plugin just change it to
    jpi_mimetype=application/x-java-appletcheers

  • Pre-requisites for running oracle forms 11G

    What are the pre-requisits for running Oracle forms 11G?

    Ok - where to begin?
    From the beginning....
    <blockquote>1. There are prerequisites for nearly every Oracle product. If you have not read the Installation Guide and Systems Requirements Guide you likely are missing something. Docs are [URL http://docs.oracle.com/cd/E24269_01/index.htm]here
    2. If you followed the installation guide and completed the installation without error, the basic product works out of the box without any configuration changes. Don't start tweaking unless you understand the change.
    3. In order to use an application server of any kind, you need to ensure it is running.
    4. If you have chosen the "Development" installation type (applies to 11.1.2 only) then you will not have an HTTP Server and it is not needed. Your listener will be the WLS managed server (usually port 9001).
    5. If you have chosed the "Deployment" installation type then you will have HTTP Server. You can access your Forms application via the HTTP Server Listen port (usually 8888) or the WLS_FORMS port.</blockquote>
    To the issue that started this post... "+*Page cannot be displayed*+"
    This error is either caused as a result of there being no listener running, specifically the HTTP Server or the wrong URL was entered in the browser, or the hostname used in the URL does not map to the correct machine where the listener is running. If you have installed and are testing on your local machine and that machine does not have a static IP address and/or a DNS registered name then fixing these issues would be a few of those "prerequisite" steps I mentioned. This is documented here:
    http://docs.oracle.com/html/E18558_01/fusion_requirements.htm#BABFHBID
    The above configuration needs to be completed before the installation is started.
    To the next issue or change in error message: "+*Failure of server APACHE bridge: No backend server available for connection...*+"
    This means that HTTP Server (specifically mod_wls) is unable to contact WLS_FORMS. This could be because WLS_FORMS is not running or because of those prereq steps noted above or a variety of other things related to not following the instructions. Refer to MyOracleSupport Note 1304095.1 for more details about this error.
    Finally, as for the need for a JRE, you can do this either before you attempt to run a form or allow the autoinstall feature of the browser perform the installation. However, as Craig mentioned, you would be better off installing the latest version which is 1.6.0_33. You can change your configuration to automatically do this, but if you are new to FusionMiddleware and/or Forms doing the JRE installation manually at this point is probably a good idea. I also recommend starting with Internet Explorer because likely some config changes will be necessary to get it working.
    As I mentioned, for the most part, the installation should work out of the box without changes. I would recommend getting the default form (test.fmx) running before attempting to make too many changes.
    (If you chose the Deployment install type) http://youMachine:8888/forms/frmservlet?form=test
    (If you chose the Development install type) http://youMachine:9001/forms/frmservlet?form=test
    .

  • Error 404 -- NOT FOUND when running a form in form 11g

    Hi All,
    I got this problem when I run the forms using internet explorer.
    I work on Forms 11g which uses weblogic 10.3 for web deployment of the forms.
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Can any one tell me where it went wrong.
    Thanks

    Let's start by clearing up some confusion.
    PORTS
    In version 11.1.1.x here are how the common ports are defined by default:
    1. HTTP Server - 8888
    2. WLS_FORMS - 9001
    3. WLS_REPORTS - 9002
    4. WLS Admin Server - 7001
    So, if you understand how ports work in general, you should see that there are two ways to run a form. You can either go through HTTP Server or call WLS_FORMS directly. This means that both of the following would work, although one would be a direct path and the other would route the request through the HTTP Server:
    <li>http://ie1fdtfc5zl1s:9001/forms/frmservlet?config=frmdemo
    <li>http://ie1fdtfc5zl1s:8888/forms/frmservlet?config=frmdemo
    Port 7001, will always be the Admin Server port by default for the Classic domain. By default, the only thing you can do from here is access EM or WLS Console.
    As for the tns issue, by default, both the Builder and runtime will expect to find tnsnames.ora in the Instance Home \config so be sure you are adding the correct entries to the correct file.
    You can hard code a path to the file which you prefer be used by setting TNS_ADMIN in default.env (e.g. TNS_ADMIN=C:\Oracle\mytnsdirectory). This will apply only to running forms and not the Builder.
    Also, here is something which often is confusing to many people.... just because you launched your form from the Builder does not mean that the running form has anything to do with the Builder at that point. In other words, when you click on the RunForm button in the builder all you are doing is passing a url to a browser. The browser and the form are not using any of the Builder's settings except those which may have been passed in the URL (e.g. username/password). ALL running forms are considered "runtime". This means all of the environment configuration information for a running form will need to be set in default.env. The Builder, on the other hand will rely on the System variable, Windows Registry (or shell if on Unix).

  • Cannot run form twice in 10g form builder

    i cannot run the form twice in 10g developer suite
    it will show the source code in html as below
    <html> <head> ORACLE FORMS.</head>
    <body onload="document.pform.submit();" >
    <form name="pform" action="http://salmana.asry.com:8891/forms90/f90servlet" method="POST">
    <input type="hidden" name="form" value="C:\report_para_form_with_lov.fmx">
    <input type="hidden" name="userid" value="*****/*****@*****">
    <input type="hidden" name="obr" value="yes">
    <input type="hidden" name="array" value="YES">
    </form> </body></html>

    Hi,
    Try any of the workaround mentioned in the thread
    Loading Forms Unsuccessfully
    Regards,
    Arun

  • Button Icons not show in Form 11g run time

    Button Icons not show in Form 11g
    I installed the following tools :-
    Weblogic Server 10.3.6
    SE JDK 6U35 64bit
    Oracle Portal,Forms,Report,and Discoverer Services (11.1.1.4.0)
    1. Create a "icons" folder and place all gif images in there :-
    C:\Oracle\Middleware\Oracle_Form1\forms\java\<icons>
    2. Within icons i made a jar file of all gif images :-
    C:\Oracle\Middleware\Oracle_Form1\forms\java\icons\jar -cvf frmicons.jar *.gif
    3. Copy this new jar file into :-
    C:\Oracle\Middleware\Oracle_Form1\forms\java\
    4. Edit formsweb.cfg file:
    imageBase=codebase
    archive=frmall.jar,frmicons.jar
    5. Edit Registry.dat file:
    default.icons.iconpath=/forms/java
    default.icons.iconextension=gif
    After doing above configuration i create a form and place an icon on the button.
    Set button's icon property = Yes and give name of icon without extension.
    When i run the form not display icons who configure icons.
    Please give the solution how to set icons on button.
    Thanks & regards,
    Java console message :-
    Java Plug-in 1.6.0_25
    Using JRE version 1.6.0_25-b04 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Shiv
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Forms Session ID is formsapp.8
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.2.0
    FRM-92471: unable to load image exit for iconic button item

    Duplicate post. Refer to comments in Push Button Iconic not show in Forms 11g

  • Run report in form 11g with RP2RRO.RP2RRO_RUN_PRODUCT

    I have installed Forms 11g R2 on Windows Server2008 64bit
    using tools are :-
    Weblogic Server 10.3.6
    SE JDK 6U35 64bit
    Windows Server 2008 (Firewall off)
    Oracle Portal,Forms,Report, and Discoverer Services (11.1.1.4.0)
    I try to run report within form 11g, i also attached library RP2RRO.plx in form
    RP2RRO.RP2RRO_RUN_PRODUCT(REPORTS,'\reportname',SYNCHRONOUS,RUNTIME,FILESYSTEM,pl_id,null);
    But there is problem Report is not working, i try to make the server on windows run command
    rwserver server=myserver
    it show the message :-
    REP-50125:java.lang.NullPointerException
    When i try to url :-
    http://localhost:9002/reports/rwservlet?getserverinfo
    it show the following Error
    REP-52005: The specified key getserverinfo does not exist in the key map file.
    Please guide and give the soultion of above problem.
    Sincerely
    Parkash

    Please see {thread:id=1107427}.
    Perhaps this is what you need to do.
    Cheers,

Maybe you are looking for

  • "parallel encoding" no longer working in AME CC

    Since 2 weeks ago, AME no longer uses multiple cores to encode. I can tell because renders take FOREVER (>5 minutes for a 30 second sequence), and I can see my CPU usage is extremely low. Regardless of the "Enable Parallel Encoding" setting in Prefs.

  • Ati radeon xpress 200 series driver installing windows 8.1 pro black screen

    dell optiplex 320 running Windows 8.1 standard.  The display is listed as ATI RADEON XPREES 200 in the device manager.  It is using the driver provided by the operating system - ATI Technologies dated 10/2/2010 and version 10-2_legacy_vista32-64_dd_c

  • Can I use a PowerBook with the cover closed?

    Can I use my G4 PowerBook with the cover closed using an external display. keyboard, and mouse?

  • Exchange 2013 Office 365 Hybrid Cloud On-Premise Outlook Connection Problem

    Hi Everyone,    We are required to migrate FROM the cloud TO an on-premise Exchange 2013 server.  We set up a trial of Office365 and linked our test domain to that account.  The test domain mimics our current domain, but ends in .net instead of .org.

  • How to debug a macro ?

    I have a piece of code, which has macro and it skips the below code, which I assume the check withing the macro has failed.Unable to trace anything so far. * keys set within both stock types must match     relation = s2l_strel_unrelated.     DEFINE c